summaryrefslogtreecommitdiff
path: root/src/plugins/cpptools/cppmodelmanagerinterface.h
Commit message (Expand)AuthorAgeFilesLines
* It's 2011 now.con2011-01-121-1/+1
* License headers.con2010-12-171-7/+11
* C++-Settings/License template: Add %FILENAME%, %CLASS% placeholders.Friedemann Kleint2010-08-091-1/+1
* Quickfix: Convert underscore notation to camel case.ck2010-07-201-1/+2
* Removed the TokenCache.Erik Verbruggen2010-07-021-3/+0
* Introduced token caching to prevent repetetive tokenizing.Erik Verbruggen2010-06-141-0/+11
* Refactored the quickfix engine.Roberto Raggi2010-06-071-0/+6
* Revert "Introduced a token cache for the C++ editor."Erik Verbruggen2010-06-041-11/+0
* Introduced a token cache for the C++ editor.Erik Verbruggen2010-06-041-0/+11
* Ensure we keep the context around for as long as it is needed.Roberto Raggi2010-05-311-4/+7
* Put the DependencyTable calculation into the QFuture.Erik Verbruggen2010-03-171-0/+3
* Cancel a previous update code modeldt2010-03-101-1/+2
* Fixed QTCREATORBUG-745.Erik Verbruggen2010-03-091-2/+2
* Long live the king!hjk2010-03-051-1/+1
* Merge remote branch 'origin/1.3'Oswald Buddenhagen2010-01-291-1/+1
|\
| * remove trailing whitespaceOswald Buddenhagen2010-01-291-1/+1
| * 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
* | Add the precompiled headers to the project infodt2010-01-121-0/+1
* | Find macro uses.Christian Kamm2009-12-211-0/+2
* | Use the text editor revision to ignore outdated parse results.Roberto Raggi2009-12-151-11/+6
* | Hide the implementation details of CppModelManagerInterface::WorkingCopy.Roberto Raggi2009-12-151-1/+24
* | Replaced the hardcoded QHash<QString, QString> with CppModelManagerInterface:...Roberto Raggi2009-12-151-1/+3
* | Store the working list in a QHash.Roberto Raggi2009-12-071-2/+2
* | Store the documents in an hash.Roberto Raggi2009-12-071-0/+1
|/
* Introduced CppTools::CppModelManagerInterface::updateModifiedFiles().Roberto Raggi2009-11-051-3/+5
* Expose CppModelManagerInterface::workingCopy()Roberto Raggi2009-10-121-0/+1
* Added `Find Usages' of a Symbol.Roberto Raggi2009-10-051-1/+2
* Ensure the user can stop a semantic search and added a method to get a pointe...Roberto Raggi2009-10-051-0/+2
* Make the symbols used in the current editors.Roberto Raggi2009-09-301-0/+4
* Find referencesRoberto Raggi2009-09-231-0/+2
* Fix crash in include completion with non-canonical include pathsThorbjørn Lindeijer2009-08-201-1/+1
* long live the kinghjk2009-08-141-1/+1
* Do the scanning for include files in the backgroundThorbjørn Lindeijer2009-07-241-0/+2
* Add a license template setting to the CppTools settings.Friedemann Kleint2009-06-221-0/+2
* Update license headers and sales contact details.Jason McDonald2009-06-171-2/+2
* Added ToolTip support for CDB.Friedemann Kleint2009-05-141-5/+9
* First step towards dynamic ui completion. Add hooks in cppmodelmanagerdt2009-05-121-0/+21
* Fixes: change file license headers to include LGPLhjk2009-02-251-21/+17
* replace ExtensionSystem::PluginManager::instance()->getObject<Core::ICore>() ...hjk2009-01-201-1/+1
* Bump year in licence header.Daniel Molkentin2009-01-131-1/+1
* chancge Nokia GPL exception version from 1.2 to 1.3hjk2008-12-161-1/+1
* Introduced CPlusPlus::Snapshot, it contains a snap shot of the indexer's curr...Roberto Raggi2008-12-121-6/+2
* Protected m_dirty and m_projects with a mutex.Roberto Raggi2008-12-081-5/+27
* more file cosmeticshjk2008-12-021-0/+1
* off-by-one in headershjk2008-12-021-1/+0
* end-of-line whitespace correction of the new headershjk2008-12-021-10/+11
* Initial importcon2008-12-021-0/+79