Christophe Dumez
22ec528cdf
- Fix regular refresh of RSS feeds
2009-12-07 21:58:26 +00:00
Christophe Dumez
1f104f62f5
Force libnotify GObject cleanup even when libnotify fails
2009-12-04 09:18:43 +00:00
Christophe Dumez
f8f7729e77
- Force libnotify GObject cleanup
2009-12-04 09:09:03 +00:00
Christophe Dumez
5d1d26b285
- Fixed possible crash on exit introduced by previous commit (tweaks to speed up exit)
2009-12-01 11:56:51 +00:00
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
2009-11-30 21:30:14 +00:00
Christophe Dumez
90207020f2
- Fix for media file preview
2009-11-27 11:38:42 +00:00
Christophe Dumez
d22d6468c7
- Updated documentation URL to doc.qbittorrent.org
2009-11-26 21:27:06 +00:00
Christophe Dumez
672a83cfc4
- Added qBittorrent icon to libnotify notifications
2009-11-26 07:00:18 +00:00
Christophe Dumez
d227e744d9
- Use standard Qt notification as fallback if libnotify failed
2009-11-25 22:36:42 +00:00
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)
2009-11-25 22:03:05 +00:00
Christophe Dumez
507b9b149e
- No need for systray integration to be enabled to use libnotify
2009-11-25 21:36:51 +00:00
Christophe Dumez
01f38b05eb
- Fix download icon in systray icon popup
2009-11-25 20:34:34 +00:00
Christophe Dumez
91efa0e2d4
- COSMETIC: Make use of libnotify if available for system notifications (Now default on Ubuntu) instead of the Qt notification system
2009-11-25 20:32:18 +00:00
Christophe Dumez
9fa0ff78bc
- Made Torrent filters column collapsible (can be hidden)
2009-11-25 18:13:20 +00:00
Christophe Dumez
5d566bba86
- Fix "global download limit" icon in tray icon menu
2009-11-25 17:54:12 +00:00
Christophe Dumez
7c1d3dea86
- Fixed download limit icon
2009-11-24 18:15:08 +00:00
Christophe Dumez
b1bbbd79c4
- Initial support for Web UI internationalization !
...
- Updated french translation
2009-11-23 12:57:16 +00:00
Christophe Dumez
f5fc1884b2
- Show official documentation when pressing F1 key
2009-11-22 10:08:03 +00:00
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
2009-11-22 10:03:40 +00:00
Christophe Dumez
70c62f6294
- Refresh torrent properties and transfer list only when they are visible in order to save CPU :)
2009-11-21 14:16:54 +00:00
Christophe Dumez
4ee47ce2b8
- Use a capital "B" for Bittorrent class
2009-11-20 08:01:59 +00:00
Christophe Dumez
262b88930e
- Use lowercase characters only in filenames
2009-11-20 07:48:44 +00:00
Christophe Dumez
1b0d2a7d55
- Clean up GUI includes
2009-11-19 07:28:52 +00:00
Christophe Dumez
da080a8979
- delete socket client explicitely (although Qt should take care of it)
2009-11-19 07:24:14 +00:00
Christophe Dumez
41e18fd245
- Removed useless class property in GUI class
2009-11-19 07:21:55 +00:00
Christophe Dumez
10c40c6485
- Cleanup systray code
2009-11-18 18:45:06 +00:00
Christophe Dumez
fb4700907d
- Removed unused keyboard shortcut (and remove valgrind warning)
2009-11-18 17:51:50 +00:00
Christophe Dumez
d3c59f0814
- Move Web UI code to Bittorrent class
2009-11-18 17:46:59 +00:00
Christophe Dumez
cedc87a703
- Fix completed torrent counting
...
- Make sure the status bar is displayed before showing the GUI
2009-11-18 17:32:54 +00:00
Christophe Dumez
5da2e6a9ee
- Started to improved the status bar style
2009-11-18 14:54:33 +00:00
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
2009-11-18 13:18:55 +00:00
Christophe Dumez
c30ec7bb6e
- Fix keyboard shortcuts for tab switching
2009-11-18 12:40:13 +00:00
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
2009-11-18 12:35:55 +00:00
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
2009-11-18 12:11:15 +00:00
Christophe Dumez
5ffcf5a9dc
- Fixed per torrent speed limiting
...
- A lot of cleanup in speed limiting dialog
2009-11-17 13:11:32 +00:00
Christophe Dumez
660f478a70
- Fix queueing system
2009-11-17 09:59:49 +00:00
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
2009-11-17 08:15:26 +00:00
Christophe Dumez
1b6e282938
- Remove old comments
2009-11-15 13:30:44 +00:00
Christophe Dumez
aeb12e53ee
- Remove old comments
2009-11-15 13:29:32 +00:00
Christophe Dumez
31180bb00c
- Save / Restore preferences dialog size and position on restart
...
- Make use of new Preferences in GUI constructor
2009-11-15 13:28:58 +00:00
Christophe Dumez
5962ef79cb
- Added option to disable peer host name resolution (disabled as a default)
...
- Fix several other bugs related to properties and preferences
2009-11-15 10:00:07 +00:00
Christophe Dumez
3762c37517
- Take "RSS refresh interval" into consideration without restarting qBT
2009-11-15 08:53:33 +00:00
Christophe Dumez
6dbd1daa5c
- Little pointer code cleanup
2009-11-14 20:39:37 +00:00
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)
2009-11-14 19:08:28 +00:00
Christophe Dumez
0e93e8dc9d
- Made splitter children non-collapsible
2009-11-11 16:30:05 +00:00
Christophe Dumez
4493752d2f
- Improved properties pannel by using a Splitter to allow the user to set the height of the pannel
2009-11-11 16:22:57 +00:00
Christophe Dumez
998b161696
- Save files list column width
2009-11-09 19:30:13 +00:00
Christophe Dumez
a7da280f57
- Usability improvement in torrent properties
2009-11-08 19:09:10 +00:00
Christophe Dumez
cee9ece4c7
- Added back trackers display in torrent properties
2009-11-08 16:19:21 +00:00
Christophe Dumez
75e5a7e3d4
- Made progress on torrent properties (main tab)
2009-11-08 15:41:32 +00:00