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
2021-10-27Linux: FolderWatcher clean-upErik Verbruggen
Mostly modernising C++ code, and de-C-ifying it.
2021-10-27Make _ready member field private or constexprErik Verbruggen
Make _ready constexpr on macOS and Linux, so it doesnt' use any space. On Windows it's now private.
2020-02-10Run clang-tidy with modernize-use-overrideOlivier Goffart
And also replace all remaining Q_DECL_OVERRIDE to just override
2019-07-12FolderWatcher: Wait for ready before testing #7305Christian Kamm
2019-03-14FolderWatcher linux: Make automatically recursive #7068Christian Kamm
Previously it depended on addFolder() / removeFolder() calls to adjust watchers when new folders were added or removed. There also needed to be complex move handling. Now, any folder creation/move-in notifications automatically trigger watcher additions and folder deletion/move-out triggers removal.
2018-10-12Folderwatcher: On linux, fix paths after dir renames #6808Christian Kamm
If a folder was renamed A -> B, the folder watcher for the inode would be unaware and still report changes for A/foo. Now directory renames in the watched folders are tracked and paths are updated accordingly.
2017-05-17Apply clang-formatChristian Kamm
2016-10-25License: Adjust license of GPLv2 source files to GPLv2+Christian Kamm
See #5180
2015-06-29Use doxygen style everywhereDaniel Molkentin
2015-06-29Structure developer documentationDaniel Molkentin
- rename target "doc-dev" - group into modules - move to doc/dev
2014-11-10Adjust namespacesDaniel Molkentin
2014-07-11Split into three separate projects: library, gui and cmdDaniel Molkentin