summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* QmlDesigner: Fix macOS menu issue4.3Thomas Hartmann2017-08-101-2/+0
* QmlProfiler: Avoid empty timeline when restricting to rangesUlf Hermann2017-08-077-7/+139
* Dev package: Collect from all directories except tests/ and share/Eike Ziller2017-07-281-6/+5
* ModelEditor: Fix a crash moving packages into itselfJochen Becher2017-07-261-0/+7
* CMake: Fix progress calculation in server-modeTobias Hunger2017-07-253-2/+76
* Welcome: Add links to the new video tutorials from Tutorials tabLeena Miettinen2017-07-213-17/+30
* Modeling: Do not crash on invalid qmodel files in a projectTobias Hunger2017-07-131-1/+7
* Introduce setPerspectiveEnabledHannah von Reth2017-07-114-0/+19
* Qmljs: fix a crash when m_treeview is deletedTim Jenssen2017-07-111-4/+4
* QbsProjectManager: Fix qbs build against installed qbsChristian Kandeler2017-07-101-0/+1
* Qmlpuppet: add missing includesMarco Benelli2017-07-102-0/+3
* Fix the deployment target problem once and for allJake Petroules2017-07-072-2/+7
* Qbs: fix bundle installation with Qbs 1.8Jake Petroules2017-07-073-9/+6
* C++: Fix crash for invalid codeNikolai Kosjar2017-07-062-9/+14
* Update binaries' supported macOSEike Ziller2017-07-052-2/+2
* QmlJs: avoid overwrites by auto-completionMarco Benelli2017-07-043-27/+37
* ProjectExplorer: Introduce priorities for RunControlFactoriesv4.3.1hjk2017-06-283-1/+26
* AutoTest: Improve finding executables for cmake based projectsChristian Stenger2017-06-272-0/+13
* Qbs: Fix crash when renaming filesTim Jenssen2017-06-263-11/+20
* AutoTest: Fix finding runconfig for multiple build targetsChristian Stenger2017-06-261-8/+13
* Add more changes for 4.3.1Eike Ziller2017-06-261-0/+79
* Update qbs submoduleChristian Kandeler2017-06-261-0/+0
* QmlDesigner: Be more specific with overriding shortcutsThomas Hartmann2017-06-261-5/+9
* QmlJS: keep track of cursor position in reformattingMarco Benelli2017-06-261-4/+10
* ProjectExplorer: Fix crash in AppOutputPaneTobias Hunger2017-06-231-11/+9
* CMake: Return an empty project tree if parsing failedTobias Hunger2017-06-235-5/+11
* QmlDesigner: Avoid accidentally changing gradientsThomas Hartmann2017-06-234-17/+40
* QmlDesigner: Fix combobox for font familyThomas Hartmann2017-06-231-3/+26
* QmlDesigner: Use ";" as delimiter for QMLDESIGNER_RC_PATHSThomas Hartmann2017-06-221-1/+1
* Revert "Make the output window readonly, but still keyboard friendly"hjk2017-06-221-2/+0
* Debugger: Do not crash in (im)possible situationshjk2017-06-221-7/+15
* CMake: Fix logic for target filteringTobias Hunger2017-06-211-4/+4
* Tests: Fix compileChristian Stenger2017-06-212-2/+14
* Clang: fix intrinsic errors with boostIvan Donchevskii2017-06-211-0/+1
* CMake: Improve parsing of "CMake Error at" messagesTobias Hunger2017-06-211-1/+15
* CMake: Remove spurios newlinesTobias Hunger2017-06-211-1/+1
* ProjectExplorer: Do not use version manager cache in threadsTobias Hunger2017-06-206-17/+55
* CMake: Avoid duplicate build targetsTobias Hunger2017-06-201-1/+6
* CMake: Make sure no empty strings end up in deployment dataTobias Hunger2017-06-201-2/+7
* CMake: Only handle strings at start of lineTobias Hunger2017-06-201-8/+13
* CMake: Do not react to builds in the backgroundClaus Steuer2017-06-202-3/+16
* CMake: The first build of a cmake project always fails in tealeaf modeClaus Steuer2017-06-201-0/+4
* AppOutputPane: Do not reset the formatter after the RC has finishedChristian Kandeler2017-06-201-2/+0
* MacroExpander: Prevent loop with subprovidersTobias Hunger2017-06-203-7/+16
* CMake: Report more cmake errors in server modeTobias Hunger2017-06-202-2/+22
* CMake: Hide INTERNAL and STATIC configuration entries in Project UITobias Hunger2017-06-203-3/+11
* Qmake: Only offer Add Library wizard for qmake projectsTobias Hunger2017-06-201-1/+1
* Clang: substitute __float128 with short instead of voidOrgad Shaneh2017-06-201-1/+1
* Properly mark "Check for Updates" menu item as an app-specific itemJake Petroules2017-06-191-0/+1
* AutoTest: Fix handling of multiple build targetsChristian Stenger2017-06-1913-23/+78