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
2019-10-07Fix warning about misspelled STRING in OWNCLOUD.cmakeOlivier Goffart
2018-05-23Rename Placeholders to Virtual Files in code #6531Christian Kamm
2018-04-18Merge branch 'placeholder-prototype'Christian Kamm
2018-04-18NSIS: Register placeholder extensionChristian Kamm
Also change the placeholder suffix config option to not include the dot, the dotless form is needed in the nsis script.
2018-03-16Apply branding to crashreporter resources fileDominik Schmidt
2017-09-27Packaging: Adjust APPNAME handling #5957Christian Kamm
Extracted and adjusted from packaging.diff by @jnweiger and @dschmidt
2017-06-01Set proper application name, icon name for freedesktop notificationsJulius Härtl
Use application name defined in OEM build configuration
2015-09-10Minor build etc typosPhil Davis
Just some random stuff I noticed while looking at how this beast is put together.
2015-02-25Crash Reporter: fix submit URLDaniel Molkentin
2015-02-12cmake: Lets do not explicitely set a APPLICATION_SHORTNAME.Klaas Freitag
That makes it defaulting to the APPLICATION_NAME which is ownCloud. That is what we want and expect to read the system exclude file from on linux. How we find the system exclude file linux: ConfigFile::excludeFileFromSystem() -> Theme::instance()->appName() -> OwncloudTheme::appName() returns "ownCloud" -> default Theme::appName() returns APPLICATION_SHORTNAME -> cmake installs to ${SYSCONFDIR}/${APPLICATION_SHORTNAME}
2015-01-28Set APPLICATION_SHORTNAME correctly, fixes prev. commitKlaas Freitag
2015-01-28cmake: Have a defined APPLICATION_SHORTNAME again.Klaas Freitag
The most scripts expect the APPLICATION_SHORTNAME to be a lowercase APPLICATION_NAME. Is needed in package building.
2014-12-10Merge remote-tracking branch 'origin/1.7'Christian Kamm
Conflicts: src/gui/folder.cpp src/gui/folder.h src/libsync/networkjobs.cpp src/libsync/owncloudpropagator.h src/libsync/propagatedownload.cpp
2014-12-03Mac installer: Make the installer background brandable for MacOSX.Klaas Freitag
2014-11-17OS X: Move previous fix to proper locationMarkus Goetz
2014-11-17OS X: Fix packages fileMarkus Goetz
2014-08-30Make crash reporter logo brandedDominik Schmidt
2014-08-28Add CRASHREPORTER_SUBMIT_URL to OWNCLOUD.cmakeDominik Schmidt
2014-02-12Respect skipUpdate policy from global config files and windows policy.Daniel Molkentin
2014-01-28Make Updater URL overridableDaniel Molkentin
2014-01-28Make update URL a compile time optionDaniel Molkentin
2013-08-23More adjustments around the application nameDaniel Molkentin
- libname is now derived from binary name (which is lowercase) - remove superflouos reimplementation of appName() in owncloud theme - APPLICATION_SHORTNAME is now optional (and if not set, equals APPLICATION_NAME
2013-01-10Consolidate theming support.Daniel Molkentin
This implements out-of-repository-theming, and removes the old custom.ini theming that never worked on all platforms and had no straight deployment story. The new approach requires the CMAKE variable OEM_THEME_DIR to point to a directory that must at least contain an OEM.cmake file (check OWNCLOUD.cmake for possible options) as well as a themes.qrc and a themes/ directory that directly correspond to the ones in the source tree.
2012-12-20Update About dialogDaniel Molkentin
2012-11-02Installer: Only show license on special requestDaniel Molkentin
GPL is a distribution license, and should thus not be required to be accepted upon installation.
2012-10-12Add license to Windows installerDaniel Molkentin
2012-10-09Prepare for Mac package signing.Daniel Molkentin
2012-09-24Drop the -client suffix.Daniel Molkentin
2012-09-21More templatization.Daniel Molkentin
2012-09-20CMake: Centralize all application-specific parameters.Daniel Molkentin