summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qcommandlineparser.cpp
Commit message (Expand)AuthorAgeFilesLines
* QCommandLineParser: Warn invalid value callsAleix Pol2023-09-211-3/+9
* qcommandlineparser: use const method moreAnton Kudryavtsev2023-09-091-1/+1
* qcommandlineparser: use string view type moreAnton Kudryavtsev2023-08-231-1/+2
* qcommandlineparser: replace QSL with QL1SVAnton Kudryavtsev2023-08-221-2/+1
* Introduce QT_COMMAND_LINE_PARSER_NO_GUI_MESSAGE_BOXES environment varAmir Masoud Abdol2023-06-201-1/+2
* Doc: Allow qdoc to link to functions mentionedKai Köhne2023-06-091-6/+6
* Doc: Small fixes to QCommandLineParser overviewKai Köhne2023-06-061-10/+10
* Clean up phrasing of --help-all and other help optionsEdward Welbourne2023-05-151-5/+10
* QCommandLineParser: fix some narrowing conversion warningsAhmad Samir2023-04-251-15/+15
* DNS Lookup: Change local function to return struct instead of enumMårten Nordheim2023-03-021-6/+8
* Doc: Remove duplicate wordsAndreas Eliasson2023-02-281-1/+1
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-2/+2
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-3/+3
* Port from container.count()/length() to size()Marc Mutz2022-10-041-4/+4
* Use SPDX license identifiersLucie Gérard2022-05-161-39/+3
* QtCore: Replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-03-261-1/+1
* QtCore: replace QLatin1String/QLatin1Char with _L1/u'' where applicableSona Kurazyan2022-03-251-10/+12
* Core: Do not depend on transitive includesFabian Kosmale2022-03-171-0/+1
* QCommandLineParser: fix crash if there's no QCoreApplicationDavid Faure2021-03-011-3/+4
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-11-301-1/+1
* Whitespace cleanup in corelib/toolsAllan Sandfeld Jensen2020-10-211-1/+1
* Use QList instead of QVector in corelib implementationJarek Kobus2020-06-291-2/+2
* Port remaining usages of QStringRef in QtCore to QStringViewLars Knoll2020-06-121-1/+1
* Remove winrtOliver Wolff2020-06-061-10/+4
* QCommandLineParser: Wrap very long option names to leave room for descriptionsDavid Faure2020-05-011-10/+19
* corelib/tools: use qUtf16Printable() and %lsMarc Mutz2019-05-291-4/+4
* QCommandLineParser: add --help-all, to show Qt options as wellDavid Faure2019-05-151-14/+32
* QCommandLineParser: warn if defining a duplicate optionDavid Faure2019-04-041-1/+3
* QCommandLineParser: show application name in error messagesDavid Faure2018-12-201-1/+1
* QCommandLineParser: Ensure that an option text ends with a newlineAlexander Akulich2018-09-281-1/+5
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-161-0/+5
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-131-0/+5
| |\
| | * QCommandLineParser: call qCoreApp post routines before ::exit()David Faure2016-08-121-0/+5
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-031-3/+4
|\| |
| * | CoreLib: use const (and const APIs) moreAnton Kudryavtsev2016-04-181-3/+4
* | | QtCore: Remove Windows CE.Friedemann Kleint2016-03-301-4/+4
* | | Add QCommandLineOption::Flags containing HiddenFromHelp and ShortOptionStyleOlivier Goffart2016-03-231-3/+17
|/ /
* | QtCore: replace QStringLiteral with QLatin1String when appendingMarc Mutz2016-02-251-1/+1
* | Updated license headersJani Heikkinen2016-01-151-13/+19
* | Merge remote-tracking branch 'origin/5.6' into devFrederik Gladhorn2016-01-081-2/+8
|\|
| * Winrt: Show message when command line processing fails/usage should be shownOliver Wolff2016-01-051-2/+8
* | QtCore: eradicate all Q_FOREACH loops [tools]Marc Mutz2016-01-041-11/+9
* | Optimize string building in QCommandLineParserPrivate::helpText()Marc Mutz2015-12-291-20/+22
|/
* Fix \sinceLars Knoll2015-10-081-2/+2
* QtCore: mark some more types as movable/primitiveMarc Mutz2015-07-071-0/+1
* Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-031-4/+4
|\
| * Don't assign iterator to const_iteratorSérgio Martins2015-06-021-4/+4
* | QCommandLineParser: add parsing mode for options after argumentsDavid Faure2015-03-061-3/+44
* | QCommandLineParser: add support for hiding options from --help.David Faure2015-02-231-0/+2
|/
* Update copyright headersJani Heikkinen2015-02-111-6/+6