- Dec 07, 2009
-
-
Roberto Raggi authored
Encapsulate the details.
-
- Nov 27, 2009
-
-
con authored
Move the API to the progress manager. Added a first Mac implementation, other platforms are pending.
-
- Nov 13, 2009
-
-
Roberto Raggi authored
This reverts commit 6a9e7ab0.
-
Roberto Raggi authored
This change breaks OSX very badly. This reverts commit 6a9e7ab0.
-
- Nov 10, 2009
-
-
Thorbjørn Lindeijer authored
Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
- Nov 09, 2009
-
-
Friedemann Kleint authored
Add state logic to CppCodeModelManagerInterface, making it aware whether an indexer is running, protect the update methods from another invocation while running. Add changed signals to IVersionControl and VCSManager and wire them to the update methods. Add a menu action for manually updating. Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com> Reviewed-by:
con <qtc-committer@nokia.com>
-
Friedemann Kleint authored
Ensure the code model receives file names with clean paths ('/') and fix paths in the relevant places of the code model. Pass on clean paths from Cpp reference find and display them correctly in the search window tooltip. Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
- Nov 05, 2009
-
-
Roberto Raggi authored
updateModifiedFiles ckecks the timestamp and reparses all the modified files in the current snapshot.
-
- Oct 26, 2009
-
-
Thorbjørn Lindeijer authored
Should not be necessary when nothing changed in the project info. This also fixes a problem where include file scanning happened twice after saving a pro file. Reviewed-by: Roberto Raggi
-
- Oct 13, 2009
-
-
Thorbjørn Lindeijer authored
Found by Roberto.
-
- Oct 12, 2009
-
-
Roberto Raggi authored
-
- Oct 09, 2009
-
-
Roberto Raggi authored
-
- Oct 07, 2009
-
-
Roberto Raggi authored
-
- Oct 05, 2009
-
-
Roberto Raggi authored
-
Roberto Raggi authored
Ensure the user can stop a semantic search and added a method to get a pointer to the ModelManagerInterface.
-
- Oct 01, 2009
-
-
con authored
Which is 'quite' important, since Qt builds by default generate frameworks.
-
- Sep 30, 2009
-
-
Roberto Raggi authored
-
- Sep 29, 2009
-
-
Roberto Raggi authored
-
- Sep 25, 2009
-
-
Christian Kamm authored
In particular macros that are only checked for definition or are expanded during the evaluation of an #if or #elif directive are now also added to the list available through Document::macroUses(). The names of undefined macros that are interesting (because they're used in an #ifdef or a defined(...)) are now available through Document::undefinedMacroUses(). Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
- Sep 24, 2009
-
-
Roberto Raggi authored
-
- Sep 23, 2009
-
-
Roberto Raggi authored
-
- Sep 16, 2009
-
-
Daniel Molkentin authored
Some macros are defined not by cl.exe purely, but are pretty standard. We add those manually anyway. Also, remove compiler-specific macro definitions from the model manager. They should be provided by the tool chains only.
-
- Aug 28, 2009
-
-
Thorbjørn Lindeijer authored
Done-with: Christian Kamm <christian.d.kamm@nokia.com>
-
- Aug 20, 2009
-
-
Thorbjørn Lindeijer authored
Use QFileInfo::fileName() to get the filename, since that also works when the original path wasn't canonical.
-
Thorbjørn Lindeijer authored
No empty entries should be added to the completion list, but it seems like this is what is happening. Maybe this warning will give some more information about the problem. Reviewed-by:
Daniel Molkentin <daniel.molkentin@nokia.com>
-
- Aug 14, 2009
-
-
hjk authored
-
- Aug 13, 2009
-
-
hjk authored
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
-
- Aug 04, 2009
-
-
Daniel Molkentin authored
-
- Jul 24, 2009
-
-
Thorbjørn Lindeijer authored
In order to speed up completion for include statements. Reviewed-by:
Daniel Molkentin <daniel.molkentin@nokia.com>
-
- Jul 17, 2009
-
-
hjk authored
-
- Jul 14, 2009
-
-
Roberto Raggi authored
Reviewed by Thorbjørn Lindeijer
-
- Jul 13, 2009
-
-
Roberto Raggi authored
-
- Jul 10, 2009
-
-
Roberto Raggi authored
-
- Jul 06, 2009
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- Jun 29, 2009
-
-
Erik Verbruggen authored
-
- Jun 26, 2009
-
-
Roberto Raggi authored
-
- Jun 18, 2009
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-