qBittorrent/src/gui
Vladimir Golovnev (Glassez) 61d2ff359b
Use QRegularExpression instead of deprecated QRegExp
Now it follows closely the definition of wildcard for glob patterns.
The backslash (\) character is not an escape char in this context.
In order to match one of the special characters, place it in square
brackets (for example, [?]).
2021-03-22 07:50:47 +03:00
..
log Raise minimum supported Qt version to 5.12 2021-03-13 15:33:58 +03:00
powermanagement Use #pragma once instead of include guards 2020-12-12 19:41:32 +00:00
properties Use QRegularExpression instead of deprecated QRegExp 2021-03-22 07:50:47 +03:00
qtnotify Fix extra/missing trailing new lines in files 2020-10-28 14:20:18 +00:00
rss Use QRegularExpression instead of deprecated QRegExp 2021-03-22 07:50:47 +03:00
search Use QRegularExpression instead of deprecated QRegExp 2021-03-22 07:50:47 +03:00
about.qrc Sort the resource lists 2017-08-29 13:39:02 +08:00
aboutdialog.cpp Merge pull request #14145 from Chocobo1/define 2021-01-06 11:38:55 +08:00
aboutdialog.h Remember dialog sizes 2021-01-01 16:03:32 +08:00
aboutdialog.ui Add hyperlink to Transifex on translator list 2021-01-30 15:45:13 -08:00
addnewtorrentdialog.cpp Improve "info hash" handling 2021-03-12 12:43:14 +03:00
addnewtorrentdialog.h Add a thin layer around SettingsStorage class 2020-12-30 00:10:22 +08:00
addnewtorrentdialog.ui Move menu actions out of .ui files 2021-01-17 14:47:55 +08:00
advancedsettings.cpp Expose ToS setting from libtorrent 2021-03-07 15:32:07 +08:00
advancedsettings.h Expose ToS setting from libtorrent 2021-03-07 15:32:07 +08:00
autoexpandabledialog.cpp Raise minimum supported Qt version to 5.12 2021-03-13 15:33:58 +03:00
autoexpandabledialog.h Use #pragma once instead of include guards 2020-12-12 19:41:32 +00:00
autoexpandabledialog.ui Fix deletionconfirmationdlg position 2017-05-01 15:30:41 +08:00
banlistoptionsdialog.cpp Remember dialog sizes 2021-01-01 16:03:32 +08:00
banlistoptionsdialog.h Remember dialog sizes 2021-01-01 16:03:32 +08:00
banlistoptionsdialog.ui Allow to select multiple entries in "banned IP" dialog 2019-10-11 21:58:35 +08:00
categoryfiltermodel.cpp Remove redundant suffix from TorrentHandle class 2021-01-06 16:28:17 +03:00
categoryfiltermodel.h Remove redundant suffix from TorrentHandle class 2021-01-06 16:28:17 +03:00
categoryfilterproxymodel.cpp Simplify sorting code. 2017-12-21 15:26:38 +02:00
categoryfilterproxymodel.h Use #pragma once instead of include guards 2020-12-12 19:41:32 +00:00
categoryfilterwidget.cpp Remove redundant variable declarations 2021-01-19 12:16:10 +08:00
categoryfilterwidget.h Add final specifier to GUI classes 2020-04-19 10:59:59 +08:00
CMakeLists.txt Simplify progress bar painting 2021-03-17 11:19:08 +08:00
cookiesdialog.cpp Revise SettingsStorage store/load value interface 2021-01-02 12:48:26 +08:00
cookiesdialog.h Use #pragma once instead of include guards 2020-12-12 19:41:32 +00:00
cookiesdialog.ui Reset button text to default 2018-08-28 14:14:01 +08:00
cookiesmodel.cpp Improve coding style 2020-11-17 21:02:37 +03:00
cookiesmodel.h Use #pragma once instead of include guards 2020-12-12 19:41:32 +00:00
deletionconfirmationdialog.cpp Handle "Delete confirmation" dialog result asynchronously 2019-09-30 21:37:17 +08:00
deletionconfirmationdialog.h Use #pragma once instead of include guards 2020-12-12 19:41:32 +00:00
deletionconfirmationdialog.ui Reset button text to default 2018-08-28 14:14:01 +08:00
downloadfromurldialog.cpp Remember dialog sizes 2021-01-01 16:03:32 +08:00
downloadfromurldialog.h Remember dialog sizes 2021-01-01 16:03:32 +08:00
downloadfromurldialog.ui Move DownloadFromURLDialog to its own file 2018-05-29 09:36:03 +08:00
executionlogwidget.cpp Remove redundant variable declarations 2021-01-19 12:16:10 +08:00
executionlogwidget.h Use #pragma once instead of include guards 2020-12-12 19:41:32 +00:00
executionlogwidget.ui Clean up code 2019-03-15 14:29:06 +08:00
fspathedit.cpp Improve coding style 2020-11-17 21:02:37 +03:00
fspathedit.h Use #pragma once instead of include guards 2020-12-12 19:41:32 +00:00
fspathedit_p.cpp Improve coding style 2020-11-17 21:02:37 +03:00
fspathedit_p.h Use #pragma once instead of include guards 2020-12-12 19:41:32 +00:00
gpl.html Fix trailing whitespace in multiple files 2020-10-28 14:20:11 +00:00
gui.pri Simplify progress bar painting 2021-03-17 11:19:08 +08:00
hidabletabwidget.cpp Replace deprecated macro 2019-09-05 20:16:18 +08:00
hidabletabwidget.h Use #pragma once instead of include guards 2020-12-12 19:41:32 +00:00
ipsubnetwhitelistoptionsdialog.cpp Remember dialog sizes 2021-01-01 16:03:32 +08:00
ipsubnetwhitelistoptionsdialog.h Remember dialog sizes 2021-01-01 16:03:32 +08:00
ipsubnetwhitelistoptionsdialog.ui Separate subnet whitelist options into two lines 2017-12-06 02:05:32 -05:00
lineedit.cpp Improve coding style 2020-11-17 21:02:37 +03:00
lineedit.h Use #pragma once instead of include guards 2020-12-12 19:41:32 +00:00
macutilities.h Use #pragma once instead of include guards 2020-12-12 19:41:32 +00:00
macutilities.mm Replace deprecated qt_mac_set_dock_menu() 2019-03-05 17:17:07 +08:00
mainwindow.cpp Don't use deprecated operators 2021-03-20 09:08:48 +03:00
mainwindow.h Improve behavior when using ProgramUpdater class 2021-01-28 16:52:04 +08:00
mainwindow.ui Convert existing speed dialog to global + alt global limits only 2020-12-25 20:37:43 +02:00
optionsdialog.cpp Raise minimum supported Qt version to 5.12 2021-03-13 15:33:58 +03:00
optionsdialog.h Refactor apply button logics on options dialog 2021-02-08 09:02:12 -08:00
optionsdialog.ui Merge pull request #13885 from thalieht/torrentOptionsDialog 2020-12-28 11:34:38 +08:00
previewlistdelegate.cpp Simplify progress bar painting 2021-03-17 11:19:08 +08:00
previewlistdelegate.h Simplify progress bar painting 2021-03-17 11:19:08 +08:00
previewselectdialog.cpp Improve detection of filename extension of audio/video files 2021-02-21 17:38:21 +08:00
previewselectdialog.h Remove redundant suffix from TorrentHandle class 2021-01-06 16:28:17 +03:00
previewselectdialog.ui Show torrent name in "preview file" related dialogs 2019-10-02 22:27:27 +08:00
programupdater.cpp Improve behavior when using ProgramUpdater class 2021-01-28 16:52:04 +08:00
programupdater.h Improve behavior when using ProgramUpdater class 2021-01-28 16:52:04 +08:00
progressbarpainter.cpp Simplify progress bar painting 2021-03-17 11:19:08 +08:00
progressbarpainter.h Simplify progress bar painting 2021-03-17 11:19:08 +08:00
raisedmessagebox.cpp Revert email address changes in copyright notices 2018-07-10 00:37:44 +03:00
raisedmessagebox.h Use #pragma once instead of include guards 2020-12-12 19:41:32 +00:00
scanfoldersdelegate.cpp Improve coding style 2020-11-17 21:02:37 +03:00
scanfoldersdelegate.h Use #pragma once instead of include guards 2020-12-12 19:41:32 +00:00
shutdownconfirmdialog.cpp Improve coding style 2020-11-17 21:02:37 +03:00
shutdownconfirmdialog.h Use #pragma once instead of include guards 2020-12-12 19:41:32 +00:00
shutdownconfirmdialog.ui Change file names and classes names to match them 2018-06-15 20:12:59 +03:00
speedlimitdialog.cpp Remember dialog sizes 2021-01-01 16:03:32 +08:00
speedlimitdialog.h Remember dialog sizes 2021-01-01 16:03:32 +08:00
speedlimitdialog.ui Convert existing speed dialog to global + alt global limits only 2020-12-25 20:37:43 +02:00
statsdialog.cpp Remove redundant suffix from TorrentHandle class 2021-01-06 16:28:17 +03:00
statsdialog.h Remember dialog sizes 2021-01-01 16:03:32 +08:00
statsdialog.ui Fix Stats dialog size 2018-05-20 23:35:20 +03:00
statusbar.cpp Convert existing speed dialog to global + alt global limits only 2020-12-25 20:37:43 +02:00
statusbar.h Convert existing speed dialog to global + alt global limits only 2020-12-25 20:37:43 +02:00
tagfiltermodel.cpp Remove redundant suffix from TorrentHandle class 2021-01-06 16:28:17 +03:00
tagfiltermodel.h Remove redundant suffix from TorrentHandle class 2021-01-06 16:28:17 +03:00
tagfilterproxymodel.cpp Simplify sorting code. 2017-12-21 15:26:38 +02:00
tagfilterproxymodel.h Use #pragma once instead of include guards 2020-12-12 19:41:32 +00:00
tagfilterwidget.cpp Remove redundant variable declarations 2021-01-19 12:16:10 +08:00
tagfilterwidget.h Use #pragma once instead of include guards 2020-12-12 19:41:32 +00:00
thanks.html Use proper uppercase "UTF-8" in charset field 2020-09-08 14:31:19 +08:00
torrentcategorydialog.cpp Add empty name error handling on new category dialog 2021-02-08 21:27:26 -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 QRegularExpression instead of deprecated QRegExp 2021-03-22 07:50:47 +03:00
torrentcontentfiltermodel.h Use #pragma once instead of include guards 2020-12-12 19:41:32 +00:00
torrentcontentmodel.cpp Simplify progress bar painting 2021-03-17 11:19:08 +08:00
torrentcontentmodel.h Use #pragma once instead of include guards 2020-12-12 19:41:32 +00:00
torrentcontentmodelfile.cpp Create header for common BitTorrent declarations 2020-05-25 20:32:35 +03:00
torrentcontentmodelfile.h Use #pragma once instead of include guards 2020-12-12 19:41:32 +00:00
torrentcontentmodelfolder.cpp Improve coding style 2020-11-17 21:02:37 +03:00
torrentcontentmodelfolder.h Use #pragma once instead of include guards 2020-12-12 19:41:32 +00:00
torrentcontentmodelitem.cpp Use correct return statement 2021-03-20 09:05:32 +03:00
torrentcontentmodelitem.h Use #pragma once instead of include guards 2020-12-12 19:41:32 +00:00
torrentcontenttreeview.cpp Disable expand on double click in TorrentContentTreeView 2021-01-25 13:35:22 +05:30
torrentcontenttreeview.h Remove redundant suffix from TorrentHandle class 2021-01-06 16:28:17 +03:00
torrentcreatordialog.cpp Remove redundant suffix from TorrentHandle class 2021-01-06 16:28:17 +03:00
torrentcreatordialog.h Add a thin layer around SettingsStorage class 2020-12-30 00:10:22 +08:00
torrentcreatordialog.ui Add support for creating v2 torrents 2020-10-10 23:21:26 +08:00
torrentoptionsdialog.cpp Improve "info hash" handling 2021-03-12 12:43:14 +03:00
torrentoptionsdialog.h Improve "info hash" handling 2021-03-12 12:43:14 +03:00
torrentoptionsdialog.ui Group several torrent options into one dialog 2020-12-25 20:37:43 +02:00
trackerentriesdialog.cpp Improve tracker entries handling 2021-03-10 19:54:34 +03:00
trackerentriesdialog.h Improve tracker entries handling 2021-03-10 19:54:34 +03:00
trackerentriesdialog.ui Allow tab to escape the text box in "Edit trackers" dialog 2021-01-19 12:44:27 +01:00
transferlistdelegate.cpp Draw progress bar in disabled style 2021-03-19 13:34:20 +08:00
transferlistdelegate.h Simplify progress bar painting 2021-03-17 11:19:08 +08:00
transferlistfilterswidget.cpp Improve "info hash" handling 2021-03-12 12:43:14 +03:00
transferlistfilterswidget.h Improve "info hash" handling 2021-03-12 12:43:14 +03:00
transferlistmodel.cpp Draw progress bar in disabled style 2021-03-19 13:34:20 +08:00
transferlistmodel.h Draw progress bar in disabled style 2021-03-19 13:34:20 +08:00
transferlistsortmodel.cpp Merge pull request #14540 from jagannatharjun/remember 2021-03-19 13:24:24 +08:00
transferlistsortmodel.h Merge pull request #14540 from jagannatharjun/remember 2021-03-19 13:24:24 +08:00
transferlistwidget.cpp Use QRegularExpression instead of deprecated QRegExp 2021-03-22 07:50:47 +03:00
transferlistwidget.h Simplify progress bar painting 2021-03-17 11:19:08 +08:00
translators.html Add hyperlink to Transifex on translator list 2021-01-30 15:45:13 -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 Improve coding style 2020-11-17 21:02:37 +03:00
tristatewidget.h Drop "private" subfolders 2020-05-08 14:59:18 +03:00
uithememanager.cpp Improve coding style 2020-11-17 21:02:37 +03:00
uithememanager.h Load custom theme before initializing main window 2020-08-02 14:02:18 +05:30
utils.cpp Include QDesktopWidget header only when needed 2021-03-19 09:23:20 +03:00
utils.h Use #pragma once instead of include guards 2020-12-12 19:41:32 +00:00