- 06 Sep, 2011 2 commits
-
-
Leandro Melo authored
This is not really a direct mapping to the Microsoft specifc ones, but I guess defining such macros is an acceptable solution. Change-Id: I17a9414364ef664f2e8afa7ececc6a87f663049e Reviewed-on: http://codereview.qt.nokia.com/4277 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Erik Verbruggen <erik.verbruggen@nokia.com>
-
Leandro Melo authored
There is logic in the preprocessor that assumes a normalized line ending. Other patches have already fixed the issue in other parts. Change-Id: Iac262da361b6528cc9466a6c87e83da95af9ea04 Reviewed-on: http://codereview.qt.nokia.com/4252 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Christian Kamm <christian.d.kamm@nokia.com>
-
- 31 Aug, 2011 1 commit
-
-
Christian Kamm authored
Setting extra diagnostics would call updateDocument which would in turn trigger another scan. Change-Id: I3810a380cdf716a12767d94ff82dc30f8ae3954d Reviewed-on: http://codereview.qt.nokia.com/3917 Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com> Reviewed-by:
Leandro T. C. Melo <leandro.melo@nokia.com>
-
- 30 Aug, 2011 1 commit
-
-
Christian Kamm authored
Change-Id: I1e206e09c4068cc541978ee148f9ed8c4138c249 Reviewed-on: http://codereview.qt.nokia.com/3579 Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@nokia.com>
-
- 25 Aug, 2011 2 commits
-
-
Christian Kamm authored
Change-Id: I5f1c6e29c8386018cfd4d45d8ee63fc3e24311f6 Reviewed-on: http://codereview.qt.nokia.com/3484 Reviewed-by:
Leandro T. C. Melo <leandro.melo@nokia.com>
-
Christian Kamm authored
Change-Id: I3a4817d36b9c724abca504c42914a73f97ab34c7 Reviewed-on: http://codereview.qt.nokia.com/3480 Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
- 24 Aug, 2011 1 commit
-
-
Christian Kamm authored
It now lives in qmljstools/qmljsfindexportedcpptypes, all in one place. Also ensures that the source code is available when a file is being scanned for QML exports. This will enable checking comments for annotations about the URI a plugin is usually imported as. Change-Id: I1da36d0678e0a8d34b171dbe0f6b5690d89eb18b Reviewed-on: http://codereview.qt.nokia.com/3392 Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@nokia.com>
-
- 05 Jul, 2011 1 commit
-
-
Erik Verbruggen authored
Change-Id: I8a8878c420c0f8d24db16d606aace42519ac3047 Reviewed-on: http://codereview.qt.nokia.com/1151 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Bill King <bill.king@nokia.com>
-
- 30 May, 2011 1 commit
-
-
Christian Kamm authored
Change-Id: Ia31b1845b1e1e5aabc347dc115e580c72e36f4e3 Reviewed-on: http://codereview.qt.nokia.com/200 Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
- 18 May, 2011 1 commit
-
-
Leandro Melo authored
With the completion now in a separate thread this should no longer be necessary. Reviewed-by: Roberto Raggi
-
- 06 May, 2011 1 commit
-
-
Tobias Hunger authored
Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
-
- 13 Apr, 2011 1 commit
-
-
hjk authored
-
- 22 Feb, 2011 1 commit
-
-
hjk authored
rename BastTextEditor->BaseTextEditorWidget, BaseTextEditorEditable->BaseTextEditor rename BaseTextEditor{,Widget} subclasses rename editableInterface->editorInterface rename createEditableInterface->createEditor minor cleanups after renamings
-
- 10 Feb, 2011 1 commit
-
-
Christian Kamm authored
Having a duplicate prototype chain - once in FakeMetaObjects and once in QmlObjectValues was unnecessary. Now FMOs don't contain references which may allow other simplifications.
-
- 24 Jan, 2011 1 commit
-
-
Friedemann Kleint authored
-
- 12 Jan, 2011 3 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
-
- 05 Jan, 2011 1 commit
-
-
Christian Kamm authored
-
- 04 Jan, 2011 2 commits
-
-
Christian Kamm authored
Reviewed-by: Erik Verbruggen
-
Christian Kamm authored
-
- 17 Dec, 2010 1 commit
-
-
con authored
-
- 03 Oct, 2010 2 commits
-
-
Alessandro Portale authored
The scanning phase was in some cases insanely long. Reason was that Creator feeds wrong paths to the CppModelManager, for example "/". The scanning phase did what it was told to: scan that whole Harddrive. This patch makes sure that the scanning is not done for "/" Done-With: Roberto
-
Alessandro Portale authored
(The other Samba is meant. The slow one, not the nice one.) Creator manages to feed the CppModelManager with all kinds of wrong include paths. That is usually not a big issue as long as that path is not a simple "/". CppManager appended a separator to all incoming include paths. And when the above "/" was passed in, we had (on my machine) 7 seconds of Samba Network lookup, multiple times during a parse. And the sad thing was that my dear colleagues in the Intranet did not even have the searched-for header files on their shared folders. This patch makes sure that a separator is only appended if the path does not already end with one. The real core of the issue (wrong include paths from Creator) still needs to be fixed. Done-with: Roberto Raggi
-
- 02 Sep, 2010 1 commit
-
-
Roberto Raggi authored
-
- 13 Aug, 2010 1 commit
-
-
Roberto Raggi authored
-
- 20 Jul, 2010 1 commit
-
-
ck authored
Reviewed-by: Roberto Raggi
-
- 05 Jul, 2010 1 commit
-
-
Roberto Raggi authored
-
- 02 Jul, 2010 1 commit
-
-
Erik Verbruggen authored
-
- 25 Jun, 2010 1 commit
-
-
hjk authored
-
- 14 Jun, 2010 1 commit
-
-
Erik Verbruggen authored
Also removed TokenUnderCursor as it's functionality is in the token cache. Reviewed-by: ckamm
-
- 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
-
- 26 May, 2010 1 commit
-
-
Roberto Raggi authored
-
- 25 May, 2010 2 commits
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- 10 May, 2010 1 commit
-
-
Roberto Raggi authored
-