- May 05, 2010
-
-
Roberto Raggi authored
-
- Apr 26, 2010
-
-
Thorbjørn Lindeijer authored
The Parentheses, TextBlockUserData and TextEditDocumentLayout classes and their member function implementations were spread around the BaseTextEditor class. Moving them to their own file to make the code a bit better organized. Reviewed-by: mae
-
dt authored
Task-Nr: QTCREATORBUG-1151
-
- Apr 23, 2010
-
-
Erik Verbruggen authored
-
- Apr 14, 2010
- Apr 13, 2010
-
-
Erik Verbruggen authored
Task-number: QTCREATORBUG-1102 Reviewed-by: Roberto Raggi
-
- Mar 18, 2010
-
-
Thorbjørn Lindeijer authored
-
Roberto Raggi authored
-
- Mar 15, 2010
-
-
Roberto Raggi authored
-
- Mar 10, 2010
-
-
dt authored
-
- Mar 09, 2010
-
-
Erik Verbruggen authored
Fixed crash in FindUsages on a dirty file in a large project, which is saved while the FindUsages is still running.
-
- Mar 05, 2010
-
-
hjk authored
-
- Feb 23, 2010
-
-
dt authored
Reviewed-by: Friedemann Kleint
-
- Feb 22, 2010
-
-
Friedemann Kleint authored
Introduce multithread-locking to Core::MimeDatabase as it is invoked from the indexer thread to sort apart headers and sources. Add a convenience to operate on a sequence to avoid locking for each file.
-
- Feb 03, 2010
-
-
Wolfgang Beck authored
-
- Feb 01, 2010
-
-
Friedemann Kleint authored
foreach()-Loops.
-
- Jan 19, 2010
-
-
Wolfgang Beck authored
-
- Dec 21, 2009
-
-
Christian Kamm authored
Reviewed-by: Erik Verbruggen
-
Christian Kamm authored
In preparation for finding macro uses. * Macro: add offset and length * MacroUse: add line * Document: add convenience functions for finding a macro definition, use or undefined use at a given location. Reviewed-by: Erik Verbruggen
-
- Dec 18, 2009
-
-
Daniel Molkentin authored
__stdcall for all compilers (MSVC and MinGW, possibly others may use it) __w64 is MSVC only, deprecated there, but still used in some places Reviewed-By: Roberto Raggi (cherry picked from commit 5832c6b5)
-
- Dec 15, 2009
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- Dec 10, 2009
-
-
Daniel Molkentin authored
__stdcall for all compilers (MSVC and MinGW, possibly others may use it) __w64 is MSVC only, deprecated there, but still used in some places Reviewed-By: Roberto Raggi
-
Roberto Raggi authored
-
- Dec 07, 2009
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-
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
-