summaryrefslogtreecommitdiffstats
path: root/src/linguist
Commit message (Expand)AuthorAgeFilesLines
* Bump copyright yearFriedemann Kleint2017-03-271-1/+1
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-271-2/+6
|\
| * Fix lupdate to handle \u escapesEdward Welbourne2017-03-091-2/+6
* | Use join(QChar), join(QLatin1String) where applicableMarc Mutz2017-03-237-8/+8
* | Remove uses of QString::nullMarc Mutz2017-03-101-1/+1
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-101-63/+61
|\|
| * Fix whitespace and indentation of the tools' .plist filesFriedemann Kleint2017-01-251-63/+61
* | Cleanup QRegExp includesSamuel Gaist2017-03-077-0/+7
* | Remove obsolete linguist/qdoc.confv5.9.0-alpha1Friedemann Kleint2017-02-091-15/+0
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-253-40/+17
|\|
| * Update the tools' .plist filesFriedemann Kleint2017-01-251-5/+6
| * Windows: Fix copyright and product version of Assistant/Designer/LinguistFriedemann Kleint2017-01-232-33/+10
| * Be more explicit about linguist's module dependenciesUlf Hermann2017-01-041-2/+1
* | Added check of surrounding whitespaceMateusz Starzycki2017-01-197-0/+67
* | Fix grammar error in enum value PunctuationDiffer[s]Mateusz Starzycki2017-01-193-3/+3
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-1215-83/+163
|\|
| * fix numerus rules for armenianOswald Buddenhagen2016-12-061-1/+2
| * fix tatar plural rulesOswald Buddenhagen2016-12-061-1/+1
| * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-086-71/+148
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-046-71/+148
| | |\
| | | * lupdate: Add qrc resource file supportTakumi ASAKI2016-10-252-57/+109
| | | * prevent .prf files from postponing work to build passesOswald Buddenhagen2016-10-254-14/+39
| * | | Linguist: Delay translations of the file format descriptionsFriedemann Kleint2016-10-148-10/+12
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-1111-307/+632
|\| | |
| * | | add discard_from() functionOswald Buddenhagen2016-10-103-5/+45
| * | | make include(,<into>) implementation a bit less convolutedOswald Buddenhagen2016-10-102-6/+9
| * | | optimize operator+ ProString vs. char*Oswald Buddenhagen2016-10-101-2/+2
| * | | Support C++17 fallthrough attributeAllan Sandfeld Jensen2016-10-102-4/+4
| * | | add support for returning the command's exit status to $$system()Oswald Buddenhagen2016-10-102-6/+17
| * | | print no message at all when no argument is supplied to error()Oswald Buddenhagen2016-10-101-1/+1
| * | | Improve error reporting when parsing JSON filesLars Knoll2016-10-102-3/+9
| * | | add $$sorted() functionOswald Buddenhagen2016-10-102-1/+11
| * | | add $$str_member() functionOswald Buddenhagen2016-10-102-37/+74
| * | | add $$str_size() functionOswald Buddenhagen2016-10-101-2/+9
| * | | add $$num_add() (numeric addition) functionOswald Buddenhagen2016-10-101-2/+26
| * | | add $$take_first() and $$take_last() functionsOswald Buddenhagen2016-10-101-1/+18
| * | | remove remaining pointless conversions to QStringOswald Buddenhagen2016-10-101-27/+24
| * | | make split_value_list() take a QStringRef as inputOswald Buddenhagen2016-10-103-10/+12
| * | | make QMakeParser take a QStringRef as inputOswald Buddenhagen2016-10-105-26/+29
| * | | make QMakeEvaluator::isActiveConfig() take a QStringRef argumentOswald Buddenhagen2016-10-105-6/+15
| * | | add ProStringList::join(ProString) overload and make use of itOswald Buddenhagen2016-10-103-3/+8
| * | | introduce a new way to pass arbitrary arguments to the project fileOswald Buddenhagen2016-10-102-1/+12
| * | | add ProString::toLongLong() and make use of itOswald Buddenhagen2016-10-102-1/+2
| * | | remove pointless conversion to QString in isTrue()Oswald Buddenhagen2016-10-101-5/+4
| * | | remove pointless conversions to QString when converting to intOswald Buddenhagen2016-10-101-6/+6
| * | | optimize ProString::toInt()/toShort()Oswald Buddenhagen2016-10-101-2/+2
| * | | qmake: restore nothrow move special membersMarc Mutz2016-10-101-0/+14
| * | | qmake: de-duplicate QString::number() calls with same argAnton Kudryavtsev2016-10-101-2/+3
| * | | qmake: optimize container usage in the json handling.Anton Kudryavtsev2016-10-101-5/+11
| * | | qmake: use reserve to optimize memory allocationAnton Kudryavtsev2016-10-102-1/+6