aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cpptools/insertionpointlocator.cpp
Commit message (Expand)AuthorAgeFilesLines
* Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* Adjust license headershjk2012-10-051-21/+20
* C++: Fix add definitions on empty filesLeandro Melo2012-09-121-13/+23
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* C++: Handle add definition on empty filesLeandro Melo2012-01-311-18/+35
* Long live the king!hjk2012-01-261-1/+1
* Use new static ICore interface.hjk2012-01-241-1/+1
* Fix assertLeandro Melo2012-01-241-1/+1
* C++: Replace non-absolute-critical asserts for soft onesLeandro Melo2012-01-241-2/+4
* C++: Fix "reference" file in symbol finderLeandro Melo2012-01-231-3/+2
* C++: Improve file accuracy when finding symbolsLeandro Melo2012-01-231-2/+9
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* C++: Set endOffset of Function symbols even if skipping bodies.Christian Kamm2011-09-081-1/+0
* C++ insert def: Insert next to surrounding definitions.Christian Kamm2011-08-301-10/+146
* Refactoring changes: Cleanup and improvements.Christian Kamm2011-08-191-4/+4
* Header cleanup in various plugins.Friedemann Kleint2011-08-181-0/+1
* C++ insert definition: Find better insertion point.Christian Kamm2011-08-081-6/+100
* cpptools: use static CppToolsPlugin functions instead of indirect accesshjk2011-07-081-2/+1
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Update license.hjk2011-04-131-14/+13
* It's 2011 now.con2011-01-121-1/+1
* License headers.con2010-12-171-7/+11
* C++: check for header file without corresponding source file in quickfix.Erik Verbruggen2010-10-081-1/+3
* C++ Editor: check for method existing decl/def when inserting new ones.Erik Verbruggen2010-10-081-0/+10
* C++ Editor: prevent insertion of method definitions in header files.Erik Verbruggen2010-10-081-3/+23
* Fixed compile on case-sensitive file systemsThorbjørn Lindeijer2010-09-301-2/+2
* C++: added quickfix to insert a method definition.Erik Verbruggen2010-09-301-0/+329