- 21 May, 2014 1 commit
-
-
Orgad Shaneh authored
Change-Id: I6bf60d6484f13817dcbe36a4bfc099f3edf7559c Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
- 16 May, 2014 1 commit
-
-
Orgad Shaneh authored
Mostly trailing whitespace Change-Id: Ic324d20e8159c9d255895248ce04f25c692daf46 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- 14 May, 2014 1 commit
-
-
Marco Bubke authored
Task-number: QTCREATORBUG-12227 Change-Id: I02c3bd81ab2b6585d35bab60550788f461e77732 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
- 08 May, 2014 1 commit
-
-
Marco Bubke authored
The component complete command is reparenting a item so it is appended. To get the right order the ChildrenChangedCommand should be sent after ComponentCompletedCommand. Change-Id: Id4c1025fc7b4d7f25a7db7511029013c24441dd3 Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
- 06 May, 2014 1 commit
-
-
Orgad Shaneh authored
Change-Id: I909119533646e0b29724212f764eb2685b683044 Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
- 17 Apr, 2014 5 commits
-
-
Marco Bubke authored
We reparented into ignored properties. Now there is a more general mechanism to prevent this. Task-number: QTCREATORBUG-11970 Change-Id: Icbd5877dc13c65963079eb3ab67e48bb92056b53 Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Marco Bubke authored
Change-Id: I2f5412887a66186d215e56101a63bacfda4f8e0a Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Marco Bubke authored
Change-Id: I164b38286a4a4b1ff642c1cfdb8cd19477ad9fa1 Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Marco Bubke authored
Change-Id: I305bc7bd0c369cd9dfcd68d7d79952c6a669b62c Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Marco Bubke authored
Change-Id: I0ed67997c371af8acb3db480446ea5d577380804 Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
- 16 Apr, 2014 1 commit
-
-
Marco Bubke authored
Change-Id: I9f31390b478d8638038998682fb606dea5d1c81a Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
- 09 Apr, 2014 1 commit
-
-
Marco Bubke authored
Before we had to provide the puppet in the packaging. Now we compile the puppet on demand so we can be sure it is always there in the right version and working. Task-number: QTCREATORBUG-11763 Change-Id: I8556ef677ed27fbcc8a7775dced60230104e3237 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
- 07 Apr, 2014 1 commit
-
-
Eike Ziller authored
The Info.plist was generated for putting the Qt Creator version into it. Since that is not very useful nor necessary information, we can just avoid the whole generation, and make the logic much simpler. Change-Id: I71a12dc7e53970e3ef136e8abc78077dfba3326e Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
- 25 Mar, 2014 1 commit
-
-
Marco Bubke authored
Task-number: QTCREATORBUG-11800 Change-Id: I6d23b23f250ccef76c7b9182071770a4f4f490f7 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
- 20 Mar, 2014 1 commit
-
-
Marco Bubke authored
Task-number: QTCREATORBUG-11323 Change-Id: I37629f9d6cdcb1ff12bc86ed9296e8d5af744ac4 Hotfix: 3.1 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
- 17 Mar, 2014 2 commits
-
-
Thomas Hartmann authored
Since Qt Creator 3.1 will be released before Qt 5.3, bumping the version number and enforcing to rebuild the puppet creates a huge hurdle for end users. Change-Id: Ic85a2ed315cf67b7d47bdfa492e6c5d2adf719d9 Reviewed-by:
Alessandro Portale <alessandro.portale@digia.com>
-
Kai Koehne authored
Change-Id: If040844310105970f645f413cfc005abdb95994c Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
- 12 Mar, 2014 3 commits
-
-
Marco Bubke authored
Now all windows are exchanged with items. Change-Id: Ieecd4410c92a1e4f63b1035843a8534e92199b98 Hotfix: 3.1 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Thomas Hartmann authored
Change-Id: I57aae18fec28f01425cc13285504f57aef3afd25 Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Marco Bubke authored
Window is not working so we exchange it with an item. We need a better approach for it in the next release. Revert this patch in master. Hotfix: 3.1 Task-number: QTCREATORBUG-11601 Change-Id: I047dd558f8813cc8b3b6c8bad3394c3cf30c8d8e Signed-off-by:
Marco Bubke <marco.bubke@digia.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
- 22 Jan, 2014 1 commit
-
-
Thomas Hartmann authored
This is required for the version check, Change-Id: I9845260b029e8e01eb71e92c78d40f2a842a5f46 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
- 08 Jan, 2014 1 commit
-
-
Robert Loehning authored
Change-Id: Ib5423fdd064e4546f848c0b640b0ed0514c26d3a Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- 16 Dec, 2013 2 commits
-
-
Thiago Macieira authored
That's what you get for shadowing a variable... The "childItem" variable on the second part of the foreach refers to one declared on the first part, which is uninitialized. Found by ICC 14.0: graphicalnodeinstance.cpp(300): warning #592: variable "childItem" is used before its value is set Change-Id: I9079a428eda90f4bb06f9ccd1adf836fee119133 Reviewed-by:
Kurt Pattyn <pattyn.kurt@gmail.com> Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Marco Bubke authored
Change-Id: I0e163147a0303741af52127ece6f6afd0d2aa658 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
- 18 Nov, 2013 2 commits
-
-
Marco Bubke authored
Change-Id: I0aafaf76a6d4d6edfd4c3ccc73b702edbbfaa385 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Marco Bubke authored
There was no check for the else branch that the type pointer is null. Change-Id: I0c40eb86f324033dc7878465bd5f603d9b96df06 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
- 14 Nov, 2013 1 commit
-
-
Tobias Hunger authored
QQmlType::isComposite and QQmlType::sourceUrl are both unavailable when used in objectnodeinstance.cpp Change-Id: I21f66b00348c0535b4779206bd63e363f4b2c225 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
- 07 Nov, 2013 1 commit
-
-
Marco Bubke authored
Task-number: QTCREATORBUG-10644 Change-Id: Ib112352e539fde4eefb8c029080c688bed8a0ebd Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
- 29 Oct, 2013 1 commit
-
-
Thomas Hartmann authored
Composites types need their own code path. Change-Id: Ia1b14bf4f8519f786c08b94f168ec369d79defc0 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
- 24 Oct, 2013 1 commit
-
-
Marco Bubke authored
Control are now in a qrc file and the component are registered as Qml types. We are using the primitive creation path in this case so we have to disable the componentComplete call. Change-Id: I52936b92d936acbfc21ba800ffca9123fcece864 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
- 23 Oct, 2013 1 commit
-
-
Christian Kandeler authored
It's not Qt Creator. And otherwise the build breaks with a namespaced Qt. Change-Id: Ib30ef86fbc59a02f6fd60d2f0b0b8f4ab452ef6d Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
- 30 Sep, 2013 1 commit
-
-
Marco Bubke authored
Change-Id: I22440c949f634b60ec90803aa6b61bbcf819ea48 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
- 11 Sep, 2013 5 commits
-
-
Marco Bubke authored
Change-Id: Iab635145cb2cde87c8d229983e1436910e90f0e4 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Marco Bubke authored
Change-Id: I9050b11d50d39726e2a19cabb7709020738a5c95 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Marco Bubke authored
Change-Id: I9130b166a077fd0add21b65cab8fa7eee829386d Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Marco Bubke authored
Change-Id: I8d5700c71fd4e46f0463bf02195506251f71a853 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Marco Bubke authored
Change-Id: Iab41ff8f1c197238c3cf78c6f99d78ee349b2137 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
- 10 Sep, 2013 1 commit
-
-
Marco Bubke authored
Accessible.role for example was not found. Change-Id: Ibd2f47d43705d5d450e572cbb9c786c75f7912b3 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
- 04 Sep, 2013 1 commit
-
-
Nikolai Kosjar authored
Change-Id: I177094f19978e07f85e42b34701d8f03cd26665e Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
- 22 Aug, 2013 1 commit
-
-
Marco Bubke authored
Change-Id: Ie154a02719f4706b9edc872767b137fe6f9977bc Reviewed-by:
Maurice Kalinowski <maurice.kalinowski@digia.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-