summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Debugger: Do a hard shutdown when QML debugger is stoppedv4.1.0-rc1Ulf Hermann2016-08-031-1/+1
* Debugger: Fix empty memory when viewing inaccessible addressDavid Schulz2016-08-031-1/+5
* ProjectExplorer: Load images lazily in mini target selectorOrgad Shaneh2016-08-031-5/+2
* Debugger: Fix startup of PdbEngineChristian Stenger2016-08-021-0/+4
* Debugger: Only clear the locals view when updating the QML localsUlf Hermann2016-08-021-1/+1
* Debugger: Register step out action also for QMLUlf Hermann2016-08-021-2/+1
* Improve error reporting when parsing JSON filesLars Knoll2016-08-022-3/+9
* add $$sorted() functionOswald Buddenhagen2016-08-022-1/+11
* add $$str_member() functionOswald Buddenhagen2016-08-022-37/+74
* add $$str_size() functionOswald Buddenhagen2016-08-021-2/+9
* add $$num_add() (numeric addition) functionOswald Buddenhagen2016-08-021-2/+26
* add $$take_first() and $$take_last() functionsOswald Buddenhagen2016-08-021-1/+18
* make split_value_list() take a QStringRef as inputOswald Buddenhagen2016-08-023-10/+12
* make QMakeParser take a QStringRef as inputOswald Buddenhagen2016-08-027-29/+33
* add ProStringList::join(ProString) overload and make use of itOswald Buddenhagen2016-08-023-3/+8
* introduce a new way to pass arbitrary arguments to the project fileOswald Buddenhagen2016-08-022-1/+12
* add ProString::toLongLong() and make use of itOswald Buddenhagen2016-08-022-1/+2
* remove pointless conversion to QString in isTrue()Oswald Buddenhagen2016-08-021-5/+4
* remove pointless conversions to QString when converting to intOswald Buddenhagen2016-08-021-6/+6
* optimize ProString::toInt()/toShort()Oswald Buddenhagen2016-08-021-2/+2
* qmake: restore nothrow move special membersMarc Mutz2016-08-021-0/+14
* qmake: de-duplicate QString::number() calls with same argAnton Kudryavtsev2016-08-021-2/+3
* qmake: optimize container usage in the json handlingAnton Kudryavtsev2016-08-021-5/+11
* qmake: use reserve to optimize memory allocationAnton Kudryavtsev2016-08-022-1/+6
* qmake: eradicate Q_FOREACH loops [already const]Marc Mutz2016-08-024-18/+18
* qmake: eradicate Q_FOREACH loops [rvalues]Marc Mutz2016-08-023-17/+34
* qmake: don't iterate over .keys()Marc Mutz2016-08-021-2/+2
* qmake: replace a Q_FOREACH loop with QList::op+=Marc Mutz2016-08-021-4/+1
* QMake: Add option to set qt.conf fileDavid Schulz2016-08-023-1/+9
* terminate when command called by system() got SIGINT or SIGQUITOswald Buddenhagen2016-08-021-3/+10
* fix raw data leak in $$absolute_path()Oswald Buddenhagen2016-08-021-1/+5
* fix calculations of worst-case size requirements for token bufferOswald Buddenhagen2016-08-021-6/+9
* fix custom functions inheriting other functions' argumentsOswald Buddenhagen2016-08-021-17/+39
* make error() propagate from requires() and REQUIRES=Oswald Buddenhagen2016-08-023-6/+12
* make error() propagate from custom replace functionsOswald Buddenhagen2016-08-022-51/+73
* fix error() not propagating through if()Oswald Buddenhagen2016-08-023-7/+8
* nuke dead expandVariableReferences() overload prototypeOswald Buddenhagen2016-08-021-1/+0
* qmake: Fix missing newlines in generated vcxproj filesMat Sutcliffe2016-08-022-2/+9
* qmake: fix UB in QMakeParser::putHashStr()Marc Mutz2016-08-021-1/+2
* QMake: replace QStringLiteral with QLatin1StringAnton Kudryavtsev2016-08-021-1/+1
* make write_file() capable of making files (not) executableOswald Buddenhagen2016-08-024-13/+36
* Core: Fix tab order in several UI formsNazar Gerasymchuk2016-08-015-0/+53
* CppEditor: Adjust completer tests to latest changesDavid Schulz2016-08-011-1/+1
* QmlDesigner: make gotoCodeClicked more saferTim Jenssen2016-08-011-6/+6
* Debugger: Add new build path do automatic source mappingshjk2016-08-011-1/+2
* Debugger: Remove unused DebuggerKitConfigWidget::indexOf()hjk2016-08-012-11/+0
* Tests: Only disable crashhandler on UNIXChristian Stenger2016-08-011-1/+3
* Android: Run stop() asynchronouslyUlf Hermann2016-08-012-7/+12
* Android: Don't use blocking queued connections for running psUlf Hermann2016-08-012-21/+15
* Update qbs submoduleChristian Kandeler2016-08-011-0/+0