Commit graph

392 commits

Author SHA1 Message Date
Christophe Dumez
dff33dbfb1 - Should fix a layout problem with the infoBar and Qt4.2 (need confirmation) 2007-08-29 19:03:53 +00:00
Christophe Dumez
ed6cad6d1b - Updated TODO 2007-08-29 16:24:47 +00:00
Christophe Dumez
b582ec9480 - BUGFIX: Do not store and calculate ETA values for paused torrents 2007-08-29 16:23:37 +00:00
Christophe Dumez
b5ccf05541 - BUGFIX: Do not store and calculate ETA values for finished torrents 2007-08-29 16:15:11 +00:00
Christophe Dumez
229927bbe9 - BUGFIX: Fixed file preview and improved previewable files detection 2007-08-29 16:07:37 +00:00
Christophe Dumez
495d6f2bab - Save less trackers errors to save memory 2007-08-29 15:13:20 +00:00
Christophe Dumez
73c247fe10 BUGFIX: Fixed pause state toggle for paused and checking torrents 2007-08-29 15:04:30 +00:00
Christophe Dumez
17b8f76dda - UpdateRatio only when it is displayed
- Resample favicon to 16x16 before displaying it for better quality
- Updated TODO
2007-08-29 13:45:51 +00:00
Christophe Dumez
ea3a635d49 - Updated Greek translation 2007-08-29 12:57:00 +00:00
Christophe Dumez
99268bfc06 - Added .ico support, which is really useful for RSS favicons. We use libMagick++ in order to convert ICO icons to PNG. If this library is not installed, qBittorrent will still compile but this feature will be disabled. 2007-08-29 09:22:21 +00:00
Christophe Dumez
057029787a - Added some asserts to check for overflows
- Removed a useless functions (was used for debug)
- Fixed 2 warnings in createTorrent.ui
- Improved CXX_FLAGS in src.pro
2007-08-29 06:33:27 +00:00
Christophe Dumez
f67eb47f8c - Updated TODO 2007-08-28 19:37:30 +00:00
Christophe Dumez
cdfaed4fb4 BUGFIX: ETA was wrong for torrents with filtered files 2007-08-28 18:49:45 +00:00
Christophe Dumez
21908e0a03 - Optimized function that transform a number of seconds to a duration(days, hours, minutes, secs)
- Improved ETA calculation to avoid overflows (Added asserts to make sure it doesn't happen)
2007-08-28 18:44:54 +00:00
Christophe Dumez
6ecb45d661 - Code optimization using initialization lists
- Removed Traditional Chinese translation because we lost our translator and translation is outdated
2007-08-28 16:17:32 +00:00
Christophe Dumez
39feb335a4 BUGFIX: Display the torrent that are being checked as 'checking' in seeding list 2007-08-28 14:30:24 +00:00
Christophe Dumez
b90012e431 - Updated TODO 2007-08-28 14:18:31 +00:00
Christophe Dumez
71599c0f9f - Made finished list menu more similar to the download list one
- Fixed Start/Pause actions in lists context menus
2007-08-28 14:18:09 +00:00
Christophe Dumez
c7592a6dc8 - prevent downloadFromUrl flooding 2007-08-27 10:06:13 +00:00
Christophe Dumez
8404eec301 - Force progress update in download list before calling sort function to make it more reliable 2007-08-26 19:52:10 +00:00
Christophe Dumez
1bfc181cb2 - Better handing of .finished files (bittorrent class level instead of GUI level) 2007-08-26 19:17:50 +00:00
Christophe Dumez
124fa3c8ed BUGFIX: Showing checking progress for paused torrents too 2007-08-26 18:59:27 +00:00
Christophe Dumez
7dc7cea31b - Updated TODO. GUI splitting was planned for v1.1.0 but it is already in v1.0.0beta6 after all :) 2007-08-26 16:29:06 +00:00
Christophe Dumez
32c330092a - Merged splitGUI branch, GUI and download tab are now splitted. Code is a lot cleaner and easier to understand. I also fixed some bugs I found on the way :) 2007-08-26 16:25:22 +00:00
Christophe Dumez
36e2cb6f68 - Updated TODO 2007-08-26 16:21:16 +00:00
Christophe Dumez
e82cb2188e - Made torrent deletion from hard-drive safer 2007-08-23 14:04:53 +00:00
Christophe Dumez
680f6409d8 - beta5 release 2007-08-23 04:01:17 +00:00
Christophe Dumez
cfacac7dbf - Add torrents in pause before applying settings to avoid race conditions
- Started to work on a new function to delete torrents permanently that is safer. Not used yet because it is buggy : it works only for simple cases and I'm not sure I can do better right now with the info libtorrent is providing.
2007-08-22 18:26:00 +00:00
Christophe Dumez
8ce1a4c3df - Updated Korean translation 2007-08-22 03:58:05 +00:00
Christophe Dumez
d8dd509a7b - Updated Russian translation 2007-08-21 07:17:13 +00:00
Christophe Dumez
4c5c1d49c2 - Updated german translation 2007-08-20 11:47:26 +00:00
Christophe Dumez
8ba1cb329d - Improved unicode support a bit 2007-08-20 07:03:41 +00:00
Christophe Dumez
c9925eddb6 - Big code cleanup
- Added a Qwrapper for torrent_handle to make code more readable
2007-08-20 06:29:18 +00:00
Christophe Dumez
5946f20783 - Updated beta5 changelog 2007-08-19 16:51:23 +00:00
Christophe Dumez
2ce097ec77 - Fixed keyboard shortcuts for third tab (closes #127942) 2007-08-18 12:43:21 +00:00
Christophe Dumez
d025a2ea36 - Updated TODO (preview is working in seeding list now) 2007-08-18 06:00:18 +00:00
Christophe Dumez
a4d24fd4a7 - Updated TODO
- Last commit allows to remove url seeds now too (forgot)
2007-08-18 05:56:59 +00:00
Christophe Dumez
98159eaa1b - Updated TODO 2007-08-17 04:10:23 +00:00
Christophe Dumez
b4fbaaa47c BUGFIX: Improved incremental download 2007-08-17 02:22:04 +00:00
Christophe Dumez
df8c591edd - Updated todo 2007-08-17 02:14:37 +00:00
Christophe Dumez
13f21ef6cd - Make use of new torrent_checked_alert that was just included in libtorrent. This allowed to improve torrent that just finished checking handling and progress column sorting. Also allowed to optimize cpu/memory usage a little. 2007-08-17 02:03:13 +00:00
Christophe Dumez
55834ba5db - Fixed session ratio value: was either 10. or 1. (closes #133026) 2007-08-16 23:46:45 +00:00
Christophe Dumez
417d8a777b - Updated portuguese and brazilian translations 2007-08-16 08:59:31 +00:00
Christophe Dumez
85055c1ef9 - Updated ToDO 2007-08-15 19:59:17 +00:00
Christophe Dumez
36e87952fa - BUGFIX: Wait for torrent_paused_alert before reloading a torrent for full allocation mode 2007-08-15 19:41:12 +00:00
Christophe Dumez
d5fa6cefe4 - Removed some debug
- Updated Changelog (now libtorrent supports Bittorrent FAST extension)
2007-08-15 19:17:17 +00:00
Christophe Dumez
47b42c1c90 - Updated TODO (changelog beta5) 2007-08-11 14:50:29 +00:00
Christophe Dumez
31abae33a1 - Improved the way menu icons are installed to avoid problems on some systems (Thanks JanCR for reporting this)
- Fixed version in desktop file
2007-08-11 14:47:52 +00:00
Christophe Dumez
7b8722df34 - Updated TODO 2007-08-09 06:59:21 +00:00
Christophe Dumez
eda115249a - Updated Italian translator 2007-08-09 06:43:42 +00:00
Christophe Dumez
44d61e0b9d - Fixed overflow that caused ratio to become negative
- Added some more asserts so that it doesn't happen again
- Fixed waiting for paused_alert on exit in the case where a torrent was paused then resumed before we received torrent_paused_alert
2007-08-09 05:03:06 +00:00
Christophe Dumez
c51abd9096 - Updated TODO 2007-08-08 12:43:58 +00:00
Christophe Dumez
8b26b7fd48 - BUGFIX: Fixed progress column delayed sorting (after torrent finished checking) 2007-08-07 23:15:46 +00:00
Christophe Dumez
f9c357b52d - Wait for torrent_paused_alert before saving fast resume data 2007-08-07 23:00:51 +00:00
Christophe Dumez
60923e81c6 - Updated TODO
- Removed useless include in downloadThread
2007-08-07 22:14:23 +00:00
Christophe Dumez
06a2f2ad1f - Updated polish translation 2007-08-07 10:25:36 +00:00
Christophe Dumez
a9692dbe60 - Changed the way progress bars are rendered 2007-08-04 22:14:17 +00:00
Christophe Dumez
bee1dbeea4 BUGFIX: Finished torrents were still displayed as checking when paused by libtorrent on full disk (hit an assert) 2007-08-04 18:26:42 +00:00
Christophe Dumez
9ba0c7ebba - Updated Italian translation 2007-08-04 11:32:19 +00:00
Christophe Dumez
b702bea806 - beta4 release 2007-08-04 06:23:44 +00:00
Christophe Dumez
ff756a2b1f - Some fixes in bandwidth allocation per torrent dialog 2007-08-04 05:29:35 +00:00
Christophe Dumez
8e6b1be322 - updated TODO 2007-08-03 18:24:36 +00:00
Christophe Dumez
d74a095186 - Updated TODO with beta3->beta4 changelog 2007-08-03 18:20:01 +00:00
Christophe Dumez
db9bc24b5f - rss feeds are now updated automatically every 10 minutes 2007-08-03 15:16:42 +00:00
Christophe Dumez
86d38efcb2 - Allow to delete rss streams using "Del" key 2007-08-03 15:02:16 +00:00
Christophe Dumez
dcb6642394 - Mostly rewritten RSS part
* Fixed a lot of bugs
	* Improved CPU & memory usage
	* Improved usability
Please report any bug you may experience.
2007-08-03 14:37:56 +00:00
Christophe Dumez
1c0e890252 - Fixed columns width in transfers list (problem was caused by the hidden "hash" column that didn't have a null size) 2007-08-02 14:12:22 +00:00
Christophe Dumez
0c18f44a34 - Updated TODO 2007-08-01 19:43:21 +00:00
Christophe Dumez
a98a21196f - Updated Chinese (Simplified) translation 2007-08-01 18:15:24 +00:00
Christophe Dumez
83b0cd5706 - Updated TODO 2007-08-01 10:10:20 +00:00
Christophe Dumez
f4465dcea2 - Updated unkrainian translation 2007-08-01 09:11:38 +00:00
Christophe Dumez
7469f97953 - Really enable UPnP/LSD/NAT-PMP (recently disabled as a default in libtorrent) 2007-08-01 08:47:58 +00:00
Christophe Dumez
80fa44f8bb - It is not possible to pause torrents in finished tab (closes #129498) 2007-08-01 08:43:00 +00:00
Christophe Dumez
5879df7d5f - Should fix compiling errors with Qt 4.2 2007-08-01 07:19:44 +00:00
Christophe Dumez
57b4a7150a - Prevent users from filtering all the files in a torrent using right-click menu (combobox was ok) 2007-07-31 15:37:14 +00:00
Christophe Dumez
c2450cd41e - updated TODO 2007-07-31 11:22:05 +00:00
Christophe Dumez
4922eb3dc5 - Improved preview list delegate
- All delegates are now good :)
2007-07-31 11:12:41 +00:00
Christophe Dumez
0561206d91 - Started to improve download & finished list rendering (filename column) 2007-07-31 09:41:47 +00:00
Christophe Dumez
99530728c5 Update torrent progress when its content changed (filtered files) 2007-07-31 09:25:54 +00:00
Christophe Dumez
e66af5b271 - Improved files deletion in BT_backup (no more hard-coded extensions that are annoying when adding new ones)
- Improved directory scanning for torrents using a "*.torrent" filter
2007-07-31 08:13:38 +00:00
Christophe Dumez
6dd78d33ab - Improved download list popup menu code
- Added some asserts
- bit of code improvement/clean up
2007-07-30 10:27:56 +00:00
Christophe Dumez
d2983fa5aa - Updated Slovak translation 2007-07-30 10:06:46 +00:00
Christophe Dumez
d680be3626 FEATURE: Allow to drag 'n drop urls on the main window 2007-07-30 09:30:07 +00:00
Christophe Dumez
a00ea9af99 - Added a different icon for torrents being checking so that we can differenciate them from finished torrents 2007-07-29 15:40:11 +00:00
Christophe Dumez
c6285d8f67 - Improved start/Pause & start_all/pause_all functions 2007-07-29 14:14:57 +00:00
Christophe Dumez
269b59f8a2 - Updated french translation 2007-07-29 03:23:03 +00:00
Christophe Dumez
620deb3b6a - Fixed a problem that happened sometimes with torrents to pause after checking 2007-07-29 01:44:49 +00:00
Christophe Dumez
a5ac742c1f - Fixed (workaround, maybe Qt's bug?) for transfers list background painting problem. 2007-07-27 16:10:50 +00:00
Christophe Dumez
897ab4d782 - Updated TODO (url seeds are documented on wiki) 2007-07-27 15:04:08 +00:00
Christophe Dumez
3e36cd3c46 - Update trackers edition code
- current tracker is now updated regularly when properties are displayed
2007-07-27 14:43:42 +00:00
Christophe Dumez
f839d6fe41 - Improved trackers errors code a lot and moved it to Bittorrent class
- When using startAll() command and when only some torrents are paused : already started torrents are not displayed as connecting untill next refresh anymore (they keep their current state).
2007-07-27 13:58:12 +00:00
Christophe Dumez
9cbab8d63e -FEATURE: Url seeds are now displayed in torrent properties and are editable
- Broke compatibility with Qt4.2. Will fix this a bit later (in the meantime, edit properties.ui)
2007-07-27 09:53:55 +00:00
Christophe Dumez
676f30d9a1 - Fixed ipv4 compilation warning with latest g++
- Paused torrents that are checking are now displayed as paused (not checking) -> less confusing
- Updated TODO (libtorrent fixed ipfilter bug)
2007-07-26 15:43:27 +00:00
Christophe Dumez
2ab7f6f923 - Transfer lists refreshers were moved to separate threads to improve GUI responsiveness. Please report any problem (like mutex deadlocks in console output) or crashes. 2007-07-25 09:03:22 +00:00
Christophe Dumez
03fae3953f - Made error message clearer when libcommoncpp2 is not installed. 2007-07-25 07:00:14 +00:00
Christophe Dumez
a370503eb3 search plugin update - do not display only last version changelog 2007-07-24 08:22:12 +00:00
Christophe Dumez
e493776a73 - User is now warned when fast resume data was rejected 2007-07-24 07:30:33 +00:00
Christophe Dumez
a0e32fefd7 - Fixed compilation warnings
- Started work on fastresume reject alerts
2007-07-24 07:13:40 +00:00
Christophe Dumez
0db60065c0 - Removed useless mutex in GUI
- started to optimize headers includes for compilation speed
2007-07-23 12:12:55 +00:00
Christophe Dumez
737bdadbd0 - Updated TODO 2007-07-23 08:41:23 +00:00
Christophe Dumez
5cc6e6e8f4 - sometimes, rss feeds had a red cross icon although their download succeeded : fixed 2007-07-23 07:55:06 +00:00
Christophe Dumez
a27e7e1b9e - Lightened finished list code
- Fixed properties slots connects in finished list
- Fixed columns width in finished list
2007-07-23 07:44:58 +00:00
Christophe Dumez
59d35b9f8a - beta2 release 2007-07-23 04:57:28 +00:00
Christophe Dumez
4e0ed1ec4c - Optimized downloadThread memory usage 2007-07-22 15:48:34 +00:00
Christophe Dumez
2ad1c56933 - Create urlstream for subdownloadthreads only 2007-07-22 15:18:09 +00:00
Christophe Dumez
2c48968a31 - a search request can now be terminated by another 2007-07-22 13:42:09 +00:00
Christophe Dumez
f4adf173a2 - Multithreaded downloadThread for performance 2007-07-22 13:21:04 +00:00
Christophe Dumez
c086558597 - Updated TODO
- Load torrents before loading rss and sreach engine on startup
2007-07-22 12:46:03 +00:00
Christophe Dumez
d25776ddda - Quite a few improvements in rss interface 2007-07-22 11:53:43 +00:00
Christophe Dumez
325a588526 - Fixed some signals/slots (safer)
- Forgot to remove temp file when the file was downloaded from an url (rare occasions)
2007-07-22 09:47:27 +00:00
Christophe Dumez
d3793d180c - Removed some useless debug in downloadThread and added a little more interesting one
- Updated TODO
2007-07-22 04:14:44 +00:00
Christophe Dumez
e1e28fa9ff - Updated TODO 2007-07-22 03:41:53 +00:00
Christophe Dumez
a74dc5ee35 - GTSOUL, wtf you're doing??? Committing back the new downloadThread.h 2007-07-22 03:04:47 +00:00
Christophe Dumez
92ae8de58e - Updated TODO list 2007-07-20 21:23:35 +00:00
Christophe Dumez
f81e431032 - Added rss download failure handling (display red cross next to the stream name) 2007-07-20 21:06:50 +00:00
Christophe Dumez
1fb848e9ed - Added download from url handling in GUI (still missing: search plugin update and rss) 2007-07-20 20:18:18 +00:00
Christophe Dumez
2fd0de082c - Updated configure file to check for libcommoncpp2 instead of libcurl
- Used downloadThread in search plugin update instead of libcurl (no more gui freeze by the same occasion)
- Still need to handle download from urls errors and use fallback url in search plugin update (before beta2)
2007-07-20 17:11:02 +00:00
Christophe Dumez
7c8677d787 - Improved a lot downloading from url using libcommoncpp2 instead of libcurl
- TODO soon:
  - Updated configure file
	- Add url download error handling
2007-07-20 15:55:50 +00:00
Christophe Dumez
347b03d699 - Updated TODO 2007-07-20 14:05:39 +00:00
Christophe Dumez
8fdd614673 - Added popup menu for file priorities in torrent addition dialog too 2007-07-20 13:21:46 +00:00
Christophe Dumez
d762f094f2 - Updated TODO: Keyboard shortcuts are now documented 2007-07-19 13:36:27 +00:00
Christophe Dumez
99959b1aa3 - Added keyboard shortcuts for main actions (thanks Alexander Kuzmenkov) 2007-07-19 12:58:45 +00:00
Christophe Dumez
86a0e68f46 - Added ratio column 2007-07-18 07:44:52 +00:00
Christophe Dumez
766be4b381 - Fixed hungarian translation 2007-07-17 01:08:44 +00:00
Christophe Dumez
f0353e50b2 - Upload/download limits per torrent are now saved on restart. I can't test this feature yet though because libtorrent is crashing when I try to use it :) 2007-07-14 13:38:29 +00:00
Christophe Dumez
28ea505088 - qBittorrent is not exiting anymore when Main window is hidden and a dialog is closed (nasty long-standing bug...) 2007-07-14 12:35:04 +00:00
Christophe Dumez
8c5d38400a - Allow to set global upload/download bandwidth limit from tray icon menu
- Fixed a bug in bandwidth limitation per torrent (confused bytes with kbytes)
- Fixed a bug with paused torrents still displayed as checking
2007-07-14 10:50:38 +00:00
Christophe Dumez
a4371e7f55 - Removed some debug
- Updated TODO
2007-07-12 13:38:40 +00:00
Christophe Dumez
18ec98c3fb - Reloading a torrent only when necessary (properties, when files are filtered but full allocation mode is disabled) 2007-07-04 10:06:22 +00:00
Christophe Dumez
c8e4894d85 - Fixed size update when filtering files in a torrent (broken in svn) 2007-07-04 08:10:44 +00:00
Christophe Dumez
107d2c8e7b Fixed file filtering in a torrent 2007-07-03 22:39:49 +00:00
Christophe Dumez
e2427a4ce2 - Delete torrent permanently from hard drive used to delete parent folder if empty (fixed) 2007-06-30 19:19:09 +00:00
Christophe Dumez
80f61880b7 made ETA calculation more reliable 2007-06-29 15:23:15 +00:00
Christophe Dumez
8755ebba01 Added an icon for the new encryption option 2007-06-28 21:03:52 +00:00
Christophe Dumez
18b41d07bd - Updated TODO 2007-06-19 15:58:53 +00:00
Christophe Dumez
e6fca96d0d - Added Documentation entry in Help menu 2007-06-17 15:09:00 +00:00
Christophe Dumez
5e73539393 - fixed delete permanently in finished list 2007-06-17 12:15:04 +00:00
Christophe Dumez
341225aff4 - Updated TODO 2007-06-15 22:47:55 +00:00
Christophe Dumez
2d9f688d56 Updated TODO 2007-06-15 22:29:11 +00:00
Christophe Dumez
c39da36cca - Added Encryption support!
- Removed old UPnP code
- Removed UPnP in options since libtorrent doesn't allow to disable it. Thus, UPnP is always enabled
- Made options window a bit larger
- Added Arnaud Demaiziere to developpers list
- Updated TODO & Changelog
2007-06-15 20:35:07 +00:00
Christophe Dumez
68e78a7d24 Updated TODO 2007-06-15 09:04:39 +00:00
Christophe Dumez
8b9a15d4f2 Updated TODO 2007-06-14 22:10:48 +00:00
Christophe Dumez
4b03220064 Updated TODO 2007-06-14 19:57:34 +00:00
Christophe Dumez
f86037865d - Updated TODO 2007-06-12 12:40:10 +00:00
Christophe Dumez
b3b1bcc60c - Updated TODO 2007-05-13 20:05:30 +00:00
Christophe Dumez
9808e5a37a - Fixes in Slovak translation 2007-05-07 20:10:23 +00:00
Christophe Dumez
9093f8e44a - Proxy is now used for tracker / web seeds / peers connections
- Fixed the compiling errors with latest libtorrent svn
2007-05-02 13:52:29 +00:00
Christophe Dumez
f8eea3b779 - Updated TODO (search plugin update improvement to come) 2007-04-16 07:10:54 +00:00
Christophe Dumez
6802e22f7e - Improved a lot switching between tabs 2007-04-15 18:15:22 +00:00
Christophe Dumez
79253c76f1 - Now finished torrents are moved correctly to download tab if for some reason the files disapear from the hard-drive :) 2007-04-15 17:42:43 +00:00
Christophe Dumez
85fd33a619 - Updated to v1.0.0alpha8 (not a v0.10 after all)
- Added a new splash screen by our graphist but still unfinished
2007-04-12 22:17:33 +00:00
Christophe Dumez
45d51e1d44 - The torrent size displayed now takes filtered files into consideration 2007-04-12 21:28:15 +00:00
Christophe Dumez
ff3575c7ac - Implemented files prioritizing in a torrent (Part I: Torrent Properties), still need to work on torrent addition dialog 2007-04-12 19:51:39 +00:00
Christophe Dumez
658771612a - Upgraded to libtorrent svn (0.13) 2007-04-12 17:17:04 +00:00
Christophe Dumez
c146f6d0d9 - Added experimental windows build url to TODO 2007-04-12 09:27:05 +00:00
Christophe Dumez
923bba95b4 - Updated TODO 2007-04-11 21:13:34 +00:00
Christophe Dumez
cf2bc1e980 - removed ETA & DL speed columns in finished torrents list 2007-04-11 18:31:21 +00:00
Christophe Dumez
ab4ad0b114 - Use a standard QDialogButtonBox in options for better systems integration 2007-04-11 18:19:20 +00:00
Christophe Dumez
7263867f14 - Display torrent properties on double click in finished torrents list (togglepausedstate() was useless here)
- Fixed default tab selected in torrent properties
- Updated TODO
2007-04-11 13:23:17 +00:00
Christophe Dumez
cfe979c8dd - Updated changelog
- Made sorting work in the finished torrents list
2007-04-11 13:19:58 +00:00
Christophe Dumez
762df4b914 - Columns width are now remembered on restart for the finished torrent list 2007-04-11 13:10:13 +00:00
Christophe Dumez
76708c96df - Updated TODO 2007-04-11 10:41:33 +00:00
Christophe Dumez
953a99ee90 - Updated turkish translation 2007-04-10 20:57:35 +00:00
Christophe Dumez
e3f3293461 - Updated TODO 2007-04-10 15:26:44 +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
216e9a9785 - Updated TODO 2007-04-10 07:21:56 +00:00
Christophe Dumez
0eaa592086 - Disabled context menu in toolbar 2007-04-08 18:21:26 +00:00
Christophe Dumez
3e1f7d2193 - Improved icons in torrent creation dialog for add_older and add_file 2007-04-07 13:54:59 +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
d3eda2e8be - Added Comboboxes in torrent properties. No usable yet but it will be very useful when we will support pieces prioritization 2007-04-05 15:55:05 +00:00
Christophe Dumez
ff0dd88ee1 - Improved a lot the torrent creation module 2007-04-04 18:55:38 +00:00
Christophe Dumez
81d05a67b3 - Window can now stay maximized on exit 2007-04-04 14:53:00 +00:00
Christophe Dumez
4727cd57ed - Removed pause/start in finished list (useless) 2007-04-04 14:25:56 +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
c6c4bc1277 - FEATURE: Search engine is now using one thread per website for faster results 2007-04-03 23:55:21 +00:00
Christophe Dumez
ab1d664f07 - Updated Changelog / Todo
- Fixed a title boldness in torrent properties
2007-04-02 13:22:48 +00:00
Christophe Dumez
178a2046dc - Updated TODO
- Updated dependencies
2007-03-29 20:40:39 +00:00
Christophe Dumez
622fb85f60 - Updated TODO 2007-03-29 18:49:58 +00:00
Christophe Dumez
81eee7bba2 - Style is now applied instantly, no need to restart qBT
- Fixed a typo in WIndowsXP Style
2007-03-29 18:43:04 +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
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
d778766e29 - UPnP option should now be working 2007-03-27 21:08:07 +00:00
Christophe Dumez
9408e8006d - Redesigned options
- Updated TODO
- Added UPnP option entry (but still not taken into consideration nor saved)
2007-03-27 20:26:07 +00:00
Christophe Dumez
26e0c5d4ea - Updated TODO 2007-03-26 14:51:01 +00:00
Christophe Dumez
1502bcb5d4 - Updated TODO
- Added a message box to display errors for torrent creation
2007-03-25 23:22:10 +00:00
Christophe Dumez
d2d3968b8b - Finished trackers edition 2007-03-25 18:39:27 +00:00
Christophe Dumez
db55b72d87 - Updated TODO 2007-03-23 14:35:45 +00:00
Christophe Dumez
fd2d2ddc0b - Added UPnP support (experimental) - taken from aMule CVS 2007-03-19 21:15:29 +00:00
Christophe Dumez
d53e85a232 - Updated TODO 2007-03-19 14:30:26 +00:00
Christophe Dumez
a0e49f8162 - bump version to v0.10.0alpha1 because now there is a branch for v0.9.x 2007-03-15 15:59:05 +00:00
Christophe Dumez
92eed29ded - Updated slovak translation 2007-03-15 15:54:06 +00:00
Christophe Dumez
a8b0b71474 - Updated TODO 2007-03-15 15:25:04 +00:00
Christophe Dumez
967000283e - Updated TODO (translations done) 2007-03-14 11:17:31 +00:00
Christophe Dumez
1275c12d9b - Updated TODO 2007-03-12 13:42:18 +00:00
Christophe Dumez
2aea91822e - Updated TODO 2007-03-12 13:41:02 +00:00
Christophe Dumez
6d65ef067d Create Options object only when necessary (to save memory) 2007-03-10 18:14:53 +00:00