summaryrefslogtreecommitdiff
path: root/src/plugins/cpptools
Commit message (Expand)AuthorAgeFilesLines
* String fixesRobert Loehning2011-11-031-1/+1
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-0354-108/+108
* C++: removed pre-defined macros that should come from windows.hErik Verbruggen2011-10-261-3/+0
* Fix licenses.Eike Ziller2011-10-181-0/+32
* Merge branch '2.3' into 2.4Oswald Buddenhagen2011-10-181-1/+1
|\
| * Fixed some typos and added some missing ellipisesJure Repinc2011-10-051-1/+1
| * Code assist: Fix memory leak in completionLeandro Melo2011-09-121-0/+1
| * C++: Fix duplicate items in C++ completion for Qt methodsLeandro Melo2011-09-121-28/+26
* | C++ switch header/source: Always prefer file in same directory.Christian Kamm2011-09-282-45/+49
* | Editor: Make ui text clearer for matching charactersLeandro Melo2011-09-261-5/+5
* | Implement Code Style schemesJarek Kobus2011-09-2314-261/+417
* | C++ indenter: Fix preserving indent in comments with tabs.Christian Kamm2011-09-211-1/+1
* | s/error_message/errorMessage/ghjk2011-09-211-1/+1
* | Editor: New option for surrounding auto bracketsLeandro Melo2011-09-142-29/+101
* | Keep multiple search results in history.Eike Ziller2011-09-144-16/+31
* | Move advanced search dialog into search result pane.Eike Ziller2011-09-134-8/+10
* | Show more info about a search and move UI for replacingEike Ziller2011-09-134-5/+36
* | all: some m_d -> d stylehjk2011-09-082-18/+18
* | use Core::Id for IEditorFactory::idhjk2011-09-081-1/+1
* | C++: Fix duplicate items in C++ completion for Qt methodsLeandro Melo2011-09-081-28/+26
* | Added support for Microsoft-specific inline keywordsThorbjørn Lindeijer2011-09-081-1/+3
* | C++: Set endOffset of Function symbols even if skipping bodies.Christian Kamm2011-09-081-1/+0
* | Code assist: Fix memory leak in completionLeandro Melo2011-09-071-0/+1
* | C++: Add __try, __except, and __finally to configurationLeandro Melo2011-09-061-1/+4
* | Move and cleanup search specific API to SearchResult classEike Ziller2011-09-064-29/+31
* | C++: Normalize line ending for preprocessingLeandro Melo2011-09-061-1/+1
* | core: rename uniqueidmanager.{cpp,h} as the class UniqueIdManager is gonehjk2011-09-051-1/+1
* | QmlJS: Fix infinite loop when scanning for exported C++ types.Christian Kamm2011-08-312-7/+24
* | C++/QmlJS: Warnings if C++ based QML type detection fails.Christian Kamm2011-08-302-1/+42
* | C++ insert def: Insert next to surrounding definitions.Christian Kamm2011-08-301-10/+146
* | C++ editor: Prefer to use extra selections to find diagnostics.Christian Kamm2011-08-251-0/+1
* | C++: Don't strip comments from preprocessed source code.Christian Kamm2011-08-251-1/+3
* | QmlJS: Move the exported-C++-type detection out of C++ code.Christian Kamm2011-08-242-168/+3
* | Refactoring changes: Cleanup and improvements.Christian Kamm2011-08-194-68/+107
* | Header cleanup in various plugins.Friedemann Kleint2011-08-185-3/+10
* | C++: Synchronize function decl/def refactoring.Christian Kamm2011-08-162-9/+20
* | Apply code style settings to templatesJarek Kobus2011-08-093-0/+13
* | C++ completion: Minimize qualified names in function signatures.Christian Kamm2011-08-081-1/+17
* | C++ insert definition: Find better insertion point.Christian Kamm2011-08-081-6/+100
* | Refactor: Get rid of BaseTextEditorWidget from IndenterJarek Kobus2011-08-052-14/+11
* | Merge remote-tracking branch 'origin/2.3'Eike Ziller2011-07-151-0/+2
|\ \ | |/
| * Indenters: Fix dangling pointer when project settings are deleted.Christian Kamm2011-07-121-0/+2
* | Remove unneeded defines.hjk2011-07-142-3/+1
* | C++ editor: Improve type hierarchy widgetLeandro Melo2011-07-083-2/+70
* | cpptools: use static CppToolsPlugin functions instead of indirect accesshjk2011-07-083-10/+5
* | Merge remote-tracking branch 'origin/2.3'Oswald Buddenhagen2011-07-0712-27/+317
|\ \ | |/
| * C++ indenter: Make continuations after ( consistent.Christian Kamm2011-07-061-4/+1
| * Add missing license headers.Christian Kamm2011-07-0610-13/+300
| * Replace qt-info@nokia.com with info@qt.nokia.comhjk2011-07-061-2/+2
| * C++ indenter: Fix function declaration continuation indent.Christian Kamm2011-07-062-9/+15