qBittorrent/src/gui
Mike Tzou 92cc2a4f31
Merge pull request #12124 from Chocobo1/rename
Fix crash when renaming torrent contents
2020-03-08 00:16:02 +08:00
..
powermanagement Replace deprecated macro 2019-09-05 20:16:18 +08:00
private Remove redundant null checks 2020-02-03 16:38:51 -05:00
properties Capture pointer by value 2020-03-07 10:06:35 +08:00
qtnotify Migrate away from deprecated API in Qt 5.14 2019-12-25 19:23:37 +08:00
rss Initialize boolean variables 2020-03-06 15:50:55 +08:00
search Replace deprecated macro 2019-09-05 20:16:18 +08:00
about.qrc
aboutdialog.cpp Use IP geolocation database by DB-IP instead of MaxMind 2020-02-18 16:11:28 +02: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 Use helper functions to construct smart pointers 2020-03-05 19:32:28 +08:00
addnewtorrentdialog.h Allow to save downloaded metadata as torrent file 2020-02-26 08:10:11 +03:00
addnewtorrentdialog.ui Allow to save downloaded metadata as torrent file 2020-02-26 08:10:11 +03:00
advancedsettings.cpp Use IP geolocation database by DB-IP instead of MaxMind 2020-02-18 16:11:28 +02:00
advancedsettings.h Merge pull request #11088 from jagannatharjun/organize-style 2020-01-20 06:56:54 +03:00
autoexpandabledialog.cpp Replace obsoleted QFontMetrics::width() 2019-07-01 14:48:53 +08:00
autoexpandabledialog.h Forward declare in a few places 2019-06-04 17:48:55 +03: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 Incorporate GuiIconProvider inside UIThemeManager 2019-07-16 09:31:33 +05:30
categoryfiltermodel.h Group Qt forward declarations separately from the others 2019-06-04 17:48:55 +03:00
categoryfilterproxymodel.cpp
categoryfilterproxymodel.h Forward declare in a few places 2019-06-04 17:48:55 +03:00
categoryfilterwidget.cpp Replace deprecated macro 2019-09-05 20:16:18 +08:00
categoryfilterwidget.h Avoid creating unnecessary event loops 2019-06-17 20:44:57 +08:00
CMakeLists.txt Move DeletionConfirmationDialog class to its own .cpp file 2019-09-29 11:29:16 +08:00
cookiesdialog.cpp Incorporate GuiIconProvider inside UIThemeManager 2019-07-16 09:31:33 +05:30
cookiesdialog.h Forward declare some classes 2019-07-13 19:38:37 +08:00
cookiesdialog.ui
cookiesmodel.cpp
cookiesmodel.h
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 Replace deprecated macro 2019-09-05 20:16:18 +08:00
executionlogwidget.h Forward declare some classes 2019-07-13 19:38:37 +08:00
executionlogwidget.ui
fspathedit.cpp Move fspathedit_p to private folder 2019-07-26 22:32:18 +08:00
fspathedit.h Remove some unused #include 2019-06-04 17:48:55 +03:00
gpl.html
gui.pri Move DeletionConfirmationDialog class to its own .cpp file 2019-09-29 11:29:16 +08:00
hidabletabwidget.cpp Replace deprecated macro 2019-09-05 20:16:18 +08:00
hidabletabwidget.h Replace deprecated macro 2019-09-05 20:16:18 +08:00
ipsubnetwhitelistoptionsdialog.cpp
ipsubnetwhitelistoptionsdialog.h
ipsubnetwhitelistoptionsdialog.ui
lineedit.cpp Incorporate GuiIconProvider inside UIThemeManager 2019-07-16 09:31:33 +05:30
lineedit.h Move LineEdit files out of subfolder 2019-07-13 19:46:53 +08:00
loglistwidget.cpp Incorporate GuiIconProvider inside UIThemeManager 2019-07-16 09:31:33 +05:30
loglistwidget.h
macutilities.h
macutilities.mm
mainwindow.cpp Merge pull request #11813 from Chocobo1/python 2020-03-07 10:18:45 +08:00
mainwindow.h Improve "stats updated" signal handling in MainWindow class 2019-09-24 11:51:29 +08:00
mainwindow.ui Rename priority to queue in the context of torrents 2019-07-13 14:04:16 +03:00
optionsdialog.cpp Expose WebUI ban duration to users 2020-02-14 16:23:30 +08:00
optionsdialog.h Reorganize UI theme selection 2020-01-18 23:12:33 +05:30
optionsdialog.ui Improve the options tooltips 2020-03-02 23:55:08 -05:00
previewlistdelegate.cpp Revise sort model and delegate code 2019-08-08 22:17:18 +08:00
previewlistdelegate.h Move implementation to its own file 2019-07-18 00:30:44 +08:00
previewselectdialog.cpp Allow double-click in preview dialog 2020-01-05 11:28:04 +02:00
previewselectdialog.h Clean up PreviewSelectDialog class 2019-10-02 21:12:35 +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
scanfoldersdelegate.cpp Replace static_cast by qOverload 2019-07-26 22:32:18 +08:00
scanfoldersdelegate.h Group Qt forward declarations separately from the others 2019-06-04 17:48:55 +03:00
shutdownconfirmdialog.cpp
shutdownconfirmdialog.h
shutdownconfirmdialog.ui
speedlimitdialog.cpp Replace static_cast by qOverload 2019-07-26 22:32:18 +08:00
speedlimitdialog.h
speedlimitdialog.ui
statsdialog.cpp
statsdialog.h
statsdialog.ui
statusbar.cpp Replace deprecated macro 2019-09-05 20:16:18 +08:00
statusbar.h
tagfiltermodel.cpp Incorporate GuiIconProvider inside UIThemeManager 2019-07-16 09:31:33 +05:30
tagfiltermodel.h Group Qt forward declarations separately from the others 2019-06-04 17:48:55 +03:00
tagfilterproxymodel.cpp
tagfilterproxymodel.h Forward declare in a few places 2019-06-04 17:48:55 +03:00
tagfilterwidget.cpp Replace deprecated macro 2019-09-05 20:16:18 +08:00
tagfilterwidget.h
thanks.html
torrentcategorydialog.cpp Avoid creating unnecessary event loops 2019-06-20 11:42:54 +08:00
torrentcategorydialog.h
torrentcategorydialog.ui
torrentcontentfiltermodel.cpp Fix using out-of-bounds of indexes 2019-08-18 20:00:54 +08:00
torrentcontentfiltermodel.h Rely on Qt ownership to delete class members 2019-07-16 18:42:26 +08:00
torrentcontentmodel.cpp Replace deprecated macro 2019-09-05 20:16:18 +08:00
torrentcontentmodel.h Group Qt forward declarations separately from the others 2019-06-04 17:48:55 +03:00
torrentcontentmodelfile.cpp
torrentcontentmodelfile.h Forward declare in a few places 2019-06-04 17:48:55 +03:00
torrentcontentmodelfolder.cpp Replace QList by QVector 2019-08-05 20:56:15 +08:00
torrentcontentmodelfolder.h Replace QList by QVector 2019-08-05 20:56:15 +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 Move renameSelectedFile(BitTorrent::TorrentInfo &) 2019-06-09 19:07:43 +08:00
torrentcreatordialog.cpp Rename variable 2019-09-19 16:50:57 +08:00
torrentcreatordialog.h Add option to align file to piece boundary when creating new torrent 2019-09-14 12:16:50 +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 Use QStyledItemDelegate instead of QItemDelegate 2019-12-26 22:10:28 +03:00
transferlistfilterswidget.cpp Add stalled filters to GUI and Web API/UI 2020-01-13 11:41:37 +00:00
transferlistfilterswidget.h Replace a series of if() by switch() 2019-12-18 15:05:42 +08:00
transferlistmodel.cpp Track settings changed event in TransferListModel 2020-01-24 07:42:39 +03:00
transferlistmodel.h Track settings changed event in TransferListModel 2020-01-24 07:42:39 +03:00
transferlistsortmodel.cpp Merge pull request #11708 from glassez/transfer-list 2019-12-27 16:25:26 +03:00
transferlistsortmodel.h Fix transfer list architecture 2019-12-26 22:09:56 +03:00
transferlistwidget.cpp Initialize boolean variables 2020-03-06 15:50:55 +08:00
transferlistwidget.h Allow transfer list text color changes through QSS 2019-12-19 12:45:26 +05:30
translators.html
tristateaction.cpp Implement tri-state checkbox action in menu 2019-07-12 19:57:31 +08:00
tristateaction.h Implement tri-state checkbox action in menu 2019-07-12 19:57:31 +08:00
uithememanager.cpp Remove redundant null checks 2020-02-03 16:38:51 -05:00
uithememanager.h Replace deprecated macro 2019-09-05 20:16:18 +08:00
updownratiodialog.cpp Replace static_cast by qOverload 2019-07-26 22:32:18 +08:00
updownratiodialog.h
updownratiodialog.ui
utils.cpp Delegate GUI scaling work to Qt 2020-03-06 12:04:57 +03:00
utils.h