Christophe Dumez
63ad2def91
- Improve readability of tracker error tooltips
...
- Update uTorrent spoofer to v1.9.4
15 years ago
Christophe Dumez
9dcd572d60
- BUGFIX: Better item coloring in torrent content filtering dialog
...
- Updated turkish translation
15 years ago
Christophe Dumez
0b9c05d41b
- FEATURE: Make use of torrent enclosure in RSS feeds for direct download
...
- FEATURE: Implemented a RSS feed downloader with filter support
- FEATURE: Save old RSS item to hard disk to remember them on start up
- FEATURE: RSS Feeds can now be copied to the clipboard
15 years ago
Christophe Dumez
e619b6977a
- Added Magnet URI support (might be still buggy)
...
* Known problem: Always added in paused state for some obscure reason)
15 years ago
Christophe Dumez
2742a54d6e
- Rewrited torrent resume code to make it cleaner and more generic
...
* magnet URI support should be easy to implement now
Warning: Since a lot of code was rewrited, some bugs may have been introduced
15 years ago
Christophe Dumez
454c8dc2bc
- Fix compilation with Qt 4.3 ( closes #410138 )
15 years ago
Christophe Dumez
8ad987a672
- Save properties window size, position, columns width and restore them
...
- Set a minimum default width for NAME column in properties
16 years ago
Christophe Dumez
0153b03160
BUGFIX: Stop enforcing UTF-8 and use system locale instead
16 years ago
Christophe Dumez
106f7cdd32
- Cleanly fixed popup menu positions in lists (no more workarounds)
16 years ago
Christophe Dumez
f6f4b5f219
- Suppressed QLayout: Attempting to add QLayout "" to properties "properties" warning message when opening a properties dialog ( closes #380414 )
16 years ago
Christophe Dumez
7dfdebd593
- License fix due to problems with OpenSSL
16 years ago
Christophe Dumez
3894452840
- COSMETIC: Redesigned program preferences
...
- COSMETIC: Updated icons set
16 years ago
Christophe Dumez
85463e3910
- Optimizing
16 years ago
Christophe Dumez
7bd0dff802
- Still optimizing
16 years ago
Christophe Dumez
be934837e5
- Fixed possible issue in tracker addition
16 years ago
Christophe Dumez
b0a0abd764
Allow to change the save path of torrents after addition
16 years ago
Christophe Dumez
764b4e72ca
- rough port to libtorrent v0.14.0. This is probably buggy but it compiles without warnings
16 years ago
Christophe Dumez
6618e61a42
- Added Expand/Collapse all buttons to properties dialog
16 years ago
Christophe Dumez
cb7e48b2e8
- Allow to add several trackers at once
17 years ago
Christophe Dumez
0dd84c37a1
- Commit some tracker changes. Work is not completed and this is probably buggy. I will complete this later.
17 years ago
Christophe Dumez
8b576fcc50
- Attempt to fix compilation on vc++
17 years ago
Christophe Dumez
c8b944508b
- Saving trackers file only when necessary
...
- Avoid code duplication for showProperties()
17 years ago
Christophe Dumez
58c78fa6f6
- FEATURE: Real progress bar in torrent properties that displays downloaded pieces (contribution by
...
Ishan Arora)
17 years ago
Christophe Dumez
54225cd42f
- Made properties window a bit larger
...
- Remember properties window size and position on startup
17 years ago
Christophe Dumez
82e548a2fd
- Fixed a bug in torrent files filtering ( closes #158846 )
17 years ago
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
17 years ago
Christophe Dumez
8a0681744e
- Improved tracker deletion code slightly
17 years ago
Christophe Dumez
419b94f042
- A lot of improvement and bug fixes in new torrent content selection
17 years ago
Christophe Dumez
c478ba59ac
- new torrent content selection (as a tree). Merge from the new-torrent-selection branch
17 years ago
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.
17 years ago
Christophe Dumez
27e76962d1
- Found a way not to use FullAllocationMode list in order to save memory in cpu
17 years ago
Christophe Dumez
105563ac5a
- Fixed a bug in last commit in qBittorrentPath()
...
- Optimized float to string conversions
17 years ago
Christophe Dumez
6ecb45d661
- Code optimization using initialization lists
...
- Removed Traditional Chinese translation because we lost our translator and translation is outdated
17 years ago
Christophe Dumez
8ba1cb329d
- Improved unicode support a bit
17 years ago
Christophe Dumez
c9925eddb6
- Big code cleanup
...
- Added a Qwrapper for torrent_handle to make code more readable
17 years ago
Christophe Dumez
04352cce3c
- Fixed bad assert
...
- Little checking before saving url seeds list
- Little optimization to make fastresume data saving faster
17 years ago
Christophe Dumez
b2867e97bf
- Updated spanish translation
17 years ago
Christophe Dumez
36e87952fa
- BUGFIX: Wait for torrent_paused_alert before reloading a torrent for full allocation mode
17 years ago
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
18 years ago
Christophe Dumez
57b4a7150a
- Prevent users from filtering all the files in a torrent using right-click menu (combobox was ok)
18 years ago
Christophe Dumez
d04b9a7f02
- Fixed color when filtering files using right-click menu in torrent properties and torrent addition dialog
18 years ago
Christophe Dumez
b0f3cdad5d
- Improved a lot the download list delegate
...
- Replaced Qt::TextColorRole by Qt::ForegroundRole because it is deprecated
18 years ago
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
18 years ago
Christophe Dumez
7b9da8d941
- Fixed [Bug 129286] Priority is not saved while using the context menu
18 years ago
Christophe Dumez
269b59f8a2
- Updated french translation
18 years ago
Christophe Dumez
3e36cd3c46
- Update trackers edition code
...
- current tracker is now updated regularly when properties are displayed
18 years ago
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).
18 years ago
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)
18 years ago
Christophe Dumez
a0e32fefd7
- Fixed compilation warnings
...
- Started work on fastresume reject alerts
18 years ago
Christophe Dumez
93938d8597
- still optimizing includes
18 years ago