aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/qmljs
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/17.0'Eike Ziller2025-05-262-19/+31
|\
| * QmlJS: Replace FileSystemWatcher with FilePathWatcherCristian Adam2025-05-222-19/+31
* | Merge remote-tracking branch 'origin/17.0'Eike Ziller2025-05-222-33/+32
|\|
| * QmlJS: Remove direct use of ProjectExplorer::Projecthjk2025-05-212-33/+32
* | QmlJS: Remove explicit dependency on Qt::XmlAlessandro Portale2025-05-212-2/+2
|/
* qqmljspropertyreader: use correct group property nameSami Shalayel2025-04-241-6/+7
* Fix warning for ';'Marco Bubke2025-04-152-11/+11
* Replace most expected_str by Utils::Resulthjk2025-04-113-4/+4
* QmlJS: FilePathify SemanticInfoUpdaterhjk2025-04-102-25/+22
* Merge remote-tracking branch 'origin/qds/dev'Tim Jenssen2025-04-031-1/+1
|\
| * QmlJS: Allow blocks in TimelineAnimationThomas Hartmann2025-03-211-1/+1
* | qmlformatsettings: introduce qmlformat process wrapperSemih Yavuz2025-04-032-0/+8
* | QmlJS: Let QJson parser handle \r in JsonCheckhjk2025-04-021-5/+2
* | QmlJS: Let the tokenizer handle \r in the plugin dumperhjk2025-04-021-6/+5
* | Avoid potential detach of non-const Qt containers in range-loops 1/2Alessandro Portale2025-03-215-11/+11
* | QtC: Refactor QmlJS::IconsDmitrii Akshintsev2025-03-202-74/+77
* | Utils: Convert FileSystemWatcher signals to FilePathhjk2025-03-142-3/+3
|/
* QmlJS:: Fix values in pragma statements when reformattingThomas Hartmann2025-02-271-0/+4
* QmlJS::Check: Suspend warnings for ScriptAction defined in the .ui fileRafal Stawarski2025-02-203-14/+23
* Editor: Make braceDepth an explicit member in TextBlockUserDataDavid Schulz2025-01-201-2/+2
* QmlJS: Silence c++20 warningChristian Stenger2025-01-152-4/+4
* Utils: Rename FilePath::toString() into toUrlishString()hjk2025-01-105-18/+18
* Merge remote-tracking branch 'origin/qds/dev'Tim Jenssen2025-01-062-0/+7
|\
| * QmlDesigner: Wait until ModelManagerInterface is finished when loadingThomas Hartmann2024-12-162-0/+7
* | Utils: Simplify FileReader interfacehjk2024-12-132-4/+4
* | Libs: Make static QRegularExpression instances static constAlessandro Portale2024-11-206-10/+9
* | Merge remote-tracking branch 'origin/15.0'Orgad Shaneh2024-11-071-1/+1
|\|
| * Doc: Replace Mac OS X with macOSKai Köhne2024-11-071-1/+1
* | Utils: Provide a full set of {min,max}Element()Christian Kandeler2024-11-012-9/+8
|/
* Doc: Update JavaScrip and QML error codesLeena Miettinen2024-10-311-1/+1
* qmljs: fix build with Qt 6.9Thiago Macieira2024-10-291-1/+2
* qmljscheck: fix M129 warning on components with same nameSami Shalayel2024-10-241-2/+13
* Merge remote-tracking branch 'origin/qds/dev'Tim Jenssen2024-09-253-12/+26
|\
| * QmlJsCheck: Improve error message for M222Thomas Hartmann2024-09-181-2/+4
| * QmlDesigner: Add missing commaThomas Hartmann2024-09-181-6/+2
| * QmlJSCheck: Do not allow object in when conditionThomas Hartmann2024-09-103-1/+10
| * QmlJSCheck: Allow new translation macros in designerThomas Hartmann2024-08-211-3/+10
* | Preparatory changes to enable Id ctor from char(&)[]hjk2024-09-122-2/+3
* | Fix some deprecation warningsOrgad Shaneh2024-08-281-5/+5
|/
* QmlDesigner: Allow behaivoursThomas Hartmann2024-07-151-1/+1
* Merge remote-tracking branch 'origin/14.0' into qds/devTim Jenßen2024-07-1011-16/+148
|\
| * QmlJS: Fix severity of some (non-)errorhjk2024-06-131-1/+1
| * Fix some deprecation warnings from QCryptographicHashhjk2024-05-311-8/+8
| * Fix QMetaType::type() related deprecation warningshjk2024-05-231-7/+7
| * Merge remote-tracking branch 'origin/qds/dev'Tim Jenssen2024-04-235-658/+3
| |\
| * | QmlJS: Fix completion of enumChristian Stenger2024-04-171-0/+7
| * | QmlJs: Fix a warning about comparison of different signsJarek Kobus2024-04-151-1/+1
| * | QmlJS: Add another static check for enum valuesChristian Stenger2024-04-151-0/+2
| * | QmlJS: Improve handling of user defined enumsChristian Stenger2024-04-158-0/+123
| * | Utils: Fix build with MSVC with C++20Eike Ziller2024-02-281-1/+1