aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Beautifier/ClangFormat: Fix style check box statesEike Ziller2022-12-131-2/+5
* CppTypeHierarchy: Fix showing type hierarchyJarek Kobus2022-12-121-3/+4
* ProjectExplorer: Fix Add button alignment on Compilers tabArtem Sokolovskii2022-12-121-0/+2
* SshProcessInterface: Limit waiting for kill to finishJarek Kobus2022-12-122-3/+9
* VcsBase: Fix connection in revertAll()Jarek Kobus2022-12-091-1/+1
* CodeStyle: Fix save settings without applyingArtem Sokolovskii2022-12-091-11/+8
* PluginGenerator: Fix returning the error messageJarek Kobus2022-12-081-8/+5
* CppQuickFixes: Fix possible null dereferenceJarek Kobus2022-12-081-0/+2
* TextEditorWidget: Ensure non-null source is passed to insertFromMimeDataJarek Kobus2022-12-081-2/+1
* PE: Add ability to skip vcvarsall.bat /clean_envCristian Adam2022-12-081-1/+3
* SaveItemsDialog: Fix default buttonEike Ziller2022-12-081-1/+2
* BareMetal: Auto-detection of IAR toolchain version 9Kwangsub Kim2022-12-071-24/+26
* Squish: Ensure using correct case while debuggingChristian Stenger2022-12-071-1/+1
* McuSupport: Fix tests on WindowsChristian Stenger2022-12-071-2/+4
* CppTypeHierarchy: Don't keep pointers to temp objectsJarek Kobus2022-12-073-50/+47
* CppTypeHierarchy: Don't create/store QIcon in non-GUI threadJarek Kobus2022-12-073-12/+4
* Fix crash after closing preferences opened from indexing progressEike Ziller2022-12-071-1/+6
* CodeStyle: Fix loading settings at the start in codestylesettingspageArtem Sokolovskii2022-12-061-2/+2
* CompilationDatabasePM: Fix test on WindowsChristian Stenger2022-12-061-2/+2
* Add missing Q_OBJECT to PerfRunConfigurationAspectUlf Hermann2022-12-051-0/+1
* CppEditor: Move "Show Preprocessed Source" action further downChristian Kandeler2022-12-051-19/+16
* CMakePM: Allow presets inherits for deeper hierarchiesCristian Adam2022-12-021-3/+13
* main: Prevent GTK3 platform theme plugin from enforcing a dark paletteAlessandro Portale2022-12-021-0/+5
* InfoBar: Ensure we don't access nullptrJarek Kobus2022-12-021-2/+4
* ICore: Fix possible crash in raiseWindow()Jarek Kobus2022-12-021-1/+3
* Core: Fix capitalization of external tools dirhjk2022-12-021-1/+1
* DocumentModel: Fix possible use of deallocated memoryJarek Kobus2022-12-022-6/+5
* McuSupport: Fix testsChristian Stenger2022-12-025-5/+5
* CMakePM: Migrate build environment settings also to configure stepCristian Adam2022-12-013-9/+26
* LanguageClient: prevent nullptr accessDavid Schulz2022-11-301-1/+1
* Debugger: map reported breakpoint file locationsDavid Schulz2022-11-304-64/+52
* TextEditor: Init markWidth variableJarek Kobus2022-11-301-1/+1
* Squish: Init token variableJarek Kobus2022-11-301-1/+1
* ClangTools: FilterDialog: Capture by copyJarek Kobus2022-11-291-1/+1
* Debugger: Do not force cdb when no toolchain is configuredChristian Kandeler2022-11-291-2/+12
* Docker: Ensure workdir for processes is reachableMarcus Tillmanns2022-11-291-2/+8
* ClangCodeModel: Switch off clangd persistentlyChristian Kandeler2022-11-283-2/+9
* CMake build: Make errors of execute_process fail the buildTim Jenssen2022-11-281-2/+2
* JSON wizards: Print parsing issues only with -customwizard-verboseEike Ziller2022-11-251-1/+2
* AutoTest: Fix debugging of gtest based testsChristian Stenger2022-11-251-2/+6
* Make it possible to select default session from menuEike Ziller2022-11-251-4/+3
* Debugger: update thread selector after setting current thread manuallyDavid Schulz2022-11-251-0/+1
* FilePath: Do not strip macros when normalizing pathOrgad Shaneh2022-11-251-1/+1
* ClangCodeModel: Restrict opening non-project files to headersChristian Kandeler2022-11-253-11/+24
* UpdateInfo: Fix wrong properties for progress infoEike Ziller2022-11-251-8/+7
* CPlusPlus tools: Fix buildChristian Kandeler2022-11-243-38/+39
* Transform doc.qt.io/qt-creator links to internal qthelp links, for linksEike Ziller2022-11-241-2/+12
* JSON wizards: Read additional paths from settingsEike Ziller2022-11-241-0/+3
* ClearCase: Fix display of mnemonicChristian Stenger2022-11-241-3/+2
* FilePath: optimize comparisonThomas Hartmann2022-11-241-1/+1