nextcloud-desktop/src/libsync
Olivier Goffart 07ddf18b3b Account Capabilities: style fixup
- Remove the copy constructor. The default constructor is fine. Having
   a user defined copy constructor inhibit the move constructor.
 - Pass QVariantMap arguments via const references
 - Do not return a pointer to Capabilities from the account. It is a
   value type and should not be used by pointer.
2015-07-29 12:07:57 +02:00
..
creds HttpCreds: Add keychain failure hint. #3268 2015-07-17 14:39:43 +02:00
abstractnetworkjob.cpp System proxy: Ask for credentials if needed. 2015-07-17 11:54:46 +02:00
abstractnetworkjob.h Use doxygen style everywhere 2015-06-29 18:56:09 +02:00
accessmanager.cpp System proxy: Ask for credentials if needed. 2015-07-17 11:54:46 +02:00
accessmanager.h System proxy: Ask for credentials if needed. 2015-07-17 11:54:46 +02:00
account.cpp Account Capabilities: style fixup 2015-07-29 12:07:57 +02:00
account.h Account Capabilities: style fixup 2015-07-29 12:07:57 +02:00
accountfwd.h Folders: Show as disconnected when account is disconnected. 2015-07-03 15:03:18 +02:00
bandwidthmanager.cpp BandwidthManager: fix warnings 2015-05-12 16:35:27 +02:00
bandwidthmanager.h Use doxygen style everywhere 2015-06-29 18:56:09 +02:00
capabilities.cpp Account Capabilities: style fixup 2015-07-29 12:07:57 +02:00
capabilities.h Account Capabilities: style fixup 2015-07-29 12:07:57 +02:00
clientproxy.cpp Proxy: Register meta type #3170 2015-04-29 14:54:08 +02:00
clientproxy.h Use doxygen style everywhere 2015-06-29 18:56:09 +02:00
CMakeLists.txt Added capabilities class 2015-07-28 12:04:24 +02:00
configfile.cpp Confirm feature: default to 500MB 2015-07-27 10:04:53 +02:00
configfile.h ConfigFile: remove some unused functions 2015-07-28 12:05:34 +02:00
connectionvalidator.cpp libsync: Remove some Theme dependency 2015-06-15 17:39:28 +02:00
connectionvalidator.h Use doxygen style everywhere 2015-06-29 18:56:09 +02:00
cookiejar.cpp Fix compilation with Qt 5.5 2015-04-19 11:02:43 +02:00
cookiejar.h Use doxygen style everywhere 2015-06-29 18:56:09 +02:00
discoveryphase.cpp Confirm feature: Confirm for any folder, not only shared ones 2015-07-27 09:54:20 +02:00
discoveryphase.h Confirm feature: Confirm for any folder, not only shared ones 2015-07-27 09:54:20 +02:00
filesystem.cpp Fix warnings about unused parametters 2015-07-16 18:15:07 +02:00
filesystem.h FileSystem: Add missing EXPORT macro. 2015-07-08 18:13:40 +02:00
libsync.md Structure developer documentation 2015-06-29 18:43:21 +02:00
logger.cpp Add a NO_MSG_HANDLER cmake option 2015-02-19 16:57:16 +01:00
logger.h Use doxygen style everywhere 2015-06-29 18:56:09 +02:00
networkjobs.cpp PropfindJob: fix a debug output message 2015-06-26 13:32:02 +02:00
networkjobs.h Use doxygen style everywhere 2015-06-29 18:56:09 +02:00
owncloudpropagator_p.h Propagation: Make 503 a fatal error. 2015-07-01 14:53:07 +02:00
owncloudpropagator.cpp Rename should_update_etag to should_update_metadata 2015-07-09 15:05:37 +02:00
owncloudpropagator.h Use doxygen style everywhere 2015-06-29 18:56:09 +02:00
owncloudtheme.cpp Fix build when compiling libsync without QtGui 2015-02-16 10:24:42 +01:00
owncloudtheme.h Use doxygen style everywhere 2015-06-29 18:56:09 +02:00
ownsql.cpp Merge pull request #3281 from owncloud/confirm 2015-06-10 13:39:52 +02:00
ownsql.h Use doxygen style everywhere 2015-06-29 18:56:09 +02:00
progressdispatcher.cpp Time estimate: Refactor remaining time guess. #2328 2015-04-22 11:20:31 +02:00
progressdispatcher.h ProgressDispatcher: Minor cleanups. 2015-07-02 14:17:38 +02:00
propagatedownload.cpp Settings: Auto download bandwidth limit #1485 2015-06-29 17:43:25 +02:00
propagatedownload.h Use doxygen style everywhere 2015-06-29 18:56:09 +02:00
propagateremotedelete.cpp Pass SyncFileItems by pointer instead of by value 2015-04-18 14:26:40 +02:00
propagateremotedelete.h Use doxygen style everywhere 2015-06-29 18:56:09 +02:00
propagateremotemkdir.cpp Pass SyncFileItems by pointer instead of by value 2015-04-18 14:26:40 +02:00
propagateremotemkdir.h Use doxygen style everywhere 2015-06-29 18:56:09 +02:00
propagateremotemove.cpp Pass SyncFileItems by pointer instead of by value 2015-04-18 14:26:40 +02:00
propagateremotemove.h Use doxygen style everywhere 2015-06-29 18:56:09 +02:00
propagateupload.cpp Merge remote-tracking branch 'origin/1.8' 2015-06-10 13:42:02 +02:00
propagateupload.h Use doxygen style everywhere 2015-06-29 18:56:09 +02:00
propagator_legacy.cpp Fix the neon build 2015-05-12 13:04:47 +02:00
propagator_legacy.h Use doxygen style everywhere 2015-06-29 18:56:09 +02:00
propagatorjobs.cpp Rename should_update_etag to should_update_metadata 2015-07-09 15:05:37 +02:00
propagatorjobs.h Use doxygen style everywhere 2015-06-29 18:56:09 +02:00
syncengine.cpp Confirm feature: Confirm for any folder, not only shared ones 2015-07-27 09:54:20 +02:00
syncengine.h Confirm feature: Confirm for any folder, not only shared ones 2015-07-27 09:54:20 +02:00
syncfileitem.h Sync: Rename ignored file member to _serverHasIgnoredFiles. 2015-07-15 15:51:15 +02:00
syncfilestatus.cpp Adjust namespaces 2014-11-09 22:34:07 +01:00
syncfilestatus.h Use doxygen style everywhere 2015-06-29 18:56:09 +02:00
syncjournaldb.cpp Sync: Rename ignored file member to _serverHasIgnoredFiles. 2015-07-15 15:51:15 +02:00
syncjournaldb.h Use doxygen style everywhere 2015-06-29 18:56:09 +02:00
syncjournalfilerecord.cpp Sync: Rename ignored file member to _serverHasIgnoredFiles. 2015-07-15 15:51:15 +02:00
syncjournalfilerecord.h Sync: Rename ignored file member to _serverHasIgnoredFiles. 2015-07-15 15:51:15 +02:00
syncresult.cpp Adjust namespaces 2014-11-09 22:34:07 +01:00
syncresult.h Use doxygen style everywhere 2015-06-29 18:56:09 +02:00
theme.cpp Theme: add a non-inline destructor 2015-06-24 10:14:55 +02:00
theme.h Use doxygen style everywhere 2015-06-29 18:56:09 +02:00
transmissionchecksumvalidator.cpp include qtconcurrentrun header rather than QtConcurrent for Qt4 2015-05-22 14:46:29 +02:00
transmissionchecksumvalidator.h Use doxygen style everywhere 2015-06-29 18:56:09 +02:00
utility_mac.cpp OS X: Fix a few warnings 2015-06-17 14:32:34 +02:00
utility_unix.cpp Switch monochrome systray icon color depending on systray brightness. 2014-10-24 21:52:41 +02:00
utility_win.cpp Additional code cleanup 2015-05-06 15:09:41 +02:00
utility.cpp Fix the Utility Test 2015-07-17 10:27:03 +02:00
utility.h Revert "Do not use std::unique_ptr" 2015-07-02 13:31:42 +02:00
version.h.in Reduce the amount of rebuild needed after a git commit 2015-06-17 14:32:34 +02:00