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
2014-09-12Fix apple build.Tim Vandecasteele
The apple build was broken because the elseif in the CMakeLists is never triggered. Some code was not properly adapted for the new qtmacgoodies. Some paths were not adapted to new split.
2013-12-09Adjust Windows and Mac binaries package namesDaniel Molkentin
2013-12-09Add build number into versioning schemeDaniel Molkentin
This is an enabler to improve update experience
2013-01-25CPack: more parameterizationDaniel Molkentin
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-11-19Mac: Do not deploy DMG background, doesn't workDaniel Molkentin
2012-10-05Don't hardcode packag name on MacDaniel Molkentin
2012-09-20CMake: Centralize all application-specific parameters.Daniel Molkentin
2012-04-26Improve version handling in cmakeDominik Schmidt
2012-04-18Push version to 1.0.1 for installersKlaas Freitag
2012-04-16Make it buildable as bundle on OSXDominik Schmidt
2012-04-02bump windows installer version to 1.0.0 as well.Klaas Freitag
2012-04-02Add win32 packaging with nsiKlaas Freitag