Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | License headers. | con | 2010-12-17 | 1 | -7/+11 | |
| | ||||||
* | Add flag to IPlugin::aboutToShutdown that allows asynchronous shutdown. | con | 2010-07-13 | 1 | -1/+1 | |
| | | | | | | | If a plugin requests asyncronous shutdown, the shutdown sequence does not continue to deleting the plugins before it has sent a asynchronousShutdownFinished signal. During that time an event loop is running. | |||||
* | Core::Context: compile hot fix for Windows. | hjk | 2010-06-25 | 1 | -1/+0 | |
| | ||||||
* | Fixed completion settings to also apply to the QML code completion | Thorbjørn Lindeijer | 2010-05-11 | 1 | -2/+0 | |
| | | | | | | | | | | | | | | | | By moving the completion settings into the TextEditor plugin, so that both the CppTools and the QmlJSEditor plugins can access the settings. The user-interface to edit the settings is still in the CppTools plugin, since we're in string freeze at the moment. It should be moved to the TextEditor plugin later. For now the QML completion only supports the case-sensitivity and partial completion options, since there is no automatic insertion of brackets. Task-number: QTCREATORBUG-1327 Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com> | |||||
* | Rename IPlugin::shutdown --> IPlugin::aboutToShutdown | con | 2010-04-28 | 1 | -1/+1 | |
| | | | | Discussed-with: hjk | |||||
* | Long live the king! | hjk | 2010-03-05 | 1 | -1/+1 | |
| | ||||||
* | Removed CppSemanticSearch & co. Find usages of a Symbol is way more powerful. | Roberto Raggi | 2009-10-09 | 1 | -59/+0 | |
| | ||||||
* | Merge branch '1.3' of git@scm.dev.nokia.troll.no:creator/mainline into 1.3 | con | 2009-10-05 | 1 | -2/+2 | |
|\ | | | | | | | | | | | | | 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 | -2/+2 | |
| | | | | | | | | | | Also move Designer::Internal::FormWindowEditor -> Designer::FormWindowEditor. | |||||
* | | Refactor search result window for use of many items and checked state. | con | 2009-10-05 | 1 | -2/+3 | |
|/ | ||||||
* | Purge out include files in exported headers | Friedemann Kleint | 2009-10-01 | 1 | -0/+1 | |
| | ||||||
* | long live the king | hjk | 2009-08-14 | 1 | -1/+1 | |
| | ||||||
* | 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/+24 | |
| | ||||||
* | Initial support for semantic searches. | Roberto Raggi | 2009-06-02 | 1 | -0/+41 | |
| | ||||||
* | Made cpp file suffixes take effect after restart. | Friedemann Kleint | 2009-04-29 | 1 | -1/+4 | |
| | | | | | | | | | 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: change file license headers to include LGPL | hjk | 2009-02-25 | 1 | -21/+17 | |
| | ||||||
* | replace ExtensionSystem::PluginManager::instance()->getObject<Core::ICore>() ↵ | hjk | 2009-01-20 | 1 | -5/+0 | |
| | | | | by Core::ICore::instance() | |||||
* | remove ProjectExplorerInterface and ExtensionSystemInterfaces files | hjk | 2009-01-14 | 1 | -1/+1 | |
| | ||||||
* | Bump year in licence header. | Daniel Molkentin | 2009-01-13 | 1 | -1/+1 | |
| | ||||||
* | Merge branch '0.9.1-beta' | dt | 2008-12-17 | 1 | -1/+1 | |
| | ||||||
* | Added configuration options for code completion | Thorbjørn Lindeijer | 2008-12-15 | 1 | -0/+2 | |
| | | | | | 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/+87 | |
To match the class name, CppToolsPlugin. |