summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* QmlProfiler: Load notes data only after models are availablev4.3.0-beta1Ulf Hermann2017-03-292-1/+1
* Debugger: Fix command setting active frameDavid Schulz2017-03-291-1/+1
* AutoTest: Fix handling of Qbs when searching for BuildTargetInfoChristian Stenger2017-03-291-2/+6
* AutoTest: Fix senseless error messageChristian Stenger2017-03-291-2/+1
* Timeline: Use ScrollView's rather than Flickable's width for scrollingUlf Hermann2017-03-291-6/+6
* Timeline: Fix timelinerenderer testUlf Hermann2017-03-291-4/+4
* Project: Set filepath on ContainerNodeTobias Hunger2017-03-292-8/+11
* Project: Move ProjectDocument setup into Project classTobias Hunger2017-03-2911-31/+23
* CMake: Move headers into their own folder in server-modeTobias Hunger2017-03-292-43/+50
* ProjectExplorer: Provide ProjectDocument and use it in all projectsTobias Hunger2017-03-2923-476/+80
* QmlDesigner: Remove dead codeThomas Hartmann2017-03-291-5/+0
* Utils: Adjust name fillWithZero()Thomas Hartmann2017-03-293-3/+3
* Core: Do not warn about big file that is already openOrgad Shaneh2017-03-291-6/+3
* Qmake: Add variable choosers where variables are parsedOrgad Shaneh2017-03-296-1/+23
* CMake: Speed up extra compiler processing a bitTobias Hunger2017-03-291-15/+26
* Debugger: Reset expression syntax after evaluateDavid Schulz2017-03-291-1/+5
* Remove unneeded includesJarek Kobus2017-03-282-4/+0
* Guard against infinite loop in pathOrDirectoryFor(Node*,bool)Eike Ziller2017-03-281-1/+1
* Support diff a file from project explorer against the current fileJarek Kobus2017-03-286-0/+88
* QmakePM: Fix toolchain executable comparisonOrgad Shaneh2017-03-281-1/+1
* QmakeProjectManager: Remove unused QmakePrifile::buildsFile()hjk2017-03-282-10/+0
* QmlDesigner: Remove dead codeRobert Loehning2017-03-281-4/+1
* Add change log for 4.3Eike Ziller2017-03-281-0/+215
* QmlDesigner: Remove warning widget from DesignModeWidgetThomas Hartmann2017-03-283-51/+1
* Utils: Use brace initialization instead of constructor and 0Thomas Hartmann2017-03-281-1/+1
* Beautifier: Fix tab order of Uncrustify's option pageLorenz Haas2017-03-281-9/+0
* Beautifier: Remove code that has no effectLorenz Haas2017-03-281-1/+0
* Timeline: Fix and clarify index lookupUlf Hermann2017-03-281-6/+10
* Timeline: Further optimize item selectionUlf Hermann2017-03-282-65/+141
* Timeline: Add functions to find "best" and parent index in a modelUlf Hermann2017-03-282-0/+39
* Debugger: Use native value for pointer dereferenceDavid Schulz2017-03-284-9/+38
* ProjectExplorer: De-virtualize Project::files()hjk2017-03-281-2/+2
* ProjectExplorer: Fix enabling state of main project nodeshjk2017-03-287-43/+79
* Debugger: Disable QObject property dumper test on WindowsDavid Schulz2017-03-281-4/+6
* AutoTest: Fix warning for guessed configsChristian Stenger2017-03-281-10/+7
* AutoTest: Re-do completeTestInformation()Christian Stenger2017-03-283-128/+60
* CMakePM: Fix assignment of build system targetChristian Stenger2017-03-282-8/+11
* QmlDesigner: Re-add core-private also in qbs buildOrgad Shaneh2017-03-271-1/+1
* ProjectExplorer: Handle project file list globallyTobias Hunger2017-03-2719-200/+43
* CMake: Fix WSTobias Hunger2017-03-271-1/+1
* QmlJSModelManager: Avoid needless Mime database lookupsTobias Hunger2017-03-271-13/+14
* Debugger: Cache reference to an unresolvables type as structDavid Schulz2017-03-271-8/+8
* Debugger: Add dumper for Utf8StringDavid Schulz2017-03-271-0/+4
* ProjectExplorer: Show something during parsing againhjk2017-03-271-0/+1
* ProjectExplorer: Add missing breaks to switch in Abi classTobias Hunger2017-03-271-0/+2
* CMake: Break loop in error handlingTobias Hunger2017-03-272-2/+26
* CMake: Speed up server-mode readerTobias Hunger2017-03-272-27/+38
* ProjectNodes: Enable nested nodes outside of the top level nodeTobias Hunger2017-03-271-0/+1
* Timeline: Only search hovered events when !selectionLockedUlf Hermann2017-03-272-35/+18
* ProjectExplorer: Remove unused Project::displayName() signalhjk2017-03-272-2/+0