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
0561206d91
- Started to improve download & finished list rendering (filename column)
18 years ago
Christophe Dumez
99530728c5
Update torrent progress when its content changed (filtered files)
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
816a3c8784
- Paused torrents are displayed as paused, even if they are checking (to display their progress). This is less confusing.
18 years ago
Christophe Dumez
570296c29e
- Multithreaded deletionThread (harmonized with deleteThread)
18 years ago
Christophe Dumez
5518144b26
- Improved resumeUnfinishedTorrents using a "*.torrent" filter
18 years ago
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
18 years ago
Christophe Dumez
7b9da8d941
- Fixed [Bug 129286] Priority is not saved while using the context menu
18 years ago
Christophe Dumez
05a7ba4e38
- Fixed some bugs in italian translation
18 years ago
Christophe Dumez
f07b0eed61
- Removed useless function
18 years ago
Christophe Dumez
8fdc59c37c
- Optimized Bittorrent class for faster compilation
18 years ago
Christophe Dumez
58b5d4378d
- finished GUI class cleanup
18 years ago
Christophe Dumez
bd8ec01add
- Removed bad assert
...
- Improved updateDlList function a little
18 years ago
Christophe Dumez
c0e4b0bbff
removed a function that is not used anymore
18 years ago
Christophe Dumez
b0bbbf0305
- removed useless function (not used anymore)
18 years ago
Christophe Dumez
6dd78d33ab
- Improved download list popup menu code
...
- Added some asserts
- bit of code improvement/clean up
18 years ago
Christophe Dumez
d2983fa5aa
- Updated Slovak translation
18 years ago
Christophe Dumez
d680be3626
FEATURE: Allow to drag 'n drop urls on the main window
18 years ago
Christophe Dumez
0043edc85f
- Updated changelog
18 years ago
Christophe Dumez
a00ea9af99
- Added a different icon for torrents being checking so that we can differenciate them from finished torrents
18 years ago
Christophe Dumez
57376ae875
- Fixed deletion message when deleting from finished list
...
- Added some more asserts (let's kill all those bugs time)
18 years ago
Christophe Dumez
7f89b30190
- Fixed a compiling error
18 years ago
Christophe Dumez
6951619c04
- Improved updateDlList code
...
- Added some ASSERTS
18 years ago
Christophe Dumez
c19937cf98
- removed some useless debug
18 years ago
Christophe Dumez
dbc084dd66
- Improved debug output
...
- code clean up
- Moved some bittorrent code from GUI class to Bittorrent one
18 years ago
Christophe Dumez
3cb0612cc6
- Added some ASSERTS
...
- Improved session ratio calculation in main window
18 years ago
Christophe Dumez
c6285d8f67
- Improved start/Pause & start_all/pause_all functions
18 years ago
Christophe Dumez
0a144708d8
- Updated swedish translation
18 years ago
Christophe Dumez
410bbcf003
- Updated Japanese translation
18 years ago
Christophe Dumez
c4a1f30b70
- Prepare for brazilian translation by Nick Manrinho
18 years ago
Christophe Dumez
269b59f8a2
- Updated french translation
18 years ago
Christophe Dumez
ffc1479b1f
- Added a little more debug (tested progress column sorting : it works fine now)
18 years ago
Christophe Dumez
9683916d88
- Should fix progress column sorting
18 years ago
Christophe Dumez
74b2b955c9
- Added some more debug in pause function
18 years ago
Christophe Dumez
620deb3b6a
- Fixed a problem that happened sometimes with torrents to pause after checking
18 years ago
Arnaud Demaiziere
e4fbf2107d
port properties.ui to qt 4.2
18 years ago
Christophe Dumez
1db4af50dd
- Reverted changes to MainWindow.ui (broke compatibility with Qt4.2)
18 years ago
Christophe Dumez
a5ac742c1f
- Fixed (workaround, maybe Qt's bug?) for transfers list background painting problem.
18 years ago
Christophe Dumez
183544b959
- Updated language files
18 years ago
Christophe Dumez
897ab4d782
- Updated TODO (url seeds are documented on wiki)
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
ff9b9d7148
- Updated language files
18 years ago
Christophe Dumez
b4537c52c1
- Fixed typo in changelog
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
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)
18 years ago
Christophe Dumez
d3f917b408
- Fixed delete functions for finished list
18 years ago
Christophe Dumez
faf6f155ca
- Improved a lot delete functions
18 years ago
Christophe Dumez
4e4b0ed9ff
- Reverted a previous commit. Transfer lists refreshers aren't in separate threads anymore: too buggy
18 years ago