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
path: root/cmake
AgeCommit message (Collapse)Author
2021-10-06Fix CMake warning in FindLibcloudprovidersDominik Schmidt
2021-08-11Fix qrc aliasHannah von Reth
2021-07-28Refactor resource bundlingFabian Müller
2021-07-28Bundle translations using Qt resources systemFabian Müller
2021-07-28Cleanup: Remove deprecated filesHannah von Reth
2021-06-10Remove outdate man pagesHannah von Reth
2021-02-02Fix branded mac sidebar iconsHannah von Reth
2021-01-25Fix detection of availability of icon brandingHannah von Reth
2021-01-22Fix typoHannah von Reth
Fixes: #8379
2021-01-05Happy new year 2021Hannah von Reth
2020-12-21Add wizard_logo to the theme iconsHannah von Reth
2020-11-23Don't recurse the whole tree looking for a git dir, use PROJECT_SOURCE_DIRHannah von Reth
2020-11-04Use correct oem var for icon nameHannah von Reth
2020-11-04Put the theme name into the resource pathHannah von Reth
2020-11-04Generate theme qrc automatically, fall back to core iconsHannah von Reth
2020-04-23Plugins: Add a relative plugin search path on LinuxHannah von Reth
This fixes installations where the client is not installed in the same prefix as Qt Fixes: #7801
2020-02-25Merge remote-tracking branch 'origin/2.6'Olivier Goffart
Conflicts: CHANGELOG.md VERSION.cmake src/gui/MacOSXBundleInfo.plist src/gui/folderstatusmodel.h src/gui/settingsdialog.cpp
2020-01-22[CMAKE] QtKeychain provides a proper config file, no need to use a find scriptHannah von Reth
2020-01-22Remove unneeded codeHannah von Reth
2020-01-22Remove unused filesHannah von Reth
2020-01-22Happy new Year!Hannah von Reth
2020-01-20[CMAKE] Cleanup cmocka testsHannah von Reth
2020-01-09[CMAKE] Use FindINotify provided by ecmHannah von Reth
2020-01-09[CMAKE] Resolve some issues discovered during reviewHannah von Reth
2020-01-09[CMAKE] Do not create a deployable mac bundle during buildHannah von Reth
This simplifies the cmake scripts and reduces build times
2020-01-09[CMAKE] Use KDECmakeSettingsHannah von Reth
2020-01-09[CMAKE] Start using extra cmake modulesHannah von Reth
2019-10-08Merge remote-tracking branch 'origin/2.6'Olivier Goffart
2019-10-07Allow Dark ModeJürgen Weigert
(cherry picked from commit 1e101cbc3a6933461d84bbe3b30581323f552287)
2019-08-27Fix build with recent Clang (on Linux)Dominik Schmidt
2019-06-07libcloudproviders: Fix version extraction #7235Christian Kamm
2019-06-07Minimal libcloudproviders support #7209Christian Kamm
- Add it as an optional dependency for linux builds, controlled by WITH_LIBCLOUDPROVIDERS, which is enabled automatically if the dependencies are available. Note that >=0.3.0 is required. - Add code to export sync folders through the library and to add a minimal "Settings..." menu action. - Set up cloud provider registration by installing a file into a path like /usr/share/cloud-providers/. - DBus name and path are derived from APPLICATION_REV_DOMAIN by default and may be overridden with APPLICATION_CLOUDPROVIDERS_DBUS_NAME and APPLICATION_CLOUDPROVIDERS_DBUS_PATH if necessary.
2019-04-27WebKit: Remove more from macOS and NSIS builds #6451Markus Goetz
2019-02-22macOS: Opt out of dark mode for now #7043Markus Goetz
2018-10-18Fix icon name in Info.plistDominik Schmidt
2018-10-11Simplify Sparkle handling in CMakeDominik Schmidt
2018-06-27ECMAddAppIconMacro: Rename OUTFILE_BASE to OUTFILE_BASENAME and fix sidebar ↵Dominik Schmidt
icon resolutions
2018-06-27Fix app icon macroDominik Schmidt
2018-06-20Rename ocsync library to ${APPLICATION_EXECUTABLE}_csyncDominik Schmidt
2018-06-20Install libocsync to lib/ without subfolder.Dominik Schmidt
Installing to lib/${APPLICATION_EXECUTABLE} has caused a bunch of irritations in the past and subtle annoying to fix bugs. To avoid name clashes with branded clients ${APPLICATION_EXECUTABLE} becomes now part of the filename instead of the subfolder. The concrete motivation to change this now is that on Windows there is no RPATH and it's not possible to run owncloud directly from the Craft Root folder, which is nice when you're developing on Windows. It would have been possible to change this just for Windows but as written earlier this has caused lots of issues and thus I think it's a good idea to just stay consistent accross platforms when touching it.
2018-06-04FindSql3.cmake: Add the input variable in the search pathOlivier Goffart
Issue #6278
2018-05-30NSIS: SVG imageformats plugin DLL #6515Markus Goetz
2018-05-30NSIS: SVG DLL #6515Markus Goetz
2018-05-23Rename Placeholders to Virtual Files in code #6531Christian Kamm
2018-05-14Fix for png2icoDominik Schmidt
2018-05-14Fix create_windows_icon_and_rc invocation for png2icoDominik Schmidt
2018-05-14Add FindIcoTool.cmakeDominik Schmidt
2018-05-14Support icotool in ECMAddAppIcon macroDominik Schmidt
2018-04-23Fix a bunch of warning with clangOlivier Goffart
The option -Wno-discarded-qualifiers only exists with GCC, clang warns that it has no effects. Also it warns when some virtual fuction are marked with override but not all of them.
2018-04-19Placeholders: Support for macOS #6290Markus Goetz