- 12 Jan, 2011 2 commits
- 06 Jan, 2011 2 commits
-
-
Christian Kamm authored
By moving the offending code into a background thread. Reviewed-by: Erik Verbruggen
-
Christian Kamm authored
Previously they were leaked when a qmldump or the C++ exported QML type list updated. Just deleting the previous FakeMetaObjects is not an option, as they might still be used in a QmlObjectValue owned by an Engine. Reviewed-by: Erik Verbruggen
-
- 04 Jan, 2011 2 commits
-
-
Christian Kamm authored
Reviewed-by: Erik Verbruggen
-
Christian Kamm authored
-
- 17 Dec, 2010 1 commit
-
-
con authored
-
- 20 Jul, 2010 1 commit
-
-
ck authored
Reviewed-by: Roberto Raggi
-
- 06 Jul, 2010 1 commit
-
-
Bill King authored
-
- 02 Jul, 2010 1 commit
-
-
Erik Verbruggen authored
-
- 14 Jun, 2010 1 commit
-
-
Erik Verbruggen authored
Also removed TokenUnderCursor as it's functionality is in the token cache. Reviewed-by: ckamm
-
- 07 Jun, 2010 1 commit
-
-
Roberto Raggi authored
-
- 04 Jun, 2010 2 commits
-
-
Erik Verbruggen authored
This reverts commit c2393df0.
-
Erik Verbruggen authored
This should speed things up a bit, because before, the line was tokenized at least 3 times.
-
- 31 May, 2010 1 commit
-
-
Roberto Raggi authored
-
- 10 May, 2010 1 commit
-
-
Roberto Raggi authored
-
- 05 May, 2010 1 commit
-
-
Roberto Raggi authored
-
- 13 Apr, 2010 1 commit
-
-
Erik Verbruggen authored
Task-number: QTCREATORBUG-1102 Reviewed-by: Roberto Raggi
-
- 17 Mar, 2010 1 commit
-
-
Erik Verbruggen authored
Done-with: Roberto Raggi
-
- 10 Mar, 2010 1 commit
-
-
dt authored
-
- 09 Mar, 2010 1 commit
-
-
Erik Verbruggen authored
Fixed crash in FindUsages on a dirty file in a large project, which is saved while the FindUsages is still running.
-
- 05 Mar, 2010 1 commit
-
-
hjk authored
-
- 03 Feb, 2010 1 commit
-
-
Wolfgang Beck authored
-
- 19 Jan, 2010 1 commit
-
-
Wolfgang Beck authored
-
- 21 Dec, 2009 1 commit
-
-
Christian Kamm authored
Reviewed-by: Erik Verbruggen
-
- 15 Dec, 2009 1 commit
-
-
Roberto Raggi authored
-
- 07 Dec, 2009 2 commits
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- 10 Nov, 2009 1 commit
-
- 09 Nov, 2009 1 commit
-
-
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>
-
- 13 Oct, 2009 1 commit
-
-
Thorbjørn Lindeijer authored
Found by Roberto.
-
- 12 Oct, 2009 1 commit
-
-
Roberto Raggi authored
-
- 05 Oct, 2009 1 commit
-
-
Roberto Raggi authored
-
- 01 Oct, 2009 1 commit
-
-
con authored
Which is 'quite' important, since Qt builds by default generate frameworks.
-
- 30 Sep, 2009 1 commit
-
-
Roberto Raggi authored
-
- 23 Sep, 2009 1 commit
-
-
Roberto Raggi authored
-
- 14 Aug, 2009 1 commit
-
-
hjk authored
-
- 13 Aug, 2009 1 commit
-
-
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
-
- 24 Jul, 2009 1 commit
-
-
Thorbjørn Lindeijer authored
In order to speed up completion for include statements. Reviewed-by:
Daniel Molkentin <daniel.molkentin@nokia.com>
-
- 14 Jul, 2009 1 commit
-
-
Roberto Raggi authored
Reviewed by Thorbjørn Lindeijer
-