Christophe Dumez
c2244f746e
- Torrent downloading is now handled by search engine plugins to allow for more flexibility
16 years ago
Christophe Dumez
29886acc01
- Putting back priority buttons in toolBar
16 years ago
Christophe Dumez
f1ed7f06b9
- Removed a function that is no longer used
16 years ago
Christophe Dumez
a848538d66
- Pause / resume in Web UI now updates the GUI
...
- Code cleanup
16 years ago
Christophe Dumez
8ed40cc856
- Do not refresh lists when window is not visible (save cpu)
...
- Force list refresh on show Event to avoid lag before next UpdateList() timer call
16 years ago
Christophe Dumez
4f2a2dfab9
- Huge code refactoring (qBittorrent no longer store torrents and access them using libtorrent API)
16 years ago
Christophe Dumez
14646d0f9e
Rewrote folder scanning code (Now uses a filesystem watcher)
16 years ago
Christophe Dumez
90879386d5
- Fixed Qt4 warning when deleting options
16 years ago
Christophe Dumez
cfbd06225b
- Removed priority buttons from toolBar since it only affects download list now
16 years ago
Christophe Dumez
95ecaec11e
- Sync with stable branch (lot of bug fixing)
16 years ago
Christophe Dumez
43dcbf776b
Use QPointer when interesting
16 years ago
Christophe Dumez
9156c9ac8f
- Logs are now in a separate dialog
16 years ago
Christophe Dumez
f0049f1dae
- Removed logging panel for now. It will be replaced by a seperate dialog in order to simplify the default UI.
16 years ago
Christophe Dumez
ff26ea94f5
- Queued torrents are now identified in Web UI
...
- Improved transfer list update for queued torrents
- Allow to show/hide top toolbar
- top toolbar is now hidden as a default
- Connection status is now displayed in status bar (bottom)
- Removed "Disconnected" connection status (bad detection)
- Added increase/decrease priority actions to Edit menu
- Added keyboard shortcuts for increase/decrease priority actions
16 years ago
Christophe Dumez
7bbb2f542b
- Slightly improved minimize to systray code (but still experiencing the virtual desktop switching bug)
17 years ago
Christophe Dumez
99e8ac3d36
- Moved priority buttons
17 years ago
Christophe Dumez
15ce9a7369
- Queueing systems now updates the number of active torrents in tab titles
17 years ago
Christophe Dumez
ca118697e9
- Added priority buttons
17 years ago
Christophe Dumez
4c5f349f49
- FEATURE: RSS can now be disabled from program preferences
...
- COSMETIC: RSS Tab is now hidden as a default
17 years ago
Christophe Dumez
77c97b5b43
- FEATURE: DHT is always ON (no longer used as fallback)
...
- FEATURE: The number of DHT nodes is displayed
- COSMETIC: Transfer speed, ratio and DHT nodes are displayed in status bar
17 years ago
Christophe Dumez
8dfc68e196
- Updated tranlsations
...
- Allow to run one instance of qBittorrent per user
- Moved button to close search tabs
17 years ago
Christophe Dumez
f143596b91
- COSMETIC: Global UP/DL speeds and ratio are displayed above tabs
17 years ago
Christophe Dumez
5af8bddc16
- Web interface by Ishan Arora
17 years ago
Christophe Dumez
5e86c8a14d
- Fixed systray integration when qbittorrent is launched on system startup
17 years ago
Christophe Dumez
3af23ae8a9
- Fixed compilation warning
17 years ago
Christophe Dumez
b2950afd5c
- FEATURE: Allow to buy downloads using ShareMonkey
17 years ago
Christophe Dumez
c580285fe8
- Allow to open destination folder on right click on a torrent
17 years ago
Christophe Dumez
5b6166ee15
- Simplified file preview using QDesktopServices
17 years ago
Arnaud Demaiziere
a329a59719
- Start minimized option in program preferences
...
17 years ago
Christophe Dumez
c4d143c2c0
- Added some RSS preferences
17 years ago
Christophe Dumez
70beef9f94
- FEATURE: Added an option to display current transfer speeds in title bar
17 years ago
Christophe Dumez
862d24ac48
- FEATURE: Added an option to automatically delete torrents when they reach a given ratio (>= 1.0)
17 years ago
Christophe Dumez
9f36d521a4
- BUGFIX: Fixed deprecation warning with latest libtorrent svn
...
- FEATURE: Redesigned torrent creation dialog
- FEATURE: Allow to set piece size when creating a torrent
- improved new options dialog a little
17 years ago
Christophe Dumez
c064e5877c
- Optimised GUI class a little
17 years ago
Christophe Dumez
08a57d267b
- some optimizations
17 years ago
Christophe Dumez
3b03b385f3
- removed some useless includes
17 years ago
Christophe Dumez
32c330092a
- Merged splitGUI branch, GUI and download tab are now splitted. Code is a lot cleaner and easier to understand. I also fixed some bugs I found on the way :)
17 years ago
Christophe Dumez
c9925eddb6
- Big code cleanup
...
- Added a Qwrapper for torrent_handle to make code more readable
17 years ago
Christophe Dumez
2ce097ec77
- Fixed keyboard shortcuts for third tab ( closes #127942 )
17 years ago
Christophe Dumez
13f21ef6cd
- Make use of new torrent_checked_alert that was just included in libtorrent. This allowed to improve torrent that just finished checking handling and progress column sorting. Also allowed to optimize cpu/memory usage a little.
17 years ago
Christophe Dumez
99530728c5
Update torrent progress when its content changed (filtered files)
18 years ago
Christophe Dumez
c0e4b0bbff
removed a function that is not used anymore
18 years ago
Christophe Dumez
b0bbbf0305
- removed useless function (not used anymore)
18 years ago
Christophe Dumez
6dd78d33ab
- Improved download list popup menu code
...
- Added some asserts
- bit of code improvement/clean up
18 years ago
Christophe Dumez
6951619c04
- Improved updateDlList code
...
- Added some ASSERTS
18 years ago
Christophe Dumez
f839d6fe41
- Improved trackers errors code a lot and moved it to Bittorrent class
...
- When using startAll() command and when only some torrents are paused : already started torrents are not displayed as connecting untill next refresh anymore (they keep their current state).
18 years ago
Christophe Dumez
9cbab8d63e
-FEATURE: Url seeds are now displayed in torrent properties and are editable
...
- Broke compatibility with Qt4.2. Will fix this a bit later (in the meantime, edit properties.ui)
18 years ago
Christophe Dumez
4e4b0ed9ff
- Reverted a previous commit. Transfer lists refreshers aren't in separate threads anymore: too buggy
18 years ago
Christophe Dumez
2ab7f6f923
- Transfer lists refreshers were moved to separate threads to improve GUI responsiveness. Please report any problem (like mutex deadlocks in console output) or crashes.
18 years ago
Christophe Dumez
e493776a73
- User is now warned when fast resume data was rejected
18 years ago