nextcloud-desktop/src/mirall
2014-10-17 13:39:48 +02:00
..
account.cpp Account: Fix cert save/restore from settings. #2160 2014-09-15 13:53:38 +02:00
account.h NetworkJobs: Propagator jobs keep others from expiring. #2155 2014-09-19 11:22:57 +02:00
accountmigrator.cpp AccountMigrator: Read path from QDir::fromNativeSeperators(), add debug. 2014-06-25 11:38:08 +02:00
accountmigrator.h AccountMigrator: Do not inherit from QObject as it is not needed yet. 2014-06-25 11:38:08 +02:00
accountsettings.cpp Discovery phase: Improve UI by quoting folder names 2014-10-17 12:07:18 +02:00
accountsettings.h Merge pull request #2075 from owncloud/use_folder_paused 2014-08-20 10:50:28 +02:00
accountsettings.ui Selective sync: rename the button 'choose what to sync' 2014-08-27 17:31:57 +02:00
application.cpp Second part of #1661 2014-10-16 11:08:29 +02:00
application.h Revert "FolderMan: Proper singleton implementation." 2014-08-14 12:46:01 +02:00
authenticationdialog.cpp Always handle 401 requests, except for network jobs 2014-08-12 19:25:59 +02:00
authenticationdialog.h Always handle 401 requests, except for network jobs 2014-08-12 19:25:59 +02:00
clientproxy.cpp Add missing include 2014-01-27 12:36:52 +01:00
clientproxy.h Add EXPORT macro to owncloudsync library 2014-04-24 23:45:20 +02:00
cocoainitializer.h New Updater for Windows, passive notification on Linux, Sparkle on Mac 2014-01-15 11:09:31 +01:00
cocoainitializer_mac.mm New Updater for Windows, passive notification on Linux, Sparkle on Mac 2014-01-15 11:09:31 +01:00
connectionvalidator.cpp ConnecitonValidator: Handle the timeout 2014-09-12 18:06:17 +02:00
connectionvalidator.h ConnecitonValidator: Handle the timeout 2014-09-12 18:06:17 +02:00
cookiejar.cpp Only remove session cookies 2014-05-28 15:24:14 +02:00
cookiejar.h Define Q_DECL_OVERRIDE for Qt4 2014-07-09 23:31:56 +02:00
discoveryphase.cpp Discovery phase: Properly decode percent encoding 2014-10-17 12:07:18 +02:00
discoveryphase.h SelectiveSync: rename blacklist to selectiveSyncBlackList in some places 2014-10-11 16:24:45 +02:00
filesystem.cpp Propagator: Use csync to get the modification time. 2014-09-04 14:16:23 +02:00
filesystem.h Fix build on win32: add missing export 2014-09-10 16:31:47 +02:00
folder.cpp SocketAPI: Use non-recursive (heuristic) computation of icons 2014-10-13 17:29:26 +02:00
folder.h SocketAPI: Use non-recursive (heuristic) computation of icons 2014-10-13 17:29:26 +02:00
folderman.cpp SocketAPI: Use non-recursive (heuristic) computation of icons 2014-10-13 17:29:26 +02:00
folderman.h FolderMan: Ensure a 1s delay between sync request and start. 2014-09-17 15:30:18 +02:00
folderstatusmodel.cpp StatusModel: Have another property accountConnected. 2014-08-19 14:21:51 +02:00
folderstatusmodel.h StatusModel: Have another property accountConnected. 2014-08-19 14:21:51 +02:00
folderwatcher.cpp SocketAPI: Use non-recursive (heuristic) computation of icons 2014-10-13 17:29:26 +02:00
folderwatcher.h Fixed ignored paths matching on OS X. 2014-03-11 20:34:00 +01:00
folderwatcher_linux.cpp Ignore all sync log files in the sync dir. 2014-04-09 22:02:28 +02:00
folderwatcher_linux.h Add a new folder watcher implementation for Linux. 2014-01-23 13:23:27 +01:00
folderwatcher_mac.cpp Renamed a member variable to have underscore prefix for consistency 2014-03-11 20:34:00 +01:00
folderwatcher_mac.h Renamed a member variable to have underscore prefix for consistency 2014-03-11 20:34:00 +01:00
folderwatcher_qt.cpp License header cleanups. 2014-01-13 16:16:19 +01:00
folderwatcher_qt.h Remove inotify from cmake files. 2014-01-14 15:06:06 +01:00
folderwatcher_win.cpp License header cleanups. 2014-01-13 16:16:19 +01:00
folderwatcher_win.h License header cleanups. 2014-01-13 16:16:19 +01:00
folderwizard.cpp Add Folder wizard: Sort the folders when selecting the remote folder 2014-10-10 16:56:05 +02:00
folderwizard.h Selective sync: add a page in the folder wizard 2014-08-15 16:40:11 +02:00
folderwizardsourcepage.ui Folder wizard: sanitize error detection 2013-11-26 02:03:00 +01:00
folderwizardtargetpage.ui Folder Wizard: Make it more clear that we mean a remote folder 2014-02-03 17:27:54 +01:00
generalsettings.cpp Updated the about text for the generic ownCloud Theme. 2014-08-14 17:12:23 +02:00
generalsettings.h Make use of the new Proxy handling class. 2014-01-16 12:52:11 +01:00
generalsettings.ui Typo fix 2014-06-29 14:02:50 +02:00
ignorelisteditor.cpp Fix copy & paste problem in Ignore List Editor 2014-01-20 17:08:30 +01:00
ignorelisteditor.h Ignore list editor fixes 2013-07-20 01:26:11 +02:00
ignorelisteditor.ui Add support for deletable ignores in IgnoreListEditor. 2013-08-05 16:13:26 +02:00
logbrowser.cpp Revert "set utf8 for the central settings file" 2013-11-15 15:45:21 +01:00
logbrowser.h Add Q_DECL_OVERRIDE for all function that are overriding something 2014-07-09 23:31:56 +02:00
logger.cpp Logger: Log the thread pointer 2014-10-11 16:58:47 +02:00
logger.h Fix crash at exit when there is a log after the Logger has been destroyed 2014-05-26 14:37:14 +02:00
mirallaccessmanager.cpp Always handle 401 requests, except for network jobs 2014-08-12 19:25:59 +02:00
mirallaccessmanager.h Always handle 401 requests, except for network jobs 2014-08-12 19:25:59 +02:00
mirallconfigfile.cpp Fix style issues. 2014-09-04 13:27:11 +02:00
mirallconfigfile.h Allow to set a smaller timeout value in the config file 2014-05-28 16:28:22 +02:00
networkjobs.cpp CheckServerJob: Require status code 200. #2290 2014-10-09 11:06:00 +02:00
networkjobs.h NetworkJobs: Propagator jobs keep others from expiring. #2155 2014-09-19 11:22:57 +02:00
networksettings.cpp Implement change of the network throttling during a running sync run. 2014-02-02 12:51:19 +01:00
networksettings.h Make use of the new Proxy handling class. 2014-01-16 12:52:11 +01:00
networksettings.ui Fix layout of the network tab 2014-02-28 13:17:04 +01:00
openfilemanager.cpp Utility: Move showInFileManager in its own file 2014-07-09 22:44:08 +02:00
openfilemanager.h Utility: Move showInFileManager in its own file 2014-07-09 22:44:08 +02:00
owncloudgui.cpp Discovery phase: Improve UI by quoting folder names 2014-10-17 12:07:18 +02:00
owncloudgui.h owncloudgui: Fix a small leak 2014-10-15 18:11:52 +02:00
owncloudpropagator.cpp propagator: Do not show an error message saying it was done by user interaction if it was not 2014-10-10 14:58:56 +02:00
owncloudpropagator.h Restart the sync when we detect we need to redo a sync 2014-09-10 17:27:33 +02:00
owncloudpropagator_p.h move the file system helpers in their own file 2014-02-18 12:54:40 +01:00
owncloudsetuppage.ui owncloud setup: Fix label style 2013-02-14 17:36:11 +01:00
owncloudsetupwizard.cpp Selective sync: new design in the wizard 2014-08-27 19:03:11 +02:00
owncloudsetupwizard.h Add a "Skip Folder Configuration" button in the wizard 2014-08-12 17:34:54 +02:00
owncloudtheme.cpp owncloudcmd: Implement --version, fix strings 2014-10-10 15:55:58 +02:00
owncloudtheme.h Merge remote-tracking branch 'origin/reuse_oc_config' into 1.7 2014-08-29 20:23:07 +02:00
ownsql.cpp ownSql: Always use finish() 2014-10-17 13:39:48 +02:00
ownsql.h ownSql: Don't allow copying of SqlQuery 2014-10-16 15:10:25 +02:00
progressdispatcher.cpp AccountSettings: be less verbose in the status string 2014-08-27 13:51:14 +02:00
progressdispatcher.h Overlay Icons: Improve OS X version, improve general feedback 2014-08-27 19:15:43 +02:00
propagator_legacy.cpp Clean up stale journal entries and temporaries. #2057 2014-09-04 13:14:15 +02:00
propagator_legacy.h Merge branch 'il' 2014-07-18 17:00:38 +02:00
propagator_qnam.cpp Sync engine: Restart sync when we get a precondition failed error 2014-10-11 15:40:28 +02:00
propagator_qnam.h Propagator: When the server don't support ranges, reset the counter so the progress is not messed up 2014-08-29 19:33:20 +02:00
propagatorjobs.cpp No need to update mtime and etag after a move 2014-10-01 11:22:00 +02:00
propagatorjobs.h propagator mkcol: If the server replies with a file-id in the header, use it 2014-08-18 20:42:43 +02:00
protocolwidget.cpp Use climits for ULONG_MAX rather than modern C++ option 2014-10-09 11:03:07 +02:00
protocolwidget.h Mac Overlays: handle filenames with slashes properly. 2014-09-25 12:24:32 +02:00
protocolwidget.ui Change tab name in settingsdialog to Activity rather than Status. 2013-11-28 09:44:09 +01:00
quotainfo.cpp Fix the background check job for the connection 2014-04-19 09:49:52 +02:00
quotainfo.h Fix online state handling 2014-02-20 23:24:03 +01:00
selectivesyncdialog.cpp Selective sync: Remove the etag of parent folders in the db when adding or removing items in the selective sync blacklist 2014-10-09 15:28:51 +02:00
selectivesyncdialog.h Remove C++11ism that doesn't work with older GCCs 2014-10-08 18:56:30 +02:00
settingsdialog.cpp Make Settings Window close on Ctrl+W 2014-09-02 14:03:20 +02:00
settingsdialog.h Status Icon: Set a proper icon if no sync is configured. 2014-08-19 17:47:28 +02:00
settingsdialog.ui Settings: calculate sidebar width dynamically 2013-09-20 10:40:22 +02:00
settingsdialogmac.cpp OS X: CMD+H should hide the dialog 2014-09-30 15:21:55 +02:00
settingsdialogmac.h Compile on Mac again 2014-03-26 07:20:24 +01:00
socketapi.cpp Revert "socketapi: if the filename is empty, it's actually /" 2014-10-17 13:29:34 +02:00
socketapi.h SocketAPI: Cache database conections and statements 2014-10-13 17:31:40 +02:00
sslbutton.cpp SSLButton: fix memleak 2014-08-26 15:59:19 +02:00
sslbutton.h Implement Certificate Information Widget 2014-01-21 09:21:33 +01:00
sslerrordialog.cpp SSL error dialog: Remove debug noise 2014-10-09 16:49:31 +02:00
sslerrordialog.h Add Q_DECL_OVERRIDE for all function that are overriding something 2014-07-09 23:31:56 +02:00
sslerrordialog.ui Ui::SslErrorDialog belongs within the Mirall namespace 2013-09-18 14:06:23 +02:00
syncengine.cpp SyncEngine: Show a warning if post update script can not be exec. 2014-10-15 16:43:58 +02:00
syncengine.h SocketAPI: Use non-recursive (heuristic) computation of icons 2014-10-13 17:29:26 +02:00
syncfileitem.h SocketAPI: Use non-recursive (heuristic) computation of icons 2014-10-13 17:29:26 +02:00
syncfilestatus.cpp SocketAPI: Enhance SyncFileStatus to have share information. 2014-07-10 16:28:40 +02:00
syncfilestatus.h Fix windows compilation 2014-07-10 22:58:58 +02:00
syncjournaldb.cpp Beautified some debug logging strings. 2014-10-17 11:35:06 +02:00
syncjournaldb.h Sql: New implementation of ownSql class to go away from Qt's own Sql 2014-10-14 11:14:57 +02:00
syncjournalfilerecord.cpp SyncEngine: Keep csync_journal with proper values for fileId and remotePerm 2014-08-07 10:14:14 +02:00
syncjournalfilerecord.h Add OWNCLOUDSYNC_EXPORT to make building on windows. 2014-09-26 10:07:50 +02:00
syncresult.cpp Show folder icon a offline when account is offline 2014-08-15 15:01:01 +02:00
syncresult.h Show folder icon a offline when account is offline 2014-08-15 15:01:01 +02:00
syncrunfilelog.cpp Remove undeeded include 2014-07-09 22:44:08 +02:00
syncrunfilelog.h Keep the updater data in the log struct for the synclog. 2014-04-03 16:56:50 +02:00
systray.cpp Prefix tooltips with app name 2013-11-25 15:34:16 +01:00
systray.h Prefix tooltips with app name 2013-11-25 15:34:16 +01:00
theme.cpp Status Icon: Set a proper icon if no sync is configured. 2014-08-19 17:47:28 +02:00
theme.h Settings: Display the commit SHA both in branded and unbranded. 2014-08-18 11:27:56 +02:00
utility.cpp SocketAPI: Use non-recursive (heuristic) computation of icons 2014-10-13 17:29:26 +02:00
utility.h SocketAPI: Use non-recursive (heuristic) computation of icons 2014-10-13 17:29:26 +02:00
utility_mac.cpp Utility: Move OS specific implementations into separate files 2013-10-02 19:15:56 +02:00
utility_unix.cpp Use QStandardPaths for linux if building with qt>=5 2014-08-16 03:12:20 +02:00
utility_win.cpp Utility: Move OS specific implementations into separate files 2013-10-02 19:15:56 +02:00
version.h.in New Updater for Windows, passive notification on Linux, Sparkle on Mac 2014-01-15 11:09:31 +01:00