| Commit message (Expand) | Author | Age | Files | Lines |
| * | Avoid including multiple Tr classes | Eike Ziller | 2025-09-26 | 1 | -2/+2 |
| * | Android: Move JavaIndenter into javaeditor.cpp | Jarek Kobus | 2024-11-13 | 1 | -2/+57 |
| * | TextEditor: remove text editor action handler | David Schulz | 2024-04-09 | 1 | -2/+1 |
| * | Android: Move JavaIndenter class definition to .cpp | hjk | 2024-01-10 | 1 | -1/+1 |
| * | Android: Use new setup for more plugin items | hjk | 2023-11-24 | 1 | -23/+27 |
| * | Utils/all: Move mime constants into a central place | hjk | 2023-11-08 | 1 | -2/+3 |
| * | Translations: Merge "OpenWith::Editors" into "QtC::Core" | Alessandro Portale | 2023-02-20 | 1 | -1/+2 |
| * | Remove GPL-3.0+ from license identifiers | Kai Köhne | 2023-01-06 | 1 | -1/+1 |
| * | Android: Clean up javaeditor a bit | hjk | 2022-09-28 | 1 | -9/+5 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-08-26 | 1 | -24/+2 |
| * | TextEditor: Use simple text indentation as default | Eike Ziller | 2020-03-04 | 1 | -1/+0 |
| * | De-Q_OBJECT-ify various IEditorFactory derived classes | hjk | 2020-02-13 | 1 | -1/+1 |
| * | ClangFormat: Refactor indenter to allow ClangFormat unit-tests | Ivan Donchevskii | 2019-01-22 | 1 | -1/+1 |
| * | Fix that bookmarks couldn't be added to .pro files with mouse | Eike Ziller | 2018-06-19 | 1 | -1/+0 |
| * | Android: Simplify code assist by using KeywordsCompletionProvider | David Schulz | 2017-07-27 | 1 | -2/+10 |
| * | Allow giving TextEditorFactory custom CommentDefinition | Eike Ziller | 2017-04-26 | 1 | -1/+1 |
| * | Remove a few TextDocument subclasses | Eike Ziller | 2016-05-31 | 1 | -16/+7 |
| * | Android: Remove useless java autocompleter. | David Schulz | 2016-04-19 | 1 | -2/+0 |
| * | Update License according to agreement with Free Qt Foundation | Tobias Hunger | 2016-01-19 | 1 | -17/+12 |
| * | Add default implementation for IDocument::fallbackSaveAs(Path|FileName) | Eike Ziller | 2016-01-19 | 1 | -13/+0 |
| * | IDocument: Rename defaultPath and suggestedFileName | Eike Ziller | 2016-01-14 | 1 | -4/+4 |
| * | Add override to IDocument hierarchy | Eike Ziller | 2015-06-11 | 1 | -2/+2 |
| * | Clean exported headers of the Core plugin. | Friedemann Kleint | 2015-03-05 | 1 | -5/+6 |
| * | TextEditor: Simplify configuring generic highlighter | Eike Ziller | 2015-02-16 | 1 | -1/+1 |
| * | Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe' | Eike Ziller | 2015-02-12 | 1 | -6/+6 |
| |\ |
|
| | * | Update License | Eike Ziller | 2015-01-16 | 1 | -6/+6 |
| * | | Replace QFileInfo::fileName() with FileName::fileName() | Orgad Shaneh | 2015-01-29 | 1 | -1/+1 |
| * | | Core: Use FileName for file path in IDocument | Orgad Shaneh | 2015-01-12 | 1 | -4/+2 |
| |/ |
|
| * | TextEditor: Factory cosmetics | hjk | 2014-10-15 | 1 | -0/+1 |
| * | 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: Move CompletionAssistProvider construction | hjk | 2014-10-06 | 1 | -16/+1 |
| * | | TextEditor: Rename BaseTextEditorWidget to TextEditorWidget | hjk | 2014-09-29 | 1 | -1/+1 |
| * | | TextEditor: More BaseText* -> Text* renamings | hjk | 2014-09-26 | 1 | -2/+2 |
| * | | Rename {Core,TextEditor},{Base,}TextDocument classes | hjk | 2014-09-25 | 1 | -1/+1 |
| * | | TextEditor: Flip default to 'duplicatedSupported' | hjk | 2014-09-03 | 1 | -15/+0 |
| * | | TextEditor: Move CompletionAssistProvider to *Widget | hjk | 2014-09-03 | 1 | -1/+15 |
| * | | Editors: Automatically add editor/document id to context and use that | Eike Ziller | 2014-09-02 | 1 | -3/+1 |
| * | | TextEditor: Move comment definitions back to *Widget | hjk | 2014-09-02 | 1 | -1/+1 |
| * | | Android: Use a BaseEditorFactory derived class for JavaEditor | hjk | 2014-08-22 | 1 | -25/+33 |
| * | | Android: General java editor related code consolidation | hjk | 2014-08-20 | 1 | -23/+33 |
| * | | TextEditor: Centralize settings connections setup | hjk | 2014-08-20 | 1 | -3/+1 |
| * | | TextEditor: Further *Editor/*EditorWidget disentangling | hjk | 2014-08-19 | 1 | -4/+2 |
| * | | TextEditor: Merge the two sets of *EditorWidget constructors | hjk | 2014-08-19 | 1 | -9/+3 |
| * | | TextEditor: Start moving data from *EditorWidget to *Editor | hjk | 2014-07-31 | 1 | -7/+1 |
| * | | TextEditor: Make completion assist provider a data member | hjk | 2014-07-31 | 1 | -5/+1 |
| * | | TextEditor: Re-work comment definition handling | hjk | 2014-07-31 | 1 | -9/+1 |
| |/ |
|
| * | IEditor: Make duplicatesSupported a value member | hjk | 2014-05-21 | 1 | -0/+1 |
| * | Editors: Move id() from editor to document. | Eike Ziller | 2014-03-05 | 1 | -1/+1 |
| * | Core: Make IEditor::id a value member and adjust users | hjk | 2014-02-25 | 1 | -5/+1 |