summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qstandardpaths_win.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Add locations AppDataLocation, AppLocalDataLocation to QStandardPaths.Friedemann Kleint2014-04-291-12/+22
* Fix build on [older] MinGWKonstantin Ritt2014-03-291-1/+1
* Implement DownloadLocation retrieving using SHGetKnownFolderPathSamuel Gaist2014-03-251-1/+24
* Windows/Windows CE: Do not dynamically load shell32/coredll.Friedemann Kleint2014-01-071-21/+1
* Add Asset Locations to QStandardPaths::DataLocationAlan Alpert2013-12-101-0/+6
* QStandardPaths: add GenericConfigLocationDavid Faure2013-11-051-4/+6
* QStandardPaths: Use forward slash consistently.Friedemann Kleint2013-02-271-2/+2
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Allow QStandardPaths (Mac, Windows, Unix) to be bootstrappedThiago Macieira2012-11-021-0/+7
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Revert "Use true and false in preference to TRUE and FALSE"Sergio Ahumada2012-09-071-10/+10
* Use true and false in preference to TRUE and FALSESergio Ahumada2012-09-051-10/+10
* Remove code duplication in QStandardPaths implementationsDavid Faure2012-08-091-13/+1
* Add bool QStandardPaths::isTestModeEnabled()David Faure2012-08-091-0/+5
* Use QtCore instead of QtGui for the standardpaths comments to be correctLaszlo Papp2012-08-011-1/+1
* Allow auto tests to stay away from the user's configuration.David Faure2012-03-281-0/+9
* QStandardPaths: implement displayName() on all platforms.David Faure2012-03-221-6/+0
* Don't include qguifunctions_wince.h in QtCore.Andreas Holzammer2012-02-081-1/+0
* Use Q_OS_WINCE instead of Q_WS_WINCEAndreas Holzammer2012-02-071-1/+1
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* QStandardPaths: remove unused includes (leftovers from qdesktopservices)David Faure2012-01-261-4/+0
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* QStandardPaths: add GenericCacheLocation.David Faure2012-01-031-0/+3
* QStandardPaths: add DownloadLocation.David Faure2011-11-041-0/+1
* Rename storageLocation() to writableLocation().David Faure2011-10-231-3/+3
* Add QStandardPaths::RuntimeLocation, for sockets ($XDG_RUNTIME_DIR)David Faure2011-10-231-5/+3
* QStandardPaths: add Config and GenericData, add methodsDavid Faure2011-10-231-18/+71
* Move path information from QDesktopServices (gui) to QStandardPaths (core)David Faure2011-10-231-0/+167