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-27Fix warnings for using deprecated Qt APIErik Verbruggen
This patch only fixes those warnings that we can still build against Qt 5.12.
2021-06-16Remove possible qt containers detach (#8727)Aleksey Lysenko
* Replaced obsolete foreach-loops with for-loops * Added a copy of queries into SqlDatabase::close * Used const reference to avoid unneeded copying * Fixed Qt containers possible detach within for-loop * Removed unneeded copies before for-loops
2021-04-26Use a proper member instead of a propertyHannah von Reth
2020-07-14Fix deprecation warningHannah von Reth
Qt does not support Windows < 7 sine Qt 5.7
2017-09-05Move Utility to a new common static libraryJocelyn Turcotte
Now that csync builds as C++, this will avoid having to implement functionalities needed by csync mandatorily in csync itself. This library is built as part of libocsync and symbols exported through it. This requires a relicense of Utility as LGPL. All classes moved into this library from src/libsync will need to be relicensed as well.
2017-05-17Apply clang-formatChristian Kamm
2017-05-11Use Qt logging categories for loggingJocelyn Turcotte
This gives more insight about the logs and allow setting fine-tuned logging rules. The categories are set to only output Info by default so this allows us to provide more concise logging while keeping the ability to extract more information for a specific category when developping or debugging customer issues. Issue #5647
2016-10-25License: Adjust license of GPLv2 source files to GPLv2+Christian Kamm
See #5180
2015-02-06Windows: Fix opening activity entries with a space in the nameJocelyn Turcotte
This fixes #2601
2014-11-10Adjust namespacesDaniel Molkentin
2014-10-29Merge remote-tracking branch 'origin/1.7'Daniel Molkentin
Conflicts: src/libsync/syncjournaldb.cpp test/CMakeLists.txt
2014-07-11Split into three separate projects: library, gui and cmdDaniel Molkentin