aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmljstools
Commit message (Expand)AuthorAgeFilesLines
* AsyncTask: Centralize setting global future synchronizerEike Ziller3 days1-3/+0
* ModelManagerInterface: Cancel all running threads on session switchJarek Kobus2024-02-141-0/+3
* QmlJSTools: Fix testsChristian Stenger2024-01-311-1/+1
* Utils: Fix error prone default value of appendOrSetMarcus Tillmanns2024-01-261-1/+3
* QmlJSTools: Fix qbs buildChristian Kandeler2024-01-161-2/+4
* QmlJSTools: Hide plugin class in .cpphjk2024-01-165-61/+68
* QmlJsEditor: Don't export Internal classeshjk2024-01-093-44/+69
* Fix crash when loading a .pyproject into Qt Creator with empty settingsFriedemann Kleint2023-12-011-1/+2
* TextEditor: Get rid of extra indent ranges in RefactoringFileChristian Kandeler2023-11-222-41/+5
* TextEditor: Remove unneeded RefactoringFile::setFilePath()Christian Kandeler2023-11-221-2/+0
* CppEditor/QmlJSTools: Simplify RefactoringFile::file() re-implementationChristian Kandeler2023-11-211-2/+2
* TextEditor: Clean up RefactoringFile interfaceChristian Kandeler2023-11-201-3/+3
* TextEditor: Rename class RefactoringChangesChristian Kandeler2023-11-201-1/+1
* TaskTree: Rename TreeStorage<> -> Storage<>Jarek Kobus2023-11-201-1/+1
* TextEditor: Remove now-unused RefactoringChangesDataChristian Kandeler2023-11-171-1/+1
* TextEditor: Remove RefactoringChanges::m_dataChristian Kandeler2023-11-172-9/+4
* TextEditor: Remove RefactoringFile::m_dataChristian Kandeler2023-11-172-13/+7
* TextEditor: Move more code into RefactoringFileChristian Kandeler2023-11-172-49/+48
* TextEditor: Make RefactoringChanges::file() virtualChristian Kandeler2023-11-172-2/+9
* Utils/all: Move mime constants into a central placehjk2023-11-083-31/+26
* Merge remote-tracking branch 'origin/qds/dev'Tim Jenssen2023-09-142-0/+13
|\
| * QmlDesigner: Import only mandatory libraries or directoriesAli Kianian2023-08-152-0/+13
* | Utils: Merge settingsutils.h into Store setuphjk2023-09-122-5/+2
* | QmlJS: Delay loading of default QML type descriptionsEike Ziller2023-09-061-1/+1
* | Plugins: A bit more Keys and Storehjk2023-08-254-8/+8
* | Utils: Rename the new Storage to Storehjk2023-08-244-7/+7
* | Use Utils::Storage instead of QVariantMap in a few placeshjk2023-08-234-8/+12
* | QtSupport: Remove unusual access pattern to plugin constantshjk2023-08-211-1/+1
* | QtSupport: Rename qtkitinformation.{h,cpp} -> qtkitaspect.{h,cpp}hjk2023-08-152-2/+2
* | Build: Change plugin json.in files to CMake styleEike Ziller2023-07-251-67/+67
* | TextEditor: Push back explicit use of core settingshjk2023-07-192-7/+4
|/
* All: Replace deprecated QLibraryInfo::locationhjk2023-06-061-2/+2
* Tr/QML Code Style: Just use "Other" for group box titleEike Ziller2023-06-011-1/+3
* CppEditor/QmlJSTools: Remove settings migration from Qt Creator 2.3Alessandro Portale2023-05-171-39/+0
* ILocatorFilter: Remove calls to setDefaultIncludedByDefault(false)Jarek Kobus2023-05-161-1/+0
* QmlJSFunctionsFilter: Remove the old matchesFor() implementationJarek Kobus2023-05-103-59/+8
* Layouting: Handle attach types via setterhjk2023-05-032-3/+5
* Utils: Rename asynctask.{cpp,h} -> async.{cpp,h}Jarek Kobus2023-05-031-1/+1
* Tasking::Async: Rename Async into AsyncTaskJarek Kobus2023-05-031-2/+2
* QmlJSToolsPlugin: Reimplement matchers()Jarek Kobus2023-04-272-2/+66
* Utils: Make Layouting a top level namespacehjk2023-04-252-2/+2
* QmlJS: Stop suggesting versions for imports if possibleChristian Stenger2023-04-242-15/+23
* QmlJSTools: Use IOptionPage::setWidgetCreator() for settingshjk2023-04-212-55/+39
* QmlJS: Improve QtQuick Controls completionChristian Stenger2023-04-212-5/+12
* LocatorFilterEntry: Get rid of filter fieldJarek Kobus2023-04-201-1/+2
* Show locator filter descriptions more prominentlyEike Ziller2023-04-181-0/+1
* ILocatorFilter: Don't store IndexItem::Ptr as internalDataJarek Kobus2023-04-041-2/+1
* Replace a few \returns by Returnshjk2023-03-241-1/+1
* Qbs build system: Add a component for test files groupsAlessandro Portale2023-03-211-3/+1
* ILocatorFilter: Provide default implementation for accept()Jarek Kobus2023-03-032-15/+0