Christophe Dumez
ee594400dc
- Fixed togglepausedstate() on double click in download list
2007-04-11 20:50:41 +00:00
Christophe Dumez
cf2bc1e980
- removed ETA & DL speed columns in finished torrents list
2007-04-11 18:31:21 +00:00
Christophe Dumez
8e8ffae57a
- Disabled MainWindow context menu, more annoying than useful
2007-04-10 10:54:22 +00:00
Christophe Dumez
30d328774f
- Fixed compiling error in finishedTorrents.cpp
...
- Added icons for bandwidth allocation actions
2007-04-10 10:50:34 +00:00
Christophe Dumez
6428fd4ae0
- Added bandwidth allocation to the right click menu on torrents
2007-04-10 10:05:04 +00:00
Christophe Dumez
a25cc14af4
- Fixed a crash when stopping a search (introduced when splitting search engine from GUI recently)
2007-04-10 09:35:34 +00:00
Christophe Dumez
30aa59f582
- Kept on working on bandwidth allocation per torrent
...
- Fixed a crash in search engine when systray integration was disabled
2007-04-10 09:31:25 +00:00
Christophe Dumez
3933d78da2
- Started to work on bandwidth allocation per torrent
2007-04-10 09:07:33 +00:00
Christophe Dumez
a9ed013ca3
- Code optimization in for loops tests
2007-04-10 08:05:27 +00:00
Christophe Dumez
b198494900
- Code cleanup using autoconnect slots
2007-04-10 07:54:06 +00:00
Christophe Dumez
3dbb958bde
- Doesn't display that a torrent has finished on start when it finished during last session
2007-04-05 22:29:09 +00:00
Christophe Dumez
381ae195b9
- Fixed a bug in the number of finished torrents initial display
...
- Started to clean up rss.h
2007-04-05 19:42:39 +00:00
Christophe Dumez
81d05a67b3
- Window can now stay maximized on exit
2007-04-04 14:53:00 +00:00
Christophe Dumez
a0743c0713
- Preview from finished list should now be working
2007-04-04 14:36:47 +00:00
Christophe Dumez
4727cd57ed
- Removed pause/start in finished list (useless)
2007-04-04 14:25:56 +00:00
Christophe Dumez
775afd6ac2
- Implemented Start/Pause in finished list
2007-04-04 13:58:38 +00:00
Christophe Dumez
cd70dcc3ba
- Allow the user to display torrent properties in finished list
2007-04-04 12:52:50 +00:00
Christophe Dumez
5c53c457e5
- Implemented delete from finished list
2007-04-04 12:41:47 +00:00
Christophe Dumez
6d0b550f5d
- Implemented DeleteFromHardDrive & finishedList
2007-04-04 12:33:53 +00:00
Christophe Dumez
37027c0480
- A lot of work on "Finished torrents are moved to a new tab". It still needs improvements but most of it is working
...
- Fixed pressing return in search field to launch search
2007-04-04 12:01:32 +00:00
Christophe Dumez
13aa2cfa6e
- Added a new tab for finished torrents (WIP, not used yet)
2007-04-04 01:36:55 +00:00
Christophe Dumez
c832d91f79
- Ask for exit confirmation only if the download list is not empty
2007-04-04 00:47:26 +00:00
Christophe Dumez
d90e4286e3
- Bring the window to foreround on exit when it was minimized
2007-03-29 20:21:17 +00:00
Christophe Dumez
5d0e466d6d
- Allow the user to disable systray integration
2007-03-29 19:54:45 +00:00
Christophe Dumez
0ebdd34df3
Bring mainWindow to foreground when asking for exit confirmation
2007-03-29 18:46:50 +00:00
Christophe Dumez
b3e6f341ff
- Added RSS icon on its tab
2007-03-29 16:02:34 +00:00
Arnaud Demaiziere
6c8f0bff13
- Added a rss tab (still not functional)
2007-03-29 15:43:08 +00:00
Christophe Dumez
4ca852c2b3
- Added a message log when an UPnP WAN service is detected
2007-03-29 14:49:01 +00:00
Christophe Dumez
3ff075c048
- Display more log messages
2007-03-29 14:31:43 +00:00
Christophe Dumez
3f01be8d6e
- Fixed an error when disabling upnp
...
- upnp is now disabled as a default
2007-03-29 13:51:15 +00:00
Christophe Dumez
78916bba41
- Added debug in UPnP
...
- Started to rewrite qBT's own UPnP support instead of using aMule CVS code : (not usable yet)
2007-03-28 21:59:21 +00:00
Christophe Dumez
92f840519c
- Allow to change UPnP port while it is enabled
...
- Allow to change qBT style! (GTK people should like Cleanlooks style)
2007-03-28 08:05:37 +00:00
Christophe Dumez
e0a0a0beb1
- fix for UPnP option
2007-03-27 21:12:33 +00:00
Christophe Dumez
868d7cee4a
- Removed some unused headers
2007-03-27 19:22:53 +00:00
Christophe Dumez
e8cc751f22
- Splitted search engine code from MainWindow part because GUI.cpp was getting too big and we are going to add a RSS tab soon
...
- Removed some unnecessary includes
2007-03-27 18:49:29 +00:00
Christophe Dumez
fd2d2ddc0b
- Added UPnP support (experimental) - taken from aMule CVS
2007-03-19 21:15:29 +00:00
Christophe Dumez
14251dd7b0
- Fixed infobar text for PauseAll, StartAll functions
2007-03-12 13:35:24 +00:00
Christophe Dumez
e8adc74051
- removed unused function
2007-03-11 19:07:08 +00:00
Christophe Dumez
c3abdc3743
- Set the number of seeds/leechs to 0/0 when pausing torrents
2007-03-11 18:08:34 +00:00
Christophe Dumez
f8c914e446
- Fixed alwaysDisplayOSD option
2007-03-11 17:51:53 +00:00
Christophe Dumez
a4deec6cde
- Fixed behaviour options. Broke them a few commits ago
2007-03-10 23:34:03 +00:00
Christophe Dumez
7e1f98cd46
- Fixed memory leak in search engine autocompletion (introduced by gtsoul)
2007-03-10 19:08:37 +00:00
Christophe Dumez
e85a82a426
- Destroy preview process cleanly on qBT exit if it is still running
2007-03-10 19:03:17 +00:00
Christophe Dumez
fb54c035a7
- Set DHT Port only when DHT is enabled
2007-03-10 18:20:13 +00:00
Christophe Dumez
6d65ef067d
Create Options object only when necessary (to save memory)
2007-03-10 18:14:53 +00:00
Christophe Dumez
53b911bb8e
- small fix in delete functions to make them a little bit safer
2007-03-10 16:27:03 +00:00
Christophe Dumez
950072c696
- Search process is now stopped cleanly before exit to avoid error messages in console
2007-03-09 18:38:58 +00:00
Christophe Dumez
b63d1f8d11
- Fixed upload rate limit
2007-03-09 14:04:57 +00:00
Christophe Dumez
bb9950403d
- Updated French translation
...
- Fixed a typo in GUI
2007-03-09 13:46:32 +00:00
Christophe Dumez
87f440aa9e
** I18N Commit **
...
- Better i18n thanks to dynamic text support
- Some typos fixed in translatable texts
- Provide exemples to make translators' task easier
- Update translation files
2007-03-08 22:51:52 +00:00