aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/4.6'Eike Ziller2018-02-01102-732/+1173
|\
| * 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
| * CMake: Ignore duplicate files in server-modeTobias Hunger2018-01-261-1/+5
| * CppTools: Use -isystem only for non-project includesIvan Donchevskii2018-01-261-3/+25
| * AutoTest: Simplify code for (de)selecting all itemsChristian Stenger2018-01-262-36/+7
| * AutoTest: Avoid unnecessary local objectChristian Stenger2018-01-262-4/+6
| * AutoTest: Ensure removal of empty items if possibleChristian Stenger2018-01-264-1/+13
| * QmlProfiler: Fix translations and tests for statistics viewUlf Hermann2018-01-261-18/+16
| * Clang: Handle cancelled future in ClangHoverHandlerNikolai Kosjar2018-01-261-1/+4
| * QmlDesigner: Show Fusion and Imagine style in comboboxThomas Hartmann2018-01-261-0/+2
| * QmlDesigner: Allow adding of resourcesThomas Hartmann2018-01-268-4/+150
| * AutoTest: Fix running test cases with groupingChristian Stenger2018-01-254-171/+183
| * AutoTest: Redo check state handlingChristian Stenger2018-01-256-96/+66
* | SerialTerminal: Add qbs project fileChristian Kandeler2018-01-312-0/+27
* | Debugger: Allow breakpoint items to be collapsedhjk2018-01-311-0/+1
* | Utils: Let tree items request collapsinghjk2018-01-313-2/+14
* | Make serialterminal plugin compilation depend on QtSerialPort presencehjk2018-01-311-2/+7
* | SerialTerminal: Fix compile for Qt less than 5.8Christian Stenger2018-01-311-1/+6
* | Core: Move left navigation view toggle button back to the lefthjk2018-01-301-1/+1
* | Core: Use a ModeManagerPrivate::appendMode(IMode *)hjk2018-01-301-23/+12
* | Plugins: new serial terminal pluginBenjamin Balga2018-01-3017-1/+2102
* | Android: Remove dependency on plugin object poolhjk2018-01-307-32/+42
* | Sqlite: Add a dtor to DatabaseUlf Hermann2018-01-302-0/+5
* | Timeline: Add some missing overrideUlf Hermann2018-01-301-2/+2
* | Clang: On the road to update and preprocessor supportMarco Bubke2018-01-2941-237/+839
* | Core: Force and rely on mode creation before extensionsInitializedhjk2018-01-293-15/+47
* | Core: Fix build failureTobias Hunger2018-01-291-1/+1
* | HelloWorld: Do not use global object pool anymorehjk2018-01-292-4/+7