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

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-09-08Fix various deprecated warningsFelix Weilbach
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
2021-09-08Replace deprecated use of QProcess::start()Felix Weilbach
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
2020-05-26Use raw string literals when appropriateKevin Ottens
This is especially nice for Windows paths. Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
2019-09-08Moved macro definition due to timing issues while compiling when relying on ↵Dominique Fuchs
header inheritance Signed-off-by: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>
2019-09-08commit 222b2d did the trick. now streamlined use of ↵Dominique Fuchs
https://doc.qt.io/qt-5/qtglobal.html#QT_VERSION_CHECK Signed-off-by: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>
2019-09-08Further testing of cond. include of Qt library > 5.9. Utilized different macro.Dominique Fuchs
Signed-off-by: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>
2019-09-08Fixed logic error in QTLEGACY macro and added forgottin #if clause for ↵Dominique Fuchs
header file Signed-off-by: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>
2019-09-08Added macro definition and compile-time condition to support Qt < 5.9Dominique Fuchs
Signed-off-by: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>
2019-09-08Qt: Fixed numerous deprecated calls by adapting newer onesDominique Fuchs
Signed-off-by: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>
2017-10-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