| Commit message (Expand) | Author | Age | Files | Lines |
| * | TextEditor: Get rid of extra indent ranges in RefactoringFile | Christian Kandeler | 2023-11-22 | 1 | -37/+4 |
| * | TextEditor: Remove unneeded RefactoringFile::setFilePath() | Christian Kandeler | 2023-11-22 | 1 | -2/+0 |
| * | CppEditor/QmlJSTools: Simplify RefactoringFile::file() re-implementation | Christian Kandeler | 2023-11-21 | 1 | -2/+2 |
| * | TextEditor: Clean up RefactoringFile interface | Christian Kandeler | 2023-11-20 | 1 | -3/+3 |
| * | TextEditor: Remove now-unused RefactoringChangesData | Christian Kandeler | 2023-11-17 | 1 | -1/+1 |
| * | TextEditor: Remove RefactoringChanges::m_data | Christian Kandeler | 2023-11-17 | 1 | -8/+3 |
| * | TextEditor: Remove RefactoringFile::m_data | Christian Kandeler | 2023-11-17 | 1 | -10/+5 |
| * | TextEditor: Move more code into RefactoringFile | Christian Kandeler | 2023-11-17 | 1 | -48/+42 |
| * | TextEditor: Make RefactoringChanges::file() virtual | Christian Kandeler | 2023-11-17 | 1 | -1/+6 |
| * | QmlDesigner: Import only mandatory libraries or directories | Ali Kianian | 2023-08-15 | 1 | -0/+12 |
| * | Remove GPL-3.0+ from license identifiers | Kai Köhne | 2023-01-06 | 1 | -1/+1 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-08-26 | 1 | -24/+2 |
| * | qmljs: (QString -> Utils::FilePath)++ | Fawzi Mohamed | 2022-07-13 | 1 | -6/+7 |
| * | ProjectExplorer: filepathify actualTabSettings | David Schulz | 2022-02-04 | 1 | -2/+2 |
| * | TextEditor: filepathify RefactoringChanges | David Schulz | 2021-06-08 | 1 | -14/+15 |
| * | qml: fix refactoring to separate component | Fawzi Mohamed | 2020-09-30 | 1 | -3/+10 |
| * | Update qmljs parser to Qt 5.15 parser | Fawzi Mohamed | 2020-03-03 | 1 | -2/+2 |
| * | ClangFormat: Refactor indenter to allow ClangFormat unit-tests | Ivan Donchevskii | 2019-01-22 | 1 | -2/+2 |
| * | Prefer using 'override' instead of 'virtual' | Alessandro Portale | 2018-07-11 | 1 | -7/+7 |
| * | QmlJs: fix crash | Nikita Baryshnikov | 2016-12-21 | 1 | -1/+2 |
| * | Update License according to agreement with Free Qt Foundation | Tobias Hunger | 2016-01-19 | 1 | -17/+12 |
| * | QmlDesigner: Remove unneeded qualifications | Orgad Shaneh | 2015-02-18 | 1 | -5/+8 |
| * | Update License | Eike Ziller | 2015-01-16 | 1 | -6/+6 |
| * | Merge remote-tracking branch 'origin/3.2' | Eike Ziller | 2014-10-14 | 1 | -7/+8 |
| |\ |
|
| | * | License update | Eike Ziller | 2014-10-09 | 1 | -7/+8 |
| * | | TextEditor: Rename BaseTextEditorWidget to TextEditorWidget | hjk | 2014-09-29 | 1 | -2/+2 |
| * | | TextEditor: More BaseText* -> Text* renamings | hjk | 2014-09-26 | 1 | -1/+1 |
| * | | Rename {Core,TextEditor},{Base,}TextDocument classes | hjk | 2014-09-25 | 1 | -2/+2 |
| * | | qmljs: improve handling of qml dialects | Fawzi Mohamed | 2014-07-30 | 1 | -1/+1 |
| |/ |
|
| * | qmljs: split Unknown in NoLanguage and AnyLanguage | Fawzi Mohamed | 2014-07-01 | 1 | -1/+1 |
| * | qmljs: generalize language treatement | Fawzi Mohamed | 2014-01-28 | 1 | -2/+3 |
| * | Use document instead of widget in TextEditor::RefactoringChangesData | Eike Ziller | 2014-01-21 | 1 | -4/+5 |
| * | Incremented year in copyright info | Robert Loehning | 2014-01-08 | 1 | -1/+1 |
| * | qmljs: added qmljsconstants.h | Fawzi Mohamed | 2013-10-23 | 1 | -1/+1 |
| * | Clean headers in QmlJsTools. | Friedemann Kleint | 2013-04-03 | 1 | -3/+0 |
| * | Incremented year in copyright infov2.6.2 | Robert Loehning | 2013-01-29 | 1 | -1/+1 |
| * | Adjust license headers | hjk | 2012-10-05 | 1 | -21/+20 |
| * | Contact -> qt-project.org | Eike Ziller | 2012-07-19 | 1 | -3/+1 |
| * | Long live the king! | hjk | 2012-01-26 | 1 | -1/+1 |
| * | C++: Preserve original indentation in extract function | Leandro Melo | 2012-01-12 | 1 | -0/+12 |
| * | Merge remote-tracking branch 'origin/2.4' | Eike Ziller | 2011-11-11 | 1 | -2/+2 |
| |\ |
|
| | * | all: s/info@qt.nokia.com/qt-info@nokia.com/ | hjk | 2011-11-03 | 1 | -2/+2 |
| * | | QmlJS: Make Document::Ptr point to a const Document. | Christian Kamm | 2011-11-08 | 1 | -2/+3 |
| * | | Merge remote-tracking branch 'origin/2.4' | Eike Ziller | 2011-11-01 | 1 | -1/+3 |
| |\| |
|
| | * | QmlJS indenter: Never touch indent of multi-line strings. | Christian Kamm | 2011-10-31 | 1 | -1/+3 |
| * | | QmlJS checks: Suppression of static analysis messages. | Christian Kamm | 2011-10-19 | 1 | -0/+6 |
| * | | QmlJS indenter: Move reusable code to qmljs lib. | Christian Kamm | 2011-10-19 | 1 | -1/+1 |
| |/ |
|
| * | QmlJS: Use mime types to distinguish qml and js files. | Christian Kamm | 2011-09-12 | 1 | -2/+7 |
| * | Refactoring changes: Cleanup and improvements. | Christian Kamm | 2011-08-19 | 1 | -39/+62 |
| * | Make C++ code style configurable. | Christian Kamm | 2011-05-24 | 1 | -0/+1 |