qBittorrent/src/gui
2020-10-28 10:39:56 +05:30
..
log Fix peer blocked message 2020-09-16 16:59:51 +01:00
powermanagement CMake: Don't use subprojects in GUI subfolders 2020-05-02 17:21:03 +03:00
properties Merge pull request #13632 from jagannatharjun/progress-style 2020-10-28 10:04:05 +08:00
qtnotify CMake: Don't use subprojects in GUI subfolders 2020-05-02 17:21:03 +03:00
rss Change some types (uint -> int) in RSS subsystem 2020-10-07 23:26:13 +01:00
search Make middle-click close search tabs 2020-10-17 00:21:10 -04:00
about.qrc Sort the resource lists 2017-08-29 13:39:02 +08:00
aboutdialog.cpp Always use UIThemeManager for obtaining icons in GUI 2020-05-22 11:06:10 +05:30
aboutdialog.h Move implementation to its own file 2019-07-18 00:30:44 +08:00
aboutdialog.ui Use IP geolocation database by DB-IP instead of MaxMind 2020-02-18 16:11:28 +02:00
addnewtorrentdialog.cpp Store and use full magnet URI instead of hash 2020-09-08 14:57:45 +03:00
addnewtorrentdialog.h Store and use full magnet URI instead of hash 2020-09-08 14:57:45 +03:00
addnewtorrentdialog.ui Clean up header inclusion 2020-05-02 19:54:36 +03:00
advancedsettings.cpp Add option for hashing_threads, use 10 asyc IO threads 2020-10-13 00:58:13 +03:00
advancedsettings.h Add option for hashing_threads, use 10 asyc IO threads 2020-10-13 00:58:13 +03:00
autoexpandabledialog.cpp Replace obsoleted QFontMetrics::width() 2019-07-01 14:48:53 +08:00
autoexpandabledialog.h Add final specifier to GUI classes 2020-04-19 10:59:59 +08:00
autoexpandabledialog.ui Fix deletionconfirmationdlg position 2017-05-01 15:30:41 +08:00
banlistoptionsdialog.cpp Allow to select multiple entries in "banned IP" dialog 2019-10-11 21:58:35 +08:00
banlistoptionsdialog.h Change file names and classes names to match them 2018-06-15 20:12:59 +03:00
banlistoptionsdialog.ui Allow to select multiple entries in "banned IP" dialog 2019-10-11 21:58:35 +08:00
categoryfiltermodel.cpp Improve torrent loading code 2020-08-09 12:11:07 +03:00
categoryfiltermodel.h Add final specifier to GUI classes 2020-04-19 10:59:59 +08:00
categoryfilterproxymodel.cpp Simplify sorting code. 2017-12-21 15:26:38 +02:00
categoryfilterproxymodel.h Add final specifier to GUI classes 2020-04-19 10:59:59 +08:00
categoryfilterwidget.cpp Replace deprecated macro 2019-09-05 20:16:18 +08:00
categoryfilterwidget.h Add final specifier to GUI classes 2020-04-19 10:59:59 +08:00
CMakeLists.txt Implement ProgressBarDelegate 2020-10-27 11:58:17 +05:30
cookiesdialog.cpp Incorporate GuiIconProvider inside UIThemeManager 2019-07-16 09:31:33 +05:30
cookiesdialog.h Add final specifier to GUI classes 2020-04-19 10:59:59 +08:00
cookiesdialog.ui Reset button text to default 2018-08-28 14:14:01 +08:00
cookiesmodel.cpp Avoid repeating the return type 2019-02-16 18:54:18 +02:00
cookiesmodel.h Add final specifier to GUI classes 2020-04-19 10:59:59 +08:00
deletionconfirmationdialog.cpp Handle "Delete confirmation" dialog result asynchronously 2019-09-30 21:37:17 +08:00
deletionconfirmationdialog.h Handle "Delete confirmation" dialog result asynchronously 2019-09-30 21:37:17 +08:00
deletionconfirmationdialog.ui Reset button text to default 2018-08-28 14:14:01 +08:00
downloadfromurldialog.cpp Replace deprecated Qt functions 2019-10-31 12:40:24 +08:00
downloadfromurldialog.h Fix coding style 2018-06-12 07:17:05 +03:00
downloadfromurldialog.ui Move DownloadFromURLDialog to its own file 2018-05-29 09:36:03 +08:00
executionlogwidget.cpp Convert the Log widget to use custom View/Model 2020-04-15 22:18:00 +05:30
executionlogwidget.h Convert the Log widget to use custom View/Model 2020-04-15 22:18:00 +05:30
executionlogwidget.ui Clean up code 2019-03-15 14:29:06 +08:00
fspathedit.cpp Add missing header stdexcept in fspathedit 2020-05-20 23:25:19 +05:30
fspathedit.h Add final specifier to GUI classes 2020-04-19 10:59:59 +08:00
fspathedit_p.cpp Drop "private" subfolders 2020-05-08 14:59:18 +03:00
fspathedit_p.h Drop "private" subfolders 2020-05-08 14:59:18 +03:00
gpl.html Use proper uppercase "UTF-8" in charset field 2020-09-08 14:31:19 +08:00
gui.pri Implement ProgressBarDelegate 2020-10-27 11:58:17 +05:30
hidabletabwidget.cpp Replace deprecated macro 2019-09-05 20:16:18 +08:00
hidabletabwidget.h Add final specifier to GUI classes 2020-04-19 10:59:59 +08:00
ipsubnetwhitelistoptionsdialog.cpp Update Copyright email address 2018-12-10 23:21:09 -05:00
ipsubnetwhitelistoptionsdialog.h Update Copyright email address 2018-12-10 23:21:09 -05:00
ipsubnetwhitelistoptionsdialog.ui Separate subnet whitelist options into two lines 2017-12-06 02:05:32 -05:00
lineedit.cpp Construct QString more efficiently 2020-03-25 12:00:11 +08:00
lineedit.h Add final specifier to GUI classes 2020-04-19 10:59:59 +08:00
macutilities.h Replace deprecated qt_mac_set_dock_menu() 2019-03-05 17:17:07 +08:00
macutilities.mm Replace deprecated qt_mac_set_dock_menu() 2019-03-05 17:17:07 +08:00
mainwindow.cpp Fix typos 2020-10-20 18:56:30 +08:00
mainwindow.h Notify user when torrent moving finished 2020-07-26 14:31:58 +03:00
mainwindow.ui Rename priority to queue in the context of torrents 2019-07-13 14:04:16 +03:00
optionsdialog.cpp Always use UIThemeManager for obtaining icons in GUI 2020-05-22 11:06:10 +05:30
optionsdialog.h Merge pull request #12528 from thalieht/proxycheckbox 2020-04-21 01:28:21 +08:00
optionsdialog.ui Clarify protocol choice label 2020-10-25 00:11:57 +01:00
previewlistdelegate.cpp Revise sort model and delegate code 2019-08-08 22:17:18 +08:00
previewlistdelegate.h Add final specifier to GUI classes 2020-04-19 10:59:59 +08:00
previewselectdialog.cpp Create header for common BitTorrent declarations 2020-05-25 20:32:35 +03:00
previewselectdialog.h Disable copy construction of QObject subclasses 2020-04-29 21:40:50 +08:00
previewselectdialog.ui Show torrent name in "preview file" related dialogs 2019-10-02 22:27:27 +08:00
programupdater.cpp Replace deprecated macro 2019-09-05 20:16:18 +08:00
programupdater.h Remove some unused #include 2019-06-04 17:48:55 +03:00
progressbardelegate.cpp Implement ProgressBarDelegate 2020-10-27 11:58:17 +05:30
progressbardelegate.h Implement ProgressBarDelegate 2020-10-27 11:58:17 +05:30
raisedmessagebox.cpp Revert email address changes in copyright notices 2018-07-10 00:37:44 +03:00
raisedmessagebox.h Add final specifier to GUI classes 2020-04-19 10:59:59 +08:00
scanfoldersdelegate.cpp Use QStyledItemDelegate as base for ScanFoldersDelegate 2020-07-19 00:54:12 +05:30
scanfoldersdelegate.h Use QStyledItemDelegate as base for ScanFoldersDelegate 2020-07-19 00:54:12 +05:30
shutdownconfirmdialog.cpp Move helper functions to Utils::Gui namespace 2019-03-05 14:55:22 +08:00
shutdownconfirmdialog.h Add final specifier to GUI classes 2020-04-19 10:59:59 +08:00
shutdownconfirmdialog.ui Change file names and classes names to match them 2018-06-15 20:12:59 +03:00
speedlimitdialog.cpp Replace static_cast by qOverload 2019-07-26 22:32:18 +08:00
speedlimitdialog.h Clean up SpeedLimitDialog class 2018-11-05 11:07:52 +08:00
speedlimitdialog.ui Clean up SpeedLimitDialog class 2018-11-05 11:07:52 +08:00
statsdialog.cpp Construct QString more efficiently 2020-03-25 12:00:11 +08:00
statsdialog.h Fix coding style 2018-06-12 07:17:05 +03:00
statsdialog.ui Fix Stats dialog size 2018-05-20 23:35:20 +03:00
statusbar.cpp Set stylesheet of target widget rather then defining global stylesheet 2020-08-01 01:37:08 +05:30
statusbar.h Fix coding style 2018-06-12 07:17:05 +03:00
tagfiltermodel.cpp Improve torrent loading code 2020-08-09 12:11:07 +03:00
tagfiltermodel.h Add final specifier to GUI classes 2020-04-19 10:59:59 +08:00
tagfilterproxymodel.cpp Simplify sorting code. 2017-12-21 15:26:38 +02:00
tagfilterproxymodel.h Add final specifier to GUI classes 2020-04-19 10:59:59 +08:00
tagfilterwidget.cpp Replace deprecated macro 2019-09-05 20:16:18 +08:00
tagfilterwidget.h Add final specifier to GUI classes 2020-04-19 10:59:59 +08:00
thanks.html Use proper uppercase "UTF-8" in charset field 2020-09-08 14:31:19 +08:00
torrentcategorydialog.cpp Avoid creating unnecessary event loops 2019-06-20 11:42:54 +08:00
torrentcategorydialog.h Use uniform initialization on some default arguments 2019-02-25 17:05:15 +02:00
torrentcategorydialog.ui Clean up header inclusion 2020-05-02 19:54:36 +03:00
torrentcontentfiltermodel.cpp Use ProgressbarDelegate for drawing progressbar in PropListDelegate 2020-10-27 11:58:17 +05:30
torrentcontentfiltermodel.h Add final specifier to GUI classes 2020-04-19 10:59:59 +08:00
torrentcontentmodel.cpp Use ProgressbarDelegate for drawing progressbar in PropListDelegate 2020-10-27 11:58:17 +05:30
torrentcontentmodel.h Use ProgressbarDelegate for drawing progressbar in PropListDelegate 2020-10-27 11:58:17 +05:30
torrentcontentmodelfile.cpp Create header for common BitTorrent declarations 2020-05-25 20:32:35 +03:00
torrentcontentmodelfile.h Add final specifier to GUI classes 2020-04-19 10:59:59 +08:00
torrentcontentmodelfolder.cpp Use ProgressbarDelegate for drawing progressbar in PropListDelegate 2020-10-27 11:58:17 +05:30
torrentcontentmodelfolder.h Use ProgressbarDelegate for drawing progressbar in PropListDelegate 2020-10-27 11:58:17 +05:30
torrentcontentmodelitem.cpp Use ProgressbarDelegate for drawing progressbar in PropListDelegate 2020-10-27 11:58:17 +05:30
torrentcontentmodelitem.h Use ProgressbarDelegate for drawing progressbar in PropListDelegate 2020-10-27 11:58:17 +05:30
torrentcontenttreeview.cpp Create header for common BitTorrent declarations 2020-05-25 20:32:35 +03:00
torrentcontenttreeview.h Add final specifier to GUI classes 2020-04-19 10:59:59 +08:00
torrentcreatordialog.cpp Add support for creating v2 torrents 2020-10-10 23:21:26 +08:00
torrentcreatordialog.h Add support for creating v2 torrents 2020-10-10 23:21:26 +08:00
torrentcreatordialog.ui Add support for creating v2 torrents 2020-10-10 23:21:26 +08:00
trackerentriesdialog.cpp Add "Tracker entries" dialog 2019-07-11 12:10:19 +08:00
trackerentriesdialog.h Add "Tracker entries" dialog 2019-07-11 12:10:19 +08:00
trackerentriesdialog.ui Add "Tracker entries" dialog 2019-07-11 12:10:19 +08:00
transferlistdelegate.cpp Use ProgressBarDelegate for drawing progressbar in TransferListView 2020-10-27 11:58:17 +05:30
transferlistdelegate.h Use ProgressBarDelegate for drawing progressbar in TransferListView 2020-10-27 11:58:17 +05:30
transferlistfilterswidget.cpp Improve torrent loading code 2020-08-09 12:11:07 +03:00
transferlistfilterswidget.h Add final specifier to GUI classes 2020-04-19 10:59:59 +08:00
transferlistmodel.cpp Rename TR_PROGRESS header in TransferList 2020-10-28 10:39:56 +05:30
transferlistmodel.h Read Transfer list's custom colors from config.json 2020-05-06 16:37:37 +05:30
transferlistsortmodel.cpp Provide a proper default return statement for the function 2020-05-16 21:48:10 +08:00
transferlistsortmodel.h Add final specifier to GUI classes 2020-04-19 10:59:59 +08:00
transferlistwidget.cpp Improve "move torrent storage" handling 2020-07-19 15:04:42 +03:00
transferlistwidget.h Read Transfer list's custom colors from config.json 2020-05-06 16:37:37 +05:30
translators.html Use proper uppercase "UTF-8" in charset field 2020-09-08 14:31:19 +08:00
tristateaction.cpp Drop "private" subfolders 2020-05-08 14:59:18 +03:00
tristateaction.h Implement tri-state checkbox action in menu 2019-07-12 19:57:31 +08:00
tristatewidget.cpp Drop "private" subfolders 2020-05-08 14:59:18 +03:00
tristatewidget.h Drop "private" subfolders 2020-05-08 14:59:18 +03:00
uithememanager.cpp Load custom theme before initializing main window 2020-08-02 14:02:18 +05:30
uithememanager.h Load custom theme before initializing main window 2020-08-02 14:02:18 +05:30
updownratiodialog.cpp Migrate away from obsoleted functions 2020-09-25 15:12:40 +08:00
updownratiodialog.h Add final specifier to GUI classes 2020-04-19 10:59:59 +08:00
updownratiodialog.ui Change file names and classes names to match them 2018-06-15 20:12:59 +03:00
utils.cpp Fix "Open containing folder" opened the wrong path for folder item 2020-08-30 20:38:35 +08:00
utils.h Move helper functions to Utils::Gui namespace 2019-03-05 14:55:22 +08:00