Chocobo1
7005af3047
Cleanup "Peers" page layout
...
Cleanup "HTTP Sources" page layout
Cleanup "Speed" page layout
9 years ago
Chocobo1
ff67d29573
Cleanup "Trackers" page layout
9 years ago
Chocobo1
7e6dfa759c
Replace horizontal line with border
9 years ago
Chocobo1
f530bb7537
Fix availability label & progress label clipped on high DPI displays, closes #3237 .
9 years ago
Anton Lashkov
7b736b6ae3
Add speedwidget based on QGraphicsView
10 years ago
Chocobo1
b318f54fdf
Force set "plain text" format to reduce attack vector.
10 years ago
Chocobo1
661ddd75b6
Allow wordWrap for "Save Path" & "Comment"
10 years ago
Chocobo1
50b3a24371
Change Comment field from QTextBrowser to QLabel
10 years ago
Chocobo1
4d5512dcca
Reorder layout in information box
10 years ago
Chocobo1
cdec6c9027
Add new data fields, capitialize labels, cleanups
10 years ago
Vladimir Golovnev (Glassez)
ff9a281b72
Change project directory structure.
...
Change project directory structure according to application structure.
Change 'nox' configuration option to something more meaningful 'nogui'.
Rename 'Icons' folder to 'icons' (similar to other folders).
Partially add 'nowebui' option support.
Remove QConf project file.
10 years ago
Gabriele
d7161dcab1
Fix few spelling mistakes
...
s/Pieces size/Piece size/
s/uknown/unknown/
Closes #2367 .
10 years ago
Alfredo Monclus
7314c57852
GUI: Streamline Properties Widget. Closes #2159
...
Merge select buttons and filtering into one line
10 years ago
Ivan Sorokin
97d08a5b2f
Implement sane behavior of space key in torrent content list. Closes #140 .
...
Definitions:
Selection in QTreeView consist of two things:
currentIndex -- is a (dotted) cell where user clicked last time. Note
that it is a cell
selectedIndexes -- is a set of cells (blue) of current selection.
Checkboxes in torrent content lists are belong to COL_NAME column.
Problem:
The problem is that spacebar toggled checkbox only in currentIndex
index. This has two consequences:
1. It is impossible to toggle checkboxes on multiple rows
simultaneously.
2. If currentIndex is not in COL_NAME column a space key doesn't work
at all. This problem is amplifyed by the fact that SelectionBehavior
is set to SelectRows. So visually it is impossible to tell which
column does it belong to. For end user it looks like "space doesn't
work sometimes".
This patch addresses the problem by implementing TorrentContentTreeView
derived from QTreeView and overridding keyPressEvent(QKeyEvent*).
The code of TorrentContentTreeView::keyPressEvent is written under
inspiration from QAbstractItemView::keyPressEvent and
QItemDelegate::editorEvent.
10 years ago
Nick Tiskov
b64caf2cb8
Remove add/remove buttons in web seed list, since context menu is now implemented.
12 years ago
Nick Tiskov
b286bead09
Add context menu for web seeds: add, remove, copy, edit.
12 years ago
Christophe Dumez
cfb4ded943
Remove button to change save path from lower panel
13 years ago
Christophe Dumez
bc6fd3aa72
Various style fixes
13 years ago
Christophe Dumez
ac097b9904
Added back ability to reorder trackers
14 years ago
Christophe Dumez
435d0e1019
FEATURE: Added search field for torrent content
14 years ago
Christophe Dumez
28b8f36f16
Fix layout problems
14 years ago
Christophe Dumez
6ae7db4afb
Improve main window layout
...
Improve properties buttons style
14 years ago
Christophe Dumez
bc035b3873
FEATURE: Added "Time Active/Seeded" column to transfer list
14 years ago
Christophe Dumez
f5b3564392
Fix compilation error introduced in last commit
...
Display pieces size in torrent properties
14 years ago
Christophe Dumez
052825e5c4
Initial support for system Icons (incomplete but good progress)
14 years ago
Christophe Dumez
39778baaf5
Cleaned up the properties tab bar code
14 years ago
Christophe Dumez
0a510db95e
Started properties refactoring
14 years ago
Christophe Dumez
c0520146e9
Removed force_reannounce button from the main properties tab since the action is available from the trackers list now
15 years ago
Christophe Dumez
4efae21f1d
Use "Do no download" in action instead of "Not downloaded"
...
Added "Select All/Select None" buttons to files list
15 years ago
Christophe Dumez
c01f7102e6
FEATURE: Several files can now be disabled at once ( closes #598365 )
15 years ago
Christophe Dumez
c2da227254
User can force tracker reannounce
15 years ago
Christophe Dumez
e846c67bfa
Fix torrent properties layout
15 years ago
Christophe Dumez
f0d0bb7170
FEATURE: Allow to change the priority of several files at once
15 years ago
Christophe Dumez
27e980de28
- Added buttons to change trackers priority (libtorrent v0.14 only)
15 years ago
Christophe Dumez
fa2891c225
- Fix compilation warning in release mode
...
- Fix vertical alignment in torrent properties panel
15 years ago
Christophe Dumez
5ef888d142
- Right-aligned pieces downloaded and availability labels (they were the last one left-aligned)
15 years ago
Christophe Dumez
ce6f665a7b
- Started to work on General Tab in properties (Web UI)
15 years ago
Christophe Dumez
b1bbbd79c4
- Initial support for Web UI internationalization !
...
- Updated french translation
15 years ago
Christophe Dumez
690215e2b0
- Align text on the right in properties
15 years ago
Christophe Dumez
cdce77962a
- Display piece availability average next to the bar
15 years ago
Christophe Dumez
0c617f0a03
- show piece related bar only for downloading torrents (no use for completed ones)
15 years ago
Christophe Dumez
47d545633d
- Graphically display piece availability in torrent preferences
15 years ago
Christophe Dumez
fb6b40ccd1
- Rewrote the bar to display the downloaded piece as the one we had was overly complicated
15 years ago
Christophe Dumez
843168bb62
- Move ui files to their own folder
15 years ago
Christophe Dumez
e8fba3e630
- Moved "download in sequential order" from Torrent properties to right click menu in transfer list (it makes more sense this way)
...
- Do not save sequential mode status to hard disk because libtorrent is already taking care of this
15 years ago
Christophe Dumez
1b82dd315b
- Fix and improved torrent comment display
...
- Made links linkable in torrent comments
15 years ago
Christophe Dumez
ccdb2a82c3
- New tracker list (displays tracker status and error/warning messages)
15 years ago
Christophe Dumez
9fdc6a2acd
- Second attempt to fix buttons layout on Mac OS
15 years ago
Christophe Dumez
e30268cf3b
- Attempt to fix property buttons layout on Mac OS
15 years ago
Christophe Dumez
8260159ca4
- Initial implementation of Peer list
15 years ago