Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch '1.3' of git@scm.dev.nokia.troll.no:creator/mainline into 1.3 | con | 2009-10-05 | 1 | -4/+4 |
|\ | | | | | | | | | | | | | Conflicts: src/plugins/cpptools/cppfindreferences.cpp src/plugins/cpptools/cpptoolsplugin.cpp src/plugins/texteditor/basefilefind.cpp | ||||
| * | Rename namespace Core::Utils into Utils | Friedemann Kleint | 2009-10-05 | 1 | -4/+4 |
| | | | | | | | | | | Also move Designer::Internal::FormWindowEditor -> Designer::FormWindowEditor. | ||||
* | | Refactor search result window for use of many items and checked state. | con | 2009-10-05 | 1 | -22/+22 |
|/ | |||||
* | long live the king | hjk | 2009-08-14 | 1 | -1/+1 |
| | |||||
* | Do the scanning for include files in the background | Thorbjørn Lindeijer | 2009-07-24 | 1 | -0/+5 |
| | | | | | | In order to speed up completion for include statements. Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com> | ||||
* | Removing some unused semicolons after Q_UNUSED | Alessandro Portale | 2009-07-13 | 1 | -2/+2 |
| | | | | There were both variants, with and without extra semicolon. | ||||
* | Update license headers and sales contact details. | Jason McDonald | 2009-06-17 | 1 | -2/+2 |
| | | | | Reviewed-by: Trust Me | ||||
* | Search the function calls | Roberto Raggi | 2009-06-09 | 1 | -0/+56 |
| | |||||
* | More work on `Quick Fix'. | Roberto Raggi | 2009-06-09 | 1 | -0/+4 |
| | |||||
* | Integrate merge-request #567 into branch 'master' | con | 2009-06-04 | 1 | -0/+2 |
|\ | | | | | | | | | | | | | | | Christian Hoenig (1): Implement CppCurrentDocumentFilter for symbols in current document Request-url: http://gitorious.org/qt-creator/qt-creator/merge_requests/567 Reviewed-by: con <qtc-committer@nokia.com> | ||||
| * | Implement CppCurrentDocumentFilter for symbols in current document | Christian Hoenig | 2009-05-30 | 1 | -0/+2 |
| | | |||||
* | | Introduced CppTools::Internal::SemanticSearch. | Roberto Raggi | 2009-06-03 | 1 | -177/+5 |
| | | |||||
* | | Store the original C++ Document when searching. | Roberto Raggi | 2009-06-02 | 1 | -1/+2 |
| | | |||||
* | | Oops! use the right overload of QString::indexOf :-) | Roberto Raggi | 2009-06-02 | 1 | -1/+1 |
| | | |||||
* | | Initial support for semantic searches. | Roberto Raggi | 2009-06-02 | 1 | -2/+240 |
|/ | |||||
* | Renamed braces to brackets | Thorbjørn Lindeijer | 2009-05-26 | 1 | -2/+2 |
| | | | | | Since we're automatically inserting several kinds of brackets, but not braces ({ }). | ||||
* | Switch header source between .h and .mm files. | con | 2009-05-04 | 1 | -2/+7 |
| | |||||
* | Made cpp file suffixes take effect after restart. | Friedemann Kleint | 2009-04-29 | 1 | -3/+10 |
| | | | | | | | | | In CppTools, keep cpp file settings in plugin and settings page via shared pointer and apply to mime DB in extensionsInitialized() (after CppEditor has loaded and registered the mime types). Task-number: 252299 | ||||
* | Fixes: Introduce a cpp settingspage containing file naming conventions ↵ | Friedemann Kleint | 2009-03-18 | 1 | -0/+2 |
| | | | | | | | | | (lower case and suffixes). Reorder VCS settings pages. Task: 241959, 248085 RevBy: Optics/Naming checked by con Details: Give IOptionPage an id() to differentiate from trName(). Make showOptionsDialog return a bool (applied) and give it an optional parent. Change Cpp and form class wizards, give them a Configure... button to change those settings. | ||||
* | Fixed switching header/source with additional dots in the filename | Thorbjørn Lindeijer | 2009-03-16 | 1 | -1/+1 |
| | | | | | For example when a file was called test.something.cpp, it would search for test.h instead of test.something.h. | ||||
* | Fixes: simplify ProjectExplorerPlugin::instance() access | hjk | 2009-03-04 | 1 | -2/+1 |
| | |||||
* | Fixes: change file license headers to include LGPL | hjk | 2009-02-25 | 1 | -21/+17 |
| | |||||
* | Fixes: some less caching of the ICore singleton pointer | hjk | 2009-01-28 | 1 | -1/+1 |
| | |||||
* | Avoid going through ICore when it's not necessary | Thorbjørn Lindeijer | 2009-01-21 | 1 | -1/+1 |
| | | | | | Many singletons have their own instance() method, in which case there is no need to use ICore::instance() to get access to them. | ||||
* | replace ExtensionSystem::PluginManager::instance()->getObject<Core::ICore>() ↵ | hjk | 2009-01-20 | 1 | -21/+19 |
| | | | | by Core::ICore::instance() | ||||
* | Remove #include <extensionsystem/pluginmanager.h> from icore.h, a | hjk | 2009-01-19 | 1 | -1/+2 |
| | | | | forward declaration is sufficient. | ||||
* | Fixes: - ICommand --> Command | con | 2009-01-14 | 1 | -1/+1 |
| | | | | Details: - Naming convention | ||||
* | Fixes: - IActionContainer --> ActionContainer | con | 2009-01-14 | 1 | -2/+2 |
| | | | | Details: - Conform to naming convention | ||||
* | Bump year in licence header. | Daniel Molkentin | 2009-01-13 | 1 | -1/+1 |
| | |||||
* | Fixes: - Rename ActionManagerInterface --> ActionManager | con | 2009-01-13 | 1 | -2/+2 |
| | | | | Details: - To make it conform to naming convention. | ||||
* | Fixes: - Switch Header/Source sometimes uses wrong file | con | 2009-01-06 | 1 | -2/+3 |
| | | | | | | Task: - 237723 Details: - Look in the same directory first, then go through project's files. | ||||
* | Merge branch '0.9.1-beta' | dt | 2008-12-17 | 1 | -1/+1 |
| | |||||
* | Added option to disable completion of common prefix | Thorbjørn Lindeijer | 2008-12-16 | 1 | -0/+2 |
| | | | | Some people don't like this. | ||||
* | Moved the CppHoverHandler to the CppEditor plugin | Thorbjørn Lindeijer | 2008-12-16 | 1 | -1/+0 |
| | | | | | It used to be in CppTools, but since the hover handler only makes sense in the context of the C++ editor, this is a better place. | ||||
* | Fixed saving of code completion settings | Thorbjørn Lindeijer | 2008-12-15 | 1 | -1/+1 |
| | | | | Save settings instead of crashing. Sorry about that! | ||||
* | Added configuration options for code completion | Thorbjørn Lindeijer | 2008-12-15 | 1 | -3/+34 |
| | | | | | It is now possible to choose between case-sensitive or case-insensitive completion. Also, you can now disable the automatic insertion of braces. | ||||
* | Renamed cpptools.cpp to cpptoolsplugin.cpp | Thorbjørn Lindeijer | 2008-12-15 | 1 | -0/+261 |
To match the class name, CppToolsPlugin. |