aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* ProjectExplorer: Persist "Automatically create runconfigs" settinghjk2019-01-071-0/+4
* ProjectExplorer: Handle promptToStopRunControl properly againhjk2019-01-071-0/+1
* System settings: Don't let terminal drop down vanishEike Ziller2019-01-071-2/+7
* qmljs: relax checks on Qbs importsMarco Benelli2019-01-071-7/+2
* AutoTest: Allow redefinition of integrated QTest macrosAndre Hartmann2019-01-071-1/+1
* Autotest: Fix displaying UTF-8 characters in text output paneAndre Hartmann2019-01-071-1/+1
* FileInProjectFinder: Fix findFile() for nonexisting filesAndre Hartmann2019-01-041-1/+1
* Clang: Fix highlighting lambda capturesNikolai Kosjar2019-01-031-1/+2
* Fix crash when renaming file in file system viewEike Ziller2018-12-201-2/+2
* Color scheme: Reduce minimum size and add scroll area to detailsEike Ziller2018-12-203-596/+647
* Toolchain options: Enable horizontal scrollbar for detailsEike Ziller2018-12-201-1/+0
* Preferences: Add scroll area to external tool detailsEike Ziller2018-12-202-177/+232
* CppTools: Fix categorization of *.inl, *.tpp, and similarEike Ziller2018-12-191-5/+5
* Debugger: Update global breakpoint line and filehjk2018-12-191-0/+4
* Kit Preferences: Avoid possibly huge horizontal detail widget sizeEike Ziller2018-12-184-0/+5
* UpdateInfo: Fix unneeded scroll bar in options pageEike Ziller2018-12-181-6/+0
* Do not force an artificially high minimum size on the options dialogEike Ziller2018-12-181-3/+9
* QmlDesigner: show zoom percentage as tooltipTim Jenssen2018-12-182-15/+12
* QmlDesigner: remove includesTim Jenssen2018-12-181-2/+0
* QmlDesigner: Set text editor to modified if auxiliaryData is changedThomas Hartmann2018-12-182-0/+13
* QmlDesigner: Escape colorsThomas Hartmann2018-12-181-1/+6
* QmlDesigner: Increase minimum width of property editorThomas Hartmann2018-12-181-1/+1
* SaveFile: Fix error handling when moving file with new contents failsEike Ziller2018-12-171-1/+2
* Android: Ensure the correct sysroot is passed to debuggerChristian Stenger2018-12-171-1/+2
* Android: Correct setting ANDROID_NDK_PLATFORMChristian Stenger2018-12-175-1/+28
* Debugger: Fix target type parsing for array typesDavid Schulz2018-12-171-2/+9
* Debugger: Fix array type element count extractionDavid Schulz2018-12-171-3/+5
* Debugger: Use toolbar stop icon in toolbarhjk2018-12-141-1/+1
* ProjectExplorer: Fix initial top level expansion of projectshjk2018-12-134-0/+19
* Core: Fix using system codecDavid Schulz2018-12-121-2/+9
* QmakeProjectManager: Consider unversioned_libname CONFIG valueChristian Kandeler2018-12-121-2/+3
* CppTools: Return proper tab settingsIvan Donchevskii2018-12-121-2/+2
* ClangFormat: Fix the return value for the line offsetIvan Donchevskii2018-12-121-0/+3
* Debugger: Make LLDB startup failures more verbosehjk2018-12-112-9/+15
* GDB: Don't reset breakpoint when line numbers differAaron Barany2018-12-111-9/+11
* Clang: Always force the built-in includes orderIvan Donchevskii2018-12-111-33/+32
* Debugger: Fix switching to previous mode on exitAaron Barany2018-12-104-1/+17
* Debugger: Remove obsolete function declationAaron Barany2018-12-101-1/+0
* Color schemes: Fix wrong colors for unset valuesEike Ziller2018-12-101-6/+3
* TextEditor: fix painting annotationsDavid Schulz2018-12-101-3/+3
* Utils: Do not crash when clicking in empty line of HistoryCompleterChristian Stenger2018-12-101-2/+5
* Do not search our own autosave files by defaultEike Ziller2018-12-102-2/+2
* Clang: Avoid multi-line display name for completion itemsNikolai Kosjar2018-12-072-0/+15
* Debugger: do not show warning on remote debugging sessionDavid Schulz2018-12-071-1/+4
* QmlDesigner: Transform keyframes to integer positionsKnud Dollereder2018-12-071-2/+3
* Do not use invalid Qt version for parsing QMake projectsEike Ziller2018-12-061-0/+2
* ClangTools: Fix plugin tests for clang 7Nikolai Kosjar2018-12-061-2/+8
* Clang: Fix tooltip for pointer to classNikolai Kosjar2018-12-061-2/+12
* ProjectExplorer: Stop caching useless macro inspection reportNikolai Kosjar2018-12-051-0/+4
* ClangFormat: Fix the end offset for the reformat callIvan Donchevskii2018-12-051-3/+6