1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-11 15:27:54 +00:00
qBittorrent/src/gui
Chocobo1 3e6c8a05dd
Reduce queries to python version
Instead of doing at least 2 queries for python infos, now requires only
1 query (in ideal condition), and the result is cached.
2018-06-24 19:41:44 +08:00
..
lineedit Refactor CMake build scripts 2018-06-05 11:39:11 +02:00
powermanagement Replace deprecated function on macOS 2018-06-09 13:49:20 +08:00
properties Change file names and classes names to match them 2018-06-15 20:12:59 +03:00
qtnotify Refactor CMake build scripts 2018-06-05 11:39:11 +02:00
rss Change file names and classes names to match them 2018-06-15 20:12:59 +03:00
search Reduce queries to python version 2018-06-24 19:41:44 +08:00
about.qrc Sort the resource lists 2017-08-29 13:39:02 +08:00
aboutdialog.h Change file names and classes names to match them 2018-06-15 20:12:59 +03:00
aboutdialog.ui Change file names and classes names to match them 2018-06-15 20:12:59 +03:00
addnewtorrentdialog.cpp Change file names and classes names to match them 2018-06-15 20:12:59 +03:00
addnewtorrentdialog.h Simplify the saving & loading of a setting 2018-05-19 20:56:43 +08:00
addnewtorrentdialog.ui Add option to remember last used save path 2018-05-15 10:38:24 +03:00
advancedsettings.cpp Fix coding style 2018-06-12 07:17:05 +03:00
advancedsettings.h Fix coding style 2018-06-12 07:17:05 +03:00
autoexpandabledialog.cpp Resize dialog size on high DPI monitors 2017-12-24 21:54:56 +08:00
autoexpandabledialog.h Fix coding style 2018-06-12 07:17:05 +03:00
autoexpandabledialog.ui Fix deletionconfirmationdlg position 2017-05-01 15:30:41 +08:00
banlistoptionsdialog.cpp Change file names and classes names to match them 2018-06-15 20:12:59 +03:00
banlistoptionsdialog.h Change file names and classes names to match them 2018-06-15 20:12:59 +03:00
banlistoptionsdialog.ui Change file names and classes names to match them 2018-06-15 20:12:59 +03:00
categoryfiltermodel.cpp Fix coding style 2018-06-12 07:17:05 +03:00
categoryfiltermodel.h Fix coding style 2018-06-12 07:17:05 +03:00
categoryfilterproxymodel.cpp Simplify sorting code. 2017-12-21 15:26:38 +02:00
categoryfilterproxymodel.h Fix coding style 2018-06-12 07:17:05 +03:00
categoryfilterwidget.cpp Fix crashes due to invalid iterator use 2018-04-09 23:40:08 +03:00
categoryfilterwidget.h Fix coding style 2018-06-12 07:17:05 +03:00
CMakeLists.txt Change file names and classes names to match them 2018-06-15 20:12:59 +03:00
cookiesdialog.cpp Make use of QStringLiteral 2018-05-18 02:14:49 +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
deletionconfirmationdialog.h Change file names and classes names to match them 2018-06-15 20:12:59 +03:00
deletionconfirmationdialog.ui Change file names and classes names to match them 2018-06-15 20:12:59 +03:00
downloadfromurldialog.cpp Refactor function 2018-05-29 09:36:08 +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 Change file names and classes names to match them 2018-06-15 20:12:59 +03:00
executionlogwidget.h Change file names and classes names to match them 2018-06-15 20:12:59 +03:00
executionlogwidget.ui Change file names and classes names to match them 2018-06-15 20:12:59 +03:00
fspathedit_p.cpp Initialize variables 2017-08-13 15:28:36 +08:00
fspathedit_p.h Fix coding style 2018-06-12 07:17:05 +03:00
fspathedit.cpp Really fix translation in fspathedit 2018-05-05 21:09:47 +08:00
fspathedit.h Fix coding style 2018-06-12 07:17:05 +03:00
gpl.html Revert "Remove examples from gpl.html. Closes #7749." 2018-01-18 16:25:38 +02:00
gui.pri Change file names and classes names to match them 2018-06-15 20:12:59 +03:00
guiiconprovider.cpp Use qt5 connect() syntax 2018-05-09 16:08:22 +03:00
guiiconprovider.h Replace the zeroing of pointers with nullptr 2018-04-15 13:06:31 +03:00
hidabletabwidget.h Fix coding style 2018-06-12 07:17:05 +03:00
ipsubnetwhitelistoptionsdialog.cpp Prevent possible c++11 range-loop container detach 2018-02-20 19:28:51 +00:00
ipsubnetwhitelistoptionsdialog.h Add ip subnet whitelist for bypassing webui auth 2017-11-08 22:39:49 -05:00
ipsubnetwhitelistoptionsdialog.ui Separate subnet whitelist options into two lines 2017-12-06 02:05:32 -05:00
loglistwidget.cpp Fix coding style 2018-06-12 07:17:05 +03:00
loglistwidget.h Fix coding style 2018-06-12 07:17:05 +03: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 Reduce queries to python version 2018-06-24 19:41:44 +08:00
mainwindow.h Change file names and classes names to match them 2018-06-15 20:12:59 +03:00
mainwindow.ui Fix cmd+w not closing the main window on macOS 2017-12-13 13:30:40 +03:00
optionsdialog.cpp Change file names and classes names to match them 2018-06-15 20:12:59 +03:00
optionsdialog.h Change file names and classes names to match them 2018-06-15 20:12:59 +03:00
optionsdialog.ui Change file names and classes names to match them 2018-06-15 20:12:59 +03:00
previewlistdelegate.h Fix coding style 2018-06-12 07:17:05 +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 Fix coding style 2018-06-12 07:17:05 +03:00
programupdater.h Fix coding style 2018-06-12 07:17:05 +03:00
raisedmessagebox.cpp Change file names and classes names to match them 2018-06-15 20:12:59 +03:00
raisedmessagebox.h Change file names and classes names to match them 2018-06-15 20:12:59 +03:00
scanfoldersdelegate.cpp Fix coding style 2018-06-12 07:17:05 +03:00
scanfoldersdelegate.h Fix coding style 2018-06-12 07:17:05 +03:00
shutdownconfirmdialog.cpp Change file names and classes names to match them 2018-06-15 20:12:59 +03:00
shutdownconfirmdialog.h Change file names and classes names to match them 2018-06-15 20:12:59 +03:00
shutdownconfirmdialog.ui Change file names and classes names to match them 2018-06-15 20:12:59 +03:00
speedlimitdialog.cpp Change file names and classes names to match them 2018-06-15 20:12:59 +03:00
speedlimitdialog.h Change file names and classes names to match them 2018-06-15 20:12:59 +03:00
speedlimitdialog.ui Change file names and classes names to match them 2018-06-15 20:12:59 +03:00
statsdialog.cpp Fix typo 2018-03-14 23:37:08 +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 Change file names and classes names to match them 2018-06-15 20:12:59 +03:00
statusbar.h Fix coding style 2018-06-12 07:17:05 +03:00
tagfiltermodel.cpp Fix coding style 2018-06-12 07:17:05 +03:00
tagfiltermodel.h Fix coding style 2018-06-12 07:17:05 +03:00
tagfilterproxymodel.cpp Simplify sorting code. 2017-12-21 15:26:38 +02:00
tagfilterproxymodel.h Fix coding style 2018-06-12 07:17:05 +03:00
tagfilterwidget.cpp Fix gui issues on high DPI monitor 2017-12-24 21:47:46 +08:00
tagfilterwidget.h Fix coding style 2018-06-12 07:17:05 +03:00
thanks.html
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 Replace post-increment with pre-increment 2018-06-08 08:44:06 +08:00
torrentcontentfiltermodel.h Fix coding style 2018-06-12 07:17:05 +03:00
torrentcontentmodel.cpp Fix coding style 2018-06-12 07:17:05 +03:00
torrentcontentmodel.h Fix coding style 2018-06-12 07:17:05 +03:00
torrentcontentmodelfile.cpp Fix coding style 2018-06-12 07:17:05 +03:00
torrentcontentmodelfile.h Fix coding style 2018-06-12 07:17:05 +03:00
torrentcontentmodelfolder.cpp Fix coding style 2018-06-12 07:17:05 +03:00
torrentcontentmodelfolder.h Fix coding style 2018-06-12 07:17:05 +03:00
torrentcontentmodelitem.cpp Fix coding style 2018-06-12 07:17:05 +03:00
torrentcontentmodelitem.h Fix coding style 2018-06-12 07:17:05 +03:00
torrentcontenttreeview.cpp Fix Content widget misbehavior 2018-03-10 18:56:18 +01:00
torrentcontenttreeview.h Fix coding style 2018-06-12 07:17:05 +03:00
torrentcreatordialog.cpp Change file names and classes names to match them 2018-06-15 20:12:59 +03:00
torrentcreatordialog.h Change file names and classes names to match them 2018-06-15 20:12:59 +03:00
torrentcreatordialog.ui Change file names and classes names to match them 2018-06-15 20:12:59 +03:00
trackerlogindialog.cpp Change file names and classes names to match them 2018-06-15 20:12:59 +03:00
trackerlogindialog.h Change file names and classes names to match them 2018-06-15 20:12:59 +03:00
trackerlogindialog.ui Change file names and classes names to match them 2018-06-15 20:12:59 +03:00
transferlistdelegate.cpp Change file names and classes names to match them 2018-06-15 20:12:59 +03:00
transferlistdelegate.h Fix coding style 2018-06-12 07:17:05 +03:00
transferlistfilterswidget.cpp Change file names and classes names to match them 2018-06-15 20:12:59 +03:00
transferlistfilterswidget.h Change file names and classes names to match them 2018-06-15 20:12:59 +03:00
transferlistmodel.cpp Change file names and classes names to match them 2018-06-15 20:12:59 +03:00
transferlistmodel.h Change file names and classes names to match them 2018-06-15 20:12:59 +03:00
transferlistsortmodel.cpp Change file names and classes names to match them 2018-06-15 20:12:59 +03:00
transferlistsortmodel.h Fix coding style 2018-06-12 07:17:05 +03:00
transferlistwidget.cpp Change file names and classes names to match them 2018-06-15 20:12:59 +03:00
transferlistwidget.h Change file names and classes names to match them 2018-06-15 20:12:59 +03:00
translators.html Add Turkish translator in about page. 2017-10-30 00:32:44 +02:00
updownratiodialog.cpp Change file names and classes names to match them 2018-06-15 20:12:59 +03:00
updownratiodialog.h Change file names and classes names to match them 2018-06-15 20:12:59 +03:00
updownratiodialog.ui Change file names and classes names to match them 2018-06-15 20:12:59 +03:00
utils.cpp Fix coding style 2018-06-12 07:17:05 +03:00
utils.h Replace raster qbt logo with vector version 2018-05-09 16:33:17 +08:00