aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* ClangCodeModel: Fix flaky clangd completion testChristian Kandeler2021-12-131-0/+1
* QmlDesigner: Remove url properties on resetHenning Gruendl2021-12-131-13/+18
* Request restart after changing file system case sensitivityEike Ziller2021-12-133-37/+61
* Sqlite: Fix compile with old XcodeChristian Stenger2021-12-101-1/+1
* process_ctrlc_stub: Close child process when parent closesCristian Adam2021-12-101-3/+44
* Python: prefer python-lsp-serverDavid Schulz2021-12-101-5/+5
* Fix saving of file system case sensitivity settingEike Ziller2021-12-101-2/+3
* CMake generator: Fix Q_IMPORT_QML_PLUGIN argumentTapani Mattila2021-12-101-1/+1
* LanguageClient: mark added settings as changedDavid Schulz2021-12-101-0/+1
* Fix LLVM tools version queryBogDan Vatra2021-12-101-2/+3
* Python: prefer python3 from path as default interpreterDavid Schulz2021-12-101-1/+3
* ProjectExplorer: Don't squeeze device combobox too muchAlessandro Portale2021-12-091-1/+3
* Sqlite: Introduce BindParameterCount template parameterMarco Bubke2021-12-0910-203/+177
* Sqlite: Cleanup exceptionsMarco Bubke2021-12-094-182/+87
* QmlDesigner: Synchronize without updating exportsMarco Bubke2021-12-091-13/+50
* TextEditor: correctly initialize automatic proposal timeoutDavid Schulz2021-12-091-1/+1
* macOS: Fix requesting missing permissionsEike Ziller2021-12-091-0/+14
* QmlDesigner: Enable smooth resizing of viewsMahmoud Badri2021-12-081-0/+1
* QmlDesigner: ConnectionEditor hide readonlyHenning Gruendl2021-12-083-18/+31
* Sqlite: Fix insertUpdateDeleteMarco Bubke2021-12-082-15/+61
* Sqlite: Disable auto moc and uic because there are no QObjectsMarco Bubke2021-12-081-0/+1
* QmlDesigner: Make the member of BasicId privateMarco Bubke2021-12-082-8/+9
* QmlDesigner: Fix broken algorithm for table without rowidMarco Bubke2021-12-081-1/+0
* QmlDesigner: Cleanup the id castingMarco Bubke2021-12-082-50/+40
* QmlDesigner: Synchronize ProjectData to the StorageMarco Bubke2021-12-086-12/+165
* QmlDesigner: Improve project storage updateMarco Bubke2021-12-085-74/+311
* QmlDesigner: Fix connection editor functionsHenning Gruendl2021-12-081-1/+4
* LanguageClient: fix crash on completion assist cancelDavid Schulz2021-12-081-2/+4
* Find: fix crash on search in current file without fileDavid Schulz2021-12-081-4/+2
* QmlDesigner: Do not offer imports that end with '.impl'Thomas Hartmann2021-12-081-1/+2
* Register image formats supported by QImageReader and hdrKnud Dollereder2021-12-081-1/+6
* QmlDesigner: If widgetApp is specified for project, force it in puppetMiikka Heikkinen2021-12-081-1/+6
* QmlProjectManager: Add widgetApp qml project propertyMiikka Heikkinen2021-12-085-0/+21
* QDS: shrink the right margin of the project view for small sized dialogSamuel Ghinet2021-12-082-2/+2
* Change QLabel from StringAspect to ElidingLabelSergey Levin2021-12-083-3/+16
* LanguageClient: More verbose logging when clearing token dataChristian Kandeler2021-12-081-1/+14
* GTest: do not change arguments order of testRunnerPetar Perisin2021-12-081-4/+4
* clangd: Assert on generating tooltip for deleted clientDavid Schulz2021-12-071-2/+6
* McuSupport: fix cmake var mapping for cypress flash toolChristiaan Janssen2021-12-071-1/+1
* ClangCodeModel: Prevent duplicate "/Tx" optionsChristian Kandeler2021-12-071-1/+9
* DiffEditor: Assert that we are operating on non-null documentsJarek Kobus2021-12-071-0/+2
* QbsProjectManager: Consider "c++23" for cpp.cxxLanguageVersionChristian Kandeler2021-12-061-3/+8
* TextEditor: Fix compile with Qt 5Christian Stenger2021-12-062-11/+12
* QmlDesigner: Fix crashThomas Hartmann2021-12-061-4/+6
* CppEditor: Run the built-in "local uses" code even with clangd enabledChristian Kandeler2021-12-062-11/+11
* Fix crash when removing built-in snippetsEike Ziller2021-12-062-21/+27
* TextEditor: fix delete(Start/End)OfWord without camelcaseDavid Schulz2021-12-061-2/+2
* ProjectExplorer: raise the timeout for the msvc detectionDavid Schulz2021-12-061-1/+1
* mcusupport: ASM_MASM language added to project in CMakeLists templateDawid Śliwa2021-12-051-1/+1
* CppEditor: Fix codemodel highlighting for QNXCristian Adam2021-12-033-3/+25