.. |
lineedit
|
Resize dialog size on high DPI monitors
|
2017-12-24 21:54:56 +08:00 |
powermanagement
|
Use qUtf8Printable() for logging strings
|
2017-08-13 16:14:57 +03:00 |
properties
|
Sort filename lists in .pri files
|
2017-12-31 11:53:45 +08:00 |
qtnotify
|
add basic cmake support
|
2016-02-29 12:53:43 +01:00 |
rss
|
Resize dialog size on high DPI monitors
|
2017-12-24 21:54:56 +08:00 |
search
|
Only add search separators as needed
|
2018-01-16 00:22:51 -05:00 |
about.qrc
|
Sort the resource lists
|
2017-08-29 13:39:02 +08:00 |
about.ui
|
Fix gui issues on high DPI monitor
|
2017-12-24 21:47:46 +08:00 |
about_imp.h
|
Update copyright year.
|
2018-01-06 02:23:09 +02:00 |
addnewtorrentdialog.cpp
|
Resize dialog size on high DPI monitors
|
2017-12-24 21:54:56 +08:00 |
addnewtorrentdialog.h
|
Add option to tune download history list length. Closes #4043.
|
2017-10-24 12:56:05 +02:00 |
addnewtorrentdialog.ui
|
Use file path edit widgets in options and add torrent dialog
|
2017-05-08 10:08:29 +02:00 |
advancedsettings.cpp
|
Merge pull request #7596 from evsh/path-history-items
|
2017-11-10 12:23:40 +01:00 |
advancedsettings.h
|
Merge pull request #7596 from evsh/path-history-items
|
2017-11-10 12:23:40 +01:00 |
autoexpandabledialog.cpp
|
Resize dialog size on high DPI monitors
|
2017-12-24 21:54:56 +08:00 |
autoexpandabledialog.h
|
Fix coding style for several files
|
2017-06-30 23:44:12 +03:00 |
autoexpandabledialog.ui
|
Fix deletionconfirmationdlg position
|
2017-05-01 15:30:41 +08:00 |
bandwidth_limit.ui
|
Fix speedlimitdlg position
|
2017-05-01 15:30:38 +08:00 |
banlistoptions.cpp
|
Resize dialog size on high DPI monitors
|
2017-12-24 21:54:56 +08:00 |
banlistoptions.h
|
Coding style, use nullptr and other minor things
|
2017-10-08 10:20:54 +03:00 |
banlistoptions.ui
|
Use a QTreeView and a sort proxy in the manually banned IP list to have a consistent sort order with QStringList::sor().
|
2017-03-07 23:16:51 +02:00 |
categoryfiltermodel.cpp
|
Implement TorrentCategoryDialog class
|
2017-09-27 21:25:22 +03:00 |
categoryfiltermodel.h
|
Turn isSpecialItem() into a CategoryFilterModel static method.
|
2017-05-04 10:41:36 -04:00 |
categoryfilterproxymodel.cpp
|
Simplify sorting code.
|
2017-12-21 15:26:38 +02:00 |
categoryfilterproxymodel.h
|
Fix build error.
|
2017-05-18 16:41:49 +02:00 |
categoryfilterwidget.cpp
|
Fix gui issues on high DPI monitor
|
2017-12-24 21:47:46 +08:00 |
categoryfilterwidget.h
|
Implement TorrentCategoryDialog class
|
2017-09-27 21:25:22 +03:00 |
CMakeLists.txt
|
Fix gui issues on high DPI monitor
|
2017-12-24 21:47:46 +08:00 |
confirmdeletiondlg.ui
|
[WebUI]Make the context obligatory for translatable strings. Also delete duplicate strings from extra translations.
|
2017-05-05 03:46:33 +03:00 |
cookiesdialog.cpp
|
Resize dialog size on high DPI monitors
|
2017-12-24 21:54:56 +08:00 |
cookiesdialog.h
|
Coding style, use nullptr and other minor things
|
2017-10-08 10:20:54 +03:00 |
cookiesdialog.ui
|
Fix gui issues on high DPI monitor
|
2017-12-24 21:47:46 +08:00 |
cookiesmodel.cpp
|
Coding style, use nullptr and other minor things
|
2017-10-08 10:20:54 +03:00 |
cookiesmodel.h
|
Coding style, use nullptr and other minor things
|
2017-10-08 10:20:54 +03:00 |
deletionconfirmationdlg.h
|
Resize dialog size on high DPI monitors
|
2017-12-24 21:54:56 +08:00 |
downloadfromurldlg.h
|
Resize dialog size on high DPI monitors
|
2017-12-24 21:54:56 +08:00 |
downloadfromurldlg.ui
|
Replace dialog ok-cancel buttons with QDialogButtonBox
|
2017-09-15 18:52:21 +08:00 |
executionlog.cpp
|
Various macOS UI improvements
|
2017-07-15 20:49:40 +03:00 |
executionlog.h
|
Use SettingsStorage instead.
|
2016-03-26 01:50:13 +02:00 |
executionlog.ui
|
Remove border around execution log
|
2016-03-23 15:23:49 +08:00 |
fspathedit.cpp
|
Fix translation context. Closes #8211.
|
2018-01-05 12:07:50 +08:00 |
fspathedit.h
|
Add maxVisibleItems combo box property to FileSystemPathComboEdit.
|
2017-10-24 12:56:04 +02:00 |
fspathedit_p.cpp
|
Initialize variables
|
2017-08-13 15:28:36 +08:00 |
fspathedit_p.h
|
Do not show completion when text is not being edited
|
2017-07-03 12:57:02 +02:00 |
gpl.html
|
Revert "Remove examples from gpl.html. Closes #7749."
|
2018-01-18 16:25:38 +02:00 |
gui.pri
|
Sort filename lists in .pri files
|
2017-12-31 11:53:45 +08:00 |
guiiconprovider.cpp
|
Use svg icons for the country flags.
|
2017-10-23 01:23:45 +03:00 |
guiiconprovider.h
|
Support fallback when selecting theme icons
|
2017-01-18 10:26:24 +01:00 |
hidabletabwidget.h
|
Various macOS UI improvements
|
2017-07-15 20:49:40 +03:00 |
ipsubnetwhitelistoptionsdialog.cpp
|
Resize dialog size on high DPI monitors
|
2017-12-24 21:54:56 +08:00 |
ipsubnetwhitelistoptionsdialog.h
|
Add ip subnet whitelist for bypassing webui auth
|
2017-11-08 22:39:49 -05:00 |
ipsubnetwhitelistoptionsdialog.ui
|
Add ip subnet whitelist for bypassing webui auth
|
2017-11-08 22:39:49 -05:00 |
login.ui
|
Replace dialog ok-cancel buttons with QDialogButtonBox
|
2017-09-15 18:52:21 +08:00 |
loglistwidget.cpp
|
Add ability to filter log messages by type.
|
2016-03-26 01:39:13 +02:00 |
loglistwidget.h
|
Add ability to filter log messages by type.
|
2016-03-26 01:39:13 +02:00 |
macutilities.h
|
Put macOS specific functions to MacUtils namespace
|
2017-12-12 20:53:20 +03:00 |
macutilities.mm
|
Put macOS specific functions to MacUtils namespace
|
2017-12-12 20:53:20 +03:00 |
mainwindow.cpp
|
Merge pull request #7876 from Chocobo1/optionIcons
|
2017-12-31 11:42:55 +08:00 |
mainwindow.h
|
Fix cmd+w not closing the main window on macOS
|
2017-12-13 13:30:40 +03:00 |
mainwindow.ui
|
Fix cmd+w not closing the main window on macOS
|
2017-12-13 13:30:40 +03:00 |
messageboxraised.cpp
|
Replace C-style casts with C++ ones
|
2017-05-29 17:25:42 +02:00 |
messageboxraised.h
|
Change project directory structure.
|
2015-02-05 19:10:26 +03:00 |
optionsdlg.cpp
|
Resize dialog size on high DPI monitors
|
2017-12-24 21:54:56 +08:00 |
optionsdlg.h
|
Add ip subnet whitelist for bypassing webui auth
|
2017-11-08 22:39:49 -05:00 |
optionsdlg.ui
|
Fix gui issues on high DPI monitor
|
2017-12-24 21:47:46 +08:00 |
previewlistdelegate.h
|
Coding style, use nullptr and other minor things
|
2017-10-08 10:20:54 +03:00 |
previewselectdialog.cpp
|
Resize dialog size on high DPI monitors
|
2017-12-24 21:54:56 +08:00 |
previewselectdialog.h
|
Persist size and treeview header state in preview dialog
|
2017-09-25 16:33:17 +02:00 |
previewselectdialog.ui
|
Persist size and treeview header state in preview dialog
|
2017-09-25 16:33:17 +02:00 |
programupdater.cpp
|
Use qUtf8Printable() for logging strings
|
2017-08-13 16:14:57 +03:00 |
programupdater.h
|
Use DownloadManager by ProgramUpdater
|
2016-01-04 05:49:02 +03:00 |
scanfoldersdelegate.cpp
|
Add lookup function to get PathType display names
|
2016-05-18 00:46:43 +08:00 |
scanfoldersdelegate.h
|
Make it scroll horizontally when necessary.
|
2016-01-03 22:08:55 +02:00 |
shutdownconfirmdlg.cpp
|
Resize dialog size on high DPI monitors
|
2017-12-24 21:54:56 +08:00 |
shutdownconfirmdlg.h
|
Coding style, use nullptr and other minor things
|
2017-10-08 10:20:54 +03:00 |
shutdownconfirmdlg.ui
|
Rename files:
|
2016-04-14 14:50:59 +08:00 |
speedlimitdlg.cpp
|
Resize dialog size on high DPI monitors
|
2017-12-24 21:54:56 +08:00 |
speedlimitdlg.h
|
Coding style, use nullptr and other minor things
|
2017-10-08 10:20:54 +03:00 |
statsdialog.cpp
|
Resize dialog size on high DPI monitors
|
2017-12-24 21:54:56 +08:00 |
statsdialog.h
|
Use cached SessionStatus and CacheStatus
|
2017-05-10 13:24:37 +03:00 |
statsdialog.ui
|
Cleanup downloadfromurldlg, statsdialog
|
2017-05-01 15:32:08 +08:00 |
statusbar.cpp
|
Fix gui issues on high DPI monitor
|
2017-12-24 21:47:46 +08:00 |
statusbar.h
|
Refactor and improve StatusBar
|
2017-05-26 18:11:26 +03:00 |
tagfiltermodel.cpp
|
Fix build.
|
2017-07-03 10:36:52 +02:00 |
tagfiltermodel.h
|
Add a Tags (multi-label) feature to the GUI. Closes #13.
|
2017-06-25 13:53:07 -05:00 |
tagfilterproxymodel.cpp
|
Simplify sorting code.
|
2017-12-21 15:26:38 +02:00 |
tagfilterproxymodel.h
|
Add a Tags (multi-label) feature to the GUI. Closes #13.
|
2017-06-25 13:53:07 -05:00 |
tagfilterwidget.cpp
|
Fix gui issues on high DPI monitor
|
2017-12-24 21:47:46 +08:00 |
tagfilterwidget.h
|
Add a Tags (multi-label) feature to the GUI. Closes #13.
|
2017-06-25 13:53:07 -05:00 |
thanks.html
|
Mention github contributors in thanks.html
|
2015-06-28 21:08:21 +08:00 |
torrentcategorydialog.cpp
|
Implement TorrentCategoryDialog class
|
2017-09-27 21:25:22 +03:00 |
torrentcategorydialog.h
|
Implement TorrentCategoryDialog class
|
2017-09-27 21:25:22 +03:00 |
torrentcategorydialog.ui
|
Implement TorrentCategoryDialog class
|
2017-09-27 21:25:22 +03:00 |
torrentcontentfiltermodel.cpp
|
[GUI] Implement stable sort (#7703)
|
2017-11-30 17:10:30 +08:00 |
torrentcontentfiltermodel.h
|
Fix coding style for several files
|
2017-06-30 23:44:12 +03:00 |
torrentcontentmodel.cpp
|
Put macOS specific functions to MacUtils namespace
|
2017-12-12 20:53:20 +03:00 |
torrentcontentmodel.h
|
Use system file type specific icons in contents tab
|
2017-07-03 16:49:14 +02:00 |
torrentcontentmodelfile.cpp
|
Use QBT_EXT in all places
|
2017-05-13 16:20:32 +08:00 |
torrentcontentmodelfile.h
|
Add availability column to torrent content model
|
2017-05-12 17:14:59 +02:00 |
torrentcontentmodelfolder.cpp
|
Use QBT_EXT in all places
|
2017-05-13 16:20:32 +08:00 |
torrentcontentmodelfolder.h
|
Add availability column to torrent content model
|
2017-05-12 17:14:59 +02:00 |
torrentcontentmodelitem.cpp
|
Add availability column to torrent content model
|
2017-05-12 17:14:59 +02:00 |
torrentcontentmodelitem.h
|
Add availability column to torrent content model
|
2017-05-12 17:14:59 +02:00 |
torrentcontenttreeview.cpp
|
Fix coding style for several files
|
2017-06-30 23:44:12 +03:00 |
torrentcontenttreeview.h
|
Fix coding style for several files
|
2017-06-30 23:44:12 +03:00 |
torrentcreatordlg.cpp
|
Torrent creator: raise maximum piece size to 32 MiB
|
2018-01-09 13:04:44 +08:00 |
torrentcreatordlg.h
|
Add source field in Torrent creator. Closes #7965.
|
2017-12-09 00:39:50 +08:00 |
torrentcreatordlg.ui
|
Torrent creator: raise maximum piece size to 32 MiB
|
2018-01-09 13:04:44 +08:00 |
torrentmodel.cpp
|
Fix constant status of '[F] Downloading'. Closes #7628.
|
2018-01-02 18:09:48 +02:00 |
torrentmodel.h
|
Add a Tags (multi-label) feature to the GUI. Closes #13.
|
2017-06-25 13:53:07 -05:00 |
trackerlogin.cpp
|
Resize dialog size on high DPI monitors
|
2017-12-24 21:54:56 +08:00 |
trackerlogin.h
|
Replace dialog ok-cancel buttons with QDialogButtonBox
|
2017-09-15 18:52:21 +08:00 |
transferlistdelegate.cpp
|
Make BitTorrent::TorrentState strongly-typed enum
|
2017-10-10 21:28:57 +02:00 |
transferlistdelegate.h
|
Make BitTorrent::TorrentState strongly-typed enum
|
2017-10-10 21:28:57 +02:00 |
transferlistfilterswidget.cpp
|
Fix gui issues on high DPI monitor
|
2017-12-24 21:47:46 +08:00 |
transferlistfilterswidget.h
|
Add a Tags (multi-label) feature to the GUI. Closes #13.
|
2017-06-25 13:53:07 -05:00 |
transferlistsortmodel.cpp
|
Fix constant status of '[F] Downloading'. Closes #7628.
|
2018-01-02 18:09:48 +02:00 |
transferlistsortmodel.h
|
Add a Tags (multi-label) feature to the GUI. Closes #13.
|
2017-06-25 13:53:07 -05:00 |
transferlistwidget.cpp
|
transferlist: added a force reannounce option. closes #6448.
|
2018-01-03 16:48:31 -06:00 |
transferlistwidget.h
|
transferlist: added a force reannounce option. closes #6448.
|
2018-01-03 16:48:31 -06:00 |
translators.html
|
Add Turkish translator in about page.
|
2017-10-30 00:32:44 +02:00 |
updownratiodlg.cpp
|
Resize dialog size on high DPI monitors
|
2017-12-24 21:54:56 +08:00 |
updownratiodlg.h
|
Coding style, use nullptr and other minor things
|
2017-10-08 10:20:54 +03:00 |
updownratiodlg.ui
|
Implemented share limit by seeding time
|
2017-05-17 14:33:17 -04:00 |
utils.cpp
|
Resize dialog size on high DPI monitors
|
2017-12-24 21:54:56 +08:00 |
utils.h
|
Resize dialog size on high DPI monitors
|
2017-12-24 21:54:56 +08:00 |