nextcloud-desktop/src/gui
Kevin Ottens c8ea848596 Enable the bugprone-branch-clone clang-tidy check
Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
2020-09-01 06:37:03 +00:00
..
cloudproviders Enable the modernize-use-using check on clang-tidy 2020-08-12 18:18:57 +02:00
creds Enable all the misc clang-tidy check except one 2020-08-31 09:14:09 +02:00
tray Enable all the misc clang-tidy check except one 2020-08-31 09:14:09 +02:00
updater Enable the modernize-deprecated-headers check on clang-tidy 2020-08-13 14:53:52 +02:00
wizard Enable all the misc clang-tidy check except one 2020-08-31 09:14:09 +02:00
accountmanager.cpp Use auto to avoiding repeating type names 2020-05-20 03:54:41 +02:00
accountmanager.h Enable the modernize-use-equals-default check on clang-tidy 2020-08-13 14:19:42 +02:00
accountsettings.cpp Show the "Display mnemonic" button only when we know e2e is supported 2020-08-18 17:41:38 +02:00
accountsettings.h Don't display quota information when the user has no quota. 2020-07-02 20:06:12 +02:00
accountsettings.ui Triple dot to ellipsis 2020-02-05 06:52:17 +01:00
accountstate.cpp Remove extra check for talk app on server in AccountState. 2020-08-04 16:28:19 +00:00
accountstate.h Enable the modernize-user-nullptr check on clang-tidy 2020-08-12 19:45:25 +02:00
addcertificatedialog.cpp
addcertificatedialog.h
addcertificatedialog.ui l10n: Removed blank before colon 2020-02-24 11:10:05 +01:00
application.cpp Allow to control logFlush from the config file 2020-07-01 16:10:56 +02:00
application.h Bring forward the main systray dialog on second execution 2020-06-17 16:01:49 +00:00
authenticationdialog.cpp Use auto to avoiding repeating type names 2020-05-20 03:54:41 +02:00
authenticationdialog.h
CMakeLists.txt Add -no-strip cmd line arg to macdeployqt if when building with Debug profile 2020-07-20 15:04:33 +02:00
cocoainitializer_mac.mm
cocoainitializer.h
connectionvalidator.cpp Fix libsync exports for proxy changes in #1886 2020-06-18 21:05:11 +02:00
connectionvalidator.h Add UserInfo class and fetch quota via API instead of PropfindJob 2020-02-14 02:10:01 +01:00
elidedlabel.cpp Remove redundant initialization of ElidedLabel::_elideMode 2020-07-08 14:08:41 +02:00
elidedlabel.h Use default member init when applicable 2020-06-03 16:10:39 +02:00
folder.cpp fixed bad spelling of word 'retreive' except in sqlite dependancy 2020-07-06 09:46:14 +02:00
folder.h Enable the modernize-use-using check on clang-tidy 2020-08-12 18:18:57 +02:00
folderman.cpp Make sure we always have a CLSID when Explorer integration is used 2020-08-04 07:33:53 +02:00
folderman.h Replace NULL by nullptr in all C++ files 2020-06-08 20:07:50 +02:00
folderstatusdelegate.cpp Use more auto in folderstatusdelegate.cpp 2020-07-08 14:08:41 +02:00
folderstatusdelegate.h Make AccountSettings and ActivitySettings background-aware (Dark-/Light-Mode switching) 2019-12-19 22:07:30 +01:00
folderstatusmodel.cpp Enable the bugprone-branch-clone clang-tidy check 2020-09-01 06:37:03 +00:00
folderstatusmodel.h Remove unused method 2020-08-13 12:55:14 +00:00
folderstatusview.cpp Use the return braced init list pattern 2020-05-27 14:36:07 +02:00
folderstatusview.h
folderwatcher_linux.cpp Simplify nullptr comparisons where appropriate 2020-06-11 00:27:30 +02:00
folderwatcher_linux.h Enable the modernize-use-equals-default check on clang-tidy 2020-08-13 14:19:42 +02:00
folderwatcher_mac.cpp Replace NULL by nullptr in all C++ files 2020-06-08 20:07:50 +02:00
folderwatcher_mac.h
folderwatcher_win.cpp Replace NULL by nullptr in all C++ files 2020-06-08 20:07:50 +02:00
folderwatcher_win.h
folderwatcher.cpp Enable the modernize-deprecated-headers check on clang-tidy 2020-08-13 14:53:52 +02:00
folderwatcher.h Fixed Issue #1000 - Subfolders of moved folders not synced 2019-05-09 04:12:33 -07:00
folderwizard.cpp Enable the modernize-deprecated-headers check on clang-tidy 2020-08-13 14:53:52 +02:00
folderwizard.h
folderwizardsourcepage.ui l10n: Triple dot to ellipsis 2020-02-05 06:50:27 +01:00
folderwizardtargetpage.ui l10n: Change case of one word 2020-02-24 11:08:56 +01:00
generalsettings.cpp Use default member init when applicable 2020-06-03 16:10:39 +02:00
generalsettings.h Use default member init when applicable 2020-06-03 16:10:39 +02:00
generalsettings.ui Updater UI: Implement auto-update option and update button 2020-03-09 02:34:55 +01:00
gui.md
guiutility.cpp
guiutility.h
headerbanner.cpp Use nullptr when appropriate 2020-05-20 02:21:26 +02:00
headerbanner.h Enable the modernize-user-nullptr check on clang-tidy 2020-08-12 19:45:25 +02:00
iconjob.cpp Qt 5.5 compatibility ifdef 2020-01-19 13:16:17 +01:00
iconjob.h
ignorelisteditor.cpp Never ignore .sync-exclude, even if excludeHidden 2019-08-15 03:00:26 +01:00
ignorelisteditor.h Extract IgnoreListTableWidget to be reused 2019-08-15 03:00:26 +01:00
ignorelisteditor.ui Extract IgnoreListTableWidget to be reused 2019-08-15 03:00:26 +01:00
ignorelisttablewidget.cpp Do not declare local variables without an initial value. 2020-06-03 07:50:40 +00:00
ignorelisttablewidget.h Extract IgnoreListTableWidget to be reused 2019-08-15 03:00:26 +01:00
ignorelisttablewidget.ui Fixed some missing 'translatable' exclusions, added missing window titles in flow dialogs 2019-09-25 14:02:59 +02:00
legalnotice.cpp Settings dialog: Move detailed version info from About section to Legal notice dialog 2020-03-07 06:45:41 +01:00
legalnotice.h Settings dialog: Move detailed version info from About section to Legal notice dialog 2020-03-07 06:45:41 +01:00
legalnotice.ui Fix Legal notice dialog: Correct title and header font 2020-03-09 00:41:59 +01:00
lockwatcher.cpp
lockwatcher.h
logbrowser.cpp Enable the modernize-deprecated-headers check on clang-tidy 2020-08-13 14:53:52 +02:00
logbrowser.h
main.cpp Enable the modernize-deprecated-headers check on clang-tidy 2020-08-13 14:53:52 +02:00
manifest-mingw.rc
mnemonicdialog.ui Fixed some missing 'translatable' exclusions, added missing window titles in flow dialogs 2019-09-25 14:02:59 +02:00
navigationpanehelper.cpp Add more raw string literals missed previously 2020-08-12 09:48:29 +02:00
navigationpanehelper.h
networksettings.cpp Use the return braced init list pattern 2020-05-27 14:36:07 +02:00
networksettings.h
networksettings.ui l10n: Removed colon from translation 2020-02-24 11:13:34 +01:00
notificationconfirmjob.cpp
notificationconfirmjob.h
ocsjob.cpp Use auto to avoiding repeating type names 2020-05-20 03:54:41 +02:00
ocsjob.h
ocsnavigationappsjob.cpp
ocsnavigationappsjob.h
ocsshareejob.cpp Adds parameter to retrieve shares with its reshares. 2019-05-27 19:46:38 +02:00
ocsshareejob.h
ocssharejob.cpp Enable all the misc clang-tidy check except one 2020-08-31 09:14:09 +02:00
ocssharejob.h Finishing PR #1154 adding note when sharing 2019-09-18 13:37:49 +02:00
openfilemanager.cpp Use raw string literals when appropriate 2020-05-26 20:13:51 +02:00
openfilemanager.h
owncloud.exe.manifest-mingw
owncloudgui.cpp Enable the bugprone-branch-clone clang-tidy check 2020-09-01 06:37:03 +00:00
owncloudgui.h Bring forward the main systray dialog on second execution 2020-06-17 16:01:49 +00:00
owncloudsetupwizard.cpp Fix libsync exports for proxy changes in #1886 2020-06-18 21:05:11 +02:00
owncloudsetupwizard.h
proxyauthdialog.cpp
proxyauthdialog.h
proxyauthdialog.ui Fixed some missing 'translatable' exclusions, added missing window titles in flow dialogs 2019-09-25 14:02:59 +02:00
proxyauthhandler.cpp Cleanup auto pointers and qobject casts, refactor KeychainChunk 2020-07-06 21:51:40 +02:00
proxyauthhandler.h ProxyAuthHandler: Add template member function execAwait to avoid code duplication 2020-07-06 21:51:40 +02:00
remotewipe.cpp Enable all the misc clang-tidy check except one 2020-08-31 09:14:09 +02:00
remotewipe.h Once client gets 401/403 from the server, check if remote wipe was requested. 2019-10-17 20:11:31 +02:00
selectivesyncdialog.cpp Reduce interaction with e2ee folders when in the wizard 2020-07-01 16:58:29 +00:00
selectivesyncdialog.h
settingsdialog.cpp Do not declare local variables without an initial value. 2020-06-03 07:50:40 +00:00
settingsdialog.h Gigantic ton of changes and deletions: ActivityListModel, tray GUI, Account logic. 2020-01-03 13:09:29 +01:00
settingsdialog.ui Gigantic ton of changes and deletions: ActivityListModel, tray GUI, Account logic. 2020-01-03 13:09:29 +01:00
settingsdialogcommon.cpp Fix typo 2019-10-01 08:25:24 +02:00
sharedialog.cpp Do not declare local variables without an initial value. 2020-06-03 07:50:40 +00:00
sharedialog.h ShareDialog: Pointer cosmetics 2020-05-29 20:57:52 +02:00
sharedialog.ui resolving conflict with current master 2019-10-29 14:07:26 +01:00
sharee.cpp Use auto to avoiding repeating type names 2020-05-20 03:54:41 +02:00
sharee.h Enable the modernize-use-using check on clang-tidy 2020-08-12 18:18:57 +02:00
sharelinkwidget.cpp Fix text in the permissions menu for share link. 2020-07-09 03:21:04 +00:00
sharelinkwidget.h Code cleanup 2020-02-14 03:00:20 +01:00
sharelinkwidget.ui Cleanup/Removal/Adaption/Update to resource files and crresponding code, esp. regarding svg usage 2020-01-18 17:47:17 +01:00
sharemanager.cpp Use auto to avoiding repeating type names 2020-05-20 03:54:41 +02:00
sharemanager.h Enable the modernize-use-using check on clang-tidy 2020-08-12 18:18:57 +02:00
sharepermissions.h Display the correct default permissions when creating a share. 2020-07-08 18:15:36 +02:00
shareusergroupwidget.cpp Enable the modernize-deprecated-headers check on clang-tidy 2020-08-13 14:53:52 +02:00
shareusergroupwidget.h Code cleanup 2020-02-14 03:00:20 +01:00
shareusergroupwidget.ui Merge branch 'master' into resource-cleanup 2020-03-01 05:34:12 +01:00
shareuserline.ui Merge branch 'master' into resource-cleanup 2020-03-01 05:34:12 +01:00
socketapi.cpp Enable all the misc clang-tidy check except one 2020-08-31 09:14:09 +02:00
socketapi.h Disable context menu actions for E2EE files and folders 2020-08-20 14:13:56 +02:00
socketapisocket_mac.h
socketapisocket_mac.mm
sslbutton.cpp Use auto to avoiding repeating type names 2020-05-20 03:54:41 +02:00
sslbutton.h
sslerrordialog.cpp Use auto to avoiding repeating type names 2020-05-20 03:54:41 +02:00
sslerrordialog.h
sslerrordialog.ui Marking unused strings as unstranslatable 2019-05-14 20:07:08 +02:00
synclogdialog.cpp Use = default for trivial ctors and dtors 2020-05-25 21:33:24 +02:00
synclogdialog.h
synclogdialog.ui
syncrunfilelog.cpp Merge pull request #2024 from nextcloud/use_raw_string_literals 2020-05-27 05:54:54 +02:00
syncrunfilelog.h
systray.cpp Always show Settings in the context menu (amends #2164) 2020-08-03 10:10:05 +02:00
systray.h Enable the modernize-use-equals-default check on clang-tidy 2020-08-13 14:19:42 +02:00
systray.mm
thumbnailjob.cpp
thumbnailjob.h
tooltipupdater.cpp Use auto to avoiding repeating type names 2020-05-20 03:54:41 +02:00
tooltipupdater.h
userinfo.cpp Don't display quota information when the user has no quota. 2020-07-02 20:06:12 +02:00
userinfo.h Add UserInfo class and fetch quota via API instead of PropfindJob 2020-02-14 02:10:01 +01:00
version.rc.in