Christophe Dumez
a5d8766a9e
Use XDG folders (.cache, .local) instead of .qbittorrent
...
old .qbittorrent is imported and moved to XDG folder by qBittorrent so that the user does not loose anything
15 years ago
Christophe Dumez
6f6e453ae4
- COSMETIC: Use alternating row colors in transfer list (set in program preferences)
15 years ago
Christophe Dumez
5d60295db3
- Drag'n drop to labels cleanup
15 years ago
Christophe Dumez
18bd3b855c
- Added drag'n Drop from torrent list to labels (for torrent labeling)
...
- Fix label counters update in some cases
15 years ago
Christophe Dumez
a2423e97eb
- Fix download from MAGNET URI in regular UI
15 years ago
Christophe Dumez
22ec528cdf
- Fix regular refresh of RSS feeds
15 years ago
Christophe Dumez
1f104f62f5
Force libnotify GObject cleanup even when libnotify fails
15 years ago
Christophe Dumez
f8f7729e77
- Force libnotify GObject cleanup
15 years ago
Christophe Dumez
5d1d26b285
- Fixed possible crash on exit introduced by previous commit (tweaks to speed up exit)
15 years ago
Christophe Dumez
4dc8959f67
* More exit tweaking to make shutdown faster
...
* Fixed active upload icon in Web UI
* Fixed text alignment in Web UI preferences dialog
* Fixes to ratio display in Web UI transfer list and properties panel
* Edited Queued/Paused/Checking icons so that they are the same for complete/incomplete torrents (easier to understand)
* Color torrents in UI transfer list as in qBittorrent < 2.0 (more easily understandable)
* Progress and size are now updated when files are filtered in torrent properties
15 years ago
Christophe Dumez
90207020f2
- Fix for media file preview
15 years ago
Christophe Dumez
d22d6468c7
- Updated documentation URL to doc.qbittorrent.org
15 years ago
Christophe Dumez
672a83cfc4
- Added qBittorrent icon to libnotify notifications
15 years ago
Christophe Dumez
d227e744d9
- Use standard Qt notification as fallback if libnotify failed
15 years ago
Christophe Dumez
17f712e3e0
- Made search engine use libnotify instead of qt notification when available. Note that a notification is displayed when a search request has finished and the search tab is not currently displayed (other tab is displayed or window is minimized/iconified)
15 years ago
Christophe Dumez
507b9b149e
- No need for systray integration to be enabled to use libnotify
15 years ago
Christophe Dumez
01f38b05eb
- Fix download icon in systray icon popup
15 years ago
Christophe Dumez
91efa0e2d4
- COSMETIC: Make use of libnotify if available for system notifications (Now default on Ubuntu) instead of the Qt notification system
15 years ago
Christophe Dumez
9fa0ff78bc
- Made Torrent filters column collapsible (can be hidden)
15 years ago
Christophe Dumez
5d566bba86
- Fix "global download limit" icon in tray icon menu
15 years ago
Christophe Dumez
7c1d3dea86
- Fixed download limit icon
15 years ago
Christophe Dumez
b1bbbd79c4
- Initial support for Web UI internationalization !
...
- Updated french translation
15 years ago
Christophe Dumez
f5fc1884b2
- Show official documentation when pressing F1 key
15 years ago
Christophe Dumez
002faac042
- Update documentation links to point to the actual documentation articles (in french or english depending on the current locale) instead of the wiki main page
15 years ago
Christophe Dumez
70c62f6294
- Refresh torrent properties and transfer list only when they are visible in order to save CPU :)
15 years ago
Christophe Dumez
4ee47ce2b8
- Use a capital "B" for Bittorrent class
15 years ago
Christophe Dumez
262b88930e
- Use lowercase characters only in filenames
15 years ago
Christophe Dumez
1b0d2a7d55
- Clean up GUI includes
15 years ago
Christophe Dumez
da080a8979
- delete socket client explicitely (although Qt should take care of it)
15 years ago
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