summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* | CMake: Add per-cmake option to not automatically run cmakeTobias Hunger2016-06-284-16/+62
* | QmlJS[|Editor|Tools]: Use Qt5-style connectsOrgad Shaneh2016-06-2832-166/+143
* | Fix Ctrl+M (bookmark) in editor when help mode is visibleEike Ziller2016-06-282-6/+8
* | CppTools/Clang: Announce only removed project partsNikolai Kosjar2016-06-281-12/+12
* | Debugger: De-slotOrgad Shaneh2016-06-2816-60/+43
* | Debugger: Mark handleResponse as Q_INVOKABLEOrgad Shaneh2016-06-281-1/+1
* | Debugger: Remove string freeze workaroundhjk2016-06-281-3/+2
* | Qmake: Do not turn a CONFIG variable with spaces into severalTobias Hunger2016-06-271-2/+3
* | QmlDesigner: small code cleanupTim Jenssen2016-06-271-2/+2
* | QmlDesigner: take the setting into accountTim Jenssen2016-06-271-1/+7
* | QmlDesigner: Propose to open a .ui.qml file instead of .qmlThomas Hartmann2016-06-279-9/+284
* | QmlDesigner: adding openuiqmlfiledialog files to qbs fileTim Jenssen2016-06-271-0/+3
* | QmlDesigner: Improve performance of item libraryThomas Hartmann2016-06-272-2/+14
* | RunConfigurationAspects: Clean up includesTobias Hunger2016-06-271-2/+0
* | WorkingDirectoryAspect: Expand macros first, then expand variablesTobias Hunger2016-06-271-3/+3
* | RunConfigurationAspect: Re-enable macro substitutionTobias Hunger2016-06-271-9/+5
* | Merge "Merge remote-tracking branch 'origin/master' into 4.1" into 4.1Eike Ziller2016-06-2782-216/+813
|\ \