1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-12 15:57:57 +00:00
qBittorrent/src
2007-08-19 16:50:05 +00:00
..
Icons - Improved the way menu icons are installed to avoid problems on some systems (Thanks JanCR for reporting this) 2007-08-11 14:47:52 +00:00
lang - Fixed french translation 2007-08-18 12:50:48 +00:00
menuicons - Moved everything to trunk to create a stable branch 2006-09-30 16:02:39 +00:00
search_engine search plugin update - do not display only last version changelog 2007-07-24 08:22:12 +00:00
about_imp.h - Updated Italian translator 2007-08-09 06:43:42 +00:00
about.ui - Updated language files 2007-08-03 15:37:42 +00:00
addTorrentDialog.ui rss : show the number of NONREAD news (local test succeeded, need tests) 2007-07-21 19:37:10 +00:00
allocationDlg.h - Some fixes in bandwidth allocation per torrent dialog 2007-08-04 05:29:35 +00:00
bandwidth_limit.ui - Some fixes in bandwidth allocation per torrent dialog 2007-08-04 05:29:35 +00:00
bittorrent.cpp - Rewrote a lot of code concerning finishedTorrents code. It was optimized and should be safer too 2007-08-19 14:20:54 +00:00
bittorrent.h - Rewrote a lot of code concerning finishedTorrents code. It was optimized and should be safer too 2007-08-19 14:20:54 +00:00
convertPOtoTS.py - Added some scripts that might be useful in the future 2007-04-12 13:26:06 +00:00
convertTStoPO.py - Added some scripts that might be useful in the future 2007-04-12 13:26:06 +00:00
createtorrent_imp.cpp - Rollback to GNU GPLv2 because Qt4 is not compatible with GPLv3 :( 2007-07-14 14:31:59 +00:00
createtorrent_imp.h - Ok, includes look fine now 2007-07-23 12:56:57 +00:00
createtorrent.ui interface ported to qt 4.2, resize of the log windows 2007-06-19 14:53:58 +00:00
deleteThread.h - Make use of qDeleteAll() function from Qt4 2007-08-19 13:00:51 +00:00
DLListDelegate.h - Changed the way progress bars are rendered 2007-08-04 22:14:17 +00:00
downloadFromURL.ui - Moved everything to trunk to create a stable branch 2006-09-30 16:02:39 +00:00
downloadFromURLImp.h - Rollback to GNU GPLv2 because Qt4 is not compatible with GPLv3 :( 2007-07-14 14:31:59 +00:00
downloadThread.h - Make use of qDeleteAll() function from Qt4 2007-08-19 13:00:51 +00:00
FinishedListDelegate.h - Changed the way progress bars are rendered 2007-08-04 22:14:17 +00:00
FinishedTorrents.cpp - Added some checking before adding torrents to finished/download lists to avoid duplicate in some circumstances 2007-08-19 16:50:05 +00:00
FinishedTorrents.h - Rewrote a lot of code concerning finishedTorrents code. It was optimized and should be safer too 2007-08-19 14:20:54 +00:00
GUI.cpp - Added some checking before adding torrents to finished/download lists to avoid duplicate in some circumstances 2007-08-19 16:50:05 +00:00
GUI.h - Fixed keyboard shortcuts for third tab (closes #127942) 2007-08-18 12:43:21 +00:00
icons.qrc - Improved about dialog a lot. (broke compatibility with Qt4.2, arnaud will fix this soon) 2007-08-02 15:24:52 +00:00
lang.qrc - Improved about dialog a lot. (broke compatibility with Qt4.2, arnaud will fix this soon) 2007-08-02 15:24:52 +00:00
login.ui - Moved everything to trunk to create a stable branch 2006-09-30 16:02:39 +00:00
main.cpp - Rollback to GNU GPLv2 because Qt4 is not compatible with GPLv3 :( 2007-07-14 14:31:59 +00:00
MainWindow.ui - Fixed ambiguous keyboard shortcut for options 2007-08-02 16:47:29 +00:00
misc.h - Update trackers edition code 2007-07-27 14:43:42 +00:00
options_imp.cpp - beta4 release 2007-08-04 06:23:44 +00:00
options_imp.h - Ok, includes look fine now 2007-07-23 12:56:57 +00:00
options.ui save options.ui with qt 4.2 2007-06-29 10:18:27 +00:00
preview.ui - Moved everything to trunk to create a stable branch 2006-09-30 16:02:39 +00:00
PreviewListDelegate.h - Should fix compiling errors with Qt 4.2 2007-08-01 07:19:44 +00:00
previewSelect.h - Added a lot of supported media extensions for preview (tried to be exhaustive but the best way would probably be to use mime types) 2007-07-23 15:55:12 +00:00
properties_imp.cpp - Fixed bad assert 2007-08-19 08:45:24 +00:00
properties_imp.h - Updated spanish translation 2007-08-18 05:55:09 +00:00
properties.ui - Updated french translation 2007-07-29 03:23:03 +00:00
PropListDelegate.h - Changed the way progress bars are rendered 2007-08-04 22:14:17 +00:00
rss_imp.cpp - rss feeds are now updated automatically every 10 minutes 2007-08-03 15:16:42 +00:00
rss_imp.h - Allow to delete rss streams using "Del" key 2007-08-03 15:02:16 +00:00
rss.h - Make use of qDeleteAll() function from Qt4 2007-08-19 13:00:51 +00:00
rss.ui - Allow to select multiple rss feeds at once 2007-08-03 14:51:32 +00:00
search.qrc - Moved everything to trunk to create a stable branch 2006-09-30 16:02:39 +00:00
search.ui - A lot of work on "Finished torrents are moved to a new tab". It still needs improvements but most of it is working 2007-04-04 12:01:32 +00:00
searchEngine.cpp - Improved a lot the download list delegate 2007-07-31 10:39:03 +00:00
searchEngine.h search plugin update - do not display only last version changelog 2007-07-24 08:22:12 +00:00
SearchListDelegate.h - Should fix compiling errors with Qt 4.2 2007-08-01 07:19:44 +00:00
seeding.ui - Allow multiple selection in finished list 2007-04-11 18:06:54 +00:00
src.pro - Improved the way menu icons are installed to avoid problems on some systems (Thanks JanCR for reporting this) 2007-08-11 14:47:52 +00:00
torrentAddition.h - 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. 2007-08-17 02:03:13 +00:00
trackerLogin.h - Rollback to GNU GPLv2 because Qt4 is not compatible with GPLv3 :( 2007-07-14 14:31:59 +00:00
update_qrc_files.py - Moved everything to trunk to create a stable branch 2006-09-30 16:02:39 +00:00