aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Tr: Fix some source textsJarek Kobus2023-10-195-7/+8
* Core: Use QDialog::open instead of execMarcus Tillmanns2023-10-191-28/+21
* Utils: remove Q_ASSERT in FileSystemWatcherDavid Schulz2023-10-191-8/+8
* GenericDeployStep: Add missing reference, avoid autoEike Ziller2023-10-191-2/+2
* ScreenRecorder: Remember the crop area across recordings of same sizeAlessandro Portale2023-10-191-1/+2
* Doc: Add a \preferences macro and use it everywhereLeena Miettinen2023-10-18115-575/+467
* Core/Tr: Fix menu bar actionEike Ziller2023-10-183-10/+10
* Copilot: Fix some stringsEike Ziller2023-10-181-5/+5
* CppEditor: Filter out another GCC-only flagChristian Kandeler2023-10-181-0/+4
* Tr: More small fixesEike Ziller2023-10-1817-45/+63
* ProjectExplorer: Do not use Yes/No as buttons in dialogsEike Ziller2023-10-181-5/+8
* PE: Allow skipping of compress on specialized folder nodesChristian Stenger2023-10-182-1/+3
* Tr: Re-fix pluralsEike Ziller2023-10-183-7/+10
* Tr: Fix lupdate issuesEike Ziller2023-10-1813-56/+66
* Tr: Use more arg() and move tags outEike Ziller2023-10-187-38/+48
* Tr: Small fixes like full stops, whitespace and typosEike Ziller2023-10-1822-80/+81
* Tr: Parametrize some application namesEike Ziller2023-10-186-22/+34
* LanguageClient: properly deactivate documents for closing ClientsDavid Schulz2023-10-181-4/+8
* Python: reduce freezes in settings page with remote interpreterDavid Schulz2023-10-181-0/+4
* Utils: Be a bit more verbose in debug outputhjk2023-10-181-1/+1
* Debugger: Robustify gdb stack frame extractionhjk2023-10-181-1/+7
* Copilot: Use normal checkboxes in settingsEike Ziller2023-10-181-5/+0
* Tr: Move some line endings at beginning and end out of trEike Ziller2023-10-1810-220/+110
* QmlPreview: Tell users how to preview single filesAlessandro Portale2023-10-181-5/+6
* CMake: save a few cycleshjk2023-10-181-7/+6
* Core: Refactor logging viewerMarcus Tillmanns2023-10-187-833/+716
* Doc: Describe the Markdown editor toolbar buttonsLeena Miettinen2023-10-182-0/+6
* Doc: Add paths to options and links to docs to the change logLeena Miettinen2023-10-181-4/+17
* vcpkg: Set VCPKG_ROOT environment variable for Qt Creator processCristian Adam2023-10-174-1/+14
* Vcpkg: Fix a vcpkg detection regressionAlessandro Portale2023-10-171-1/+1
* CMake: De-noise fileapidataextractor.cpp a bithjk2023-10-171-24/+22
* ProjectExplorer: Don't create Replacement kits for Design Studiohjk2023-10-171-1/+1
* CMakeProjectManager: Use a few FilePath::path() instead of toString()hjk2023-10-171-6/+6
* CMakeProjectManager: Fix path construction of pch fileshjk2023-10-171-4/+1
* ProjectExplorer: Manually check whether a runconfig has a creatorhjk2023-10-173-8/+29
* CMakePM: Fix conan default profile auto-detectionCristian Adam2023-10-171-1/+1
* TextEditor: Don't export KSyntaxHighlightingMarcus Tillmanns2023-10-174-7/+11
* PackageManager: Search for vcpkg in project rootMarcus Tillmanns2023-10-171-1/+1
* CMakePM: Allow invalid file characters as part of preset namesCristian Adam2023-10-171-2/+37
* CompilerExplorer: Fix display of selected libraryMarcus Tillmanns2023-10-171-4/+14
* AutoTest: Avoid duplicated logging categoryChristian Stenger2023-10-171-1/+1
* ScreenRecorder: Switch from Experimental to DisabledByDefaultAlessandro Portale2023-10-171-1/+1
* AutoTest: Fix creating test projects for cmake and qbsChristian Stenger2023-10-173-6/+3
* Copilot: Fix UI text for proxy settingsLeena Miettinen2023-10-171-10/+10
* CompilerExplorer: Fix restoring library selectionMarcus Tillmanns2023-10-171-3/+3
* CompilerExplorer: Fix highlighter for assemblyMarcus Tillmanns2023-10-171-2/+2
* Doc: Describe new C++ refactoring actionsLeena Miettinen2023-10-171-0/+12
* TextEditor: Add selecting highlighter by nameMarcus Tillmanns2023-10-173-1/+12
* Utils: avoid another assert in FileSystemWatcherDavid Schulz2023-10-171-6/+3
* Revert "TextEditor: Hide LineNumberFilter implementation"Eike Ziller2023-10-175-63/+70