aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmakeprojectmanager/profileeditor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Utils: Adjust column numbers affected by convertPosition changeIvan Donchevskii2018-11-091-2/+4
* Remove a few redundant occurrences of 'virtual' and 'override'Alessandro Portale2018-06-181-4/+4
* CppTools: Remove processEvents call from follow symbolIvan Donchevskii2018-03-191-8/+11
* TextEditor: move Link class to separate header in UtilsIvan Donchevskii2017-11-271-3/+3
* QMake: Improve following of links in .pro/.pri filesTobias Hunger2017-09-241-9/+51
* QMakePM: Use generalized KeywordsCompletionProviderDavid Schulz2017-07-271-5/+3
* Allow giving TextEditorFactory custom CommentDefinitionEike Ziller2017-04-261-1/+1
* Reduce usage of qApp in favor of static function callsAlessandro Portale2017-04-241-1/+1
* Core: Use QString in FileIconProvider APITobias Hunger2016-11-101-3/+3
* Remove a few TextDocument subclassesEike Ziller2016-05-311-18/+9
* New file overlay iconsAlessandro Portale2016-04-251-1/+2
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Add default implementation for IDocument::fallbackSaveAs(Path|FileName)Eike Ziller2016-01-191-12/+0
* IDocument: Rename defaultPath and suggestedFileNameEike Ziller2016-01-141-4/+4
* QMakeProjectManager: Introduce member initialization.Jarek Kobus2015-06-231-5/+0
* Add override to IDocument hierarchyEike Ziller2015-06-111-3/+3
* Add override keyword to IEditor & TextEditorWidget implementationsEike Ziller2015-06-091-2/+2
* Clean exported headers of the TextEditor plugin.Friedemann Kleint2015-02-261-0/+1
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | Replace QFileInfo::fileName() with FileName::fileName()Orgad Shaneh2015-01-291-1/+1
* | Core: Use FileName for file path in IDocumentOrgad Shaneh2015-01-121-5/+3
|/
* Use QFileInfo::exist(f) instead of QFileInfo(f).exists() if possiblehjk2014-11-031-1/+1
* Cleanup of ThemingAlessandro Portale2014-10-161-3/+7
* Implement theming for QtCreatorThorben Kroeger2014-10-151-3/+5
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | TextEditor: Move CompletionAssistProvider constructionhjk2014-10-061-3/+6
* | TextEditor: Simplify HoverHandler handlinghjk2014-09-301-0/+3
* | TextEditor: Rename BaseTextEditorWidget to TextEditorWidgethjk2014-09-291-1/+1
* | Rename {Core,TextEditor},{Base,}TextDocument classeshjk2014-09-251-1/+1
* | TextEditor: Flip default to 'duplicatedSupported'hjk2014-09-031-18/+0
* | TextEditor: Move CompletionAssistProvider to *Widgethjk2014-09-031-2/+4
* | Editors: Automatically add editor/document id to context and use thatEike Ziller2014-09-021-3/+1
* | TextEditor: Move comment definitions back to *Widgethjk2014-09-021-1/+1
* | TextEditor: Remove some *Widget::createEditor implementationhjk2014-08-281-6/+0
* | QmakeProjectManager: Some editor creation related cleanuphjk2014-08-251-29/+52
* | QmakeProjectManager: Move .pro editor over to new construction schemehjk2014-08-201-13/+7
* | QMakeProjectManager: Some code shufflinghjk2014-08-201-2/+38
* | TextEditor: Centralize settings connections setuphjk2014-08-201-6/+0
* | TextEditor: Further *Editor/*EditorWidget disentanglinghjk2014-08-191-4/+2
* | TextEditor: Merge the two sets of *EditorWidget constructorshjk2014-08-191-8/+3
* | TextEditor: Consolidate document access functions.hjk2014-08-041-1/+1
* | TextEditor: Make completion assist provider a data memberhjk2014-07-311-5/+1
* | TextEditor: Re-work comment definition handlinghjk2014-07-311-17/+3
|/
* IEditor: Make duplicatesSupported a value memberhjk2014-05-211-0/+1
* Editors: Move id() from editor to document.Eike Ziller2014-03-051-1/+1
* Core: Make IEditor::id a value member and adjust usershjk2014-02-251-5/+1
* TextEditors: Set syntax highlighter only onceEike Ziller2014-01-241-1/+1
* TextEditors: Avoid changing document after construction.Eike Ziller2014-01-101-2/+13