aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* CtfVisualizer: Do not crash on unexpected types againEike Ziller2023-09-283-40/+58
* Bookmarks: Merge plugin into TextEditorhjk2023-09-2820-380/+228
* CMakePM: Handle project FindPackage package variablesCristian Adam2023-09-284-0/+56
* CMakePM: Allow navigation to project targetsCristian Adam2023-09-281-0/+29
* CMakePM: Add imported targets to code completion / navigationCristian Adam2023-09-283-26/+69
* ClangCodeModel: Enable clangd hidden features when server logging is onChristian Kandeler2023-09-281-1/+1
* lldb: Set environment variable to detect when running lldb from CreatorTor Arne Vestbø2023-09-281-0/+1
* Python: read installer settings for pyside wheel requirementDavid Schulz2023-09-281-8/+27
* Meson: Move some code out of visible plugin setuphjk2023-09-283-32/+17
* Meson: De-noise project parser a bithjk2023-09-282-92/+76
* Meson: Merge MesonProcess into project parser file pairhjk2023-09-286-212/+142
* CtfVisualizer: Fix multithreading issuesJarek Kobus2023-09-274-121/+104
* CMakePM: Integrate RSTParser into hover help / code completionCristian Adam2023-09-276-58/+227
* CMakePM: Add missing features to RSTParserCristian Adam2023-09-273-14/+279
* CMakeProjectManager: Fix warningsAlessandro Portale2023-09-271-4/+4
* Python: detect pythons asyncDavid Schulz2023-09-271-22/+62
* CMakeToolManager: Add static readFirstParagraphs()Jarek Kobus2023-09-274-19/+19
* SSH: Fix Askpass on Windows 11Marcus Tillmanns2023-09-272-1/+4
* Autotest: Ensure m_checkStateCache isn't nullptrJarek Kobus2023-09-271-1/+2
* AutoTest: Guard against concurrent accessChristian Stenger2023-09-272-6/+13
* SquishTests: Fix finding line edit on wizardChristian Stenger2023-09-271-0/+1
* CMakeProjectManager: Remove unused argJarek Kobus2023-09-271-5/+5
* FancyLineEdit: Fix some warningsEike Ziller2023-09-272-4/+3
* Merge remote-tracking branch 'origin/12.0'Eike Ziller2023-09-271-1/+2
|\
| * Welcome: Fix initial display of side areaOrgad Shaneh2023-09-261-1/+2
* | Utils: allow specifying the requested extension for searchInPathDavid Schulz2023-09-273-4/+7
* | ProjectExplorer: Actually instantiate the DeviceTypeKAFactory againhjk2023-09-261-0/+2
* | CMakePM: Initial import of the RSTparserCristian Adam2023-09-265-0/+550
* | designer: Fix livepreview crashSemih Yavuz2023-09-261-1/+1
* | Project: Avoid a temporary in gcc toolchain autodetectionhjk2023-09-261-16/+14
* | CompilerExplorer: CleanupMarcus Tillmanns2023-09-262-153/+223
* | CompilerExplorer: Add python templateMarcus Tillmanns2023-09-263-0/+48
* | CompilerExplorer: Add wizard templateMarcus Tillmanns2023-09-267-3/+68
* | ProjectExplorer: Remove an unused includehjk2023-09-261-1/+0
* | Core: Merge mainwindow and icore file pairshjk2023-09-264-1756/+1721
* | ProjectExplorer: Merge GccToolChainFactories furtherhjk2023-09-264-203/+183
* | Utils: Add AspectList::clear()Marcus Tillmanns2023-09-262-0/+16
* | QmakeProjectManager: Speed up project importerChristian Kandeler2023-09-261-2/+5
* | ClangCodeModel: Start fallback clangd on demandChristian Kandeler2023-09-261-7/+9
* | CMakePM: Fix build with Qt6.2Christian Stenger2023-09-261-4/+4
* | Utils: Fix StringSelectionAspectMarcus Tillmanns2023-09-261-1/+5
* | CompilerExplorer: Fix savingMarcus Tillmanns2023-09-261-3/+10
* | ProjectExplorer: Remove a few toolchain friendshjk2023-09-261-6/+0
* | ProjectExplorer: speed up clang-cl toolchain detectionDavid Schulz2023-09-261-1/+1
* | ProjectExplorer: Reduce scope of projectexploererconstants includehjk2023-09-256-3/+6
* | ProjectExplorer: Move some code from derived GccTCFactory classeshjk2023-09-252-133/+124
* | Utils: Bark when encountering a default-constructed QDir::Filterhjk2023-09-251-0/+1
* | QmakeProjectManager: Remove bogus condition from importerChristian Kandeler2023-09-251-6/+2
* | CMakePM: Add hover help for CMakeEditorCristian Adam2023-09-252-9/+95
* | CMakePM: Display help details for code completionCristian Adam2023-09-254-81/+95