summaryrefslogtreecommitdiff
path: root/src/plugins/cpptools/cpptoolsplugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add "insert space after function name" option for GNU indentingAlexey Semenko2010-04-081-0/+2
* Header cleaning spree in Core/Debugger and Symbian/Maemo-code of Qt4.Friedemann Kleint2010-03-181-0/+2
* Long live the king!hjk2010-03-051-1/+1
* Fixes: Diff editors don't get correct name.con2010-01-111-1/+1
* Make method naming more consistent.Tobias Hunger2010-01-071-1/+1
* Implement string based search & replace in multiple files.con2009-12-211-2/+4
* Implemented first-letter case-sensitive for completion as defaultThorbjørn Lindeijer2009-12-091-3/+3
* Introduced the quick fix engineRoberto Raggi2009-11-131-2/+0
* Code model: Update on changes from the versioning system.Friedemann Kleint2009-11-111-0/+6
* Revert "Code model: Update on changes from the versioning system."con2009-11-101-6/+0
* Code model: Update on changes from the versioning system.Friedemann Kleint2009-11-091-0/+6
* Rename QuickOpen namespace.con2009-10-161-2/+2
* CppQuickOpenFilter --> CppLocatorFiltercon2009-10-161-2/+2
* Removed CppSemanticSearch & co. Find usages of a Symbol is way more powerful.Roberto Raggi2009-10-091-111/+0
* Merge branch '1.3' of git@scm.dev.nokia.troll.no:creator/mainline into 1.3con2009-10-051-4/+4
|\
| * Rename namespace Core::Utils into UtilsFriedemann Kleint2009-10-051-4/+4
* | Refactor search result window for use of many items and checked state.con2009-10-051-22/+22
|/
* long live the kinghjk2009-08-141-1/+1
* Do the scanning for include files in the backgroundThorbjørn Lindeijer2009-07-241-0/+5
* Removing some unused semicolons after Q_UNUSEDAlessandro Portale2009-07-131-2/+2
* Update license headers and sales contact details.Jason McDonald2009-06-171-2/+2
* Search the function callsRoberto Raggi2009-06-091-0/+56
* More work on `Quick Fix'.Roberto Raggi2009-06-091-0/+4
* Integrate merge-request #567 into branch 'master'con2009-06-041-0/+2
|\
| * Implement CppCurrentDocumentFilter for symbols in current documentChristian Hoenig2009-05-301-0/+2
* | Introduced CppTools::Internal::SemanticSearch.Roberto Raggi2009-06-031-177/+5
* | Store the original C++ Document when searching.Roberto Raggi2009-06-021-1/+2
* | Oops! use the right overload of QString::indexOf :-)Roberto Raggi2009-06-021-1/+1
* | Initial support for semantic searches.Roberto Raggi2009-06-021-2/+240
|/
* Renamed braces to bracketsThorbjørn Lindeijer2009-05-261-2/+2
* Switch header source between .h and .mm files.con2009-05-041-2/+7
* Made cpp file suffixes take effect after restart.Friedemann Kleint2009-04-291-3/+10
* Fixes: Introduce a cpp settingspage containing file naming conventions (lower...Friedemann Kleint2009-03-181-0/+2
* Fixed switching header/source with additional dots in the filenameThorbjørn Lindeijer2009-03-161-1/+1
* Fixes: simplify ProjectExplorerPlugin::instance() accesshjk2009-03-041-2/+1
* Fixes: change file license headers to include LGPLhjk2009-02-251-21/+17
* Fixes: some less caching of the ICore singleton pointerhjk2009-01-281-1/+1
* Avoid going through ICore when it's not necessaryThorbjørn Lindeijer2009-01-211-1/+1
* replace ExtensionSystem::PluginManager::instance()->getObject<Core::ICore>() ...hjk2009-01-201-21/+19
* Remove #include <extensionsystem/pluginmanager.h> from icore.h, ahjk2009-01-191-1/+2
* Fixes: - ICommand --> Commandcon2009-01-141-1/+1
* Fixes: - IActionContainer --> ActionContainercon2009-01-141-2/+2
* Bump year in licence header.Daniel Molkentin2009-01-131-1/+1
* Fixes: - Rename ActionManagerInterface --> ActionManagercon2009-01-131-2/+2
* Fixes: - Switch Header/Source sometimes uses wrong filecon2009-01-061-2/+3
* Merge branch '0.9.1-beta'dt2008-12-171-1/+1
* Added option to disable completion of common prefixThorbjørn Lindeijer2008-12-161-0/+2
* Moved the CppHoverHandler to the CppEditor pluginThorbjørn Lindeijer2008-12-161-1/+0
* Fixed saving of code completion settingsThorbjørn Lindeijer2008-12-151-1/+1
* Added configuration options for code completionThorbjørn Lindeijer2008-12-151-3/+34