nextcloud-desktop/src/gui
Roeland Jago Douma fb967427e8 Sharedialog: We always want json return format
Cleanup the code a bit and set that we want json as return format for all
replies.
2015-01-23 09:17:00 +01:00
..
updater Clean up BSD support patch 2015-01-08 22:40:47 +01:00
wizard Wizard: Add an option in the theme to default to nothing selected in the selective sync 2015-01-22 15:57:55 +01:00
accountmigrator.cpp Fix header names 2014-11-09 23:25:57 +01:00
accountmigrator.h Adjust namespaces 2014-11-09 22:34:07 +01:00
accountsettings.cpp Merge remote-tracking branch 'origin/master' into accountstate 2015-01-08 15:33:39 +01:00
accountsettings.h Account: Split into libsync/Account and gui/AccountState. 2014-12-18 15:39:51 +01:00
accountsettings.ui Adjust namespaces 2014-11-09 22:34:07 +01:00
accountstate.cpp Connection Validator: let the user cancel the password dialog 2015-01-21 15:33:51 +01:00
accountstate.h Fix compilation on Windows 2015-01-12 09:40:11 +01:00
application.cpp Merge pull request #2723 from rullzer/filebrowser_integration 2015-01-20 17:45:34 +01:00
application.h ShareDialog: Moved open slot from Application object to Gui object. 2015-01-13 13:50:41 +01:00
CMakeLists.txt OS X: Fix path rewrite for owncloudcmd 2015-01-21 15:17:40 +01:00
cocoainitializer.h Adjust namespaces 2014-11-09 22:34:07 +01:00
cocoainitializer_mac.mm Adjust namespaces 2014-11-09 22:34:07 +01:00
folder.cpp Folder: Add timer for sync duration. 2015-01-22 08:55:52 +01:00
folder.h Exponential backoff for rapid follow up syncs. #2355 2015-01-22 08:55:52 +01:00
folderman.cpp Exponential backoff for rapid follow up syncs. #2355 2015-01-22 08:55:52 +01:00
folderman.h Pause between sync runs (particularly long ones) #2355 2015-01-22 08:55:52 +01:00
folderstatusmodel.cpp Merge branch '1.7' 2015-01-05 14:40:53 +01:00
folderstatusmodel.h Adjust namespaces 2014-11-09 22:34:07 +01:00
folderwatcher.cpp FolderWatcher: Fix ignore list usage. 2015-01-22 15:42:47 +01:00
folderwatcher.h Merge branch 'master' into rename_client 2014-12-02 13:37:22 +01:00
folderwatcher_linux.cpp Merge branch 'master' into rename_client 2014-12-02 13:37:22 +01:00
folderwatcher_linux.h Adjust namespaces 2014-11-09 22:34:07 +01:00
folderwatcher_mac.cpp Adjust namespaces 2014-11-09 22:34:07 +01:00
folderwatcher_mac.h Adjust namespaces 2014-11-09 22:34:07 +01:00
folderwatcher_qt.cpp Adjust namespaces 2014-11-09 22:34:07 +01:00
folderwatcher_qt.h Adjust namespaces 2014-11-09 22:34:07 +01:00
folderwatcher_win.cpp Merge branch 'master' into rename_client 2014-12-02 13:37:22 +01:00
folderwatcher_win.h Merge branch 'master' into rename_client 2014-12-02 13:37:22 +01:00
folderwizard.cpp SyncEngine: Use QNAM for csync_update 2015-01-20 18:27:25 +01:00
folderwizard.h Adjust namespaces 2014-11-09 22:34:07 +01:00
folderwizardsourcepage.ui Split into three separate projects: library, gui and cmd 2014-07-11 11:07:31 +02:00
folderwizardtargetpage.ui Merge remote-tracking branch 'origin/1.7' 2014-12-10 13:01:36 +01:00
generalsettings.cpp mirall.qrc -> client.qrc 2014-12-08 18:00:29 +01:00
generalsettings.h Adjust namespaces 2014-11-09 22:34:07 +01:00
generalsettings.ui Merge branch 'master' into rename_client 2014-11-12 00:07:59 +01:00
ignorelisteditor.cpp Fix header names 2014-11-09 23:25:57 +01:00
ignorelisteditor.h Adjust namespaces 2014-11-09 22:34:07 +01:00
ignorelisteditor.ui Adjust namespaces 2014-11-09 22:34:07 +01:00
logbrowser.cpp Fix header names 2014-11-09 23:25:57 +01:00
logbrowser.h Adjust namespaces 2014-11-09 22:34:07 +01:00
main.cpp mirall.qrc -> client.qrc 2014-12-08 18:00:29 +01:00
networksettings.cpp Fix header names 2014-11-09 23:25:57 +01:00
networksettings.h Adjust namespaces 2014-11-09 22:34:07 +01:00
networksettings.ui Fix warnings. 2015-01-14 11:28:53 +01:00
openfilemanager.cpp Adjust namespaces 2014-11-09 22:34:07 +01:00
openfilemanager.h Adjust namespaces 2014-11-09 22:34:07 +01:00
owncloudgui.cpp Merge pull request #2723 from rullzer/filebrowser_integration 2015-01-20 17:45:34 +01:00
owncloudgui.h Sharedialog: Show general info about a share 2015-01-16 14:48:56 +01:00
owncloudsetuppage.ui Split into three separate projects: library, gui and cmd 2014-07-11 11:07:31 +02:00
owncloudsetupwizard.cpp Setup wizard: Fix the http fallback logic 2015-01-21 15:33:51 +01:00
owncloudsetupwizard.h Merge remote-tracking branch 'origin/master' into accountstate 2015-01-08 15:33:39 +01:00
protocolwidget.cpp Make public API explicit about blacklist kind. #2301 2015-01-16 10:17:19 +01:00
protocolwidget.h Adjust namespaces 2014-11-09 22:34:07 +01:00
protocolwidget.ui Adjust namespaces 2014-11-09 22:34:07 +01:00
quotainfo.cpp Use global Account/AccountState less. 2014-12-18 15:39:51 +01:00
quotainfo.h Account: Split into libsync/Account and gui/AccountState. 2014-12-18 15:39:51 +01:00
selectivesyncdialog.cpp Wizard: Add an option in the theme to default to nothing selected in the selective sync 2015-01-22 15:57:55 +01:00
selectivesyncdialog.h Selective sync dialog: give a proper size by default 2015-01-21 15:37:00 +01:00
settingsdialog.cpp Settings dialog: remove the code that was updating the account icon 2014-12-16 11:36:52 +01:00
settingsdialog.cpp.Rbt431 Make all ptr-based members either const or check for their existance 2014-12-01 13:08:49 +01:00
settingsdialog.h Merge branch 'master' into rename_client 2014-12-02 13:37:22 +01:00
settingsdialog.ui Merge branch 'master' into rename_client 2014-12-02 13:37:22 +01:00
settingsdialogmac.cpp mirall.qrc -> client.qrc 2014-12-08 18:00:29 +01:00
settingsdialogmac.h Merge branch 'master' into rename_client 2014-12-02 13:37:22 +01:00
sharedialog.cpp Sharedialog: We always want json return format 2015-01-23 09:17:00 +01:00
sharedialog.h Sharedialog: Some more refinements after the merge of the branch. 2015-01-21 15:05:23 +01:00
sharedialog.ui Sharedialog: Some more refinements after the merge of the branch. 2015-01-21 15:05:23 +01:00
socketapi.cpp Sharedialog: Some more refinements after the merge of the branch. 2015-01-21 15:05:23 +01:00
socketapi.h Sharedialog: Some more refinements after the merge of the branch. 2015-01-21 15:05:23 +01:00
sslbutton.cpp Fix SSL button icons 2015-01-18 15:34:48 +01:00
sslbutton.h Account: Split into libsync/Account and gui/AccountState. 2014-12-18 15:39:51 +01:00
sslerrordialog.cpp Use global Account/AccountState less. 2014-12-18 15:39:51 +01:00
sslerrordialog.h Use global Account/AccountState less. 2014-12-18 15:39:51 +01:00
sslerrordialog.ui Adjust namespaces 2014-11-09 22:34:07 +01:00
syncrunfilelog.cpp Adjust namespaces 2014-11-09 22:34:07 +01:00
syncrunfilelog.h Adjust namespaces 2014-11-09 22:34:07 +01:00
systray.cpp Adjust namespaces 2014-11-09 22:34:07 +01:00
systray.h Adjust namespaces 2014-11-09 22:34:07 +01:00