Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-04-12Remove use of folder Id from SyncResultHannah von Reth
2021-08-12Don't treat exclude as errorHannah von Reth
2021-08-06Count ignored errorsHannah von Reth
2021-08-06Align sync status iconsHannah von Reth
Display info state if we have ignored issues Fixes: #7715 Fixes: #7365 Fixes: #7200 Fixes: #5860
2020-09-15Use stict QStrings for libsyncHannah von Reth
2018-03-06INSTRUCTION_IGNORE now carries a directionChristian Kamm
This allows IssuesWidget to selectively wipe only the 'Up' ignores during selective local discovery.
2017-12-08Remove usage of QString::nullOlivier Goffart
Replaces by "QString()"
2017-09-26Use QDateTime::currentDateTimeUtc instead of the non utc versionOlivier Goffart
QDateTime::currentDateTime is terribly slow.
2017-09-18Remove SyncFileItem::_isDirectoryJocelyn Turcotte
It's always equivalent to _type == SyncFileItem::Directory.
2017-07-13Conflicts: Detect and show in issues tabChristian Kamm
Incidentally fixes a potential issue where conflicts were silently- ignored and thus deleted if the parent folder was deleted.
2017-05-17Apply clang-formatChristian Kamm
2017-01-26Release SyncFileItem objects with their jobJocelyn Turcotte
We now delete subjobs as their propagation is complete. This allows us to also release the item by making sure that nothing else is holding a reference to it. Remove the stored SyncFileItemVector from SyncEngine and SyncResult and instead gather the needed info progressively as each itemCompleted signal is emitted. This frees some holes on the heap as propagation goes, allowing many memory allocations without the need of requesting more virtual memory from the OS, preventing the memory usage from increasingly growing.
2014-11-10Adjust namespacesDaniel Molkentin
2014-08-26Merge remote-tracking branch 'origin/master' into move_lib_to_sep_dirDaniel Molkentin
Conflicts: src/CMakeLists.txt src/gui/accountsettings.cpp src/gui/folderwizard.cpp src/gui/settingsdialog.cpp src/libsync/syncengine.h
2014-07-11Split into three separate projects: library, gui and cmdDaniel Molkentin