qBittorrent/src
2010-01-26 08:02:15 +00:00
..
geoip - No longer ships GeoIP database since most distributions provide it in a separate package 2009-12-07 20:54:47 +00:00
Icons FEATURE: User can set alternative speed limits for fast toggling 2010-01-23 20:44:09 +00:00
lang - Updated spanish and catalan translations 2010-01-25 20:06:22 +00:00
menuicons - Moved everything to trunk to create a stable branch 2006-09-30 16:02:39 +00:00
search_engine FEATURE: Search engine can now use a SOCKS5 proxy 2010-01-08 20:15:08 +00:00
ui - Updated a field that should not be translatable 2010-01-24 15:55:55 +00:00
webui HTTP proxy support for peer communication 2010-01-15 16:41:39 +00:00
about_imp.h - Updated Catalan author name 2009-12-23 20:11:48 +00:00
bandwidthscheduler.h FEATURE: Bandwidth scheduler (automatically use alternative speed limits for a given period) 2010-01-24 11:57:15 +00:00
bittorrent.cpp - Fix "Append .!qB extension to incomplete files". The extension would stay under certain conditions 2010-01-26 08:02:15 +00:00
bittorrent.h FEATURE: Bandwidth scheduler (automatically use alternative speed limits for a given period) 2010-01-24 11:57:15 +00:00
console_imp.h - Use a capital "B" for Bittorrent class 2009-11-20 08:01:59 +00:00
createtorrent_imp.cpp - Skip file checking in "start seeding immediately after torrent creation" feature (libtorrent v0.15 only) 2009-11-29 09:11:39 +00:00
createtorrent_imp.h - Fixed torrent creation (closes #402025) 2009-07-23 09:11:05 +00:00
deletionconfirmationdlg.h Moved screenCenter function to misc.h to avoid code duplication 2010-01-21 22:23:13 +00:00
downloadedpiecesbar.h - Fix crash in pieces downloaded/availability bars when the torrent has too many pieces 2009-12-31 16:34:56 +00:00
downloadfromurldlg.h - Move ui files to their own folder 2009-11-20 08:20:05 +00:00
downloadthread.cpp Fix to proxy settings 2010-01-07 20:35:12 +00:00
downloadthread.h - Use lowercase characters only in filenames 2009-11-20 07:48:44 +00:00
engineselectdlg.cpp Use XDG folders (.cache, .local) instead of .qbittorrent 2010-01-02 11:22:44 +00:00
engineselectdlg.h - Clean up search engine plugins code 2009-11-22 09:37:16 +00:00
eventmanager.cpp BUGFIX: Properly display torrents with one file in subfolder(s) 2010-01-14 22:53:59 +00:00
eventmanager.h * Replace priority combo boxes by check boxes in Web UI as in Regular UI 2009-12-28 19:39:47 +00:00
feeddownloader.h - RSS filters are now alphabetically sorted 2010-01-11 14:39:58 +00:00
feedList.h - Fix possible race condition in RSS that could cause crash on startup (bug #511441) 2010-01-24 16:46:10 +00:00
filesystemwatcher.h - Folder Scanning: initial import of the torrents inside is fixed 2009-11-27 11:50:30 +00:00
filterparserthread.h - Merged headless branch 2010-01-02 22:20:37 +00:00
geoip.h - Suppress compilation warning when geoip is not embedded in qBittorrent executable 2009-12-08 17:16:29 +00:00
geoip.qrc - No longer ships GeoIP database since most distributions provide it in a separate package 2009-12-07 20:54:47 +00:00
GUI.cpp FEATURE: Bandwidth scheduler (automatically use alternative speed limits for a given period) 2010-01-24 11:57:15 +00:00
GUI.h FEATURE: User can set alternative speed limits for fast toggling 2010-01-23 20:44:09 +00:00
headlessloader.h - Made program usage message (help) translatable 2010-01-02 23:40:57 +00:00
httpconnection.cpp - Paused torrents can now be rechecked 2010-01-20 18:02:26 +00:00
httpconnection.h - Started work on program preferences in Web UI 2009-11-26 08:10:23 +00:00
httprequestparser.cpp - Forgot to update those headers 2009-04-05 18:48:45 +00:00
httprequestparser.h - Forgot to update those headers 2009-04-05 18:48:45 +00:00
httpresponsegenerator.cpp BUGFIX: Stop enforcing UTF-8 and use system locale instead 2009-07-12 08:13:00 +00:00
httpresponsegenerator.h - Forgot to update those headers 2009-04-05 18:48:45 +00:00
httpserver.cpp Use HTTP digest mode for Web UI authentication (instead of Basic) 2010-01-15 14:20:20 +00:00
httpserver.h Use HTTP digest mode for Web UI authentication (instead of Basic) 2010-01-15 14:20:20 +00:00
ico.cpp - Fixed includes 2008-12-23 14:41:14 +00:00
ico.h - got rid of libMagick++ dependency 2008-11-04 22:39:43 +00:00
icons.qrc FEATURE: User can set alternative speed limits for fast toggling 2010-01-23 20:44:09 +00:00
json.h - Encode correctly Float Type using QVariant/JSON (introduced in Qt 4.6) 2009-12-29 22:53:00 +00:00
lang.qrc - Fixed serbian translation (forgot to embed it into qBittorrent executable) 2009-12-08 21:55:27 +00:00
main.cpp - qBittorrent can now listen on ports < 1024 (must be root) 2010-01-20 09:54:51 +00:00
misc.h Improved user friendlyness of size units (Use 1KiB/s instead of 1024B/s) 2010-01-24 18:06:51 +00:00
options_imp.cpp FEATURE: User can set alternative speed limits for fast toggling 2010-01-23 20:44:09 +00:00
options_imp.h FEATURE: User can set alternative speed limits for fast toggling 2010-01-23 20:44:09 +00:00
peeraddition.h - Restore compatiblity with recent libboost (broken by last commit) 2009-11-28 22:22:35 +00:00
peerlistdelegate.h Apply patch from Elrond to improve transfer speed display in peers list 2010-01-21 23:59:55 +00:00
peerlistwidget.cpp - Maximum value for rate limiting in peer list is now taken from program preferences 2010-01-13 21:23:02 +00:00
peerlistwidget.h - Restore compatiblity with recent libboost (broken by last commit) 2009-11-28 22:22:35 +00:00
pieceavailabilitybar.h - Fix crash in pieces downloaded/availability bars when the torrent has too many pieces 2009-12-31 16:34:56 +00:00
pluginsource.h - Move ui files to their own folder 2009-11-20 08:20:05 +00:00
preferences.h Fix alternative upload speed limit overwriting standard upload speed limit. 2010-01-25 19:54:46 +00:00
previewlistdelegate.h - Use lowercase characters only in filenames 2009-11-20 07:48:44 +00:00
previewselect.h - flush cache before file preview (libtorrent >= 0.15 only) 2010-01-09 21:39:17 +00:00
propertieswidget.cpp Improved previous patch: Force recheck only if we detected that renaming overwrote an existing file 2010-01-21 21:14:54 +00:00
propertieswidget.h - Use Alternating row colors in {Peers, trackers, Files} lists too (if enabled) 2010-01-12 23:16:18 +00:00
proplistdelegate.h - Fix for translations 2010-01-24 17:03:57 +00:00
qgnomelook.h - License fix due to problems with OpenSSL 2009-04-05 17:00:55 +00:00
qtorrenthandle.cpp - "Open destination folder" now opens torrent root folder (if it contains one) instead of the parent folder 2010-01-23 09:54:50 +00:00
qtorrenthandle.h - "Open destination folder" now opens torrent root folder (if it contains one) instead of the parent folder 2010-01-23 09:54:50 +00:00
reverseresolution.h - Restore compatiblity with recent libboost (broken by last commit) 2009-11-28 22:22:35 +00:00
rss.cpp - Fix several bugs in RSS plugin 2010-01-07 19:51:25 +00:00
rss.h - Improved date handling in RSS 2010-01-23 16:16:42 +00:00
rss_imp.cpp - Improved date handling in RSS 2010-01-23 16:16:42 +00:00
rss_imp.h - Actual Qt4.4 compilation fix 2010-01-18 22:09:28 +00:00
search.qrc FEATURE: Search engine can now use a SOCKS5 proxy 2010-01-08 20:15:08 +00:00
searchengine.cpp FEATURE: Search engine can now use a SOCKS5 proxy 2010-01-08 20:15:08 +00:00
searchengine.h - Fix possible crash when closing a search tab 2009-12-28 20:52:21 +00:00
searchlistdelegate.h - Use lowercase characters only in filenames 2009-11-20 07:48:44 +00:00
searchtab.cpp - Use lowercase characters only in filenames 2009-11-20 07:48:44 +00:00
searchtab.h - Use lowercase characters only in filenames 2009-11-20 07:48:44 +00:00
speedlimitdlg.h - Use global maximum transfer rates as maximum values in per-torrent speed limiting dialogs 2009-12-30 16:18:50 +00:00
src.pro - Fix typo in src.pro 2010-01-24 19:19:58 +00:00
stacktrace.h BUGFIX: qBittorrent now prints backtrace in terminal when segfaulting 2009-01-18 15:12:38 +00:00
statusbar.h FEATURE: Bandwidth scheduler (automatically use alternative speed limits for a given period) 2010-01-24 11:57:15 +00:00
supportedengines.h Use XDG folders (.cache, .local) instead of .qbittorrent 2010-01-02 11:22:44 +00:00
torrentadditiondlg.h Moved screenCenter function to misc.h to avoid code duplication 2010-01-21 22:23:13 +00:00
torrentfilesmodel.h FEATURE: Added back file prioritizing in a torrent (it seems users were using it after all) 2010-01-24 15:26:29 +00:00
torrentpersistentdata.h - When incomplete torrents are saved to a different path, check if content is already present at final location 2010-01-04 21:16:33 +00:00
trackerlist.h - Actual Qt4.4 compilation fix 2010-01-18 22:09:28 +00:00
trackerlogin.h - Use lowercase characters only in filenames 2009-11-20 07:48:44 +00:00
trackersadditiondlg.h FEATURE: uTorrent compatible tracker list support (use torrentz.com url as a default) 2009-12-29 16:36:36 +00:00
transferlistdelegate.h - Initiated work on torrent labeling/categorization (functional but not perfect yet 2009-12-15 19:52:43 +00:00
transferlistfilterswidget.h - Fix to make sure that the filters list height is always sufficient to display all the filters (without the need for a scrollbar) 2010-01-17 21:27:08 +00:00
transferlistwidget.cpp Improved user friendlyness of size units (Use 1KiB/s instead of 1024B/s) 2010-01-24 18:06:51 +00:00
transferlistwidget.h - Fix addInPause setting in torrent addition dialog 2010-01-07 18:17:20 +00:00
update_qrc_files.py - Improved tab look 2008-09-27 20:56:41 +00:00
webui.qrc * Replace priority combo boxes by check boxes in Web UI as in Regular UI 2009-12-28 19:39:47 +00:00