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 (Expand)Author
2012-12-06Add windows backend, require Inotify on LinuxDaniel Molkentin
2012-11-28Fix cmake checks on QtKeyChain.Klaas Freitag
2012-11-27Add qtkeychain to cmake - WIP read password from keychain.Dominik Schmidt
2012-11-25Add doc cmake targets (HTML, PDF, QtHelp, CHM, man)Daniel Molkentin
2012-11-19Mac: Deploy sync-exclude.lst to bundle at build timeDaniel Molkentin
2012-10-26Add testing skeletonDominik Schmidt
2012-10-06Fix SYCCONFIGDIR => SYSCONFDIR.Klaas Freitag
2012-10-06Fix SYSCONFIGDIR install of the sync-exclude file.Klaas Freitag
2012-09-27Read sync-exclude.lst from /etc/ownCloud, renamed from exclude.lst.Klaas Freitag
2012-09-26CMake: Finding files requires reference to srcdirDaniel Molkentin
2012-09-20CMake: Centralize all application-specific parameters.Daniel Molkentin
2012-09-18Use a macro THEME_CLASS from CMakeLists.txt instead of ifdefs.Klaas Freitag
2012-08-06Disable not building in bundle mode on OSX. Unless someone tests that codepat...Dominik Schmidt
2012-07-30Fix build with UNICODE under windows, fix USE_INOTIFY initialization.Klaas Freitag
2012-07-26Merge commit 'refs/merge-requests/9' of git://gitorious.org/owncloud/mirall i...Klaas Freitag
2012-07-26Merge commit 'refs/merge-requests/8' of git://gitorious.org/owncloud/mirall i...Klaas Freitag
2012-07-20Check the system for inotify in cmake and use a config.h file.Klaas Freitag
2012-07-20Fix SYSCONFIGDIR check, Patch from RiddellKlaas Freitag
2012-07-19Make building of tests configurable via configuration switch.Michael Georg Hansen
2012-07-19Configure version.h into the build directory, not the source directory.Michael Georg Hansen
2012-06-22Back to SYSCONFDIR again :-/Klaas Freitag
2012-06-18Fix a typo in ssl dialogKlaas Freitag
2012-05-21A lot of krazy2 (codechecker) fixes.Klaas Freitag
2012-05-16Install exclude list to /etcKlaas Freitag
2012-05-11write version set in VERSION.cmake to version.hKlaas Freitag
2012-05-02Make OWNCLOUD_CLIENT compile flag depending on the compile target.Klaas Freitag
2012-04-30Add russian translation contributed by cas@altlinux.ruKlaas Freitag
2012-04-26Handle SYSCONFDIR correctlyDominik Schmidt
2012-04-23Decreased the needed cmake version to 2.6Klaas Freitag
2012-04-21Backport to Qt 4.6 finished - test against a local installation of owncloud v...Thomas Müller
2012-04-18Install exclude.lst to /etc, not to /usr/etc.Klaas Freitag
2012-04-18Qt version requirement is 4.7Thomas Mueller
2012-04-16Make it buildable as bundle on OSXDominik Schmidt
2012-04-15Removed obsolete QWebdav class from CMakeKlaas Freitag
2012-04-14Use CMAKE_INSTALL_SYSCONFDIR instead of /etcDominik Schmidt
2012-04-02enable install of exclude.lst againKlaas Freitag
2012-04-02remove test setting of own version.Klaas Freitag
2012-04-02install exclude list to /etc.Klaas Freitag
2012-04-02install the exclude list.Klaas Freitag
2012-04-02- enable WIN32 buildKlaas Freitag
2012-03-26added translations of the application.Klaas Freitag
2012-03-14Built a portable version of FindCSync that finds dev setup stuff.Klaas Freitag
2012-03-01Changes to build for mingw32 properly.Klaas Freitag
2012-02-16introduced a theming class to build the traditional mirall clientKlaas Freitag
2011-09-26Add a sitecopy backend to mirall, some GUI cleanupsKlaas Freitag
2011-04-07gDuncan Mac-Vicar P
2011-04-06preparing for first packagingDuncan Mac-Vicar P
2011-03-31- refactor tests repeat-myself with a cmake macroDuncan Mac-Vicar P
2011-03-18- introduce a tmp dir class and rm-rf util functionDuncan Mac-Vicar P
2011-02-17first port to C++Duncan Mac-Vicar P