aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Link with Qt: Remove now harmful checkEike Ziller2023-02-171-8/+0
* CMake: Fix editing of CMAKE_PREFIX_PATHEike Ziller2023-02-081-1/+1
* Editors: Fix message box when opening broken code style fileEike Ziller2023-02-081-2/+3
* CMake: Detect cmake from ARM homebrew on macOSEike Ziller2023-02-071-2/+3
* UpdateInfo: Fix never ending progress spinner in settingsEike Ziller2023-02-071-1/+2
* CMakePM: Improve CMake presets kit config hashingCristian Adam2023-02-023-6/+48
* QtSupport: Fix missing object nameChristian Stenger2023-02-011-0/+1
* Utils: Fake root infoMarcus Tillmanns2023-01-274-5/+26
* Update qbs submodule to HEAD of 1.24 branchChristian Kandeler2023-01-271-0/+0
* QmlDesigner: Fix missing validationMarco Bubke2023-01-271-0/+3
* Update qbs submodule to HEAD of 1.24 branchChristian Kandeler2023-01-251-0/+0
* TextEditor: fix endless loop on adding cursor for selectionDavid Schulz2023-01-231-5/+7
* Utils: Fix crash in fsengine testMarcus Tillmanns2023-01-231-0/+4
* Utils: Add FilePath.hasFileAccess()Marcus Tillmanns2023-01-203-1/+9
* Fix tab order in "file deleted" dialog on Windows/LinuxEike Ziller2023-01-191-3/+3
* CMake: Fix missing path to Ninja from Qt installersEike Ziller2023-01-161-1/+1
* AutoTest: Redo handling of data tags with spacesChristian Stenger2023-01-132-11/+16
* qmlproject: fix qmlViewerAspectTim Jenssen2023-01-122-1/+3
* Utils: Guard against endless loop in PathChooserhjk2023-01-121-0/+6
* ProjectExplorer: Fix compilation with Qt 6.6hjk2023-01-121-2/+2
* CPlusPlus: Work around Qt SiC breakagehjk2023-01-121-1/+2
* Utils: Show hidden directories in non-native file dialog by defaulthjk2023-01-121-0/+1
* Allow combo box scroll wheel when pressing CtrlEike Ziller2023-01-111-2/+4
* ClangCodeModel: do not highlight tokens as TextDavid Schulz2023-01-111-0/+4
* Debugger: Add missing spaceRobert Loehning2023-01-101-1/+1
* AutoTest: Fix handling of data tags with spacesChristian Stenger2023-01-101-4/+10
* AutoTest: Fix checked state for QtTestChristian Stenger2023-01-101-0/+7
* CMakePM: Add default kit configuration hashingCristian Adam2023-01-063-11/+66
* CodeStyle: Fix preview updateArtem Sokolovskii2023-01-052-8/+27
* Properly support relative paths in Link with Qt UIEike Ziller2023-01-041-16/+22
* GLSL: Fix file licenseshjk2023-01-042-2/+2
* AdvancedDockingSystem: Fix file licenseshjk2023-01-0440-40/+40
* Add support for plugin paths set by the installerEike Ziller2023-01-031-8/+37
* Editor: fix crashing on updating snippet selectionsDavid Schulz2023-01-031-0/+5
* Replace ANDROID_NATIVE_API_LEVEL with ANDROID_PLATFORMAlexey Edelev2022-12-232-2/+2
* CMakePM: Allow relative compiler paths for presetsCristian Adam2022-12-191-0/+23
* ClangFormat: Fix crash when m_fileName is emptyArtem Sokolovskii2022-12-161-2/+3
* Editor: prevent validating line number in unwrapped editorDavid Schulz2022-12-161-1/+3
* TextEditor: prevent shaping text for indent depth paintingDavid Schulz2022-12-161-1/+1
* LanguageClient: Do not send out invalid errorsDavid Schulz2022-12-162-1/+5
* QMakePM: fix potential crash when accessing deleted membersDavid Schulz2022-12-151-0/+5
* SquishTests: Update tst_QMLS04Robert Löhning2022-12-151-0/+1
* SquishTests: Update FindToolBarRobert Löhning2022-12-151-0/+1
* ProjectExplorer: Consider the form "-D key=value"Christian Kandeler2022-12-141-8/+15
* Fix language selection boxEike Ziller2022-12-141-4/+4
* Editor: Fix deleting with numblock delete in multi text cursorDavid Schulz2022-12-141-1/+2
* 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