.. |
geoip
|
Replace include of <libtorrent/session.hpp> with forward declaration
|
2014-10-18 12:19:05 +04:00 |
Icons
|
Prepare WebUI resources.
|
2014-10-26 19:52:01 +03:00 |
lang
|
Sync translations from Transifex and run lupdate.
|
2014-09-15 00:33:21 +03:00 |
lineedit
|
Fix indentation in lineedit code.
|
2013-11-10 04:11:01 +02:00 |
mac
|
Issue #1251 - Added basic retina support
|
2014-01-12 08:06:41 -05:00 |
menuicons
|
- Moved everything to trunk to create a stable branch
|
2006-09-30 16:02:39 +00:00 |
powermanagement
|
Fix functions and macros using to support both Qt4 and Qt5.
|
2014-05-02 00:00:03 +03:00 |
preferences
|
WebUI core redesign.
|
2014-11-02 13:54:48 +03:00 |
properties
|
Split src/torrentpersistentdata into .h and .cpp
|
2014-10-25 16:12:17 +04:00 |
qt-translations
|
Updated Qt translations.
|
2013-07-09 20:56:41 +03:00 |
qtlibtorrent
|
Merge pull request #2081 from sorokin/split
|
2014-11-02 16:40:41 +02:00 |
qtnotify
|
Get rid of libnotify dependency (Use DBus instead)
|
2011-04-02 08:54:28 +00:00 |
qtsingleapp
|
Update QtSingleApplication.
|
2014-05-02 00:00:05 +03:00 |
rss
|
Don't translate file extensions. Closes #1907.
|
2014-08-30 21:54:57 +03:00 |
searchengine
|
Use https for Piratebay search plugin. Closes #2093
|
2014-10-30 21:30:45 +03:00 |
torrentcreator
|
Merge pull request #2081 from sorokin/split
|
2014-11-02 16:40:41 +02:00 |
tracker
|
WebUI core redesign.
|
2014-11-02 13:54:48 +03:00 |
webui
|
Merge pull request #2081 from sorokin/split
|
2014-11-02 16:40:41 +02:00 |
windows
|
Installer correctly associates torrents and magnet links with qBittorrent under non-admin accounts. Closes #291 #527 #579 #614 #964.
|
2014-07-30 00:09:57 +03:00 |
about.qrc
|
Fix about dialog cosmetic issues
|
2010-10-08 17:47:34 +00:00 |
about.ui
|
Fix translation monstrosity
|
2013-08-01 13:24:35 +04:00 |
about_imp.h
|
Fix functions and macros using to support both Qt4 and Qt5.
|
2014-05-02 00:00:03 +03:00 |
addnewtorrentdialog.cpp
|
Split src/torrentpersistentdata into .h and .cpp
|
2014-10-25 16:12:17 +04:00 |
addnewtorrentdialog.h
|
Show the loaded torrents in the transferlist when qBT is launched with a torrent/magnet and the AddNewTorrentDialog is showing. Closes #1564.
|
2014-08-09 21:15:17 +03:00 |
addnewtorrentdialog.ui
|
Allow to resize the columns in Add New Torrent dialog. Closes #1207 #676
|
2014-01-02 19:44:23 +02:00 |
autoexpandabledialog.cpp
|
Try to center AutoExpandableDialog on the same screen as main window
|
2013-07-27 22:57:33 +04:00 |
autoexpandabledialog.h
|
Move textBox geometry updates into showEvent:
|
2013-07-27 14:14:01 +04:00 |
autoexpandabledialog.ui
|
Remove obsolete translation string (not used anywhere)
|
2013-10-04 17:55:39 +04:00 |
bandwidth_limit.ui
|
Restructured the project file
|
2010-11-20 17:21:40 +00:00 |
confirmdeletiondlg.ui
|
Improve the message of the deletion dialog. Closes #1073.
|
2013-11-21 18:13:19 +02:00 |
deletionconfirmationdlg.h
|
Migrate everything to use the new Preferences class and not access directly the qbittorrent.ini file.
|
2014-08-05 02:34:21 +03:00 |
dnsupdater.cpp
|
Migrate everything to use the new Preferences class and not access directly the qbittorrent.ini file.
|
2014-08-05 02:34:21 +03:00 |
dnsupdater.h
|
FEATURE: qBittorrent can update dynamic DNS services (DynDNS, no-ip)
|
2011-04-15 13:02:39 +00:00 |
downloadfromurldlg.h
|
Allow to enter only info-hashes in the download dialog.
|
2013-09-11 00:28:19 +03:00 |
downloadfromurldlg.ui
|
Better description in download from url dialog.
|
2013-09-12 15:31:30 +03:00 |
downloadthread.cpp
|
Work around magnet redirection in feeds
|
2014-09-16 00:35:46 +04:00 |
downloadthread.h
|
Work around magnet redirection in feeds
|
2014-09-16 00:35:46 +04:00 |
executionlog.cpp
|
Allow clearing of execution log and peer ban log
|
2013-03-10 20:31:46 +04:00 |
executionlog.h
|
Increase the log size to accomodate for users with many torrents (>100).
|
2013-09-19 23:41:04 +03:00 |
executionlog.ui
|
Fix execution log lines selection and copying
|
2011-09-24 15:39:27 +03:00 |
filesystemwatcher.h
|
Fix Qt5 support
|
2014-09-11 08:44:25 +06:00 |
fs_utils.cpp
|
Fix Qt5 support
|
2014-09-11 08:44:25 +06:00 |
fs_utils.h
|
Speedup compilation speed
|
2014-10-18 12:19:05 +04:00 |
gpl.html
|
Forgot to commit this file
|
2010-10-08 17:50:47 +00:00 |
headlessloader.h
|
Migrate everything to use the new Preferences class and not access directly the qbittorrent.ini file.
|
2014-08-05 02:34:21 +03:00 |
hidabletabwidget.h
|
Coding style clean up
|
2012-02-20 19:30:53 +02:00 |
ico.cpp
|
Fix functions and macros using to support both Qt4 and Qt5.
|
2014-05-02 00:00:03 +03:00 |
ico.h
|
- got rid of libMagick++ dependency
|
2008-11-04 22:39:43 +00:00 |
iconprovider.cpp
|
Increase maximum size of system icons
|
2014-10-13 18:54:05 +02:00 |
iconprovider.h
|
Fix functions and macros using to support both Qt4 and Qt5.
|
2014-05-02 00:00:03 +03:00 |
icons.qrc
|
Prepare WebUI resources.
|
2014-10-26 19:52:01 +03:00 |
lang.qrc
|
Expose new translations and improve language code.
|
2013-10-20 20:29:32 +03:00 |
login.ui
|
Various style fixes
|
2012-04-15 21:26:37 +03:00 |
loglistwidget.cpp
|
Allow clearing of execution log and peer ban log
|
2013-03-10 20:31:46 +04:00 |
loglistwidget.h
|
Allow clearing of execution log and peer ban log
|
2013-03-10 20:31:46 +04:00 |
main.cpp
|
Allow relative torrent paths when qBittorrent is already running
|
2014-10-18 13:04:18 +02:00 |
mainwindow.cpp
|
Merge pull request #2051 from pmzqla/filter-input
|
2014-11-02 15:25:49 +02:00 |
mainwindow.h
|
Merge pull request #2051 from pmzqla/filter-input
|
2014-11-02 15:25:49 +02:00 |
mainwindow.ui
|
Add option to hibernate computer in Auto-Shutdown menu
|
2014-07-06 06:13:36 -03:00 |
messageboxraised.cpp
|
Bring dialog boxes in the front when qbt doesn't have focus.
|
2014-02-01 14:02:37 +02:00 |
messageboxraised.h
|
Bring dialog boxes in the front when qbt doesn't have focus.
|
2014-02-01 14:02:37 +02:00 |
misc.cpp
|
Merge pull request #2041 from sorokin/optimize-natural-sort
|
2014-10-19 18:57:14 +03:00 |
misc.h
|
Remove inclusion of <QThread> from misc.h
|
2014-10-18 12:19:04 +04:00 |
preview.ui
|
Polish Preview window. Closes #908.
|
2013-09-14 15:26:15 +03:00 |
previewlistdelegate.h
|
Fix functions and macros using to support both Qt4 and Qt5.
|
2014-05-02 00:00:03 +03:00 |
previewselect.cpp
|
Migrate everything to use the new Preferences class and not access directly the qbittorrent.ini file.
|
2014-08-05 02:34:21 +03:00 |
previewselect.h
|
Preview now correctly uses the selected file. Closes #1222 #1182.
|
2014-01-02 18:29:05 +02:00 |
programupdater.cpp
|
Change the program updater's URL for Windows and Mac OS X. Closes #1954.
|
2014-10-12 16:42:33 +03:00 |
programupdater.h
|
Improvements on the behavior of the program updater(closes #1282):
|
2014-01-25 21:03:24 +02:00 |
qbittorrent.exe.manifest
|
Add MinGW-specific project file (sledgehammer999)
|
2011-03-23 17:02:26 +00:00 |
qbittorrent.ico
|
Make Windows icons suitable for high dpi screens
|
2014-10-14 17:52:22 +02:00 |
qbittorrent.rc
|
Use UCS-2 LE encoding for windows resource file
|
2013-07-03 19:01:39 +04:00 |
qbittorrent_file.ico
|
Make Windows icons suitable for high dpi screens
|
2014-10-14 17:52:22 +02:00 |
qbittorrent_mingw.rc
|
Add MinGW-specific project file (sledgehammer999)
|
2011-03-23 17:02:26 +00:00 |
qbittorrent_os2.ico
|
Several OS/2 fixes from Silvan Scherrer
|
2010-06-22 19:17:47 +00:00 |
qbittorrent_os2.rc
|
Several OS/2 fixes from Silvan Scherrer
|
2010-06-22 19:17:47 +00:00 |
qinisettings.h
|
Fix functions and macros using to support both Qt4 and Qt5.
|
2014-05-02 00:00:03 +03:00 |
qmacapplication.cpp
|
Fix torrent loading on Mac OS X (closes #1011229)
|
2012-06-24 15:06:44 +03:00 |
qmacapplication.h
|
Fix torrent loading on Mac OS X (closes #1011229)
|
2012-06-24 15:06:44 +03:00 |
reverseresolution.h
|
Improve peer host name resolution (closes #360)
|
2013-03-28 21:47:45 +02:00 |
scannedfoldersmodel.cpp
|
Migrate everything to use the new Preferences class and not access directly the qbittorrent.ini file.
|
2014-08-05 02:34:21 +03:00 |
scannedfoldersmodel.h
|
Migrate everything to use the new Preferences class and not access directly the qbittorrent.ini file.
|
2014-08-05 02:34:21 +03:00 |
sessionapplication.cpp
|
Fix functions and macros using to support both Qt4 and Qt5.
|
2014-05-02 00:00:03 +03:00 |
sessionapplication.h
|
Fix functions and macros using to support both Qt4 and Qt5.
|
2014-05-02 00:00:03 +03:00 |
smtp.cpp
|
SMTP: send the local hostname as FQDN. See discussion in #1845 for more info.
|
2014-09-13 18:00:51 +03:00 |
smtp.h
|
add host address parameter to helo smtp request
|
2014-08-25 14:26:30 +04:00 |
speedlimitdlg.h
|
Coding style clean up
|
2012-02-20 19:56:07 +02:00 |
src.pro
|
Split src/torrentpersistentdata into .h and .cpp
|
2014-10-25 16:12:17 +04:00 |
stacktrace.h
|
BUGFIX: qBittorrent now prints backtrace in terminal when segfaulting
|
2009-01-18 15:12:38 +00:00 |
stacktrace_win.h
|
Wrap stacktrace output in GitHub MarkDown code tags.
|
2013-07-09 14:50:15 +04:00 |
stacktrace_win_dlg.h
|
Support stacktrace on Windows
|
2013-01-19 22:07:20 +04:00 |
stacktrace_win_dlg.ui
|
Support stacktrace on Windows
|
2013-01-19 22:07:20 +04:00 |
statsdialog.cpp
|
Speedup compilation speed
|
2014-10-18 12:19:05 +04:00 |
statsdialog.h
|
Add dialog to show statistics
|
2013-11-17 02:16:25 +04:00 |
statsdialog.ui
|
Add dialog to show statistics
|
2013-11-17 02:16:25 +04:00 |
statusbar.h
|
Speedup compilation speed
|
2014-10-18 12:19:05 +04:00 |
statussortfilterproxymodel.cpp
|
Show stalled downloads that are uploading under the 'Active' filter. Closes #1654."
|
2014-09-13 16:49:11 +03:00 |
statussortfilterproxymodel.h
|
Show stalled downloads that are uploading under the 'Active' filter. Closes #1654."
|
2014-09-13 16:49:11 +03:00 |
torrentcontentfiltermodel.cpp
|
Put directories first when sorting torrent content by name
|
2014-10-25 21:14:56 +02:00 |
torrentcontentfiltermodel.h
|
Hide empty folders after filtering. Closes #74.
|
2013-11-10 03:30:04 +02:00 |
torrentcontentmodel.cpp
|
Update Main UI
|
2014-01-22 19:37:31 +04:00 |
torrentcontentmodel.h
|
Fix functions and macros using to support both Qt4 and Qt5.
|
2014-05-02 00:00:03 +03:00 |
torrentcontentmodelfile.cpp
|
Drop libtorrent 0.15.x support.
|
2013-10-23 22:19:58 +03:00 |
torrentcontentmodelfile.h
|
TorrentContentModel code cleanup
|
2012-08-26 21:33:52 +03:00 |
torrentcontentmodelfolder.cpp
|
Made progress calculation more efficient in torrent content model
|
2012-08-27 22:01:35 +03:00 |
torrentcontentmodelfolder.h
|
Made progress calculation more efficient in torrent content model
|
2012-08-27 22:01:35 +03:00 |
torrentcontentmodelitem.cpp
|
Great improve size calculation in torrent content model
|
2012-08-27 21:04:24 +03:00 |
torrentcontentmodelitem.h
|
Fix functions and macros using to support both Qt4 and Qt5.
|
2014-05-02 00:00:03 +03:00 |
torrentfilterenum.h
|
Show stalled downloads that are uploading under the 'Active' filter. Closes #1654."
|
2014-09-13 16:49:11 +03:00 |
torrentimportdlg.cpp
|
fix import torrent with "Keep incomplete torrents in:" ticked
|
2014-09-15 00:05:13 +03:00 |
torrentimportdlg.h
|
Fix functions and macros using to support both Qt4 and Qt5.
|
2014-05-02 00:00:03 +03:00 |
torrentimportdlg.ui
|
Translations fixes
|
2013-07-03 15:44:30 +04:00 |
torrentpersistentdata.cpp
|
Unused include
|
2014-11-02 15:37:07 +03:00 |
torrentpersistentdata.h
|
Remove default argument from TorrentPersistentData::setAddedDate()
|
2014-10-25 16:12:17 +04:00 |
trackerlogin.h
|
Fix functions and macros using to support both Qt4 and Qt5.
|
2014-05-02 00:00:03 +03:00 |
transferlistdelegate.cpp
|
Split src/transferlistdelegate into .h and .cpp
|
2014-10-25 16:12:17 +04:00 |
transferlistdelegate.h
|
Split src/transferlistdelegate into .h and .cpp
|
2014-10-25 16:12:17 +04:00 |
transferlistfilterswidget.cpp
|
Split src/torrentpersistentdata into .h and .cpp
|
2014-10-25 16:12:17 +04:00 |
transferlistfilterswidget.h
|
Split src/transferlistfilterswidget into .h and .cpp
|
2014-10-25 16:12:17 +04:00 |
transferlistsortmodel.h
|
Sort finished torrents by completed date when sorting by queue number.
|
2014-08-15 02:19:25 +03:00 |
transferlistwidget.cpp
|
Split src/torrentpersistentdata into .h and .cpp
|
2014-10-25 16:12:17 +04:00 |
transferlistwidget.h
|
Forward declare classes where possible in 'TransferListWidget'.
|
2014-09-13 16:49:16 +03:00 |
update_qrc_files.py
|
Fix update_qrc_files.py script
|
2011-09-24 11:15:03 +03:00 |
updownratiodlg.cpp
|
Migrate everything to use the new Preferences class and not access directly the qbittorrent.ini file.
|
2014-08-05 02:34:21 +03:00 |
updownratiodlg.h
|
Fix functions and macros using to support both Qt4 and Qt5.
|
2014-05-02 00:00:03 +03:00 |
updownratiodlg.ui
|
Allow 2 decimals when setting the share ratio. Closes #1303.
|
2014-01-23 00:25:09 +02:00 |