Christophe Dumez
|
1918969e28
|
- Updated RSS icon with one from Oxygen (KDE4 icons)
|
17 years ago |
Christophe Dumez
|
2c27f952e2
|
- FEATURE: Allow to drag'n drop plugin to list for install/update
- Added some debug
|
17 years ago |
Christophe Dumez
|
b7fd7d9837
|
- Fixed memory leak in GUI
|
17 years ago |
Christophe Dumez
|
a9f1bd4f74
|
- Refresh list every 1500ms instead of 2000ms
|
17 years ago |
Christophe Dumez
|
17b8f76dda
|
- UpdateRatio only when it is displayed
- Resample favicon to 16x16 before displaying it for better quality
- Updated TODO
|
17 years ago |
Christophe Dumez
|
105563ac5a
|
- Fixed a bug in last commit in qBittorrentPath()
- Optimized float to string conversions
|
17 years ago |
Christophe Dumez
|
c064e5877c
|
- Optimised GUI class a little
|
17 years ago |
Christophe Dumez
|
08a57d267b
|
- some optimizations
|
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
|
3b03b385f3
|
- removed some useless includes
|
17 years ago |
Christophe Dumez
|
fd2ee35e92
|
- Do not save torrent related info in class destruction, this is too dangerous
|
17 years ago |
Christophe Dumez
|
8404eec301
|
- Force progress update in download list before calling sort function to make it more reliable
|
17 years ago |
Christophe Dumez
|
cc252fc70a
|
- Fix progress column delayed sorting
|
17 years ago |
Christophe Dumez
|
4e2ebe5a69
|
- Fixed torrent switching to finished tab
|
17 years ago |
Christophe Dumez
|
366d5108c4
|
- I thought there was a memory leak here but it crashes when I delete it so..
|
17 years ago |
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 :)
|
17 years ago |
Christophe Dumez
|
6ee9152b21
|
- Handling progress bar text painting ourselves because some styles really don't handle it well (cleanlooks...)
|
17 years ago |
Christophe Dumez
|
d8dd509a7b
|
- Updated Russian translation
|
17 years ago |
Christophe Dumez
|
8ba1cb329d
|
- Improved unicode support a bit
|
17 years ago |
Christophe Dumez
|
a28160bcaa
|
- Fixed a bug when deleting a torrent from finished list (just introduced)
|
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
|
a4a98e3ada
|
- Added some checking before adding torrents to finished/download lists to avoid duplicate in some circumstances
|
17 years ago |
Christophe Dumez
|
a01c7e2c60
|
- Improved finished torrents code a little
|
17 years ago |
Christophe Dumez
|
2bf0aba48a
|
- improved some asserts for progress checking
|
17 years ago |
Christophe Dumez
|
5066819c58
|
- Added some more assert to be sure progress value is under 100%
|
17 years ago |
Christophe Dumez
|
5231f5a22b
|
- Rewrote a lot of code concerning finishedTorrents code. It was optimized and should be safer too
|
17 years ago |
Christophe Dumez
|
2ce097ec77
|
- Fixed keyboard shortcuts for third tab (closes #127942)
|
17 years ago |
Christophe Dumez
|
b2867e97bf
|
- Updated spanish translation
|
17 years ago |
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.
|
17 years ago |
Christophe Dumez
|
55834ba5db
|
- Fixed session ratio value: was either 10. or 1. (closes #133026)
|
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
|
d5fa6cefe4
|
- Removed some debug
- Updated Changelog (now libtorrent supports Bittorrent FAST extension)
|
17 years ago |
Christophe Dumez
|
12fd87ab85
|
- Removed some debug (didn't mean to commit that)
|
18 years ago |
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
|
18 years ago |
Christophe Dumez
|
f9c357b52d
|
- Wait for torrent_paused_alert before saving fast resume data
|
18 years ago |
Christophe Dumez
|
bee1dbeea4
|
BUGFIX: Finished torrents were still displayed as checking when paused by libtorrent on full disk (hit an assert)
|
18 years ago |
Christophe Dumez
|
86d38efcb2
|
- Allow to delete rss streams using "Del" key
|
18 years ago |
Christophe Dumez
|
1c0e890252
|
- Fixed columns width in transfers list (problem was caused by the hidden "hash" column that didn't have a null size)
|
18 years ago |
Christophe Dumez
|
66c8a21a66
|
- refresh list was refreshed even though the main window was hidden or minimized. This hitted an assert
|
18 years ago |
Christophe Dumez
|
80fa44f8bb
|
- It is not possible to pause torrents in finished tab (closes #129498)
|
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
|
99530728c5
|
Update torrent progress when its content changed (filtered files)
|
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
|
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 |