| Commit message (Expand) | Author | Age | Files | Lines |
| * | QCommandLineParser: fix crash if there's no QCoreApplication | David Faure | 2021-03-01 | 1 | -3/+4 |
| * | Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPE | Andreas Buhr | 2020-11-30 | 1 | -1/+1 |
| * | Whitespace cleanup in corelib/tools | Allan Sandfeld Jensen | 2020-10-21 | 1 | -1/+1 |
| * | Use QList instead of QVector in corelib implementation | Jarek Kobus | 2020-06-29 | 1 | -2/+2 |
| * | Port remaining usages of QStringRef in QtCore to QStringView | Lars Knoll | 2020-06-12 | 1 | -1/+1 |
| * | Remove winrt | Oliver Wolff | 2020-06-06 | 1 | -10/+4 |
| * | QCommandLineParser: Wrap very long option names to leave room for descriptions | David Faure | 2020-05-01 | 1 | -10/+19 |
| * | corelib/tools: use qUtf16Printable() and %ls | Marc Mutz | 2019-05-29 | 1 | -4/+4 |
| * | QCommandLineParser: add --help-all, to show Qt options as well | David Faure | 2019-05-15 | 1 | -14/+32 |
| * | QCommandLineParser: warn if defining a duplicate option | David Faure | 2019-04-04 | 1 | -1/+3 |
| * | QCommandLineParser: show application name in error messages | David Faure | 2018-12-20 | 1 | -1/+1 |
| * | QCommandLineParser: Ensure that an option text ends with a newline | Alexander Akulich | 2018-09-28 | 1 | -1/+5 |
| * | Merge remote-tracking branch 'origin/5.7' into dev | Liang Qi | 2016-08-16 | 1 | -0/+5 |
| |\ |
|
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7 | Liang Qi | 2016-08-13 | 1 | -0/+5 |
| | |\ |
|
| | | * | QCommandLineParser: call qCoreApp post routines before ::exit() | David Faure | 2016-08-12 | 1 | -0/+5 |
| * | | | Merge remote-tracking branch 'origin/5.7' into dev | Liang Qi | 2016-05-03 | 1 | -3/+4 |
| |\| | |
|
| | * | | CoreLib: use const (and const APIs) more | Anton Kudryavtsev | 2016-04-18 | 1 | -3/+4 |
| * | | | QtCore: Remove Windows CE. | Friedemann Kleint | 2016-03-30 | 1 | -4/+4 |
| * | | | Add QCommandLineOption::Flags containing HiddenFromHelp and ShortOptionStyle | Olivier Goffart | 2016-03-23 | 1 | -3/+17 |
| |/ / |
|
| * | | QtCore: replace QStringLiteral with QLatin1String when appending | Marc Mutz | 2016-02-25 | 1 | -1/+1 |
| * | | Updated license headers | Jani Heikkinen | 2016-01-15 | 1 | -13/+19 |
| * | | Merge remote-tracking branch 'origin/5.6' into dev | Frederik Gladhorn | 2016-01-08 | 1 | -2/+8 |
| |\| |
|
| | * | Winrt: Show message when command line processing fails/usage should be shown | Oliver Wolff | 2016-01-05 | 1 | -2/+8 |
| * | | QtCore: eradicate all Q_FOREACH loops [tools] | Marc Mutz | 2016-01-04 | 1 | -11/+9 |
| * | | Optimize string building in QCommandLineParserPrivate::helpText() | Marc Mutz | 2015-12-29 | 1 | -20/+22 |
| |/ |
|
| * | Fix \since | Lars Knoll | 2015-10-08 | 1 | -2/+2 |
| * | QtCore: mark some more types as movable/primitive | Marc Mutz | 2015-07-07 | 1 | -0/+1 |
| * | Merge remote-tracking branch 'origin/5.5' into dev | Simon Hausmann | 2015-06-03 | 1 | -4/+4 |
| |\ |
|
| | * | Don't assign iterator to const_iterator | Sérgio Martins | 2015-06-02 | 1 | -4/+4 |
| * | | QCommandLineParser: add parsing mode for options after arguments | David Faure | 2015-03-06 | 1 | -3/+44 |
| * | | QCommandLineParser: add support for hiding options from --help. | David Faure | 2015-02-23 | 1 | -0/+2 |
| |/ |
|
| * | Update copyright headers | Jani Heikkinen | 2015-02-11 | 1 | -6/+6 |
| * | Merge remote-tracking branch 'origin/5.4' into dev | Simon Hausmann | 2014-12-18 | 1 | -3/+5 |
| |\ |
|
| | * | Doc: corrected documentation addOptions() | Nico Vertriest | 2014-12-12 | 1 | -3/+5 |
| * | | QCommandLineParser: Show usage and errors in message boxes on Windows. | Friedemann Kleint | 2014-11-27 | 1 | -20/+48 |
| |/ |
|
| * | Update license headers and add new license files | Matti Paaso | 2014-09-24 | 1 | -18/+10 |
| * | QCommandLineParser: support extremely concise option configuration in C++11 | Marc Mutz | 2014-08-06 | 1 | -0/+22 |
| * | Merge remote-tracking branch 'origin/stable' into dev | Frederik Gladhorn | 2014-03-24 | 1 | -0/+72 |
| |\ |
|
| | * | Use QCommandLineParser in example dnslookup. | Friedemann Kleint | 2014-03-15 | 1 | -0/+72 |
| * | | Add QCommandLineParser::showVersion(), similar to showHelp(). | David Faure | 2014-03-14 | 1 | -4/+18 |
| |/ |
|
| * | Make QCommandLineParser not crash if passed a bad QCommandLineOption | Thiago Macieira | 2014-01-16 | 1 | -1/+2 |
| * | QCommandLineParser: pluck some low-hanging fruit re: exception safety | Marc Mutz | 2013-12-06 | 1 | -2/+2 |
| * | QCommandLineParser: add word-wrapping algorithm | David Faure | 2013-11-17 | 1 | -5/+44 |
| * | Doc: Adding mark-up to boolean default values. | Jerome Pasion | 2013-10-08 | 1 | -8/+8 |
| * | QCommandLineParser: improve implementation | David Faure | 2013-09-10 | 1 | -11/+9 |
| * | QCommandLineParser: improve documentation | David Faure | 2013-09-10 | 1 | -29/+43 |
| * | Long live QCommandLineParser! | David Faure | 2013-08-24 | 1 | -0/+896 |