summaryrefslogtreecommitdiff
path: root/src/plugins/cpptools/cppmodelmanager.h
Commit message (Collapse)AuthorAgeFilesLines
...
* Cancel a previous update code modeldt2010-03-101-1/+1
|
* Fixed QTCREATORBUG-745.Erik Verbruggen2010-03-091-2/+2
| | | | | Fixed crash in FindUsages on a dirty file in a large project, which is saved while the FindUsages is still running.
* Long live the king!hjk2010-03-051-1/+1
|
* Source update.Wolfgang Beck2010-02-031-9/+14
|
* Merge ichecker branch changes into the mainline. New project can be found ↵Wolfgang Beck2010-01-191-2/+81
| | | | under src/tools/ICheck
* Find macro uses.Christian Kamm2009-12-211-0/+2
| | | | Reviewed-by: Erik Verbruggen
* Replaced the hardcoded QHash<QString, QString> with ↵Roberto Raggi2009-12-151-2/+2
| | | | CppModelManagerInterface::WorkingCopy.
* Store the working list in a QHash.Roberto Raggi2009-12-071-8/+8
|
* Disable the indexer when m_indexerEnabled is false.Roberto Raggi2009-12-071-0/+1
|
* Fixed a crash on exit when include files are still being scannedThorbjørn Lindeijer2009-10-131-1/+1
| | | | Found by Roberto.
* Expose CppModelManagerInterface::workingCopy()Roberto Raggi2009-10-121-2/+3
|
* Added `Find Usages' of a Symbol.Roberto Raggi2009-10-051-1/+2
|
* Support include completion for frameworks on Mac.con2009-10-011-0/+1
| | | | | Which is 'quite' important, since Qt builds by default generate frameworks.
* Make the symbols used in the current editors.Roberto Raggi2009-09-301-0/+4
|
* Find referencesRoberto Raggi2009-09-231-0/+5
|
* long live the kinghjk2009-08-141-1/+1
|
* sessionmanager: replace signal sessionUnloaded() by aboutToUnloadSession()hjk2009-08-131-1/+1
| | | | | | | | | sessionUnloaded was sometimes emitted when the session manager was in an unsafe state (between delete m_file and m_file = new ...) leading to crashes when slots connected to the signal accessed the sessionmanager again. This patch moves the signal emission before delete m_file. Reviewed-by: dt
* Do the scanning for include files in the backgroundThorbjørn Lindeijer2009-07-241-0/+15
| | | | | | In order to speed up completion for include statements. Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com>
* Introduced revisions in CPlusPlus::Document.Roberto Raggi2009-07-141-0/+1
| | | | Reviewed by Thorbjørn Lindeijer
* Store the document's revision used to compute the warning/error marks.Roberto Raggi2009-07-101-0/+3
|
* Update license headers and sales contact details.Jason McDonald2009-06-171-2/+2
| | | | Reviewed-by: Trust Me
* Keep the original encoded text around while preprocessing.Roberto Raggi2009-06-151-1/+1
|
* Search in the editor buffers.Roberto Raggi2009-06-101-2/+2
|
* More work on `Quick Fix'.Roberto Raggi2009-06-091-0/+3
|
* Protected modelmanager's snapshot.Roberto Raggi2009-06-021-0/+1
|
* First step towards dynamic ui completion. Add hooks in cppmodelmanagerdt2009-05-121-0/+5
| | | | | | | | This adds a way for plugins to tell the cppmodel that for certain files, the actual contents come from it, instead of reading from the disk. (For texteditors the cppmodel does that automatically.) Reviewed-By: Roberto Raggi <roberto.raggi@nokia.com>
* Wait the future values.Roberto Raggi2009-03-111-0/+3
|
* Fixes: simplify ProjectExplorerPlugin::instance() accesshjk2009-03-041-1/+0
|
* Cache the UTF-8 encoded contents of the text editors, and some cleanup in ↵Roberto Raggi2009-03-021-1/+1
| | | | updateEditorSelections().
* Fixes: change file license headers to include LGPLhjk2009-02-251-21/+17
|
* Postpone the update of the ifdefedOut blocks.Roberto Raggi2009-02-231-0/+3
|
* Don't remove syntax errors on each document changeThorbjørn Lindeijer2009-02-111-4/+0
| | | | | | | Especially when several error markers exist, the flashing this causes while editing isn't really nice. Reviewed-by: Roberto Raggi
* Less annoying syntax checker.Roberto Raggi2009-02-111-0/+17
| | | | (cherry picked from commit 9539bb2b28c05aa3ff7ca1aa19161ae864116422)
* Bump year in licence header.Daniel Molkentin2009-01-131-1/+1
|
* Merge branch '0.9.1-beta'dt2008-12-171-1/+1
|\
| * chancge Nokia GPL exception version from 1.2 to 1.3hjk2008-12-161-1/+1
| |
* | Moved the CppHoverHandler to the CppEditor pluginThorbjørn Lindeijer2008-12-161-2/+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.
* Introduced CPlusPlus::Snapshot, it contains a snap shot of the indexer's ↵Roberto Raggi2008-12-121-3/+2
| | | | | | current state. This change removes a number of wrong usages of the CppModelManager::documents()/document().
* More cleanup in the CppPreprocessor.Roberto Raggi2008-12-081-4/+4
|
* Protected m_dirty and m_projects with a mutex.Roberto Raggi2008-12-081-14/+11
|
* Some cleanup in the CppPreprocessor.Roberto Raggi2008-12-041-9/+50
|
* 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/+135