nextcloud-desktop/src/gui
Nicolas Fella 1afda2b875 Fix container detaching
Found by clazy

Signed-off-by: Nicolas Fella <nicolas.fella@gmx.de>
2020-03-21 01:24:37 +01:00
..
cloudproviders Make sure that the libcloudprovider integration is using a valid D-Bus path 2020-01-30 21:05:13 +01:00
creds WebFlowCredentials: Make username comparison case-insensitive (fix #1741) 2020-03-03 06:01:27 +01:00
tray Fix MSVC warnings: Missing return value, cast type 2020-03-03 02:08:37 +01:00
updater Fix OCUpdater: Also change status on network error or invalid XML 2020-03-09 02:34:55 +01:00
wizard Fix container detaching 2020-03-21 01:24:37 +01:00
accountmanager.cpp Once client gets 401/403 from the server, check if remote wipe was requested. 2019-10-17 20:11:31 +02:00
accountmanager.h Minor preps for c++ ActivityListModel impl. in QML 2019-12-04 13:10:28 +01:00
accountsettings.cpp Add UserInfo class and fetch quota via API instead of PropfindJob 2020-02-14 02:10:01 +01:00
accountsettings.h Add UserInfo class and fetch quota via API instead of PropfindJob 2020-02-14 02:10:01 +01:00
accountsettings.ui Triple dot to ellipsis 2020-02-05 06:52:17 +01:00
accountstate.cpp Add UserInfo class and fetch quota via API instead of PropfindJob 2020-02-14 02:10:01 +01:00
accountstate.h AccountState: Add helper to find navigation App 2020-01-17 20:21:42 +01:00
addcertificatedialog.cpp Apply clang-format 2017-05-17 12:26:27 +02:00
addcertificatedialog.h GUI: run clang-tidy modernize-use-nullptr 2018-11-11 10:56:22 +01:00
addcertificatedialog.ui l10n: Removed blank before colon 2020-02-24 11:10:05 +01:00
application.cpp Merge pull request #1847 from nextcloud/enh/updater 2020-03-10 15:53:47 +01:00
application.h Add helper slots and signals to catch SettingsDialog's window activation events 2019-12-24 07:46:57 +01:00
authenticationdialog.cpp Use the Qt5 connection syntax (automated with clazy) 2017-10-05 22:01:35 +02:00
authenticationdialog.h GUI: run clang-tidy modernize-use-nullptr 2018-11-11 10:56:22 +01:00
clientproxy.cpp Use system proxy by default if no config file is present 2020-01-21 11:59:07 +01:00
clientproxy.h GUI: run clang-tidy modernize-use-override 2018-11-11 11:08:03 +01:00
CMakeLists.txt Updater: Add CMake option BUILD_UPDATER to make the updater optional 2020-03-09 02:34:55 +01:00
cocoainitializer.h Apply clang-format 2017-05-17 12:26:27 +02:00
cocoainitializer_mac.mm License: Adjust license of GPLv2 source files to GPLv2+ 2016-10-25 11:06:54 +02:00
connectionvalidator.cpp Add UserInfo class and fetch quota via API instead of PropfindJob 2020-02-14 02:10:01 +01:00
connectionvalidator.h Add UserInfo class and fetch quota via API instead of PropfindJob 2020-02-14 02:10:01 +01:00
elidedlabel.cpp ElidedLabel: add default constructor 2018-11-17 09:22:52 +01:00
elidedlabel.h ElidedLabel: add default constructor 2018-11-17 09:22:52 +01:00
folder.cpp Code maintenance - correct some syntax, fix some warnings. 2020-01-18 10:30:34 +01:00
folder.h moved default db sync file to Qt standard path AppDataLocation 2019-09-26 17:09:24 +02:00
folderman.cpp fix tab spacing 2019-10-27 17:25:50 +01:00
folderman.h Once client gets 401/403 from the server, check if remote wipe was requested. 2019-10-17 20:11:31 +02:00
folderstatusdelegate.cpp Cleanup/Removal/Adaption/Update to resource files and crresponding code, esp. regarding svg usage 2020-01-18 17:47:17 +01:00
folderstatusdelegate.h Make AccountSettings and ActivitySettings background-aware (Dark-/Light-Mode switching) 2019-12-19 22:07:30 +01:00
folderstatusmodel.cpp Cleanup/Removal/Adaption/Update to resource files and crresponding code, esp. regarding svg usage 2020-01-18 17:47:17 +01:00
folderstatusmodel.h GUI: search'n'replace remaining "Q_DECL_OVERRIDE" with "override" 2018-11-11 11:12:37 +01:00
folderstatusview.cpp Make the "Add Folder Sync Connection" button act like a button 2018-10-31 20:05:14 +01:00
folderstatusview.h Make the "Add Folder Sync Connection" button act like a button 2018-10-31 20:05:14 +01:00
folderwatcher.cpp Fixed Issue #1000 - Subfolders of moved folders not synced 2019-05-09 04:12:33 -07:00
folderwatcher.h Fixed Issue #1000 - Subfolders of moved folders not synced 2019-05-09 04:12:33 -07:00
folderwatcher_linux.cpp GUI: run clang-tidy modernize-use-nullptr 2018-11-11 10:56:22 +01:00
folderwatcher_linux.h Apply clang-format 2017-05-17 12:26:27 +02:00
folderwatcher_mac.cpp Apply clang-format 2017-05-17 12:26:27 +02:00
folderwatcher_mac.h Apply clang-format 2017-05-17 12:26:27 +02:00
folderwatcher_win.cpp Numoerous safe conversions implemented. Added additional Utility::convertSizeToDWORD for windows builds. 2019-09-08 11:33:20 +02:00
folderwatcher_win.h FolderWatcher: reliability and data-loss signal 2017-10-24 10:00:20 +02:00
folderwizard.cpp GUI: run clang-tidy modernize-use-nullptr 2018-11-11 10:56:22 +01:00
folderwizard.h GUI: search'n'replace remaining "Q_DECL_OVERRIDE" with "override" 2018-11-11 11:12:37 +01:00
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 Updater: Add CMake option BUILD_UPDATER to make the updater optional 2020-03-09 02:34:55 +01:00
generalsettings.h Updater: Add CMake option BUILD_UPDATER to make the updater optional 2020-03-09 02:34:55 +01:00
generalsettings.ui Updater UI: Implement auto-update option and update button 2020-03-09 02:34:55 +01:00
gui.md Structure developer documentation 2015-06-29 18:43:21 +02:00
guiutility.cpp Prepend "nextcloud" for all logging categories 2017-12-28 17:33:10 -02:00
guiutility.h Introduce private link sharing #5023 2017-07-07 10:49:51 +02:00
headerbanner.cpp Add new HeaderBanner class for WebFlowCredentialsDialog 2019-12-24 07:46:57 +01:00
headerbanner.h Add new HeaderBanner class for WebFlowCredentialsDialog 2019-12-24 07:46:57 +01:00
iconjob.cpp Qt 5.5 compatibility ifdef 2020-01-19 13:16:17 +01:00
iconjob.h GUI: run clang-tidy modernize-use-nullptr 2018-11-11 10:56:22 +01:00
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 Extract IgnoreListTableWidget to be reused 2019-08-15 03:00:26 +01: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 Prepend "nextcloud" for all logging categories 2017-12-28 17:33:10 -02:00
lockwatcher.h GUI: run clang-tidy modernize-use-nullptr 2018-11-11 10:56:22 +01:00
logbrowser.cpp Logging: Add persistent auto-logdir option #6442 2018-06-05 20:07:53 +02:00
logbrowser.h GUI: search'n'replace remaining "Q_DECL_OVERRIDE" with "override" 2018-11-11 11:12:37 +01:00
main.cpp Updater: Add CMake option BUILD_UPDATER to make the updater optional 2020-03-09 02:34:55 +01:00
manifest-mingw.rc Add manifest file on Windows to make the application UAC aware. 2016-11-14 12:16:58 +01:00
mnemonicdialog.ui Fixed some missing 'translatable' exclusions, added missing window titles in flow dialogs 2019-09-25 14:02:59 +02:00
navigationpanehelper.cpp Fix Explorer integration re-save (fixes issue #1807) 2020-03-01 03:39:24 +01:00
navigationpanehelper.h Windows: Add a setting to enable/disable the explorer navigation pane integration 2017-10-24 16:10:53 +02:00
networksettings.cpp Fix container detaching 2020-03-21 01:24:37 +01:00
networksettings.h GUI: run clang-tidy modernize-use-nullptr 2018-11-11 10:56:22 +01:00
networksettings.ui l10n: Removed colon from translation 2020-02-24 11:13:34 +01:00
notificationconfirmjob.cpp Removes unused NotificationWidget class. 2018-08-13 15:17:40 +02:00
notificationconfirmjob.h GUI: search'n'replace remaining "Q_DECL_OVERRIDE" with "override" 2018-11-11 11:12:37 +01:00
ocsjob.cpp Adds 304 http status code as valid. 2018-05-07 18:03:51 +02:00
ocsjob.h GUI: search'n'replace remaining "Q_DECL_OVERRIDE" with "override" 2018-11-11 11:12:37 +01:00
ocsnavigationappsjob.cpp Adds function to add raw header to the request. 2018-05-07 18:03:42 +02:00
ocsnavigationappsjob.h Adds function to add raw header to the request. 2018-05-07 18:03:42 +02:00
ocsshareejob.cpp Adds parameter to retrieve shares with its reshares. 2019-05-27 19:46:38 +02:00
ocsshareejob.h Apply clang-format 2017-05-17 12:26:27 +02:00
ocssharejob.cpp Finishing PR #1154 adding note when sharing 2019-09-18 13:37:49 +02:00
ocssharejob.h Finishing PR #1154 adding note when sharing 2019-09-18 13:37:49 +02:00
openfilemanager.cpp Moved macro definition due to timing issues while compiling when relying on header inheritance 2019-09-08 19:46:08 +02:00
openfilemanager.h License: Adjust license of GPLv2 source files to GPLv2+ 2016-10-25 11:06:54 +02:00
owncloud.exe.manifest-mingw Add manifest file on Windows to make the application UAC aware. 2016-11-14 12:16:58 +01:00
owncloudgui.cpp Fix crash on start without any accounts 2020-01-19 14:14:23 +01:00
owncloudgui.h Fetch server Apps in AccountState (moved from ownCloudGui) 2020-01-15 16:23:46 +01:00
owncloudsetupwizard.cpp l10n: Change spelling of "webdav" 2020-02-24 11:14:34 +01:00
owncloudsetupwizard.h GUI: run clang-tidy modernize-use-nullptr 2018-11-11 10:56:22 +01:00
proxyauthdialog.cpp Apply clang-format 2017-05-17 12:26:27 +02:00
proxyauthdialog.h GUI: run clang-tidy modernize-use-nullptr 2018-11-11 10:56:22 +01:00
proxyauthdialog.ui Fixed some missing 'translatable' exclusions, added missing window titles in flow dialogs 2019-09-25 14:02:59 +02:00
proxyauthhandler.cpp GUI: run clang-tidy modernize-use-nullptr 2018-11-11 10:56:22 +01:00
proxyauthhandler.h Apply clang-format 2017-05-17 12:26:27 +02:00
remotewipe.cpp Remote Wipe: Implement hack to allow deleting all keychain entries (SSL certs & keys) 2019-12-08 02:47:22 +01: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 Use … instead of 3 dots 2019-12-03 09:06:06 +01:00
selectivesyncdialog.h GUI: search'n'replace remaining "Q_DECL_OVERRIDE" with "override" 2018-11-11 11:12:37 +01:00
settingsdialog.cpp Cleanup/Removal/Adaption/Update to resource files and crresponding code, esp. regarding svg usage 2020-01-18 17:47:17 +01: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 Ask for password on password protected link shares 2020-01-09 18:20:32 +01:00
sharedialog.h Ask for password on password protected link shares 2020-01-09 18:20:32 +01:00
sharedialog.ui resolving conflict with current master 2019-10-29 14:07:26 +01:00
sharee.cpp Allow sharing to circles 2020-03-05 10:44:06 +01:00
sharee.h Allow sharing to circles 2020-03-05 10:44:06 +01:00
sharelinkwidget.cpp Merge branch 'master' into resource-cleanup 2020-03-01 05:34:12 +01: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 Finishing PR #1154 adding note when sharing 2019-09-18 13:37:49 +02:00
sharemanager.h Allow sharing to circles 2020-03-05 10:44:06 +01:00
sharepermissions.h Apply clang-format 2017-05-17 12:26:27 +02:00
shareusergroupwidget.cpp Cleanup/Removal/Adaption/Update to resource files and crresponding code, esp. regarding svg usage 2020-01-18 17:47:17 +01: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 Fix Explorer pinning: Add fallbacks for Shell commands (fixes #1599) 2020-03-03 18:45:58 +01:00
socketapi.h Fix Explorer pinning: Add fallbacks for Shell commands (fixes #1599) 2020-03-03 18:45:58 +01:00
socketapisocket_mac.h shell_i: Use an NSConnection instead of a local socket #2340 2015-06-15 15:28:17 +02:00
socketapisocket_mac.mm shell_i: Use an NSConnection instead of a local socket #2340 2015-06-15 15:28:17 +02:00
sslbutton.cpp Cleanup/Removal/Adaption/Update to resource files and crresponding code, esp. regarding svg usage 2020-01-18 17:47:17 +01:00
sslbutton.h GUI: run clang-tidy modernize-use-nullptr 2018-11-11 10:56:22 +01:00
sslerrordialog.cpp Use newer digest algorithms in TLS error dialog 2019-09-04 22:06:12 +02:00
sslerrordialog.h GUI: search'n'replace remaining "Q_DECL_OVERRIDE" with "override" 2018-11-11 11:12:37 +01:00
sslerrordialog.ui Marking unused strings as unstranslatable 2019-05-14 20:07:08 +02:00
synclogdialog.cpp Removes Protocol and Issues widget files and references. 2018-07-30 22:06:01 +02:00
synclogdialog.h GUI: run clang-tidy modernize-use-nullptr 2018-11-11 10:56:22 +01:00
synclogdialog.ui Settings: Move synclog widget to a seperate dialog. 2015-10-01 16:57:37 +02:00
syncrunfilelog.cpp Write the actual folder to the log 2018-11-23 10:33:25 +01:00
syncrunfilelog.h changed paths of logfiles 2018-04-17 15:54:05 +02:00
systray.cpp Merge pull request #1744 from nextcloud/qt-traygeometry-workaround 2020-03-01 07:07:47 +01:00
systray.h Rewrite of screen selection logic, plus synamic screen selection Window.qml 2020-01-21 13:54:04 +01:00
systray.mm Use Qt logging categories for logging 2017-05-11 17:22:59 +02:00
thumbnailjob.cpp Apply clang-format 2017-05-17 12:26:27 +02:00
thumbnailjob.h GUI: search'n'replace remaining "Q_DECL_OVERRIDE" with "override" 2018-11-11 11:12:37 +01:00
tooltipupdater.cpp Use the Qt5 connection syntax (automated with clazy) 2017-10-05 22:01:35 +02:00
tooltipupdater.h GUI: search'n'replace remaining "Q_DECL_OVERRIDE" with "override" 2018-11-11 11:12:37 +01:00
userinfo.cpp Add UserInfo class and fetch quota via API instead of PropfindJob 2020-02-14 02:10:01 +01: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 Use correct values for items in version.rc 2016-02-17 14:16:29 +01:00