| Commit message (Expand) | Author | Age | Files | Lines |
| * | Mark QStandardPath implementation security critical | Matthias Rauter | 2025-06-30 | 1 | -0/+1 |
| * | Replace qgetenv() calls converted to QString with qEnvironmentVariable() | Thiago Macieira | 2025-01-01 | 1 | -8/+8 |
| * | Add StateLocation & GenericStateLocation to StandardLocation | Jonathan Ketchker | 2023-09-07 | 1 | -0/+19 |
| * | QStandardPaths/Unix: adjust a comment after recent changes | Ahmad Samir | 2023-04-29 | 1 | -3/+3 |
| * | QStandardPaths/Unix: fix writableLocation() when test mode is enabled | Ahmad Samir | 2023-04-22 | 1 | -29/+35 |
| * | QStandardPaths/unix: ignore relative paths in all $XDG_* env vars | Ahmad Samir | 2023-02-01 | 1 | -5/+20 |
| * | QStandardPaths/Unix: fix logic in xdgDataDirs() function | Ahmad Samir | 2023-02-01 | 1 | -18/+25 |
| * | QStandardPaths/Unix: minor cleanup | Ahmad Samir | 2023-01-30 | 1 | -7/+10 |
| * | Port from container::count() and length() to size() - V5 | Marc Mutz | 2022-11-03 | 1 | -6/+6 |
| * | Port from container.count()/length() to size() | Marc Mutz | 2022-10-04 | 1 | -1/+1 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-05-16 | 1 | -39/+3 |
| * | QtCore: Replace remaining uses of QLatin1String with QLatin1StringView | Sona Kurazyan | 2022-03-26 | 1 | -2/+2 |
| * | QtCore: replace QLatin1String/QLatin1Char with _L1/u'' where applicable | Sona Kurazyan | 2022-03-25 | 1 | -40/+42 |
| * | Add PublicShare and Templates QStandardPaths | Björn Feber | 2022-01-01 | 1 | -0/+12 |
| * | QStandardPaths/Unix: use QStringTokenizer | Marc Mutz | 2021-08-16 | 1 | -3/+1 |
| * | QStandardPaths: Don't change permissions of XDG_RUNTIME_DIR | Alexander Volkov | 2020-11-30 | 1 | -29/+30 |
| * | QStandardPaths/Unix: improve the XDG_RUNTIME_DIR creation/detection | Thiago Macieira | 2020-08-25 | 1 | -47/+117 |
| * | Port remaining usages of QStringRef in QtCore to QStringView | Lars Knoll | 2020-06-12 | 1 | -2/+2 |
| * | Core: Use Qt::SplitBehavior in preference to QString::SplitBehavior | Edward Welbourne | 2020-02-28 | 1 | -1/+1 |
| * | Merge remote-tracking branch 'origin/5.13' into 5.14 | Qt Forward Merge Bot | 2019-10-24 | 1 | -22/+26 |
| |\ |
|
| | * | QStandardPaths: Correct handling for XDG_RUNTIME_DIR | Samuli Piippo | 2019-10-12 | 1 | -23/+28 |
| * | | Merge remote-tracking branch 'origin/5.13' into 5.14 | Liang Qi | 2019-10-10 | 1 | -0/+3 |
| |\| |
|
| | * | Include XDG font locations in QStandardPaths::FontsLocation on Linux | Alex Henrie | 2019-10-08 | 1 | -0/+3 |
| * | | QStandardPaths: don't build a QHash just to look up one key | Marc Mutz | 2019-07-29 | 1 | -41/+34 |
| * | | corelib/io: use qUtf16Printable(), %ls, qErrnoWarning() | Marc Mutz | 2019-05-29 | 1 | -9/+11 |
| * | | QStandardDirs: fix quadratic loop | Marc Mutz | 2019-05-21 | 1 | -8/+4 |
| |/ |
|
| * | wasm: disable XDG_RUNTIME_DIR warning | Morten Johan Sørvig | 2019-04-03 | 1 | -0/+2 |
| * | Modernize the "regularexpression" feature | Ulf Hermann | 2018-03-20 | 1 | -0/+2 |
| * | Fix build with -no-feature-regularexpression | Ulf Hermann | 2017-12-21 | 1 | -2/+2 |
| * | Migrate QStandardPaths to use QRegularExpression | Samuel Gaist | 2017-08-05 | 1 | -3/+5 |
| * | Fix some warnings found by QNX's compiler | Thiago Macieira | 2017-03-25 | 1 | -1/+1 |
| * | Fix QStandardPaths::FontsLocation to be compliant with the latest XDG spec | Lars Knoll | 2016-10-26 | 1 | -1/+4 |
| * | CoreLib: use QStringRef to optimize memory allocation | Anton Kudryavtsev | 2016-07-02 | 1 | -1/+1 |
| * | Updated license headers | Jani Heikkinen | 2016-01-15 | 1 | -14/+20 |
| * | QStandardPaths: warn if $XDG_RUNTIME_DIR doesn't exist | David Faure | 2015-12-22 | 1 | -8/+22 |
| * | Update copyright headers | Jani Heikkinen | 2015-02-11 | 1 | -7/+7 |
| * | QStandardPaths: add AppConfigLocation. | David Faure | 2015-01-09 | 1 | -9/+22 |
| * | Report the system error on why chmod(2) failed in XDG_RUNTIME_DIR | Thiago Macieira | 2014-10-31 | 1 | -1/+2 |
| * | Don't always chmod the XDG_RUNTIME_DIR | Thiago Macieira | 2014-10-31 | 1 | -1/+3 |
| * | Update license headers and add new license files | Matti Paaso | 2014-09-24 | 1 | -19/+11 |
| * | Add locations AppDataLocation, AppLocalDataLocation to QStandardPaths. | Friedemann Kleint | 2014-04-29 | 1 | -3/+5 |
| * | QStandardPaths: fix empty path in XDG_DATA_DIRS being treated as '/'. | David Faure | 2014-02-10 | 1 | -4/+11 |
| * | QStandardPaths: remove trailing slash when reading from user-dirs.dirs | David Faure | 2014-02-08 | 1 | -0/+2 |
| * | QStandardPaths: add GenericConfigLocation | David Faure | 2013-11-05 | 1 | -0/+2 |
| * | Normalise and deduplicate paths for XDG_DATA_DIRS | Martin Klapetek | 2013-09-09 | 1 | -0/+11 |
| * | Update copyright year in Digia's license headers | Sergio Ahumada | 2013-01-18 | 1 | -1/+1 |
| * | Warn when XDG_RUNTIME_DIR isn't set, as per XDG Base Dir Spec | David Faure | 2012-12-06 | 1 | -0/+1 |
| * | Allow QStandardPaths (Mac, Windows, Unix) to be bootstrapped | Thiago Macieira | 2012-11-02 | 1 | -1/+10 |
| * | Change copyrights from Nokia to Digia | Iikka Eklund | 2012-09-22 | 1 | -24/+24 |
| * | Remove code duplication in QStandardPaths implementations | David Faure | 2012-08-09 | 1 | -16/+4 |