summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Debugger: Do a hard shutdown when QML debugger is stoppedv4.1.0-rc1Ulf Hermann2016-08-031-1/+1
* Doc: Introduce a macro \macos to adapt to upcoming renamingshjk2016-08-0328-82/+83
* Doc: Update CPU Usage Analyzer screenshotLeena Miettinen2016-08-031-0/+0
* Debugger: Fix empty memory when viewing inaccessible addressDavid Schulz2016-08-031-1/+5
* Squish: Stabilize test for removal of break pointsChristian Stenger2016-08-031-0/+1
* Flat Light Theme: Fix inactive project tab in Projects modeAlessandro Portale2016-08-031-1/+1
* Doc: Describe Autorun CMake check box in CMake optionsLeena Miettinen2016-08-032-0/+11
* ProjectExplorer: Load images lazily in mini target selectorOrgad Shaneh2016-08-031-5/+2
* adjust to changed QMakeParser APIOswald Buddenhagen2016-08-031-5/+5
* Qt Creator Dark text color scheme: Fix #d64564Alessandro Portale2016-08-021-3/+3
* Doc: Describe C++ Options Getter and Setter tabLeena Miettinen2016-08-024-0/+10
* Doc: Restructure the beautifier topicLeena Miettinen2016-08-023-25/+22
* Doc: Describe requesting Clang warningsLeena Miettinen2016-08-022-4/+42
* Doc: Update screenshot of Clang Static Analyzer optionsLeena Miettinen2016-08-021-0/+0
* Doc: Update QML Profiler screenshotLeena Miettinen2016-08-021-0/+0
* Doc: Update screenshot of Build & Run General optionsLeena Miettinen2016-08-022-1/+1
* Doc: Add screenshot of Search Results > Find in File SystemLeena Miettinen2016-08-022-0/+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
* Doc: Add missing textLeena Miettinen2016-08-021-3/+3
* 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