aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Timeline: Fix event compression for non-default heightsv4.1.0Ulf Hermann2016-08-231-1/+5
* QbsProjectManager: Fix target changeChristian Kandeler2016-08-231-2/+0
* QMake: Fix crash when removing Qt version from kitTobias Hunger2016-08-221-3/+7
* Debugger: Fix environment settingshjk2016-08-221-0/+4
* Update qbs submoduleChristian Kandeler2016-08-191-0/+0
* ClangStaticAnalyzer: Simplify debuggingNikolai Kosjar2016-08-191-2/+10
* Fix icon path for function in keyword completionTobias Hunger2016-08-181-1/+1
* iostool: Removed unneeded link dependenciesEike Ziller2016-08-182-2/+1
* Help settings: Fix crash when removing multiple documentation setsEike Ziller2016-08-181-3/+8
* Git: Detect rebase even if rebase-apply does not contain "rebasing"Orgad Shaneh2016-08-181-1/+1
* Fix that clang static analyzer did not find built-in headersEike Ziller2016-08-182-4/+7
* CMake: Make sure top level CMakeLists.txt file is listed exactly onceTobias Hunger2016-08-171-1/+4
* CMake: Delete watched files when closing a projectTobias Hunger2016-08-171-0/+1
* Allow focusing the bookmark viewDavid Schulz2016-08-171-1/+1
* ProjectExplorer: Resolve any CurrentProject:<foo> in default build pathUlf Hermann2016-08-156-7/+11
* AutoTest: Fix setting working directoryChristian Stenger2016-08-083-33/+47
* Update qbs submoduleChristian Kandeler2016-08-051-0/+0
* Help: Fix fallback font family on UNIXChristian Stenger2016-08-051-1/+1
* Utils: Add a missing include in small stringOrgad Shaneh2016-08-041-0/+1
* Qml Designer Theming: Fix background colorAlessandro Portale2016-08-042-8/+3
* ResourceEditor: Fix typos in non-translatable, but user-visible stringsLeena Miettinen2016-08-041-1/+1
* Debugger: Add more safety net for failing dumperhjk2016-08-041-0/+7
* Nim: Set environment for running projectChristian Stenger2016-08-041-0/+1
* Nim: Removed wrong asserts triggered during restore of buildstepsFilippo Cucchetto2016-08-041-3/+1
* Debugger: Only use random QML port if none was givenUlf Hermann2016-08-041-10/+12
* 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