nextcloud-desktop/src/gui
Pablo Ariño Muñoz 71e4de1503 Added more std::as_const and replaced types for auto, as well as other suggestions
Signed-off-by: Pablo Ariño Muñoz <progpabarino@gmail.com>
2025-02-25 11:54:54 +08:00
..
cloudproviders refactor: replace QString() with QStringLiteral() for better performance 2025-01-31 15:11:02 +01:00
creds refactor: replace QString() with QStringLiteral() for better performance 2025-01-31 15:11:02 +01:00
filedetails use TextArea instead of TextEdit for share note field 2025-02-14 13:53:44 +01:00
macOS Added space between sentences 2025-02-24 15:31:40 +08:00
socketapi add support to use PKCS#11 harware token to store certifice for e2ee 2025-02-07 09:12:29 +01:00
tray Added more std::as_const and replaced types for auto, as well as other suggestions 2025-02-25 11:54:54 +08:00
updater skip attempt to install updates at launch when update checks are disabled 2025-02-11 09:11:45 +01:00
wizard implement terms of service check wizard page 2025-02-20 10:54:24 +01:00
accountmanager.cpp Remove check for overrideurl when migrating account. 2025-02-11 10:57:01 +01:00
accountmanager.h Rename vars: _am => _networkAccessManager, a => newAccountData. 2024-11-22 10:51:03 +01:00
accountsettings.cpp fixed html formatting on encrypted warning message 2025-02-20 12:21:32 +01:00
accountsettings.h add support to use PKCS#11 harware token to store certifice for e2ee 2025-02-07 09:12:29 +01:00
accountsettings.ui remove the frame around the sync folders settings area 2024-08-28 11:41:32 +02:00
accountsetupcommandlinemanager.cpp store in config file that we want to enable vfs when generating config 2023-03-22 10:17:28 +01:00
accountsetupcommandlinemanager.h store in config file that we want to enable vfs when generating config 2023-03-22 10:17:28 +01:00
accountsetupfromcommandlinejob.cpp Fix review comments from Claudio II. 2022-12-30 14:46:06 +01:00
accountsetupfromcommandlinejob.h fix compilation with clazy and fully-qualified-moc-types checks enabled 2023-04-11 11:34:00 +02:00
accountstate.cpp check for need of signing TOS during connectivity check 2025-02-20 10:54:24 +01:00
accountstate.h check for need of signing TOS during connectivity check 2025-02-20 10:54:24 +01:00
addcertificatedialog.cpp
addcertificatedialog.h
addcertificatedialog.ui
application.cpp use qputenv to modify the running process environment 2025-02-12 09:54:38 +01:00
application.h Use slots as slots. 2024-11-22 10:51:02 +01:00
authenticationdialog.cpp
authenticationdialog.h
callstatechecker.cpp
callstatechecker.h
caseclashfilenamedialog.cpp Include folders when displaying the local metadata about a conflict. 2024-12-12 10:47:14 +01:00
caseclashfilenamedialog.h fix copyright notice of new files 2023-01-25 16:37:37 +01:00
caseclashfilenamedialog.ui l10n: Correct word 2023-01-31 12:59:01 +01:00
CMakeLists.txt implement terms of service check wizard page 2025-02-20 10:54:24 +01:00
cocoainitializer_mac.mm Move verification job handling and scheduling out of editlocallyjob, into editlocallymanager 2024-07-22 19:51:38 +08:00
cocoainitializer.h
configgui.h.in
ConflictDelegate.qml Remove qml component version from import. 2024-09-06 10:42:08 +02:00
conflictdialog.cpp
conflictdialog.h
conflictdialog.ui
ConflictItemFileInfo.qml Remove qml component version from import. 2024-09-06 10:42:08 +02:00
conflictsolver.cpp Support Windows .lnk files with VFS Cf API. 2024-07-10 10:29:21 +02:00
conflictsolver.h solve multiple conflicts from choose resolution 2023-05-17 08:43:54 +02:00
connectionvalidator.cpp detect the need to sign the terms of service during login web flow v2 2025-02-20 10:54:23 +01:00
connectionvalidator.h content access denied error during discovery: verify server access 2024-10-22 15:45:37 +02:00
editlocallyjob.cpp Replace all uses of qAsConst with std::as_const 2024-12-20 16:26:57 +01:00
editlocallyjob.h when locking a file set If-Match header to ensure etag is correct 2024-12-09 09:33:49 +01:00
editlocallymanager.cpp Ensure use of QMessageBox-using QMessageBox::critical 2024-12-20 16:26:57 +01:00
editlocallymanager.h Try to use FileProviderEditLocallyJob before attempting standard EditLocallyJob in EditLocallyManager 2024-07-22 19:51:39 +08:00
editlocallyverificationjob.cpp Do not automatically delete edit locally token verification job upon completion, rely on manager's smart pointers 2024-07-22 19:51:38 +08:00
editlocallyverificationjob.h Add a EditLocallyVerificationJobPtr type 2024-07-22 19:51:37 +08:00
elidedlabel.cpp
elidedlabel.h
emojimodel.cpp
emojimodel.h
EmojiPicker.qml Remove customization for font color from EnforcedPlainTextLabel. 2024-09-06 10:42:08 +02:00
EncryptionTokenSelectionWindow.qml add support to use PKCS#11 harware token to store certifice for e2ee 2025-02-07 09:12:29 +01:00
ErrorBox.qml qrc:/// => image:// 2024-09-06 10:42:08 +02:00
fileactivitylistmodel.cpp
fileactivitylistmodel.h
filetagmodel.cpp Move setup of server relative path used in FileTagModel into FileDetails 2024-11-21 09:57:39 +01:00
filetagmodel.h Remove unused includes in filetagmodel 2024-11-21 09:57:39 +01:00
folder.cpp ensure we can delete invalid read-only items 2025-02-21 16:20:28 +01:00
folder.h Update the max folder and the max account version. 2025-02-11 10:57:01 +01:00
foldercreationdialog.cpp refactor: replace QString() with QStringLiteral() for better performance 2025-01-31 15:11:02 +01:00
foldercreationdialog.h Notify when folder is created with full folder path in FolderCreationDialog 2023-02-14 18:27:03 +01:00
foldercreationdialog.ui
folderman.cpp Added more std::as_const and replaced types for auto, as well as other suggestions 2025-02-25 11:54:54 +08:00
folderman.h add test skeleton for OCC::FolderStatusModel 2025-02-12 09:49:09 +01:00
folderstatusdelegate.cpp Use Qt::ElideRight. 2025-01-02 11:02:34 +01:00
folderstatusdelegate.h
folderstatusmodel.cpp FolderStatusModel: only create a single QFileIconProvider object 2025-02-20 14:39:32 +01:00
folderstatusmodel.h FolderStatusModel: only create a single QFileIconProvider object 2025-02-20 14:39:32 +01:00
folderstatusview.cpp
folderstatusview.h
folderwatcher_linux.cpp Fix typos found by codespell 2023-06-21 08:47:13 +02:00
folderwatcher_linux.h more fixes for attributes without init value 2023-02-06 10:43:05 +01:00
folderwatcher_mac.cpp Fix files being skipped in coalesced path traersal in mac folder watcher 2023-09-18 11:35:05 +08:00
folderwatcher_mac.h Ensure that full rescan flags in macOS folder watcher reply are properly responded to 2023-09-18 11:35:05 +08:00
folderwatcher_win.cpp Support Windows .lnk files with VFS Cf API. 2024-07-10 10:29:21 +02:00
folderwatcher_win.h Replace all manual isntancesof adding trailing slash with use of utility method 2023-08-04 17:40:42 +08:00
folderwatcher.cpp Support Windows .lnk files with VFS Cf API. 2024-07-10 10:29:21 +02:00
folderwatcher.h Detect office files for locking on new upload. Notify FolderWatcher. 2024-04-13 15:46:37 +02:00
folderwizard.cpp Added more std::as_const and replaced types for auto, as well as other suggestions 2025-02-25 11:54:54 +08:00
folderwizard.h Also provide remote path folder wizard page with correct warn colour 2023-09-16 19:29:55 +02:00
folderwizardsourcepage.ui remove hard coded white color in elements of folder wizard 2024-10-07 15:30:19 +02:00
folderwizardtargetpage.ui remove hard coded white color in elements of folder wizard 2024-10-07 15:30:19 +02:00
foregroundbackground_cocoa.h Show/Hide Menubar and Dock Icon 2024-10-17 16:26:28 +08:00
foregroundbackground_cocoa.mm Show/Hide Menubar and Dock Icon 2024-10-17 16:26:28 +08:00
foregroundbackground_interface.h Show/Hide Menubar and Dock Icon 2024-10-17 16:26:28 +08:00
foregroundbackground_mac.mm Show/Hide Menubar and Dock Icon 2024-10-17 16:26:28 +08:00
generalsettings.cpp Don't display the option to change update channels when server has valid subscription. 2025-02-18 10:48:17 +01:00
generalsettings.h Add the chat notification toggle setting logic in generalsettings 2024-11-21 12:31:23 +01:00
generalsettings.ui Rename horizontalLayout with duplicate name 2024-11-22 09:14:00 +01:00
gui.md
guiutility.cpp Remove OAuth authentication method as it is now unused 2023-09-19 14:58:17 +08:00
guiutility.h
iconutils.cpp remove assert that is being hit always when running debug builds 2024-11-18 08:54:01 +01:00
iconutils.h
ignorelisteditor.cpp
ignorelisteditor.h
ignorelisteditor.ui
ignorelisttablewidget.cpp Added more std::as_const and replaced types for auto, as well as other suggestions 2025-02-25 11:54:54 +08:00
ignorelisttablewidget.h
ignorelisttablewidget.ui
invalidfilenamedialog.cpp Provide different message and explanation strings in invalid filename dialog depending on invalid mode 2024-08-21 09:51:39 +02:00
invalidfilenamedialog.h Add invalid mode enum to invalid filename dialog 2024-08-21 09:51:39 +02:00
invalidfilenamedialog.ui
legalnotice.cpp update legal notice copyright years for Nextcloud 2025-01-20 08:50:36 +01:00
legalnotice.h
legalnotice.ui
lockwatcher.cpp Added more std::as_const and replaced types for auto, as well as other suggestions 2025-02-25 11:54:54 +08:00
lockwatcher.h
logbrowser.cpp create a permanent log of delete actions 2024-10-01 15:43:42 +02:00
logbrowser.h partial fix for compilation with QT_NO_KEYWORDS 2024-03-27 10:34:22 +01:00
main.cpp use correct qml style on Windows 2025-01-31 15:11:44 +01:00
manifest-mingw.rc
mnemonicdialog.ui
navigationpanehelper.cpp Replace all uses of qAsConst with std::as_const 2024-12-20 16:26:57 +01:00
navigationpanehelper.h
networksettings.cpp Move all proxy configuration procedures into account and out of network settings 2024-07-22 16:28:15 +08:00
networksettings.h Use an AccountPtr instead of raw pointer in networksettings 2024-07-22 15:37:51 +08:00
networksettings.ui some improvements for account network settings 2024-11-19 14:09:05 +01:00
notificationconfirmjob.cpp Declare all QRegularExpressions statically 2022-12-20 18:38:24 +01:00
notificationconfirmjob.h
ocsjob.cpp Make extraction of ETag header independent of capitalisation. 2025-01-07 09:38:12 +01:00
ocsjob.h Prevent issues when changing the enum. 2023-12-11 18:03:57 +01:00
ocsnavigationappsjob.cpp
ocsnavigationappsjob.h
ocsshareejob.cpp
ocsshareejob.h
ocssharejob.cpp fetch "shared with me" information separately 2025-02-07 09:22:07 +01:00
ocssharejob.h fetch "shared with me" information separately 2025-02-07 09:22:07 +01:00
openfilemanager.cpp Added more std::as_const and replaced types for auto, as well as other suggestions 2025-02-25 11:54:54 +08:00
openfilemanager.h
owncloud.exe.manifest-mingw
owncloud.xml.in
owncloudgui.cpp Added more std::as_const and replaced types for auto, as well as other suggestions 2025-02-25 11:54:54 +08:00
owncloudgui.h Use slots as slots. 2024-11-22 10:51:02 +01:00
owncloudsetupwizard.cpp implement terms of service check wizard page 2025-02-20 10:54:24 +01:00
owncloudsetupwizard.h implement terms of service check wizard page 2025-02-20 10:54:24 +01:00
passwordinputdialog.cpp
passwordinputdialog.h
passwordinputdialog.ui
PredefinedStatusButton.qml Add todo: fix predefined status list. 2024-09-13 12:30:11 +02:00
profilepagewidget.cpp
profilepagewidget.h
proxyauthdialog.cpp
proxyauthdialog.h
proxyauthdialog.ui
proxyauthhandler.cpp avoid wrong usage of QStringBuilder via auto type deduction 2024-08-22 14:53:46 +02:00
proxyauthhandler.h
remotewipe.cpp refactor: replace QString() with QStringLiteral() for better performance 2025-01-31 15:11:02 +01:00
remotewipe.h move init to default value in class declaration 2023-02-06 10:43:05 +01:00
ResolveConflictsDialog.qml dialogfix 2025-02-11 11:14:26 +01:00
selectivesyncdialog.cpp Added more std::as_const and replaced types for auto, as well as other suggestions 2025-02-25 11:54:54 +08:00
selectivesyncdialog.h move init to default value in class declaration 2023-02-06 10:43:05 +01:00
settingsdialog.cpp Added more std::as_const and replaced types for auto, as well as other suggestions 2025-02-25 11:54:54 +08:00
settingsdialog.h Remove Virtual files section of settings, move this instead to individual tab in each account page 2024-02-19 22:45:07 +08:00
settingsdialog.ui
sharee.cpp Display 'Search globally' as the last sharees list element 2023-03-03 18:01:05 +01:00
sharee.h Display 'Search globally' as the last sharees list element 2023-03-03 18:01:05 +01:00
sharemanager.cpp Added more std::as_const and replaced types for auto, as well as other suggestions 2025-02-25 11:54:54 +08:00
sharemanager.h fetch "shared with me" information separately 2025-02-07 09:22:07 +01:00
sharepermissions.h End-to-End Encryption V2. Implemented sharing between users. Automatic migration from 1.0 to 2.0(only for flat folders). Improved secure filedrop. 2024-01-29 16:13:25 +01:00
shellextensionsserver.cpp Fixes cropped thumbnails #6154 2024-08-20 15:15:41 +02:00
shellextensionsserver.h
sslbutton.cpp Replaced qAsConst with std::as_const 2025-02-25 11:54:54 +08:00
sslbutton.h
sslerrordialog.cpp Added more std::as_const and replaced types for auto, as well as other suggestions 2025-02-25 11:54:54 +08:00
sslerrordialog.h move init to default value in class declaration 2023-02-06 10:43:05 +01:00
sslerrordialog.ui
syncconflictsmodel.cpp Replace all uses of qAsConst with std::as_const 2024-12-20 16:26:57 +01:00
syncconflictsmodel.h model improvements 2023-05-17 08:43:54 +02:00
syncrunfilelog.cpp refactor: replace QString() with QStringLiteral() for better performance 2025-01-31 15:11:02 +01:00
syncrunfilelog.h
systray_mac_common.mm Create systray_mac_common file for common systray functions 2024-03-11 15:20:51 +01:00
systray_mac_usernotifications.mm macosx: Selectively compile UserNotifications component of systray depending on deployment version 2024-03-11 15:20:51 +01:00
systray.cpp clear useless declarations or include 2025-02-07 09:12:29 +01:00
systray.h clear useless declarations or include 2025-02-07 09:12:29 +01:00
thumbnailjob.cpp
thumbnailjob.h
tooltipupdater.cpp
tooltipupdater.h
userinfo.cpp Migrate legacy user defined exclude file. 2023-09-01 15:09:29 +02:00
userinfo.h move init to default value in class declaration 2023-02-06 10:43:05 +01:00
UserStatusSelector.qml UserStatusSelector: set focusPolicy on accept button 2025-02-21 10:30:04 +01:00
UserStatusSelectorButton.qml Remove customization for font color from EnforcedPlainTextLabel. 2024-09-06 10:42:08 +02:00
userstatusselectormodel.cpp convert double numbers to int because we expect them to be real ints 2024-12-03 16:29:16 +01:00
userstatusselectormodel.h Fix "false" error about bad applying of nodiscard to value type 2024-04-23 19:10:40 +02:00
UserStatusSelectorPage.qml Use palette base colour for windows (we always display item views) 2024-11-21 13:20:58 +08:00
version.rc.in
vfsdownloaderrordialog.cpp Show more informative error message when VFS hydration fails. Display a popup and put an error into activity list. More detailed logs. 2023-10-20 14:54:42 +02:00
vfsdownloaderrordialog.h Show more informative error message when VFS hydration fails. Display a popup and put an error into activity list. More detailed logs. 2023-10-20 14:54:42 +02:00
vfsdownloaderrordialog.ui Show more informative error message when VFS hydration fails. Display a popup and put an error into activity list. More detailed logs. 2023-10-20 14:54:42 +02:00