Commit graph

162 commits

Author SHA1 Message Date
Christophe Dumez
1e86ea8c0a Clean program exit on system shutdown/logout 2010-10-01 20:03:27 +00:00
Christophe Dumez
81eb8b1341 Fix tiny memory leak 2010-09-27 20:42:00 +00:00
Christophe Dumez
431d2f082c FEATURE: Detect executable updates in order to advise the user to restart 2010-08-23 19:42:15 +00:00
Christophe Dumez
63ee1c36e8 FEATURE: Added torrent filtering by name 2010-08-20 12:27:20 +00:00
Christophe Dumez
ee01c2c745 FEATURE: Added button to password-lock the UI 2010-08-19 16:30:13 +00:00
Christophe Dumez
e7e5a2b4e9 Fix "Set location" action 2010-08-18 08:46:04 +00:00
Christophe Dumez
df677789d2 FEATURE: Added Auto-Shutdown on downloads completion feature (Linux Only for now) 2010-08-16 17:35:32 +00:00
Christophe Dumez
bceb00d35f Fix issues related to tab order in main window
Make sure the search input has focus when switching to the search tab
2010-07-19 18:49:53 +00:00
Christophe Dumez
9e575e45b7 Hide tabs when only one is visible 2010-06-22 14:18:43 +00:00
Christophe Dumez
39b32bf1cd Search engine can now be disabled 2010-06-22 13:58:22 +00:00
Christophe Dumez
54131001b0 Move RSS settings to a separate dialog 2010-06-22 13:39:49 +00:00
Christophe Dumez
8b5886cc6e Simplifying program options 2010-06-21 18:32:01 +00:00
Christophe Dumez
bce7959332 Attempt to make Ishan's patch lighter (the new patch may not take into consideration all use cases but it seems to work ok) 2010-06-10 19:54:20 +00:00
Ishan Arora
eef6f600c9 Fixed Bug #589070
qBittorrent wont hide on minimization if a modal window is visible over it.
2010-06-10 18:54:23 +00:00
Christophe Dumez
609ea7b4c2 Disable systray icon on Mac (Mirco Chinelli) 2010-06-09 15:40:55 +00:00
Christophe Dumez
b9394f2ba2 Fix race condition allowing to run several instances of qBittorrent at the same time 2010-06-09 09:48:14 +00:00
Christophe Dumez
f23051c1fd Fix signal / slot 2010-06-06 20:01:09 +00:00
Christophe Dumez
defd77b94c COSMETIC: Display number of torrents in transfers tab label 2010-05-21 14:56:56 +00:00
Christophe Dumez
530fbfc9b4 Ask for user confirmation because proceeding with recursive torrent download (security risk)
Fix "add file" dialog in torrent creation tool
2010-03-20 11:30:11 +00:00
Christophe Dumez
cc3a6350a5 Enabled modality for appropriate dialogs
Make sure it is impossible to open more than one torrent addition from URL dialog
2010-03-10 20:21:56 +00:00
Christophe Dumez
3b05f8b4b4 Reorganized header file 2010-03-03 14:48:49 +00:00
Christophe Dumez
6b4f09d740 - Cleanup GUI class 2010-03-03 14:42:57 +00:00
Christophe Dumez
3d546a4c5d BUGFIX: Only one log window can be opened at a time 2010-03-03 13:07:27 +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
52dd1476db - Fix addInPause setting in torrent addition dialog 2010-01-07 18:17:20 +00:00
Christophe Dumez
88c56d8250 - Added support for magnet links in search engine. Most search Web sites provides magnet links now and in the futures, they may provide only the magnet links. 2010-01-05 22:31:06 +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
90207020f2 - Fix for media file preview 2009-11-27 11:38:42 +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
843168bb62 - Move ui files to their own folder 2009-11-20 08:20:05 +00:00
Christophe Dumez
4ee47ce2b8 - Use a capital "B" for Bittorrent class 2009-11-20 08:01:59 +00:00
Christophe Dumez
1b0d2a7d55 - Clean up GUI includes 2009-11-19 07:28:52 +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
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
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
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
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
a7da280f57 - Usability improvement in torrent properties 2009-11-08 19:09:10 +00:00
Christophe Dumez
707e87f5b8 - started work on properties 2009-11-08 14:20:58 +00:00
Christophe Dumez
2dddd2b24b - Started work on transfer list filters 2009-11-08 12:05:35 +00:00
Christophe Dumez
d6e90883cb - Initial commit (both lists are merged but not all the features are there and it is probably buggy) 2009-11-07 19:55:33 +00:00
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)
2009-11-06 14:30:14 +00:00