Christophe Dumez
b3ce32b405
- Improved usa flag quality
2009-11-15 20:39:08 +00:00
Christophe Dumez
3d790d131c
- Support a lot more countries in GeoIP (flag display)
2009-11-15 20:27:36 +00:00
Christophe Dumez
9e9e6f028c
- Integrate Geoip database to speed up country resolution
2009-11-15 20:03:23 +00:00
Christophe Dumez
cb32ed97a8
- Prepare to use geoip database locally
2009-11-15 19:08:20 +00:00
Christophe Dumez
e9350e66f0
- FEATURE: Make sure torrent files are always sorted by name
2009-11-15 14:56:25 +00:00
Christophe Dumez
d843366c0d
- Updated language files
...
- Added missing Q_OBJECT macro to transferListFilters class
2009-11-15 14:42:18 +00:00
Christophe Dumez
1b6e282938
- Remove old comments
2009-11-15 13:30:44 +00:00
Christophe Dumez
aeb12e53ee
- Remove old comments
2009-11-15 13:29:32 +00:00
Christophe Dumez
31180bb00c
- Save / Restore preferences dialog size and position on restart
...
- Make use of new Preferences in GUI constructor
2009-11-15 13:28:58 +00:00
Christophe Dumez
36748b6729
- Removed some debug
2009-11-15 13:11:07 +00:00
Christophe Dumez
d9cb73634d
- Performance improvement, property tabs are updated only when displayed
2009-11-15 13:10:31 +00:00
Christophe Dumez
c5c09b09ee
- Implemented flag display in peer list (has to be enabled in program preferences, connection section)
2009-11-15 12:57:25 +00:00
Christophe Dumez
12106c308e
- Manage country resolution on libtorrent side. The flags are not displayed in the peer list yet though
2009-11-15 10:59:11 +00:00
Christophe Dumez
f7f4d1333b
- Catching SIGABRT signal to attempt to display the backtrace when an assertion is hit
2009-11-15 10:42:03 +00:00
Christophe Dumez
1c08bf054a
- Fix progress display in torrent properties
2009-11-15 10:35:45 +00:00
Christophe Dumez
4824637681
- Delete hostname resolver asynchronously to avoid freezing the GUI on preference window closing
2009-11-15 10:17:21 +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
3762c37517
- Take "RSS refresh interval" into consideration without restarting qBT
2009-11-15 08:53:33 +00:00
Christophe Dumez
e97b805365
Peer lis column width are now restored on startup
2009-11-15 08:40:26 +00:00
Christophe Dumez
6dbd1daa5c
- Little pointer code cleanup
2009-11-14 20:39:37 +00:00
Christophe Dumez
59f21d592e
- Updated Changelog
...
- Bump to beta2
2009-11-14 20:35:39 +00:00
Christophe Dumez
946e2778f8
- Start with the right preference panel
2009-11-14 20:26:32 +00:00
Christophe Dumez
9fbe2ff6c4
- Fix possible crash in search field autocompletion
...
- Optimized autocompletion code
2009-11-14 20:24:39 +00:00
Christophe Dumez
a4383d1b7f
- Fix memory leak in RSS parser
2009-11-14 19:42:44 +00:00
Christophe Dumez
131dda2617
- Fix memory leak in new properties panel
2009-11-14 19:28:35 +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
0a1ae18412
- Remove outdated program preferences
2009-11-14 14:18:32 +00:00
Christophe Dumez
cd50c3299e
- COSMETIC: Made program preferences scrollable for usability on small scree
...
ns (e.g. netbooks)
2009-11-14 13:59:13 +00:00
Christophe Dumez
f7c196dbcf
- Implemented asynchronous hostname resolution in Peer list
2009-11-14 13:33:55 +00:00
Christophe Dumez
8260159ca4
- Initial implementation of Peer list
2009-11-14 10:37:45 +00:00
Christophe Dumez
d8c6e2bcc6
- Added Peers tab (not functional yet)
2009-11-12 19:44:47 +00:00
Christophe Dumez
bc2a4b622b
- Added piece_availability() to qtorrenthandle to prepare for piece availability widget (bar)
2009-11-12 19:44:05 +00:00
Christophe Dumez
daef9ece75
- FEATURE: Folder scanning now works with CIFS and NFS mounted folders
2009-11-12 18:24:51 +00:00
Christophe Dumez
a6f31c7950
- Display more information regarding the torrent in its properties pannel
...
- Made properties pannel scrollable, it behaves better with the splitter
2009-11-12 07:42:21 +00:00
Christophe Dumez
0e93e8dc9d
- Made splitter children non-collapsible
2009-11-11 16:30:05 +00:00
Christophe Dumez
3fa98705bc
- Oops, did not meant to set a maximum height for the pannel
2009-11-11 16:23:38 +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
6199d6d543
- Put pieces properties on the top of torrent properties (uTorrent like)
2009-11-11 14:58:13 +00:00
Christophe Dumez
743d54a745
- Added columns width saving to torrent addition dialog
...
- Fixed column width saving in torrent properties
- Code Cleanup
2009-11-11 14:19:44 +00:00
Christophe Dumez
5d09f89a0f
- Fix right click menu in torrent addition dialog
2009-11-11 14:10:09 +00:00
Christophe Dumez
ea2f5df95f
- Completed port to TorrentFilesModel. Got rid or old arborescense.h
2009-11-11 14:06:07 +00:00
Christophe Dumez
a03c1d3d50
- Removed some cpu-eating debug
2009-11-11 12:33:38 +00:00
Christophe Dumez
5fac6ef3b2
- Minor cleanup
2009-11-11 12:30:46 +00:00
Christophe Dumez
81658b9648
- Ported propertiesWidget from arborescence.h to new TorrentFiles Tree Model. (Needs to do the same thing for TorrentAddition.h now)
2009-11-11 12:22:48 +00:00
Christophe Dumez
2e2e506162
- Fixed a lot of bugs in the new TorrentFilesModel
2009-11-11 11:49:59 +00:00
Christophe Dumez
d006327f14
- Implemented a arborescence.h replacement. The new implementation is way more efficient and saves memory. Note that arborescence was not replaced yet.
2009-11-10 20:47:48 +00:00
Christophe Dumez
308bd65c8f
- Updated language files
2009-11-09 20:45:30 +00:00
Christophe Dumez
6afb82e2e2
- v2.0.0beta1 bump
2009-11-09 20:39:40 +00:00
Christophe Dumez
5f8f7bdc17
- Merged major-gui-lift branch
2009-11-09 20:33:19 +00:00
Christophe Dumez
611e33bf80
- Polish torrent properties
2009-11-09 20:04:17 +00:00
Christophe Dumez
998b161696
- Save files list column width
2009-11-09 19:30:13 +00:00
Christophe Dumez
f9da85ecfe
- Fixed file priorities
2009-11-09 18:01:54 +00:00
Christophe Dumez
d86cb62dc0
- Clearing of fiels list in properties was a bit too efficient (it removed header too)
2009-11-09 11:54:47 +00:00
Christophe Dumez
15427619bd
- Forgot to clear some properties data when no torrent is selected
2009-11-09 11:49:18 +00:00
Christophe Dumez
9bc90fc7b2
- Huge forward porting of all previous properties features to the new properties panel (probably very buggy but most of the code should be there and it compiles)
2009-11-09 08:56:21 +00:00
Christophe Dumez
6ecde51e45
- Make sure a torrent is always selected when we switch filters
2009-11-09 07:05:06 +00:00
Christophe Dumez
bf727c11d3
- Fix seeds/leech and ETA display of torrents started in pause
2009-11-09 06:59:18 +00:00
Christophe Dumez
6a028c9efd
- Display URL seeds in torrent properties
2009-11-08 20:23:02 +00:00
Christophe Dumez
92a9d04568
- Fix torrent deletion
...
- Fix extended selection in transfer list
- Disable and clear torrent properties when necessary
- Set correct visual attributes to transfer list
2009-11-08 19:54:22 +00:00
Christophe Dumez
a7da280f57
- Usability improvement in torrent properties
2009-11-08 19:09:10 +00:00
Christophe Dumez
4a33917e89
- All buttons work now
2009-11-08 16:48:38 +00:00
Christophe Dumez
8686ef0892
- A little eye candy
2009-11-08 16:39:17 +00:00
Christophe Dumez
cee9ece4c7
- Added back trackers display in torrent properties
2009-11-08 16:19:21 +00:00
Christophe Dumez
c756412ee6
- Added back "Sequential download" feature
2009-11-08 15:50:00 +00:00
Christophe Dumez
75e5a7e3d4
- Made progress on torrent properties (main tab)
2009-11-08 15:41:32 +00:00
Christophe Dumez
707e87f5b8
- started work on properties
2009-11-08 14:20:58 +00:00
Christophe Dumez
6b8521355f
- Managed to get the transfer list filters working :)
2009-11-08 13:19:00 +00:00
Christophe Dumez
a0beccc04b
- Selected filter is now restored on startup
2009-11-08 12:35:12 +00:00
Christophe Dumez
6b6181a3ee
- vertical splitter size is now restored on startup
2009-11-08 12:23:04 +00:00
Christophe Dumez
2dddd2b24b
- Started work on transfer list filters
2009-11-08 12:05:35 +00:00
Christophe Dumez
9f9f6abec1
- Remove outdated files
2009-11-08 10:26:39 +00:00
Christophe Dumez
7caed10dc0
- Fix a lot of issues related to proxy model
2009-11-08 10:10:07 +00:00
Christophe Dumez
806eee9404
- Fixed queued icon
2009-11-08 09:53:18 +00:00
Christophe Dumez
52638a2891
- Fix torrent priority update
2009-11-08 09:50:29 +00:00
Christophe Dumez
33324c190e
- Update torrent metadata in transfer list once it is received
2009-11-08 09:28:34 +00:00
Christophe Dumez
8d59f3c4e1
- Updated torrent state icons
2009-11-08 09:24:56 +00:00
Christophe Dumez
e6465d784d
- Save restore columns state in transfer list
2009-11-08 09:14:54 +00:00
Christophe Dumez
31eb902494
- Should right click menu behavior for seeding torrents
2009-11-08 08:56:20 +00:00
Christophe Dumez
c818c2dae6
- Updated Transfer tab icon
...
- Fix display of priority for seeding torrents
2009-11-08 08:38:07 +00:00
Christophe Dumez
23d1aa7691
- Started to put back the right click menu (still unperfect)
2009-11-07 21:04:56 +00:00
Christophe Dumez
bf7841cdb9
- Improved list refreshing code
2009-11-07 20:00:38 +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
ff6e9c0f9b
- Check that local files exist when "skip file checking and start seeding immediately" feature is enabled. (Thanks Stephanos Antaris to notice this bug and propose a solution)
2009-11-07 08:29:57 +00:00
Christophe Dumez
be240f72ab
- Mark news feed articles as read even if they are visited with keyboard arrows
2009-11-06 18:29:32 +00:00
Christophe Dumez
e3a29d8ebf
- Updated desktop file to %U because qBittorrent actually takes a list of URLs as argument
2009-11-06 16:21:56 +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
Christophe Dumez
53171c81e1
- Make sure RSS Feed downloader does not process already-read articles
2009-11-06 13:46:30 +00:00
Christophe Dumez
9b4cfa4a3d
- Close the file before emitting the signal so that the file can safely be processed in the slot
2009-11-06 13:19:49 +00:00
Christophe Dumez
e4be70edec
- Updated uTorrent Peer ID to v1.8.5
2009-11-06 10:48:13 +00:00
Christophe Dumez
7f12bbb783
- Added "Skip file checking and start seeding immediately" option to torrent addition dialog (patch by Stephanos Antaris).
...
- Updated French translation
2009-11-05 18:39:27 +00:00
Christophe Dumez
5d1ed7a564
- BUGFIX: Added safety mecanism which adds the torrents back to the list in case qbittorrent-resume.conf gets deleted or corrupted.
2009-11-04 17:44:47 +00:00
Christophe Dumez
92dd4c8c5b
- Fix indentation
2009-11-04 15:07:50 +00:00
Christophe Dumez
bc308741b7
- FEATURE: Dropped dependency on libcurl (Using Qt >= 4.4 for downloads now)
...
- FEATURE: Dropped Qt 4.3 support (Qt >= 4.4 is required)
2009-11-04 15:04:11 +00:00
Christophe Dumez
66590bfa4a
- Make sure that scan directory is not qBittorrent backup folder to avoid torrent deletion
2009-11-04 08:07:31 +00:00
Christophe Dumez
7fc0b02259
- Remove useless function that can cause compilation errors
2009-11-01 14:11:13 +00:00
Christophe Dumez
061a9c7ecf
- Fix compilation warning regarding sortNewsList()
2009-10-30 15:13:13 +00:00
Christophe Dumez
e97a6f5f08
- Fix tracker addition to torrents
2009-10-30 14:58:17 +00:00
Christophe Dumez
fe3a6b8b57
- Fix crash when applying torrent files priorities (if libtorrent-rasterbar has debug enabled)
2009-10-30 13:07:13 +00:00
Christophe Dumez
edfd93496e
- Fix compilation warning
2009-10-24 23:11:29 +00:00
Christophe Dumez
d8e4732627
- Fixed PirateBay search plugin
...
- Using Download button in search results list now downloads the right torrents
- The search results list is no longer sorted automatically when a row color is updated
2009-10-24 22:49:10 +00:00