Christophe Dumez
41e18fd245
- Removed useless class property in GUI class
15 years ago
Christophe Dumez
10c40c6485
- Cleanup systray code
15 years ago
Christophe Dumez
fb4700907d
- Removed unused keyboard shortcut (and remove valgrind warning)
15 years ago
Christophe Dumez
d3c59f0814
- Move Web UI code to Bittorrent class
15 years ago
Christophe Dumez
cedc87a703
- Fix completed torrent counting
...
- Make sure the status bar is displayed before showing the GUI
15 years ago
Christophe Dumez
5da2e6a9ee
- Started to improved the status bar style
15 years ago
Christophe Dumez
54d7c6dc54
- Moved status bar code from the GUI to its own class for make GUI more readable
...
- Fix "Display current speed in title" feature
- Fix Up/Down speed labels update in status bar
15 years ago
Christophe Dumez
c30ec7bb6e
- Fix keyboard shortcuts for tab switching
15 years ago
Christophe Dumez
0bc2e9aeeb
- Removed regular tracker scrape code since it is done automatically by libtorrent (it should not have been in GUI class anyway...)
...
- Moved bittorrent specific code from GUI class to bittorrent class
15 years ago
Christophe Dumez
623933e2aa
- COSMETIC: New deletion confirmation dialog (Merged delete/delete permanently actions)
...
- Delete useless properties button in top tool bar
- Set Alt+P keyboard shortcut to toggle torrent properties visibility
15 years ago
Christophe Dumez
5ffcf5a9dc
- Fixed per torrent speed limiting
...
- A lot of cleanup in speed limiting dialog
15 years ago
Christophe Dumez
660f478a70
- Fix queueing system
15 years ago
Christophe Dumez
4e8eaafd53
- Torrents can now be rechecked from Web UI (patch by Stephanos Antaris)
...
- Torrents paused/resumed state is not reflected in GUI if the action was executed from Web UI
15 years ago
Christophe Dumez
1b6e282938
- Remove old comments
15 years ago
Christophe Dumez
aeb12e53ee
- Remove old comments
15 years ago
Christophe Dumez
31180bb00c
- Save / Restore preferences dialog size and position on restart
...
- Make use of new Preferences in GUI constructor
15 years ago
Christophe Dumez
5962ef79cb
- Added option to disable peer host name resolution (disabled as a default)
...
- Fix several other bugs related to properties and preferences
15 years ago
Christophe Dumez
3762c37517
- Take "RSS refresh interval" into consideration without restarting qBT
15 years ago
Christophe Dumez
6dbd1daa5c
- Little pointer code cleanup
15 years ago
Christophe Dumez
51ebfadd85
- Split Preferences from the GUI so that Options dialog does not need to be created on startup to retrieve the preferences:
...
* This speeds up startup
* Bittorrent session settings are now applied at bittorrent class level (Required for headless running)
15 years ago
Christophe Dumez
0e93e8dc9d
- Made splitter children non-collapsible
15 years ago
Christophe Dumez
4493752d2f
- Improved properties pannel by using a Splitter to allow the user to set the height of the pannel
15 years ago
Christophe Dumez
998b161696
- Save files list column width
15 years ago
Christophe Dumez
a7da280f57
- Usability improvement in torrent properties
15 years ago
Christophe Dumez
cee9ece4c7
- Added back trackers display in torrent properties
15 years ago
Christophe Dumez
75e5a7e3d4
- Made progress on torrent properties (main tab)
15 years ago
Christophe Dumez
707e87f5b8
- started work on properties
15 years ago
Christophe Dumez
a0beccc04b
- Selected filter is now restored on startup
15 years ago
Christophe Dumez
6b6181a3ee
- vertical splitter size is now restored on startup
15 years ago
Christophe Dumez
2dddd2b24b
- Started work on transfer list filters
15 years ago
Christophe Dumez
c818c2dae6
- Updated Transfer tab icon
...
- Fix display of priority for seeding torrents
15 years ago
Christophe Dumez
d6e90883cb
- Initial commit (both lists are merged but not all the features are there and it is probably buggy)
15 years ago
Christophe Dumez
7792b4f849
- Branched trunk in order to work on a major GUI remodeling. I will attempt to:
...
* Merge download and upload lists
* Display torrent properties in the same tab (horizontal split)
15 years ago
Christophe Dumez
92dd4c8c5b
- Fix indentation
15 years ago
Christophe Dumez
bc308741b7
- FEATURE: Dropped dependency on libcurl (Using Qt >= 4.4 for downloads now)
...
- FEATURE: Dropped Qt 4.3 support (Qt >= 4.4 is required)
15 years ago
Christophe Dumez
24470a7cc3
- Enabled "Start Minimized" and disabling systray integration at the same time no longer make GUI invisible.
15 years ago
Christophe Dumez
038c326f81
- Ignore permanent deletion button when no torrent is selected
...
- When a selected torrent is deleted, select next suitable torrent
15 years ago
Christophe Dumez
148d175ab0
- Added a command line parameter --no-splash to disable splash screen
15 years ago
Christophe Dumez
55ff924e60
- Pause torrents in error state
15 years ago
Christophe Dumez
01d504d992
- BUGFIX: Greatly improved column sorting code (download list only for now)
15 years ago
Christophe Dumez
9a14c4c599
- FEATURE: A random listening port can be chosen automatically
15 years ago
Christophe Dumez
666d4622b9
- Updated language files
...
- Updated search icon
15 years ago
Christophe Dumez
d4d0a08390
- Make sure priority column stays sorted when changing torrents priority ( closes #417829 )
15 years ago
Christophe Dumez
73dbce45b2
- Most of the code is there for rss feeds grouping. However it is not used yet and it is probably quite unstable
15 years ago
Christophe Dumez
687842a949
Code cleanup
15 years ago
Christophe Dumez
0b9c05d41b
- FEATURE: Make use of torrent enclosure in RSS feeds for direct download
...
- FEATURE: Implemented a RSS feed downloader with filter support
- FEATURE: Save old RSS item to hard disk to remember them on start up
- FEATURE: RSS Feeds can now be copied to the clipboard
15 years ago
Christophe Dumez
c8e8306e0a
- Added "Copy magnet link" entry to right click menu now that we support magnet URIs
15 years ago
Christophe Dumez
e429126934
- Ok. torrentless downloads paused state is now restored properly (once metadata is received)
15 years ago
Christophe Dumez
7e71de558a
- catching invalid_handle exception to avoid rare crashes
15 years ago
Christophe Dumez
e619b6977a
- Added Magnet URI support (might be still buggy)
...
* Known problem: Always added in paused state for some obscure reason)
15 years ago