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-03-04Send crash log as commentHannah von Reth
2020-11-04Fix crashreport build with svg iconHannah von Reth
2020-09-07Crashreporter: Apply the same hdpi settings as to the main guiHannah von Reth
Fixes: #8042
2020-03-17CMake: Do not use TARGET_FILE_DIR for installing into the main bundle.Dominik Schmidt
I thought this was the path of the executable inside the bundle but in reality it's some build folder that is plain wrong to use here. If anyone has a hint how to solve this more elegantly, let me know.
2020-03-17CMake: install cmdline client and crash reporter into main bundle on macOSDominik Schmidt
2020-03-17Do not install crashreporter as bundleDominik Schmidt
2020-01-09[CMAKE] Resolve some issues discovered during reviewHannah von Reth
2020-01-09[CMAKE] Use KDECmakeSettingsHannah von Reth
2019-01-14Do not run macdeployqt.py from CMake.Dominik 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-03-16Apply branding to crashreporter resources fileDominik Schmidt
2018-03-16Fix crash reporter iconDominik Schmidt
2018-01-14Fix windows cross build of the updater and bump libcrashreporter-qt revisionDominik Schmidt
2018-01-13Modernize out CMakeLists.txtOlivier Goffart
Mainly uses target_include_directories instead of include_directories so libraries public include directory get automatically added when adding the target in target_link_library
2018-01-13Build system: Get rid of QtVersionAbstraction.cmakeOlivier Goffart
Use modern cmake with target_link_libraries and Qt5:: that automatically add the include path and compile flags
2017-05-17Apply clang-formatChristian Kamm
2015-09-10cmd and crashreporter minor typosPhil Davis
nothing important here
2015-03-06Fix a crash in the crash reporter on OSXJocelyn Turcotte
The install_name of dependent libraries need to be updated like we do for cmd and gui.
2015-01-23CMake: Fixed the rpath settings to make the nighlies build again.Klaas Freitag
2014-08-30Add crash reporter to osx package and don't build it with ↵Dominik Schmidt
BUILD_LIBRARIES_ONLY enabled
2014-08-30Package installer if it was builtDominik Schmidt
2014-08-30Make crash reporter application name brandedDominik Schmidt
2014-08-30Make crash reporter logo brandedDominik Schmidt
2014-08-30Make crash reporter executable brandedDominik Schmidt
2014-08-28Add CRASHREPORTER_SUBMIT_URL to OWNCLOUD.cmakeDominik Schmidt
2014-08-28Use include path for libcrashreporter-qt instead of lengthy relative includeDominik Schmidt
2014-08-28Add CRASHREPORTER_SUBMIT_URL define and default it to some placeholder ↵Dominik Schmidt
owncloud url
2014-08-26Add crash reporter using libcrashreporter-qtDominik Schmidt