1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-11 07:18:08 +00:00
qBittorrent/src/gui
Chocobo1 21e1c33d15
Don't use deprecated QPainter option
Warning from compiler:
speedplotview.cpp:342:63: warning: ‘QPainter::HighQualityAntialiasing’ is deprecated: Use Antialiasing instead [-Wdeprecated-declarations]
2020-05-16 21:23:45 +08:00
..
log Fix include 2020-05-09 17:36:37 +01:00
powermanagement CMake: Don't use subprojects in GUI subfolders 2020-05-02 17:21:03 +03:00
properties Don't use deprecated QPainter option 2020-05-16 21:23:45 +08:00
qtnotify CMake: Don't use subprojects in GUI subfolders 2020-05-02 17:21:03 +03:00
rss CMake: Don't use subprojects in GUI subfolders 2020-05-02 17:21:03 +03:00
search CMake: Don't use subprojects in GUI subfolders 2020-05-02 17:21:03 +03:00
about.qrc
aboutdialog.cpp Construct QString more efficiently 2020-03-25 12:00:11 +08:00
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 Disable checkbox if torrent doesn't have root folder 2020-05-13 13:35:13 +03:00
addnewtorrentdialog.h Add final specifier to GUI classes 2020-04-19 10:59:59 +08:00
addnewtorrentdialog.ui Clean up header inclusion 2020-05-02 19:54:36 +03:00
advancedsettings.cpp Merge pull request #12684 from an0n666/requires-restart 2020-05-01 07:38:36 +03:00
advancedsettings.h Merge pull request #12176 from NotTsunami/ssl 2020-04-30 13:09:31 +08: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
banlistoptionsdialog.cpp Allow to select multiple entries in "banned IP" dialog 2019-10-11 21:58:35 +08:00
banlistoptionsdialog.h
banlistoptionsdialog.ui Allow to select multiple entries in "banned IP" dialog 2019-10-11 21:58:35 +08:00
categoryfiltermodel.cpp Construct QString more efficiently 2020-03-25 12:00:11 +08:00
categoryfiltermodel.h Add final specifier to GUI classes 2020-04-19 10:59:59 +08:00
categoryfilterproxymodel.cpp
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 Drop "private" subfolders 2020-05-08 14:59:18 +03:00
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
cookiesmodel.cpp
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
downloadfromurldialog.cpp Replace deprecated Qt functions 2019-10-31 12:40:24 +08:00
downloadfromurldialog.h
downloadfromurldialog.ui
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_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
fspathedit.cpp Drop "private" subfolders 2020-05-08 14:59:18 +03:00
fspathedit.h Add final specifier to GUI classes 2020-04-19 10:59:59 +08:00
gpl.html
gui.pri Drop "private" subfolders 2020-05-08 14:59:18 +03:00
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
ipsubnetwhitelistoptionsdialog.h
ipsubnetwhitelistoptionsdialog.ui
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 Clean up header inclusion 2020-05-01 17:02:49 +03:00
mainwindow.h Add final specifier to GUI classes 2020-04-19 10:59:59 +08:00
mainwindow.ui Rename priority to queue in the context of torrents 2019-07-13 14:04:16 +03:00
optionsdialog.cpp Merge pull request #12689 from thalieht/subfolder 2020-05-01 14:09:17 +08:00
optionsdialog.h Merge pull request #12528 from thalieht/proxycheckbox 2020-04-21 01:28:21 +08:00
optionsdialog.ui Clean up header inclusion 2020-05-02 19:54:36 +03: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 Allow double-click in preview dialog 2020-01-05 11:28:04 +02: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
raisedmessagebox.cpp
raisedmessagebox.h Add final specifier to GUI classes 2020-04-19 10:59:59 +08:00
scanfoldersdelegate.cpp Replace static_cast by qOverload 2019-07-26 22:32:18 +08:00
scanfoldersdelegate.h Add final specifier to GUI classes 2020-04-19 10:59:59 +08:00
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
speedlimitdialog.cpp Replace static_cast by qOverload 2019-07-26 22:32:18 +08:00
speedlimitdialog.h
speedlimitdialog.ui
statsdialog.cpp Construct QString more efficiently 2020-03-25 12:00:11 +08:00
statsdialog.h
statsdialog.ui
statusbar.cpp Use helper function to construct QString 2020-03-16 21:27:42 +08:00
statusbar.h
tagfiltermodel.cpp Construct QString more efficiently 2020-03-25 12:00:11 +08:00
tagfiltermodel.h Add final specifier to GUI classes 2020-04-19 10:59:59 +08:00
tagfilterproxymodel.cpp
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
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 Fix using out-of-bounds of indexes 2019-08-18 20:00:54 +08:00
torrentcontentfiltermodel.h Add final specifier to GUI classes 2020-04-19 10:59:59 +08:00
torrentcontentmodel.cpp Clean up code 2020-04-30 13:18:24 +08:00
torrentcontentmodel.h Add final specifier to GUI classes 2020-04-19 10:59:59 +08:00
torrentcontentmodelfile.cpp Clean up code 2020-04-30 13:18:24 +08:00
torrentcontentmodelfile.h Add final specifier to GUI classes 2020-04-19 10:59:59 +08:00
torrentcontentmodelfolder.cpp Replace QList by QVector 2019-08-05 20:56:15 +08:00
torrentcontentmodelfolder.h Add final specifier to GUI classes 2020-04-19 10:59:59 +08:00
torrentcontentmodelitem.cpp Merge pull request #10839 from Piccirello/gui-files-table-file-size 2019-07-23 22:57:32 +08:00
torrentcontentmodelitem.h Replace QList by QVector 2019-08-05 20:56:15 +08:00
torrentcontenttreeview.cpp Fix crash when renaming torrent contents 2020-03-06 15:50:37 +08:00
torrentcontenttreeview.h Add final specifier to GUI classes 2020-04-19 10:59:59 +08:00
torrentcreatordialog.cpp Construct QString more efficiently 2020-03-25 12:00:11 +08:00
torrentcreatordialog.h Add final specifier to GUI classes 2020-04-19 10:59:59 +08:00
torrentcreatordialog.ui Remove misleading translation comment 2020-02-26 12:55:19 +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 QStyledItemDelegate instead of QItemDelegate 2019-12-26 22:10:28 +03:00
transferlistdelegate.h Add final specifier to GUI classes 2020-04-19 10:59:59 +08:00
transferlistfilterswidget.cpp Add final specifier to GUI classes 2020-04-19 10:59:59 +08:00
transferlistfilterswidget.h Add final specifier to GUI classes 2020-04-19 10:59:59 +08:00
transferlistmodel.cpp Read Transfer list's custom colors from config.json 2020-05-06 16:37:37 +05:30
transferlistmodel.h Read Transfer list's custom colors from config.json 2020-05-06 16:37:37 +05:30
transferlistsortmodel.cpp Split TorrentHandle interface and implementation 2020-04-16 20:22:26 +03:00
transferlistsortmodel.h Add final specifier to GUI classes 2020-04-19 10:59:59 +08:00
transferlistwidget.cpp Read Transfer list's custom colors from config.json 2020-05-06 16:37:37 +05:30
transferlistwidget.h Read Transfer list's custom colors from config.json 2020-05-06 16:37:37 +05:30
translators.html
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 Allow setting application palette from config.json 2020-05-04 18:37:58 +05:30
uithememanager.h Allow setting application palette from config.json 2020-05-04 18:37:58 +05:30
updownratiodialog.cpp Replace static_cast by qOverload 2019-07-26 22:32:18 +08:00
updownratiodialog.h Add final specifier to GUI classes 2020-04-19 10:59:59 +08:00
updownratiodialog.ui
utils.cpp Delegate GUI scaling work to Qt 2020-03-06 12:04:57 +03:00
utils.h Move helper functions to Utils::Gui namespace 2019-03-05 14:55:22 +08:00