nextcloud-desktop/src
Daniel Molkentin d3d202de68 Fix dataLocation on Linux/BSD
From the Qt 5 documentation:

  Note: when porting QDesktopServices::DataLocation(obsolete)
        to QStandardPaths::DataLocation, a different path will
        be returned.

        QDesktopServices::DataLocation was GenericDataLocation
        + "/data/organization/application", while
        QStandardPaths::DataLocation is GenericDataLocation
        + "/organization/application".

We'll resort to the deprecated version, since we'll need to fix
data locations to be XDG compliant sooner than later anyway
(currently scheduled for 1.8)
2014-04-09 14:59:08 +02:00
..
3rdparty Fast forwarded qtmacgoodies 2014-03-27 10:39:56 +01:00
creds Include correct QtKeychain headers 2014-04-07 17:46:06 +02:00
mirall Fix dataLocation on Linux/BSD 2014-04-09 14:59:08 +02:00
owncloudcmd Remove undeeded includes 2014-04-02 16:23:57 +02:00
updater OCUpdater: Compare to the current version 2014-03-18 00:28:26 +01:00
wizard Merge pull request #1446 from owncloud/remove-tooltip 2014-03-25 20:16:26 +01:00
CMakeLists.txt Add Qt Keychain also when building with Qt5 2014-04-08 10:56:07 +02:00
main.cpp Add Tests, make Updater classes into a static lib 2014-01-29 10:43:21 +01:00