Commit graph

761 commits

Author SHA1 Message Date
Christophe Dumez
124fa3c8ed BUGFIX: Showing checking progress for paused torrents too 2007-08-26 18:59:27 +00:00
Christophe Dumez
28294efadf - Check if the hash read from the filename and from the torrent are the same and don't add it if it is different. Safer 2007-08-26 18:50:51 +00:00
Christophe Dumez
829c358f10 - fixed some bugs introduced recently
- improved debug output
2007-08-26 18:41:45 +00:00
Christophe Dumez
35a9fab3b4 - Check if priorities file exists before trying to read it to avoid a warning message 2007-08-26 17:48:38 +00:00
Christophe Dumez
4e2ebe5a69 - Fixed torrent switching to finished tab 2007-08-26 17:25:37 +00:00
Christophe Dumez
366d5108c4 - I thought there was a memory leak here but it crashes when I delete it so.. 2007-08-26 16:30:52 +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
cebb5fc1fe - dropped Threaded branch
- Added a function to torrent_handle wrapper for debug use
2007-08-24 12:25:52 +00:00
Christophe Dumez
1ad2495896 - Updated polish translation 2007-08-23 15:49:39 +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
6ee9152b21 - Handling progress bar text painting ourselves because some styles really don't handle it well (cleanlooks...) 2007-08-21 17:33:06 +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
a28160bcaa - Fixed a bug when deleting a torrent from finished list (just introduced) 2007-08-20 06:41:36 +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
a4a98e3ada - Added some checking before adding torrents to finished/download lists to avoid duplicate in some circumstances 2007-08-19 16:50:05 +00:00
Christophe Dumez
a01c7e2c60 - Improved finished torrents code a little 2007-08-19 16:45:05 +00:00
Christophe Dumez
2bf0aba48a - improved some asserts for progress checking 2007-08-19 16:33:37 +00:00
Christophe Dumez
7030f85826 - Added an assert to check that progress value is < 100%
- Modified a test due to a bug in libtorrent for #133480
2007-08-19 14:48:16 +00:00
Christophe Dumez
5066819c58 - Added some more assert to be sure progress value is under 100% 2007-08-19 14:39:40 +00:00
Christophe Dumez
5231f5a22b - Rewrote a lot of code concerning finishedTorrents code. It was optimized and should be safer too 2007-08-19 14:20:54 +00:00
Christophe Dumez
de8c3158fe - Make use of qDeleteAll() function from Qt4 2007-08-19 13:00:51 +00:00
Christophe Dumez
04352cce3c - Fixed bad assert
- Little checking before saving url seeds list
- Little optimization to make fastresume data saving faster
2007-08-19 08:45:24 +00:00
Christophe Dumez
5315ba7894 - Fixed french translation 2007-08-18 12:50:48 +00:00
Christophe Dumez
2ce097ec77 - Fixed keyboard shortcuts for third tab (closes #127942) 2007-08-18 12:43:21 +00:00
Christophe Dumez
b2867e97bf - Updated spanish translation 2007-08-18 05:55:09 +00:00
Christophe Dumez
b4fbaaa47c BUGFIX: Improved incremental download 2007-08-17 02:22:04 +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
38b008a2ac - Updated slovak translation 2007-08-16 08:54:49 +00:00
Christophe Dumez
38283882e9 - Updated Japanese translation 2007-08-16 04:09:39 +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
12fd87ab85 - Removed some debug (didn't mean to commit that) 2007-08-11 14:54:24 +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
eda115249a - Updated Italian translator 2007-08-09 06:43:42 +00:00
Christophe Dumez
aa4c53ec43 - Fixed assert so that it doesn't crash when we toggle paused state of a torrent several times and quickly 2007-08-09 05:10:39 +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
320c125d17 - Added some more debug 2007-08-08 07:35:57 +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
3494702437 - Fixed include again 2007-08-07 22:29:46 +00:00
Christophe Dumez
3100c4afc9 - Added missing include 2007-08-07 22:26:58 +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
d02edebb58 - Fixed italian trannslation 2007-08-05 17:36:26 +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
037fc69c34 - Updated language files 2007-08-03 15:37:42 +00:00
Christophe Dumez
969d9d5f69 - Fixed debug output 2007-08-03 15:17:34 +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
533aeb3f8b - Allow to select multiple rss feeds at once
- Fixed an icon problem when a feed refreshing fails
2007-08-03 14:51:32 +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
2589d4e682 - Fixed layout again for about 2007-08-02 18:20:13 +00:00
Christophe Dumez
b2eec9a765 - Fied layout a little (broken by arnaud) 2007-08-02 18:10:31 +00:00
Christophe Dumez
e569fdd2c0 - Added arnaud to thanks page 2007-08-02 18:03:47 +00:00
Arnaud Demaiziere
fff4ad529c port properties.ui to qt 4.2 2007-08-02 17:51:45 +00:00
Christophe Dumez
ab63fa62ea - Fixed ambiguous keyboard shortcut for options 2007-08-02 16:47:29 +00:00
Christophe Dumez
30fef7d1fc - A fix for the thanks page 2007-08-02 15:34:35 +00:00
Christophe Dumez
6d7c15aa33 - Improved about dialog a lot. (broke compatibility with Qt4.2, arnaud will fix this soon)
- Added a missing file for brazilian translation
2007-08-02 15:24:52 +00:00
Christophe Dumez
be11acb31b - Fixed scrolling problem in about window 2007-08-02 14:52:38 +00:00
Christophe Dumez
a9cd4fd3f4 - Fixed a utf8 problem in our dear graphist's name 2007-08-02 14:23:15 +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
190dc793ac - Should fix building with boost 1.33.1 2007-08-01 20:01:06 +00:00
Christophe Dumez
0280158138 - Updated hungarian translation 2007-08-01 19:40:49 +00:00
Christophe Dumez
265458ae98 - deleteThread: check if a path exists before trying to delete it 2007-08-01 19:25:11 +00:00
Christophe Dumez
a98a21196f - Updated Chinese (Simplified) translation 2007-08-01 18:15:24 +00:00
Christophe Dumez
66c8a21a66 - refresh list was refreshed even though the main window was hidden or minimized. This hitted an assert 2007-08-01 18:08:49 +00:00
Christophe Dumez
4ce1a7eda2 - Fixed deleteThread connect slot 2007-08-01 18:03:58 +00:00
Christophe Dumez
1a1219448a - Beta 3 release 2007-08-01 10:09:43 +00:00
Christophe Dumez
f4465dcea2 - Updated unkrainian translation 2007-08-01 09:11:38 +00:00
Christophe Dumez
fc0a41e7f8 - Partially updated italian translation 2007-08-01 09:08:42 +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
6eae7bd201 - Forgot this one 2007-08-01 07:22:27 +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
58dc75fbcf - Fixed some slots connects in new deleteThread
- Added some debug when pausing torrents
2007-07-31 14:28:17 +00:00
Christophe Dumez
d04b9a7f02 - Fixed color when filtering files using right-click menu in torrent properties and torrent addition dialog 2007-07-31 13:59:03 +00:00
Christophe Dumez
4922eb3dc5 - Improved preview list delegate
- All delegates are now good :)
2007-07-31 11:12:41 +00:00
Christophe Dumez
34d94cd2bb - Improved search list delegate 2007-07-31 11:06:54 +00:00
Christophe Dumez
9bd3647f36 - Improved property list delegate 2007-07-31 11:02:53 +00:00
Christophe Dumez
79e2d253d4 - Improved finishedList delegate 2007-07-31 10:48:17 +00:00
Christophe Dumez
9b08b0ff8c - little improvement in download list delegate
- Disabled editor in finished list
2007-07-31 10:42:45 +00:00
Christophe Dumez
b0f3cdad5d - Improved a lot the download list delegate
- Replaced Qt::TextColorRole by Qt::ForegroundRole because it is deprecated
2007-07-31 10:39:03 +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
99a58b9208 - Removed a useless function
- Stop resfreshing trackers errors in torrent properties because this is annoying when you're trying to read them
2007-07-31 09:17:59 +00:00
Christophe Dumez
816a3c8784 - Paused torrents are displayed as paused, even if they are checking (to display their progress). This is less confusing. 2007-07-31 08:56:24 +00:00
Christophe Dumez
570296c29e - Multithreaded deletionThread (harmonized with deleteThread) 2007-07-31 08:52:04 +00:00
Christophe Dumez
5518144b26 - Improved resumeUnfinishedTorrents using a "*.torrent" filter 2007-07-31 08:21:51 +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
7b9da8d941 - Fixed [Bug 129286] Priority is not saved while using the context menu 2007-07-30 18:43:00 +00:00
Christophe Dumez
05a7ba4e38 - Fixed some bugs in italian translation 2007-07-30 16:57:28 +00:00
Christophe Dumez
f07b0eed61 - Removed useless function 2007-07-30 14:01:14 +00:00
Christophe Dumez
8fdc59c37c - Optimized Bittorrent class for faster compilation 2007-07-30 13:56:31 +00:00
Christophe Dumez
58b5d4378d - finished GUI class cleanup 2007-07-30 13:47:16 +00:00
Christophe Dumez
bd8ec01add - Removed bad assert
- Improved updateDlList function a little
2007-07-30 10:37:13 +00:00
Christophe Dumez
c0e4b0bbff removed a function that is not used anymore 2007-07-30 10:30:43 +00:00
Christophe Dumez
b0bbbf0305 - removed useless function (not used anymore) 2007-07-30 10:29:19 +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
57376ae875 - Fixed deletion message when deleting from finished list
- Added some more asserts (let's kill all those bugs time)
2007-07-29 15:32:27 +00:00
Christophe Dumez
7f89b30190 - Fixed a compiling error 2007-07-29 15:20:05 +00:00
Christophe Dumez
6951619c04 - Improved updateDlList code
- Added some ASSERTS
2007-07-29 15:17:50 +00:00
Christophe Dumez
c19937cf98 - removed some useless debug 2007-07-29 14:58:18 +00:00
Christophe Dumez
dbc084dd66 - Improved debug output
- code clean up
- Moved some bittorrent code from GUI class to Bittorrent one
2007-07-29 14:54:39 +00:00
Christophe Dumez
3cb0612cc6 - Added some ASSERTS
- Improved session ratio calculation in main window
2007-07-29 14:41:47 +00:00
Christophe Dumez
c6285d8f67 - Improved start/Pause & start_all/pause_all functions 2007-07-29 14:14:57 +00:00
Christophe Dumez
0a144708d8 - Updated swedish translation 2007-07-29 08:59:23 +00:00
Christophe Dumez
410bbcf003 - Updated Japanese translation 2007-07-29 04:32:01 +00:00
Christophe Dumez
c4a1f30b70 - Prepare for brazilian translation by Nick Manrinho 2007-07-29 03:51:42 +00:00
Christophe Dumez
269b59f8a2 - Updated french translation 2007-07-29 03:23:03 +00:00
Christophe Dumez
ffc1479b1f - Added a little more debug (tested progress column sorting : it works fine now) 2007-07-29 02:03:16 +00:00
Christophe Dumez
9683916d88 - Should fix progress column sorting 2007-07-29 01:55:59 +00:00
Christophe Dumez
74b2b955c9 - Added some more debug in pause function 2007-07-29 01:46:31 +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
Arnaud Demaiziere
e4fbf2107d port properties.ui to qt 4.2 2007-07-27 18:43:57 +00:00
Christophe Dumez
1db4af50dd - Reverted changes to MainWindow.ui (broke compatibility with Qt4.2) 2007-07-27 16:17:21 +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
183544b959 - Updated language files 2007-07-27 15:39:03 +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
ff9b9d7148 - Updated language files 2007-07-27 10:07:05 +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
d3f917b408 - Fixed delete functions for finished list 2007-07-26 12:25:46 +00:00
Christophe Dumez
faf6f155ca - Improved a lot delete functions 2007-07-25 14:32:09 +00:00
Christophe Dumez
4e4b0ed9ff - Reverted a previous commit. Transfer lists refreshers aren't in separate threads anymore: too buggy 2007-07-25 14:14:38 +00:00
Christophe Dumez
95fc9e3a72 Fix last commit 2007-07-25 14:03:04 +00:00
Christophe Dumez
3ba3e12f93 - Fixed removing from finished list 2007-07-25 14:01:48 +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
d43d68122b BUGFIX: The number of search results was not reset when clicking on 'Clear' button 2007-07-25 07:22:32 +00:00
Christophe Dumez
102c5ee81e - Updated polish translation 2007-07-25 06:46:37 +00:00
Christophe Dumez
4ef72c6c8f - Fixed new lines in search engine update changelog 2007-07-24 08:32:17 +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
e9126aedc3 - Improved mininova search engine support 2007-07-24 07:58:31 +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
1e64d0a3e4 - Added a lot of supported media extensions for preview (tried to be exhaustive but the best way would probably be to use mime types) 2007-07-23 15:55:12 +00:00
Christophe Dumez
e4ab5ceb43 - Compile with -O2 optimization
- Added some media extensions supported
2007-07-23 15:31:30 +00:00
Christophe Dumez
ce5baa93b7 - Ok, includes look fine now 2007-07-23 12:56:57 +00:00
Christophe Dumez
042323a1a8 - Improved rss includes a little and fix a memory leak I just introduced 2007-07-23 12:52:25 +00:00
Christophe Dumez
93938d8597 - still optimizing includes 2007-07-23 12:46:36 +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
c8c53e2812 - Use pkgconfig for GNU common c++ 2007-07-23 09:48:51 +00:00
Christophe Dumez
53d2bc34fc - fixed minor code error in finishedList 2007-07-23 08:32:06 +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
2ba45ef9ad - Updated french translation 2007-07-23 05:11:11 +00:00
Christophe Dumez
59d35b9f8a - beta2 release 2007-07-23 04:57:28 +00:00
Christophe Dumez
cf6a91e850 - BUGFIX: DHT settings were not saved correctly 2007-07-23 04:51:29 +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
4f17339820 - URLStream is now constructed in downloadThread constructor 2007-07-22 15:13:11 +00:00
Christophe Dumez
c019b0d72c - Added some debug in rss 2007-07-22 15:02:19 +00:00
Christophe Dumez
0fb78727d5 - Added more debug in rss 2007-07-22 14:14:05 +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
7c48afd6eb - Improved downloadThread aborting support 2007-07-22 12:08:16 +00:00
Christophe Dumez
e6554db498 - Updated language files 2007-07-22 12:00:14 +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
8c05caba3a - Improved rss favicon handling a little 2007-07-22 09:12:50 +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
e3e559d857 - Fixed typo in last commit 2007-07-22 03:21:41 +00:00
Christophe Dumez
708e802570 - trying to fix gtsould's work... 2007-07-22 03:07:59 +00:00
Christophe Dumez
a74dc5ee35 - GTSOUL, wtf you're doing??? Committing back the new downloadThread.h 2007-07-22 03:04:47 +00:00
Arnaud Demaiziere
7edc89638f rss : show the number of NONREAD news (local test succeeded, need tests)
rss : clean the file rss.h
rss : display the site favicon (local test succeeded, need tests)

bug that i've noticed but not fixed :
_ something create qt_temp files without delete them
_ in dl list, columns disappear
2007-07-21 19:37:10 +00:00
Christophe Dumez
e4915260e7 - Updated language files 2007-07-20 21:39:21 +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
2789316e38 - Fixed a connect in last commit 2007-07-20 20:58:20 +00:00
Christophe Dumez
f4250d812f - Added search plugin download error handling (Fallback on secondary server and then warn the user if both failed) 2007-07-20 20:30:33 +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
4c9d1db9d5 - Fixed popup menu position in last commit 2007-07-20 13:30:30 +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
0bdb10cdbe - Prepare this dialog for popup menu 2007-07-20 13:10:06 +00:00
Christophe Dumez
60c0049bef - Added a popup menu to set priority for multiple files at once 2007-07-20 13:07:34 +00:00
Christophe Dumez
a40c2bfc8f - Fixed an ambiguous shortcut in french translation 2007-07-20 12:48:06 +00:00
Christophe Dumez
a6b037d663 - Fixed last commit 2007-07-20 12:39:20 +00:00
Christophe Dumez
e079c87f5c - Simplified keyboard shortcuts code 2007-07-20 12:22:28 +00:00
Christophe Dumez
22a80fe1c3 - Updated french translation 2007-07-19 14:44:08 +00:00
Christophe Dumez
e916300a6e - Improved keyboard shortcuts 2007-07-19 13:07:52 +00:00
Christophe Dumez
99959b1aa3 - Added keyboard shortcuts for main actions (thanks Alexander Kuzmenkov) 2007-07-19 12:58:45 +00:00
Christophe Dumez
38c6c63924 - Improved debug output 2007-07-18 08:05:15 +00:00
Christophe Dumez
3d7540dafe - Updated translation files 2007-07-18 07:46:06 +00:00