aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* ModelEditor: Add the zoom actions to tool barEike Ziller2018-02-062-16/+12
* ModelEditor: Simplify creation of commands and tool buttonsEike Ziller2018-02-064-51/+56
* Clang support: Fix UI textLeena Miettinen2018-02-061-3/+3
* Image viewer: Add include <QAction>Friedemann Kleint2018-02-061-0/+1
* Fix MinGW valgrind buildOliver Wolff2018-02-064-46/+26
* Gerrit: Fix UI textLeena Miettinen2018-02-052-11/+11
* QtSupport: Add setting for arbitrary features for a Qt versionTim Jenssen2018-02-053-4/+19
* Utils: Do not assume qtchooser target as validChristian Stenger2018-02-051-1/+2
* ModelEditor: Make constants header self-containedEike Ziller2018-02-051-0/+2
* ModelEditor: Move export actions to File menuEike Ziller2018-02-053-4/+8
* Unify zooming actions of image viewer and model editorEike Ziller2018-02-058-30/+49
* Add new settings to control new file dialogThomas Hartmann2018-02-051-1/+10
* Update qbs submoduleChristian Kandeler2018-02-051-0/+0
* JavaScriptFilter: Use QScriptEngine to avoid endless loopsAndre Hartmann2018-02-025-14/+55
* QmlDesigner: Do not show Backends tab in stand alone modeThomas Hartmann2018-02-021-1/+9
* Add project tab to navigatorThomas Hartmann2018-02-025-16/+80
* Build Qbs QML type info dynamicallyChristian Kandeler2018-02-021-0/+39
* QmlProject: Add support for setting the environmentThomas Hartmann2018-02-026-0/+40
* Clang: simplify column convertion callsIvan Donchevskii2018-02-014-7/+10
* Clang: Highlight invalid declarations as textNikolai Kosjar2018-02-014-0/+20
* Clang: Add commentary about column convertionIvan Donchevskii2018-02-016-4/+20
* Modeling: Fix unused argument warningOrgad Shaneh2018-02-011-0/+1
* ModelEditor: Remove code duplication in action handlerEike Ziller2018-02-014-129/+41
* ModelEditor: Remove unused methodsEike Ziller2018-02-011-21/+0
* QmlProfiler: Preserve statistics sorting order across model reloadsUlf Hermann2018-02-011-17/+37
* Accept qmlproject runconfigs on remotelinuxUlf Hermann2018-02-011-1/+12
* Timeline: Bind to Flickable's width for scrollingUlf Hermann2018-02-011-1/+9
* Clang: fix CINDEX_VERSION_MINOR for clang_getFileContentsIvan Donchevskii2018-02-011-2/+2
* Utils: use system case for environment variables on windowsDavid Schulz2018-02-013-1/+14
* ModelEditor: Do not needlessly add objects to the global poolEike Ziller2018-01-311-7/+0
* QmlDesigner: Add keyframe support to property editorThomas Hartmann2018-01-317-0/+75
* QmlDesigner: improve setupContext callsTim Jenssen2018-01-311-10/+10
* Android: Fix crash when creating new projectVikas Pachdha2018-01-311-5/+3
* Debugger: Fix typo leading to wrong settings behaviorhjk2018-01-311-1/+1
* Debugger: Use shared TerminalRunner also for CDBDavid Schulz2018-01-301-10/+7
* Debugger: Do not immediately assume engine setup doneChristian Stenger2018-01-301-1/+0
* QmlDesigner: Simplify settings in stand alone modeThomas Hartmann2018-01-293-3/+10
* QmlDesigner: Add setting that hints for a stand alone modeThomas Hartmann2018-01-292-0/+2
* Fix binding loops in Timeline and FlameGraphUlf Hermann2018-01-292-7/+9
* Fix inconsistency between tool tip and context helpEike Ziller2018-01-291-3/+6
* QmlProjectManager: Prepare for running on remote devicesUlf Hermann2018-01-298-53/+140
* Update qbs submoduleChristian Kandeler2018-01-291-0/+0
* Clang: Make clazy/tidy options part of the diagnostic configNikolai Kosjar2018-01-2913-191/+212
* Clang: Auto reparse if diagnostic config changesNikolai Kosjar2018-01-295-18/+81
* Clang: Use only one ClangProjectSettings instance per projectNikolai Kosjar2018-01-295-4/+52
* Clang: Avoid storing settings more than neededNikolai Kosjar2018-01-292-4/+8
* Clang: Let ClangProjectSettings announce changesNikolai Kosjar2018-01-292-10/+36
* Clang: Let CppCodeModelSettings announce invalidated diagnostic configsNikolai Kosjar2018-01-296-10/+63
* QmlDesigner: Fix crashThomas Hartmann2018-01-266-6/+6
* Clang: fix utf8 related column numbersIvan Donchevskii2018-01-2626-111/+106