nextcloud-desktop/src/gui
Camila Ayres 23a17702d8
Modernize FolderStatusModel::slotSetProgress.
- Add const auto.
- Change variable names to be more clear.

Signed-off-by: Camila Ayres <hello@camilasan.com>
2024-07-29 20:06:32 +02:00
..
cloudproviders
creds do some header includes clean-up as recommended by compiler 2024-04-26 09:05:12 +02:00
filedetails Fix sharePath for virtual paths using suffix vfs mode 2024-06-28 18:29:19 +02:00
macOS Clean up unused components in file provider socket controller 2024-07-23 14:08:26 +08:00
socketapi Support Windows .lnk files with VFS Cf API. 2024-07-10 10:29:21 +02:00
tray Support Windows .lnk files with VFS Cf API. 2024-07-10 10:29:21 +02:00
updater Remove unused updatesegment option from updater query. 2024-07-03 16:32:11 +02:00
wizard Use QEnterEvent for new enterEvent parameters 2024-04-26 09:05:12 +02:00
accountmanager.cpp Use full user id at host with port for proxy password keychain 2024-07-22 15:37:52 +08:00
accountmanager.h Assert validity of accountstate and its accountptr when adding it 2024-06-25 23:01:13 +08:00
accountsettings.cpp Remove now unused disguiseTabWidget 2024-07-22 15:37:52 +08:00
accountsettings.h Remove now unused disguiseTabWidget 2024-07-22 15:37:52 +08:00
accountsettings.ui Add connection settings tab to account settings 2024-07-22 15:37:45 +08:00
accountsetupcommandlinemanager.cpp
accountsetupcommandlinemanager.h
accountsetupfromcommandlinejob.cpp
accountsetupfromcommandlinejob.h
accountstate.cpp Remove overwrought loadFromSettings method from AccountState 2024-06-25 23:01:13 +08:00
accountstate.h Remove overwrought loadFromSettings method from AccountState 2024-06-25 23:01:13 +08:00
addcertificatedialog.cpp
addcertificatedialog.h
addcertificatedialog.ui
application.cpp Ensure file provider instance gets initialised at app launch WITHOUT creating a separate instance from expected singleton 2024-07-23 14:08:26 +08:00
application.h Ensure file provider instance gets initialised at app launch WITHOUT creating a separate instance from expected singleton 2024-07-23 14:08:26 +08:00
authenticationdialog.cpp
authenticationdialog.h
BasicComboBox.qml Fix all broken QML imports 2024-04-26 09:05:12 +02:00
callstatechecker.cpp
callstatechecker.h
caseclashfilenamedialog.cpp Support Windows .lnk files with VFS Cf API. 2024-07-10 10:29:21 +02:00
caseclashfilenamedialog.h
caseclashfilenamedialog.ui
CMakeLists.txt Implement opening of a file with a given ocId in File Provider files 2024-07-22 19:51:40 +08:00
cocoainitializer.h
cocoainitializer_mac.mm Move verification job handling and scheduling out of editlocallyjob, into editlocallymanager 2024-07-22 19:51:38 +08:00
configgui.h.in
ConflictDelegate.qml
conflictdialog.cpp
conflictdialog.h
conflictdialog.ui
ConflictItemFileInfo.qml Bugfix. Conflict dialog for multiple files. Fix checkbox border colors for dark mode on Windows. 2024-04-25 10:14:11 +02:00
conflictsolver.cpp Support Windows .lnk files with VFS Cf API. 2024-07-10 10:29:21 +02:00
conflictsolver.h
connectionvalidator.cpp Respect account proxy settings in connectionvalidator 2024-07-22 15:37:49 +08:00
connectionvalidator.h
editlocallyjob.cpp Show edit locally loading dialog with filename immediately in editlocallyjob constructor 2024-07-22 19:51:38 +08:00
editlocallyjob.h Remove token related tasks from editlocallyjob 2024-07-22 19:51:38 +08:00
editlocallymanager.cpp Fix crash upon removing edit locally file provider jobs in edit locally manager 2024-07-22 19:51:40 +08: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
ErrorBox.qml
fileactivitylistmodel.cpp
fileactivitylistmodel.h
filetagmodel.cpp
filetagmodel.h
folder.cpp Respect account-specific transfer limits in folder 2024-07-22 15:37:50 +08:00
folder.h fix compilation issues after rebase 2024-04-26 09:05:12 +02:00
foldercreationdialog.cpp
foldercreationdialog.h
foldercreationdialog.ui
folderman.cpp Add a method to set a specific account's folders' network limits as dirty 2024-07-22 15:37:51 +08:00
folderman.h Add a method to set a specific account's folders' network limits as dirty 2024-07-22 15:37:51 +08:00
folderstatusdelegate.cpp Display more details of the sync progress in the settings dialog. 2024-07-29 20:06:32 +02:00
folderstatusdelegate.h
folderstatusmodel.cpp Modernize FolderStatusModel::slotSetProgress. 2024-07-29 20:06:32 +02:00
folderstatusmodel.h
folderstatusview.cpp
folderstatusview.h
folderwatcher.cpp Support Windows .lnk files with VFS Cf API. 2024-07-10 10:29:21 +02:00
folderwatcher.h
folderwatcher_linux.cpp
folderwatcher_linux.h
folderwatcher_mac.cpp
folderwatcher_mac.h
folderwatcher_win.cpp Support Windows .lnk files with VFS Cf API. 2024-07-10 10:29:21 +02:00
folderwatcher_win.h
folderwizard.cpp maintain e2ee state even if the server does not support e2ee 2024-06-26 14:47:17 +02:00
folderwizard.h
folderwizardsourcepage.ui
folderwizardtargetpage.ui
generalsettings.cpp Translate enterprise channel explanation string. 2024-07-04 10:16:41 +02:00
generalsettings.h
generalsettings.ui Fix visibility of info buttons and details when updater is disabled in general settings 2024-07-19 16:19:02 +08:00
gui.md
guiutility.cpp
guiutility.h
iconutils.cpp Prevent crash when originalSize is null 2024-06-07 00:17:40 +08:00
iconutils.h
ignorelisteditor.cpp
ignorelisteditor.h
ignorelisteditor.ui
ignorelisttablewidget.cpp
ignorelisttablewidget.h
ignorelisttablewidget.ui
invalidfilenamedialog.cpp
invalidfilenamedialog.h
invalidfilenamedialog.ui
legalnotice.cpp
legalnotice.h
legalnotice.ui
lockwatcher.cpp
lockwatcher.h
logbrowser.cpp
logbrowser.h
main.cpp windows needs an explicit QML import path to be set 2024-04-26 09:05:12 +02:00
manifest-mingw.rc
mnemonicdialog.ui
navigationpanehelper.cpp
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 Add account member to network settings 2024-07-22 15:37:48 +08:00
notificationconfirmjob.cpp
notificationconfirmjob.h
ocsjob.cpp
ocsjob.h
ocsnavigationappsjob.cpp
ocsnavigationappsjob.h
ocsshareejob.cpp
ocsshareejob.h
ocssharejob.cpp
ocssharejob.h
openfilemanager.cpp
openfilemanager.h
owncloud.exe.manifest-mingw
owncloud.xml.in
owncloudgui.cpp Provide state message in popup for vfs accounts that synced successfully or had an issue 2024-07-23 14:08:26 +08:00
owncloudgui.h
owncloudsetupwizard.cpp Respect account proxy settings in owncloudsetupwizard server check 2024-07-22 15:37:49 +08:00
owncloudsetupwizard.h
passwordinputdialog.cpp
passwordinputdialog.h
passwordinputdialog.ui
PredefinedStatusButton.qml
profilepagewidget.cpp
profilepagewidget.h
proxyauthdialog.cpp
proxyauthdialog.h
proxyauthdialog.ui
proxyauthhandler.cpp Take account-specific network configuration into account in proxyauthhandler 2024-07-22 15:37:48 +08:00
proxyauthhandler.h
remotewipe.cpp
remotewipe.h
ResolveConflictsDialog.qml Bugfix. Conflict dialog for multiple files. Fix checkbox border colors for dark mode on Windows. 2024-04-25 10:14:11 +02:00
selectivesyncdialog.cpp maintain e2ee state even if the server does not support e2ee 2024-06-26 14:47:17 +02:00
selectivesyncdialog.h
settingsdialog.cpp Replace now invalid '+' operator with '|' operator for QKeySequence 2024-04-26 09:05:12 +02:00
settingsdialog.h
settingsdialog.ui
sharee.cpp
sharee.h
sharemanager.cpp remove usage of QStringRef due to it being missing in Qt6 2024-04-26 09:05:12 +02:00
sharemanager.h
sharepermissions.h
shellextensionsserver.cpp
shellextensionsserver.h
sslbutton.cpp
sslbutton.h
sslerrordialog.cpp
sslerrordialog.h
sslerrordialog.ui
syncconflictsmodel.cpp
syncconflictsmodel.h
syncrunfilelog.cpp Support Windows .lnk files with VFS Cf API. 2024-07-10 10:29:21 +02:00
syncrunfilelog.h
systray.cpp fix some of the qml issues 2024-04-26 09:05:12 +02:00
systray.h fix some of the qml issues 2024-04-26 09:05:12 +02:00
systray_mac_common.mm
systray_mac_usernotifications.mm
thumbnailjob.cpp
thumbnailjob.h
tooltipupdater.cpp
tooltipupdater.h
userinfo.cpp
userinfo.h
UserStatusSelector.qml Fix user status selector 2024-04-26 09:05:12 +02:00
UserStatusSelectorButton.qml
userstatusselectormodel.cpp
userstatusselectormodel.h Fix "false" error about bad applying of nodiscard to value type 2024-04-23 19:10:40 +02:00
UserStatusSelectorPage.qml
version.rc.in
vfsdownloaderrordialog.cpp
vfsdownloaderrordialog.h
vfsdownloaderrordialog.ui