summaryrefslogtreecommitdiff
path: root/src/plugins/cppeditor/cppplugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/2.6'Eike Ziller2012-10-051-21/+20
|\
| * Adjust license headershjk2012-10-051-21/+20
* | Utils: Introduce HostOsInfo class.Christian Kandeler2012-08-271-10/+11
|/
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Mac: Sanitize shortcuts.Eike Ziller2012-06-111-1/+1
* Add ActionContainer::addSeparator(...)Eike Ziller2012-06-051-17/+4
* ActionManager API cleanup.Eike Ziller2012-05-251-19/+17
* editormanager: simplify use of interfacehjk2012-05-111-8/+4
* Merge remote-tracking branch 'origin/2.5'Eike Ziller2012-05-071-1/+1
|\
| * Translate editor display names in correct context.Konstantin Tokarev2012-05-071-1/+1
* | Added default implementation for IEditorFactory::open().Konstantin Tokarev2012-04-181-6/+0
* | Added TextEditor commands FollowSymbol and JumpToFile.Konstantin Tokarev2012-03-281-15/+3
* | Move the ModelManagerInterface out of the CPlusPlus library.Erik Verbruggen2012-03-141-1/+1
|/
* Rename IFile->IDocument and FileManager->DocumentManagerEike Ziller2012-02-201-2/+2
* Removed module names from #include directives.Erik Verbruggen2012-02-151-6/+6
* Long live the king!hjk2012-01-261-1/+1
* Replace Q_WS_MAC with Q_OS_MAC.Morten Johan Sorvig2012-01-261-1/+1
* Use new static ICore interface.hjk2012-01-241-10/+9
* CppEditor: Compile with QT_NO_CAST_FROM_ASCII.Friedemann Kleint2012-01-121-8/+8
* C++ editor: Unify rehighlight() and semanticRehighlight().Christian Kamm2011-11-151-1/+1
* Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-11-111-2/+2
|\
| * all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* | use Core::Id for ids in INavigationWidgetFactoryhjk2011-11-101-1/+1
|/
* Implement Code Style schemesJarek Kobus2011-09-231-3/+0
* use Core::Id for IEditorFactory::idhjk2011-09-081-2/+2
* core: rename uniqueidmanager.{cpp,h} as the class UniqueIdManager is gonehjk2011-09-051-1/+1
* Add "Switch Header/Source" action to the context menuJarek Kobus2011-08-051-0/+3
* Make C++ code style configurable.Christian Kamm2011-05-241-0/+3
* New code assist APILeandro Melo2011-05-181-40/+12
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Update license.hjk2011-04-131-14/+13
* texteditor: merge ITextEditable into ITextEditorhjk2011-02-221-15/+15
* completion: call directly from base text editorhjk2011-02-211-6/+0
* completion: enable multiple completors for different use cases.hjk2011-02-211-8/+7
* It's 2011 now.con2011-01-121-1/+1
* C++: Move the ModelManagerInterface from CppTools to CPlusPlus.Christian Kamm2011-01-041-2/+2
* New plugin: plugin macroNicolas Arnaud-Cormos2010-12-201-2/+2
* Merge branch '2.1'con2010-12-171-7/+11
|\
| * License headers.con2010-12-171-7/+11
* | Snippets: Make it easier for plugins to add snippets groupsLeandro Melo2010-12-081-2/+2
* | Snippets: Feature enhancement start...Leandro Melo2010-12-081-0/+2
* | Coreplugin: Header cleanup.Friedemann Kleint2010-11-021-0/+1
* | Exported header cleanup: Separate out CppQuickFixCollector.Friedemann Kleint2010-11-011-0/+1
* | Fix exported headers in Core and TextEditor.Friedemann Kleint2010-11-011-2/+2
|/
* C++ Editor: Moved refactoring actions into sub-menu.Erik Verbruggen2010-09-151-10/+20
* coreplugin: use Core::Id is some placeshjk2010-09-101-3/+3
* Create type hierarchy widget; Refactor code from C++ hover into a simple reus...Leandro Melo2010-08-131-3/+26
* Force an update of the current editor.Roberto Raggi2010-08-031-0/+13
* Pedantic cleanup of filename parameters for QIcon constructorAlessandro Portale2010-07-301-3/+3
* Reworked the QuickFix infrastructure.Erik Verbruggen2010-07-261-2/+2