Christophe Dumez
48dbaf05ae
FEATURE: Bandwidth scheduler (automatically use alternative speed limits for a given period)
2010-01-24 11:57:15 +00:00
Christophe Dumez
06efd64a80
FEATURE: User can set alternative speed limits for fast toggling
...
Bandwidth scheduler is not functional yet (but appears in program preferences)
2010-01-23 20:44:09 +00:00
Christophe Dumez
44f6c972d4
Moved screenCenter function to misc.h to avoid code duplication
...
Make sure torrent deletion dialog is now centered on screen
2010-01-21 22:23:13 +00:00
Christophe Dumez
396da6bd94
- Fix to make sure that the filters list height is always sufficient to display all the filters (without the need for a scrollbar)
2010-01-17 21:27:08 +00:00
Christophe Dumez
2273ea4099
- Use Alternating row colors in {Peers, trackers, Files} lists too (if enabled)
2010-01-12 23:16:18 +00:00
Christophe Dumez
ba0c7334b7
- Use torrent addition dialog for Magnet URIs too
2010-01-03 14:20:31 +00:00
Christophe Dumez
a239ac1a52
- Removed debug
2010-01-02 23:12:40 +00:00
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
2010-01-02 11:22:44 +00:00
Christophe Dumez
6f6e453ae4
- COSMETIC: Use alternating row colors in transfer list (set in program preferences)
2009-12-22 14:06:36 +00:00
Christophe Dumez
5d60295db3
- Drag'n drop to labels cleanup
2009-12-16 15:06:02 +00:00
Christophe Dumez
18bd3b855c
- Added drag'n Drop from torrent list to labels (for torrent labeling)
...
- Fix label counters update in some cases
2009-12-16 14:55:07 +00:00
Christophe Dumez
a2423e97eb
- Fix download from MAGNET URI in regular UI
2009-12-08 08:06:42 +00:00
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