summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QmlDesigner: Reset error messages wehen restarting puppetThomas Hartmann2017-04-042-0/+5
* ProjectExplorer: Small welcome page improvementAlessandro Portale2017-04-031-3/+4
* Update qbs submoduleChristian Kandeler2017-04-031-0/+0
* QmlDesigner: Ensure proper current text editor in edit modeThomas Hartmann2017-04-031-0/+1
* QmlDesigner: Handle missing type informationThomas Hartmann2017-04-033-0/+22
* QmlJSEditor: add some overrides to QmlJSOutlineWidgetTim Jenssen2017-04-031-4/+4
* QmlJSEditor: use direct member initializationTim Jenssen2017-04-036-33/+23
* QmlJSEditor: add missing class forwardTim Jenssen2017-04-031-0/+4
* QmlDesigner: Keep background color in integrated text editorThomas Hartmann2017-04-033-5/+9
* MSVCParser: De-noiseOrgad Shaneh2017-04-031-220/+218
* MSVCParser: Support "note" linesOrgad Shaneh2017-04-031-6/+21
* MSVCParser: Minor cleanupOrgad Shaneh2017-04-031-3/+3
* ProjectExplorer: Fix crash when deleting 2 filesOrgad Shaneh2017-04-031-9/+13
* CMake: Fix clean targetTobias Hunger2017-04-032-16/+14
* QmlProfiler: Improve robustness of flamegraph view testUlf Hermann2017-04-031-15/+19
* ProjectExplorer: Replace hard assertions with soft onesOrgad Shaneh2017-04-031-2/+2
* QbsPM: Fix size_t -> int conversion MSVC warning (64bit)Orgad Shaneh2017-04-021-1/+1
* Propagate cpuDir into QnxToolChainJames McDonnell2017-03-313-0/+32
* Update qbs submoduleJoerg Bornemann2017-03-314-5/+26
* CPaster: Fix accessing pastebin.comChristian Stenger2017-03-311-1/+1
* QmlDesigner: Allow Dialog in .ui.qml filesThomas Hartmann2017-03-311-2/+1
* Timeline: Don't select by typeId if the typeId is already selectedUlf Hermann2017-03-311-1/+1
* FlameGraph: Attribute extra space in root item to "others"Ulf Hermann2017-03-311-0/+4
* QmlDesigner: Set fusion style on ImportComboBoxThomas Hartmann2017-03-311-0/+4
* QmlJS: Add special severity for loading type informationThomas Hartmann2017-03-303-8/+12
* ProjectExlorer: Match filenames only to find filetypesTobias Hunger2017-03-301-1/+2
* QmakePM: Fix executableFor() on macOSChristian Stenger2017-03-301-3/+3
* 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
* 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
* 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