summaryrefslogtreecommitdiff
path: root/src/qtpaths
Commit message (Collapse)AuthorAgeFilesLines
* clazy: Fix clazy-detaching-temporaryFriedemann Kleint2017-11-041-1/+1
| | | | | | | Fix in Qt Designer, pixeltool, qtattributionsscanner and qtpaths. Change-Id: Ideae055e8880552c1b8bf5a2a38326ac1356ffcb Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
* Unify license header usagev5.7.05.7.0Antti Kokko2016-06-101-2/+12
| | | | | | | Updated BSD license. Change-Id: Ie2521f94a2e8ed423f989e902e5eb88512814f71 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
* Remove extraneous . at the end of the optionThiago Macieira2016-05-101-1/+1
| | | | | Change-Id: Id69569111e7d4e619e22ffff144d170804b03699 Reviewed-by: Volker Krause <volker.krause@kdab.com>
* qtpaths: add ApplicationsLocationDavid Faure2015-02-231-0/+1
| | | | | | Change-Id: Iaf7d363e33e9806d46a8a495469c562aa5d2f6e8 Reviewed-by: Sune Vuorela <sune@vuorela.dk> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
* Update copyright headersAntti Kokko2015-02-141-2/+2
| | | | | | | | | | Qt copyrights are now in The Qt Company, so we could update the source code headers accordingly. In the same go we should also fix the links to point to qt.io. Change-Id: I7f14f408e04c5c4f73a913fae153adcffbebe38f Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> Reviewed-by: Jani Heikkinen <jani.heikkinen@theqtcompany.com>
* qtpaths: add missing GenericConfigLocation, exists since Qt 5.2.0David Faure2014-07-081-0/+1
| | | | | | Change-Id: I4d4ef2e0f33896984f436df6c9a033dd89866665 Reviewed-by: Sune Vuorela <sune@vuorela.dk> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
* Let qtpaths return a failure to the caller if it found nothingThiago Macieira2014-05-181-3/+6
| | | | | | | | | | Otherwise, the only hint that we get that nothing was found is an empty line. You could detect that from a shell by assigning to a variable and checking if it's empty (provided $IFS is set to a newline). But a return value is much easier. Change-Id: I00608be8a23a487c9f90a4080479c8f527a8eb3f Reviewed-by: David Faure <david.faure@kdab.com>
* qtpaths: Remove duplicate table entries.Dmitry Shachnev2013-11-011-2/+0
| | | | | | | | | Remove DesktopLocation and DocumentsLocation from lookupTableData as they were wrongly listed twice there. Change-Id: Ie8b91c294ead114c26857778cf644dbaba181d42 Reviewed-by: Sune Vuorela <sune@vuorela.dk> Reviewed-by: David Faure <david.faure@kdab.com>
* Command line client to standard pathsSune Vuorela2013-09-122-0/+301
This tool is usable within scripts and for debugging to query paths and executables and whatever QStandardPaths will report. Also a few additional outputs. See also: kde4-config tool. Change-Id: I1c10257df80da537eaa85354810dcc051211c602 Reviewed-by: David Faure <david.faure@kdab.com>