- 20 Sep, 2012 1 commit
-
-
Thomas Hartmann authored
A regression was triggered by testGradientsRewriter(). Trailing "0" are not nice. Change-Id: I0243ee8250c98cd5742b79af0d0cfef74357b074 Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
- 19 Jul, 2012 1 commit
-
-
Eike Ziller authored
Change-Id: I7134d7de30bcf9f9dcfad42520dd45ee083a852d Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
- 15 Feb, 2012 1 commit
-
-
Erik Verbruggen authored
Getting the #include directives ready for Qt5. This includes the new-project wizards. Change-Id: Ia9261f1e8faec06b9285b694d2b7e9a095978d2b Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 26 Jan, 2012 1 commit
-
-
hjk authored
Change-Id: I2b72b34c0cfeafc8bdbaf49b83ff723544f2b6e2 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- 03 Nov, 2011 1 commit
-
-
hjk authored
Change-Id: If18afb5d4665924e7d9250dccbc60a65e6daa75e Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 01 Aug, 2011 1 commit
-
-
Thomas Hartmann authored
Change-Id: I9a46704c24bdd9ddfd24ba2cf76eb2573f1cf5ef Reviewed-on: http://codereview.qt.nokia.com/2441 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
- 25 Jul, 2011 1 commit
-
-
Thomas Hartmann authored
Reading the documentation helps. We want 3 digits after the decimal point ('f') not 3 significant digits ('g'). Task-number: QTCREATORBUG-5503 Change-Id: I90c16627904b81ea49d3d53d02e4d96787d0b73b Reviewed-on: http://codereview.qt.nokia.com/2111 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
- 22 Jul, 2011 1 commit
-
-
Thomas Hartmann authored
fixing escape() and descape() Task-number: QTCREATORBUG-5528 Change-Id: Ia51aee21875c912685d38b61fcda6c048ca1e246 Reviewed-on: http://codereview.qt.nokia.com/2027 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
- 12 Jul, 2011 1 commit
-
-
Thomas Hartmann authored
Task-number: QTCREATORBUG-4772 Change-Id: I2e3fba1fff0e0b8cef614bf7fb996c3dedfabf9e Reviewed-on: http://codereview.qt.nokia.com/1520 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
- 06 May, 2011 1 commit
-
-
Tobias Hunger authored
Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
-
- 13 Apr, 2011 1 commit
-
-
hjk authored
-
- 04 Mar, 2011 1 commit
-
-
Thomas Hartmann authored
-
- 01 Mar, 2011 1 commit
-
-
Thomas Hartmann authored
Using '/' was legacy and is just confusing. The code is way more consistent now with QmlJS and does not require conversions.
-
- 25 Feb, 2011 1 commit
-
-
Friedemann Kleint authored
-
- 12 Jan, 2011 2 commits
- 17 Dec, 2010 1 commit
-
-
con authored
-
- 01 Dec, 2010 1 commit
-
-
Thomas Hartmann authored
The new implementation is based on the QmlJS::Interpreter meta info system and gets its info from parsing qml and qmldumper instead of interogating QDeclarative classes. So we share this code with the Qml TextEditor and this approach is also way more flexible. It also work with different Qt versions. The meta info is now bound to a document/rewriter. The api has changed slightly. subComponentManager: cleanup The SubComponentManager does not have to provide meta info, anymore. propertyParser: cleanup Enums were never properly converted. here. metaInfo: remove old MetaInfo classes Removing the old MetaInfo classes and code
-
- 29 Sep, 2010 2 commits
-
-
Thomas Hartmann authored
Only emit if the view is really attached. Reviewed-by: Marco Bubke
-
Thomas Hartmann authored
The scopes of enumerators have to be fixed for this. Reviewed-by: Marco Bubke
-
- 10 Jun, 2010 1 commit
-
-
Kai Koehne authored
E.g. if the type of the node is 'Qt/Image', version 4, 6, search through the list of imports to find 'Qt'. If an alias for the namespace has been defined, prepend this to the element name. Reviewed-by: Erik Verbruggen
-
- 05 May, 2010 1 commit
-
-
Kai Koehne authored
Avoids problems when e.g. running 'make clean' - this one tries to delete all files named core.
-
- 12 Apr, 2010 1 commit
-
-
Thomas Hartmann authored
QColor::name() ignores the alpha channel Reviewed-by: Erik Verbruggen
-
- 05 Mar, 2010 2 commits
-
-
Erik Verbruggen authored
-
hjk authored
-
- 09 Feb, 2010 1 commit
-
-
Christiaan Janssen authored
-
- 04 Feb, 2010 1 commit
-
-
Friedemann Kleint authored
Reviewed-by:
Thomas Hartmann <thartman@trolltech.com>
-
- 07 Jan, 2010 1 commit
-
-
Kai Koehne authored
This adds a new "Design" mode that can be used to manipulate qml files in a visual way. It will only get build if you have the declarativeui module in Qt. This is a squashed import from the Bauhaus project. Share & enjoy :)
-