Christophe Dumez
a91d2028d8
- Rewrote part of Arnaud's code for column hiding to debug and optimize it
2007-11-24 19:04:28 +00:00
Christophe Dumez
adea644c04
- Removed "Resize all columns" action
2007-11-24 18:33:17 +00:00
Christophe Dumez
31679f0d6d
Tagged rc9 release
2007-11-24 12:11:12 +00:00
Arnaud Demaiziere
0d90ad8f7c
bufixes on hidden columns in transfert lists
2007-11-24 00:14:19 +00:00
Christophe Dumez
8ab6aeafcc
- Fixed compilation warning in Ishan's code
2007-11-23 23:48:05 +00:00
Christophe Dumez
a56baf5b58
- Added some errors code for libcurl
...
- Added HTTPS download support
2007-11-23 23:06:38 +00:00
Christophe Dumez
61eb921e44
- Moved from libcommoncpp to libcurl for downloads from urls
...
- Added SOCKS5 proxy support when downloading from urls
2007-11-23 22:57:49 +00:00
Christophe Dumez
8ecf79e91c
- Do not use SOCKS5 proxies in downloadThread.cpp (does not work)
2007-11-23 20:48:47 +00:00
Christophe Dumez
349e58fa22
- Fixed minor version number
2007-11-23 17:22:48 +00:00
Christophe Dumez
436f5bbd7e
- Fixed HTTP proxy support in downloadThread
2007-11-23 15:54:18 +00:00
Christophe Dumez
64bfdf930c
- Fixed not destructing libtorrent session bug
2007-11-23 15:20:26 +00:00
Christophe Dumez
8858518a14
- fixed proxy layout in preferences
2007-11-23 00:23:55 +00:00
Christophe Dumez
def19ef88b
- Added h.is_valid check
2007-11-22 21:53:42 +00:00
Christophe Dumez
4f989b674f
- Do not save fastresume data for paused torrents anymore
2007-11-22 21:50:22 +00:00
Christophe Dumez
f0ef21e409
- Fixed proxy auth disable problem when disabling proxy
2007-11-22 21:32:30 +00:00
Christophe Dumez
6b0ae4f575
- Some bug fixes (Proxy)
2007-11-22 10:49:10 +00:00
Christophe Dumez
3926b0d787
- Fixed compilation warning
2007-11-21 22:46:13 +00:00
Christophe Dumez
a721e6d943
- Improved proxy support (search, rss, downloadFromUrl...)
2007-11-21 22:30:33 +00:00
Ishan Arora
9c05148a24
few more corrections on RealProgressBar
...
- removed counting incomplete pieces
- replaced few Q_ASSERT with corrective statements
2007-11-21 21:12:03 +00:00
Christophe Dumez
725ef52cfe
- Fixed compilation warning
2007-11-21 20:35:31 +00:00
Christophe Dumez
7982011d0b
- Do not save fastresume data regularly for seeding torrents
2007-11-21 20:33:30 +00:00
Christophe Dumez
0a3bb0cfcd
- BUGFIX: title bar is now reset when "Display speed in title" is disabled
2007-11-21 20:17:01 +00:00
Christophe Dumez
f75501f781
- Fixed overflow handling in ETA calculation
2007-11-21 18:59:49 +00:00
Christophe Dumez
70f8a00c20
- Save fastresume data every minute instead of every 10 sec
2007-11-21 16:50:26 +00:00
Christophe Dumez
2691677650
- Fixed segfault that would happen when unfiltering files in torrent addition dialog ( closes #163379 )
2007-11-19 21:42:58 +00:00
Christophe Dumez
be34bed61a
- Fixed compilation warning
2007-11-19 21:33:07 +00:00
Christophe Dumez
721ef1d236
- Fixed useless variable in properties
2007-11-19 21:31:48 +00:00
Christophe Dumez
c8b944508b
- Saving trackers file only when necessary
...
- Avoid code duplication for showProperties()
2007-11-19 21:10:57 +00:00
Christophe Dumez
f3f3f2822b
- Do not save fastresume data for checking torrents anymore
2007-11-19 20:43:54 +00:00
Christophe Dumez
3ef0c82a8c
- Do no pause torrents before saving fastresume data anymore (no longer needed)
...
- Save fast resume data regularly (every 10 seconds) to avoid downloading from s
cratch when qBittorrent restart
2007-11-19 20:33:31 +00:00
Arnaud Demaiziere
b8200fd7b2
feature : allow to hide/show columns
2007-11-19 00:58:14 +00:00
Ishan Arora
9e62780a6d
Added files missing in last revision
2007-11-18 19:40:49 +00:00
Christophe Dumez
58c78fa6f6
- FEATURE: Real progress bar in torrent properties that displays downloaded pieces (contribution by
...
Ishan Arora)
2007-11-18 18:06:44 +00:00
Christophe Dumez
5484ec923d
- Improved proxy support in search engine
2007-11-16 19:59:36 +00:00
Christophe Dumez
54225cd42f
- Made properties window a bit larger
...
- Remember properties window size and position on startup
2007-11-16 19:33:38 +00:00
Christophe Dumez
476a7d7be0
Updated language files
2007-11-16 18:54:52 +00:00
Christophe Dumez
c580285fe8
- Allow to open destination folder on right click on a torrent
2007-11-16 18:53:21 +00:00
Christophe Dumez
5b6166ee15
- Simplified file preview using QDesktopServices
2007-11-16 18:36:57 +00:00
Christophe Dumez
18ee43225e
- Allow to open destination folder on double-click
2007-11-16 18:26:00 +00:00
Christophe Dumez
4401b60d51
- cleaned up arnaud's code for double-click action
2007-11-08 18:31:41 +00:00
Christophe Dumez
0ce114a7f8
- Fixed double-click default action
2007-11-08 18:22:34 +00:00
Christophe Dumez
38ca306499
- Fixed start minimized
2007-11-07 12:30:20 +00:00
Arnaud Demaiziere
76783c819c
clear the results of a search stops it
2007-11-07 08:41:34 +00:00
Arnaud Demaiziere
a329a59719
- Start minimized option in program preferences
...
*** - In finished list, replace "Seeds/Leechs" column by "Leechers"
because Seeds are always 0.
- Allow to change action on double-click
-> in download list
-> in seeding list
2007-11-06 21:11:09 +00:00
Christophe Dumez
82e548a2fd
- Fixed a bug in torrent files filtering ( closes #158846 )
2007-11-06 20:55:23 +00:00
Christophe Dumez
5bbdb9e119
- Renabled debug
...
- Bumped to v1.1.0alpha1
2007-11-06 17:40:44 +00:00
Christophe Dumez
68cbcaeab9
- Fixed a little problem with 16x16px icon install
2007-11-04 09:18:31 +00:00
Christophe Dumez
3c88657e0f
rc7 release
2007-11-03 11:57:00 +00:00
Christophe Dumez
f836be6736
- BUGFIX: Don't reload seeding torrents anymore (no point)
2007-11-03 00:19:24 +00:00
Christophe Dumez
85fe900afe
- Disable debug mode
2007-11-02 22:56:33 +00:00
Christophe Dumez
052ccf2302
- BUGFIX: Don't reload all torrents everytime settings are saved
2007-11-02 22:56:07 +00:00
Christophe Dumez
0fc2d289eb
- BUGFIX: Pause/Start All now affect all tabs, not only the current one
2007-11-02 13:12:31 +00:00
Christophe Dumez
9ca02aad88
- BUGFIX: Fixed a bug in children update when changing files priorities
2007-10-30 21:29:15 +00:00
Christophe Dumez
8ea34135e4
- BUGFIX: Catching DHT exception in case there is a problem
2007-10-27 20:53:09 +00:00
Christophe Dumez
ebc738e3a5
- Updated Turkish translation
2007-10-19 22:27:00 +00:00
Christophe Dumez
713474bc43
- Bump to rc6
2007-10-19 21:25:17 +00:00
Christophe Dumez
265a8cada8
- Fixed ETA display
2007-10-19 20:38:00 +00:00
Christophe Dumez
138af31ef9
- BUGFIX: Remember scan directory in program preferences now
2007-10-19 16:08:05 +00:00
Christophe Dumez
a5f6663e65
- BUGFIX: Fixed deletion of subfolders when deleting torrents from hard drive
2007-10-19 16:00:42 +00:00
Christophe Dumez
1519bca46d
- Fixed folder progress calculation in torrent properties ( closes #154387 )
2007-10-19 15:51:13 +00:00
Christophe Dumez
03719cbb87
- Simplified code
2007-10-18 18:30:04 +00:00
Christophe Dumez
98825613fa
- Fixed spanish translation
2007-10-17 16:18:40 +00:00
Christophe Dumez
47abadfc67
- Fixed a typo in french translation
2007-10-17 15:47:49 +00:00
Christophe Dumez
a220e01e2e
- FEATURE: Added a button to clear search pattern
...
- I18N: Fixed swedish translation
2007-10-14 12:21:51 +00:00
Christophe Dumez
dea9237aa0
- BUGFIX: Fixed minimize to tray feature
2007-10-14 09:23:29 +00:00
Christophe Dumez
96a6f450d0
- Make use of this: added option to delete files from disk as a torrent is removed (libtorrent)
2007-10-13 08:54:46 +00:00
Christophe Dumez
6ed565a06b
- COSMETIC: Improved progress bar text rendering
2007-10-13 08:32:31 +00:00
Christophe Dumez
1fbbee794c
- BUGFIX: Fixed "Automatically start seeding" feature in torrent creation tool
2007-10-12 18:28:30 +00:00
Christophe Dumez
bfab6389b5
- Commented fast resume rejected alert until #182 is fixed in libtorrent
2007-10-12 11:54:29 +00:00
Christophe Dumez
26a4040003
- BUGFIX: Fixed "Missing Input path" error when creating a torrent
...
- BUGFIX: Fixed some notification messages for torrent addition dialog
2007-10-12 11:50:02 +00:00
Christophe Dumez
48f5436f6f
- Improved ETA calculation code a little and fixed a little typo in the code
...
- Updated TODO (waiting for a bug fix in libtorrent)
2007-10-10 20:29:07 +00:00
Christophe Dumez
f754e34e35
- BUGFIX: Fixed possible overflow in ETA calculation
2007-10-10 19:57:24 +00:00
Christophe Dumez
9bb18e1a07
- reverted src.pro
2007-10-10 19:17:25 +00:00
Christophe Dumez
0245bbf5ab
- BUGFIX: Fixed an ETA calculation problem when the torrent has filtered files
2007-10-10 19:10:34 +00:00
Christophe Dumez
0a0c1f3529
- BUGFIX: AddInPause setting doesn't pause downloads on startup anymore (real fix this time...)
2007-10-10 17:54:09 +00:00
Christophe Dumez
be94c86350
- Revert a change in src.pro I didn't mean to commit
2007-10-10 17:36:02 +00:00
Christophe Dumez
a26333bc65
- BUGFIX: Now filtered don't appear on hard drive anymore (libtorrent >= r1659 REQUIRED)
...
- BUGFIX: AddInPause setting doesn't pause downloads on startup anymore
2007-10-10 17:34:52 +00:00
Christophe Dumez
4c862597ae
- Updated Japanese translation
...
- rc4 release
2007-10-06 20:00:13 +00:00
Christophe Dumez
937d45d850
- Use system's default style as a default instead of Plastique style
2007-10-03 19:18:55 +00:00
Christophe Dumez
20b6579392
- BUGFIX: Updated INSTALL file
...
- BUGFIX: Optimized torrent real size calculation
2007-10-01 19:43:24 +00:00
Christophe Dumez
4f25e6c769
- Another attempt to fix compilation on FreeBSD
...
- Fixed IP Filter preferences (closes #147532 )
2007-10-01 09:47:00 +00:00
Christophe Dumez
ce3b8733d1
BUGFIX: Fixed a proxy problem causing connections to be rejected by trackers
2007-09-30 17:46:47 +00:00
Christophe Dumez
b0140fbdbe
- We have an optimized way to get the torrent actual size using libtorrent but this is buggy. Hence we don't use it yet.
2007-09-29 08:32:22 +00:00
Christophe Dumez
abcd2b7600
- Ok, Now I'm pretty sure I fixed the compilation problem on FreeBSD
2007-09-29 08:13:20 +00:00
Christophe Dumez
f9998957cd
- attempt to fix compilation on FreeBSD
2007-09-29 08:00:14 +00:00
Christophe Dumez
acb8d5679f
- rc2 release
2007-09-27 19:15:41 +00:00
Christophe Dumez
c3d3156ec7
- BUGFIX: Fixed search engine plugins update
2007-09-27 19:09:32 +00:00
Christophe Dumez
09abd303bd
- Updated plugin version in text file
2007-09-27 18:51:06 +00:00
Christophe Dumez
0678e2e2bd
- Fixed mininova search engie plugin
2007-09-27 18:47:26 +00:00
Christophe Dumez
00dbf7ba38
- Updated italian and korean translations
...
- Fixed infoBar text when adding a torrent
2007-09-27 18:25:37 +00:00
Christophe Dumez
3d04a944b6
- rc1 release
...
- disabled debug mode
2007-09-25 17:50:04 +00:00
Christophe Dumez
b02e2c2f9b
Updated Hungarian translation
2007-09-24 21:01:46 +00:00
Christophe Dumez
5c0f17bf31
- Fixed a problem in log text color (introduced very recently)
2007-09-24 18:56:14 +00:00
Christophe Dumez
ac9a81985f
- Fixed error in last commit
2007-09-24 18:35:35 +00:00
Christophe Dumez
a46c63d883
- Updated spanish translation
...
- Log text default color uses skin foreground color instead of black now
2007-09-24 18:08:38 +00:00
Christophe Dumez
09a696fc27
updated translations
2007-09-22 13:32:31 +00:00
Christophe Dumez
c0ffb8fa5c
- BUGFIX: Fixed overflow in ratio
2007-09-21 07:45:28 +00:00
Christophe Dumez
3e350c5935
- Updated some translation
...
- Added -NDEBUG to src.pro to fix compilation problem with libtorrent svn
2007-09-20 20:57:41 +00:00
Christophe Dumez
da244d7ef2
- Added more debug when we get a file_error
2007-09-18 22:41:23 +00:00
Christophe Dumez
2fc7039cc7
- COSMETIC: Progress bar text now uses style foreground color
2007-09-18 22:09:06 +00:00
Christophe Dumez
654497cd4a
- Disable debug in libtorrent when qBittorrent is in release mode
2007-09-18 20:01:31 +00:00
Christophe Dumez
bdf50483df
- Attempt to make progress bar text color dynamic
2007-09-18 19:08:09 +00:00
Christophe Dumez
8a0681744e
- Improved tracker deletion code slightly
2007-09-18 17:27:01 +00:00
Christophe Dumez
2699c76afd
Updated japanese
2007-09-18 06:52:41 +00:00
Christophe Dumez
773064a081
- beta7 release
2007-09-17 19:50:47 +00:00
Christophe Dumez
7718403419
- Perfected chinese translation
2007-09-17 19:42:31 +00:00
Christophe Dumez
26b4d31810
- Updated a lot of translations
2007-09-17 19:16:12 +00:00
Christophe Dumez
f8dfda0893
- Updated resource files
2007-09-16 19:59:54 +00:00
Christophe Dumez
2f71f9f51a
- Updated russian translation
2007-09-16 18:37:24 +00:00
Christophe Dumez
fc595f49d8
- Updated slovak translation
2007-09-16 16:51:56 +00:00
Christophe Dumez
92444fccf4
- Updated swedish translation
2007-09-16 15:15:44 +00:00
Christophe Dumez
6d0aebe9cb
- Edit a bit of code in torrent permanent deletion to make sure all files are actually deleted
2007-09-16 15:13:32 +00:00
Christophe Dumez
ef7af6bad6
- Fixed torrent permanent deletion from hd
...
- Updated Romanian translation
2007-09-16 15:10:25 +00:00
Christophe Dumez
76047f4ef2
- Fixed transfers list interval setting
2007-09-16 14:25:24 +00:00
Christophe Dumez
9062266a84
- Fixed a ratio assert in libtorrent because we sent it -1 for unlimited instead of 0
2007-09-16 14:16:42 +00:00
Christophe Dumez
9cdcd53234
- Completed french translation
2007-09-16 14:02:06 +00:00
Christophe Dumez
419b94f042
- A lot of improvement and bug fixes in new torrent content selection
2007-09-16 13:33:41 +00:00
Christophe Dumez
3cb34ed7ee
- Fixed an overflow that could cause ETA to become negative sometimes (hitted an assert)
2007-09-16 12:30:41 +00:00
Christophe Dumez
925ecb3464
- Fixed search engines plugins saving
2007-09-16 12:08:26 +00:00
Christophe Dumez
488bd90303
- Fixed a bug in torrent content selection when there is only one file in the torrent
2007-09-16 09:41:05 +00:00
Christophe Dumez
c478ba59ac
- new torrent content selection (as a tree). Merge from the new-torrent-selection branch
2007-09-16 09:19:22 +00:00
Christophe Dumez
fe7c0db425
- remove ratio should be applied to finished torrent only (and disabled as a default!) - FIXED
2007-09-13 19:50:14 +00:00
Christophe Dumez
b2bf7047d9
- Fixed search resource file
2007-09-13 19:34:21 +00:00
Christophe Dumez
69e2355ff4
Update language files
2007-09-11 19:32:37 +00:00
Christophe Dumez
b7ea2fb51a
- Allow to download plugins from their url
2007-09-11 19:31:21 +00:00
Christophe Dumez
4c880fea09
- Improved tooltip title style
2007-09-11 18:49:24 +00:00
Christophe Dumez
a0e895641c
- Improved systray tooltip a little
2007-09-11 11:55:58 +00:00
Christophe Dumez
484f1c36c9
- Improved systray style
2007-09-10 20:25:31 +00:00
Christophe Dumez
9733716136
- Updated language files
2007-09-09 20:08:53 +00:00
Christophe Dumez
eebdc26e5a
- FEATURE: Articles in a RSS feed are now ordered by date (newer at the top)
...
- FEATURE: Read articles in a feed are not resetted when the feed is refreshed anymore
2007-09-09 20:02:49 +00:00
Christophe Dumez
1f8b9378a3
- FEATURE: Display RSS article date and author if available
2007-09-09 19:19:33 +00:00
Christophe Dumez
b99b838827
- Fix in rss refresh and mark all as read
2007-09-09 17:02:12 +00:00
Christophe Dumez
c4d143c2c0
- Added some RSS preferences
2007-09-09 15:46:23 +00:00
Christophe Dumez
db1bd53f44
- Fixed a typo in RSS
2007-09-09 12:23:29 +00:00
Christophe Dumez
07dc182053
- FEATURE: Added 'Mark all as read' function for RSS feeds
2007-09-09 11:31:51 +00:00
Christophe Dumez
563055e891
Updated language files
2007-09-09 09:47:59 +00:00
Christophe Dumez
b3de2ccc72
- Small fix for proxy options
2007-09-09 09:42:30 +00:00
Christophe Dumez
f4d5ceb3c4
- Fixed a unit problem in last commit
2007-09-09 09:36:10 +00:00
Christophe Dumez
70beef9f94
- FEATURE: Added an option to display current transfer speeds in title bar
2007-09-09 09:35:30 +00:00
Christophe Dumez
47c1908519
- Added some more debug
2007-09-09 09:20:01 +00:00
Christophe Dumez
e1ead940be
- Added some more debug
2007-09-09 09:15:29 +00:00
Christophe Dumez
862d24ac48
- FEATURE: Added an option to automatically delete torrents when they reach a given ratio (>= 1.0)
2007-09-09 09:09:24 +00:00
Christophe Dumez
078c80c81d
- FEATURE: Added an option to set the max number of connections per torrent
...
- FEATURE: Added an option to set the max number of uploads per torrent
2007-09-09 07:44:22 +00:00
Christophe Dumez
6ba4588e62
Updated language files
2007-09-08 17:11:08 +00:00
Christophe Dumez
cd70843ee9
- Totally redesigned program preferences
...
- Added some options, the following are already implemented:
* Start/Stop LSD/NAT-PMP/UPnP
* Force preallocation of all files
* Force new torrents status to pause
- Other new features are going to be implemented soon
2007-09-08 17:07:29 +00:00
Christophe Dumez
cb8ecb74bf
- Fixed a bug introduced recently in torrent addition dialog
2007-09-04 04:27:52 +00:00
Christophe Dumez
9f36d521a4
- BUGFIX: Fixed deprecation warning with latest libtorrent svn
...
- FEATURE: Redesigned torrent creation dialog
- FEATURE: Allow to set piece size when creating a torrent
- improved new options dialog a little
2007-09-04 04:18:51 +00:00
Christophe Dumez
2c2c1093c3
- Reworked options UI file. Now I need to rewrite the code
2007-09-04 02:20:28 +00:00
Christophe Dumez
0e81f3731f
- Dropped Qt4.2 support, it becomes too difficult to maintain for me and Trolltech broke backward compatibility for UI files...
2007-09-03 22:59:46 +00:00
Christophe Dumez
54516ac231
- In torrent content selection, check if all files are filtered before saving and display an error if it is the case. I removed this checking on right click menu in case people want to filter all torrents, then add one, then save.
2007-09-03 22:52:58 +00:00