- Oct 23, 2013
-
-
Nikolai Kosjar authored
...for tests. Change-Id: Idc408e30ee0cdc22610e3037f94de5f7d246accf Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
- Aug 29, 2013
-
-
jkobus authored
All Qt Creator's main highlighters are used in the first place, for other mimetypes generic highlighter is used as a fallback. Task-number: QTCREATORBUG-9580 Change-Id: I863b9085520e5bdda142ce88f2074afeacee0531 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Petar Perisin <petar.perisin@gmail.com> Reviewed-by:
Jarek Kobus <jaroslaw.kobus@digia.com>
-
- Sep 24, 2012
-
-
Marco Bubke authored
Change-Id: Iaa7a744ecf13e011addc573a381ea523d2d50a55 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
- Sep 19, 2012
-
-
Marco Bubke authored
Change-Id: I06be890d22a29790dbd91a0f167b63f055369315 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
- Jul 19, 2012
-
-
Eike Ziller authored
Change-Id: I7134d7de30bcf9f9dcfad42520dd45ee083a852d Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
- Nov 03, 2011
-
-
hjk authored
Change-Id: If18afb5d4665924e7d9250dccbc60a65e6daa75e Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- Jun 22, 2011
-
-
Marco Bubke authored
Change-Id: Id50d8c6130e9d5169a74015bc24e84de64eabfa7 Reviewed-on: http://codereview.qt.nokia.com/634 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
- Jun 09, 2011
-
-
Marco Bubke authored
QmlPuppet only supported GraphicsView. There is now Qml2Puppet which is supporting the new Qt Scene Graph. Change-Id: Ia0a06639cf6852192e84f7bfc2bea60532890b08 Reviewed-on: http://codereview.qt.nokia.com/433 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
- May 06, 2011
-
-
Tobias Hunger authored
Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
-
- Apr 13, 2011
-
-
hjk authored
-
- Feb 22, 2011
-
-
Kai Koehne authored
-
- Feb 08, 2011
-
-
Marco Bubke authored
A component which is asking for the e.g. parent.width in root object has mostly not the wanted size. To get around this problem you can put a file in the dummydata directory with the signature: originalfilename_dummydata.qml: import QtQuick 1.0 import QmlDesigner 1.0 DummyContextObject { parent: QtObject { property real width: 1000 property real height: 400 } } The file is reloaded if you change it so you can make changes on the fly.
-