summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QmlDesigner: A StateChangeScript can be the child of a StateThomas Hartmann2016-07-011-1/+2
* QmlDesigner: Remove hover effect from tab barThomas Hartmann2016-07-015-12/+0
* QmlDesigner: Unify the look of the tab barThomas Hartmann2016-07-014-6/+3
* QmlDesigner: Adding whitespace to MouseArea in item libraryThomas Hartmann2016-07-011-1/+1
* QmlDesigner: Change caption of tab bar in connection viewThomas Hartmann2016-07-011-1/+1
* QmlDesigner: Remove border radius from .cssThomas Hartmann2016-07-012-6/+0
* RemoteLinux: Use Qt5-style connectsOrgad Shaneh2016-07-0137-145/+151
* QmlDesigner: Set scrollbar css for dynamic properties viewThomas Hartmann2016-07-011-0/+3
* autotest: Fix warning on missing overrideTobias Hunger2016-07-011-1/+1
* Timeline: Fix a runtime error messageAlessandro Portale2016-07-011-5/+1
* WelcomePage: displayName is used and not displayTim Jenssen2016-07-011-1/+3
* qbs build: Replace deprecated constructsChristian Kandeler2016-06-302-6/+8
* QmakeAndroidSupport: Minor cleanupOrgad Shaneh2016-06-302-13/+27
* Ios: Use Qt5-style connectsOrgad Shaneh2016-06-3019-84/+60
* Help: Remove unused functionOrgad Shaneh2016-06-302-10/+0
* Help: Use Qt5-style connectsOrgad Shaneh2016-06-3032-222/+160
* Update qbs submodule.Christian Kandeler2016-06-304-6/+12
* Ask before reloading file changed with external editorRobert Loehning2016-06-303-3/+3
* Core: Assign an explicit parent for main editor areaChristian Stenger2016-06-301-0/+2
* Git: fix compilationNikita Baryshnikov2016-06-301-1/+1
* Merge remote-tracking branch 'origin/4.0' into 4.1Eike Ziller2016-06-301-2/+2
|\
| * Fix crashes with (Runnable|Connection)::is<T>()Eike Ziller2016-06-281-2/+2
* | ModelEditor: Zoom with Ctrl + mouse wheelJochen Becher2016-06-294-1/+41
* | QmlDesigner: fix regression from last code cleanupTim Jenssen2016-06-291-2/+2
* | QmlDesigner: Making adding signal handlers more user friendlyThomas Hartmann2016-06-294-5/+19
* | QmlDesigner.MetaInfo: Initiliase property info lazilyThomas Hartmann2016-06-291-6/+47
* | QmlDesigner: Update qrc filesThomas Hartmann2016-06-292-0/+21
* | QbsPM: Use Qt5-style connectsOrgad Shaneh2016-06-2921-135/+153
* | Utils: De-slot and complete Qt5 connectsOrgad Shaneh2016-06-2918-44/+21
* | GenericPM: Use Qt5-style connectsOrgad Shaneh2016-06-292-8/+7
* | QmlJSEditor: Minor cleanupOrgad Shaneh2016-06-291-4/+4
* | AutoTest: De-slot and complete Qt5-style connectsOrgad Shaneh2016-06-297-22/+9
* | Debugger: Consolidate icon storage handlinghjk2016-06-2815-183/+188
* | Debugger: Clean up debuggerengine.cpphjk2016-06-281-14/+13
* | Qmake: Add Qt:QMAKE_SPEC and Qt:QMAKE_XSPEC expandosTobias Hunger2016-06-281-0/+6
* | Qmake: Update description of Qt:QMAKE_MKSPECS expandoTobias Hunger2016-06-281-1/+1
* | QmlJS: Do not try the canonical file pathThomas Hartmann2016-06-281-7/+2
* | QmlDesigner: Fix crash in testsThomas Hartmann2016-06-281-4/+15
* | Debugger: Make RegisterModel a LeveledTreeModelhjk2016-06-282-4/+7
* | Debugger: Use a typed root item in ThreadModelhjk2016-06-282-5/+5
* | QmlJSEditor: Fix compile with Qt5.5Christian Stenger2016-06-281-2/+4
* | QmlDesigner: Fix regression caused by semantic checkThomas Hartmann2016-06-281-1/+2
* | Clang: Honor fixits own locationsNikolai Kosjar2016-06-283-23/+34
* | Merge remote-tracking branch 'origin/4.0' into 4.1Eike Ziller2016-06-2811-30/+68
|\ \ | |/
| * ProjectExplorer: Fix comparison with default-constructed Runnableshjk2016-06-241-0/+2
| * Fix compilation with QT_NO_ACCESSIBILITYEike Ziller2016-06-241-2/+5
| * Clang: Fix dot-arrow-correction for not-yet-parsed unsaved contentNikolai Kosjar2016-06-244-22/+39
| * Clang: Fix dot-arrow-correction for zero resultsNikolai Kosjar2016-06-245-6/+22
* | Qmake: Add a macro expander to get the currently configured mkspec of a kitTobias Hunger2016-06-282-0/+10
* | CMake: Only start parsing when creator gets focus againTobias Hunger2016-06-288-44/+99