- Oct 29, 2013
-
-
Thomas Hartmann authored
Change-Id: I37f9691a320cdf4c63f7de72b2384624b5f67132 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Thomas Hartmann authored
Composites types need their own code path. Change-Id: Ia1b14bf4f8519f786c08b94f168ec369d79defc0 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
hjk authored
Closer to "production behaviour" Change-Id: Id72a667cdc44c5102b574db30b6e806ab1deba83 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Fawzi Mohamed authored
Change-Id: Ieee4a509b46da937c3bce21f72c77685946db4dd Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Qt Creator QTCREATORBUG-10375 The old Cascades template application was more sample than template and it was simplified. The application UI object name doesn't follow the project name anymore. This change was introduced because C++ class name rules are more restrictive than the project ones. More than that, it is harder to start with some test project and then refractor it to some real one. There is no gain to have UI object class name same as the enclosing project one. The application icon added to the bar-descriptor.xml Change-Id: I198f61a631fa2c758f3e8ac377c06ce7560cc911 Reviewed-by:
Nicolas Arnaud-Cormos <nicolas@kdab.com>
-
Eike Ziller authored
The previous workaround for the Qt 4 optimized int,uint,short,ushort QHashNode wasn't working for the QHashNode dumper itself because of unknown key type. Instead we first try to find the 'key' child directly, if that fails we look for it in the second child (which would be the anonymous union from the optimized hash node, which contains the key). Also fix the expected type for QHashNode in the optimized case for Qt4 Change-Id: Ib48c2c0afec081ff38cd750c3d515a5e678e9661 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Eike Ziller authored
Change-Id: Ic1b03d2dffdfb7ba6ead191601127b54af38b3cd Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- Oct 28, 2013
-
-
Eike Ziller authored
Also make the structure more self-explained Change-Id: Ia5080f4e07e2a8b7c6b18e1353a4cf1cf3488361 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Eike Ziller authored
Change-Id: Ifd2caaef4d0c286f2855175acb2dc1b835213c37 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Christian Stenger authored
Change-Id: Ic208a45f6d0c7419d83dccd78b552c734421c953 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Eike Ziller authored
In Qt4 (u)int hashs are optimized and the key is inside an anonymous union, so, at least with LLDB, we cannot reference "key" directly as a child of the QHashNode Change-Id: Id7cac3d08fa85af599f2b2564a6b1f11b465c7b2 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Christian Stenger authored
Change-Id: Id34806f06546ad9a6618f9b9431143465a988c1d Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Eike Ziller authored
That also makes lldb dumper actually test for bitness instead of assuming 64bit Change-Id: I6207bac04817e1f4700247dc00d2dfdace1e5100 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- Oct 25, 2013
-
-
hjk authored
Change-Id: If93547396384fe5b421c4b601b52476a23cdfa89 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
jkobus authored
Change-Id: I7e7335bd8b3ef2816abe07a3c5dc6cf2b86afc3b Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com>
-
Friedemann Kleint authored
Change-Id: I309b3b74b0760b8b1a89c0f85ffb52cc875e5d85 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
- Oct 24, 2013
-
-
hjk authored
Like char __attribute__ ((vector_size (8))) ... Change-Id: Ie93547396384fe5b421c4b601b52476a23cdfa89 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Change-Id: I5ffb0f60039bb05f8467e925e71cf710a0712791 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Change-Id: Idd3547396384fe5b421c4b601b52476a23cdfa89 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Eike Ziller authored
Change-Id: Iba15c1b27dc83e8949fef5fd25de61cc2b20be30 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Kai Koehne authored
Make the names in line with the Qt Quick 2 ones. Also, changing the directory/filename makes sure the update mechanism of Qt Creator doesn't update apps generated by the 2.x wizard any more, which might break stuff. Change-Id: I4621d5f35eae2102aeba7e77c5cd903511be249f Reviewed-by:
Jarek Kobus <jaroslaw.kobus@digia.com>
-
hjk authored
Change-Id: I4d3547396384fe5b421c4b601b52476a23cdfa89 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Change-Id: I01baa597976ec5f6e84c8c52aff6e617082b1a28 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Make it work with LLDB, show simple values always directly. Change-Id: I463ef81183792f85243d679dee69a41db00bed07 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Thomas Hartmann authored
* Adding some space above the TabWidget * Avoiding double black lines at the top Change-Id: I0aedf151b548a665445d4219609738b2ab23c0be Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Thomas Hartmann authored
Change-Id: I403c37f2cda84980dfe441746f3c5bed7258a4ca Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Thomas Hartmann authored
Adjusting the item library and property editor, so they follow the same style for sections. Change-Id: I79d3560acff3b126056cf55b81fd21a531f9594c Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Thomas Hartmann authored
Styling the TabView in css is problematic and we want to keep the style in sync. So we use the old style here. Change-Id: I57ed39a03b4b4c59e9a996ca4e14d4d9fe9dfeb2 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Thomas Hartmann authored
Change-Id: I52a80941e343ad9ad3cca7bc0bcdec8fe0a90156 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
hjk authored
"Better" spaces in type names again... Change-Id: I21aafa021fd4893fb521251c9b4b9572c2beef44 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Produce proper JSON directly. Change-Id: I61aaba021fd4893fb521251c9b4b9572c2beef44 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Change-Id: I51aaba021fd4893fb521251c9b4b9572c2beef44 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Change-Id: I01aaba021fd4893fb521251c9b4b9572c2beef44 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
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>
-
- Oct 23, 2013
-
-
hjk authored
Change-Id: I332e17cd4c6a167d273f31f4e7ff63c149a5d34b Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
LLDB needs exact matches of spaces Change-Id: I442e17cd4c6a167d273f31f4e7ff63c149a5d34b Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Thomas Hartmann authored
Change-Id: I3ca4d1930a90c9d84019061f32a8d34d646fce98 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
hjk authored
LLDB needs exactly the same spacing as in the debug info. Change-Id: I8a2e17cd4c6a167d273f31f4e7ff63c149a5d34b Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Thomas Hartmann authored
Template for auto generates pages now work with in Qt Quick 2. Change-Id: Idd0a8fe8d82555bc69b192b21df7641dcdb634b4 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Thomas Hartmann authored
Change-Id: I3102799952bace9c052f70f52489f5d768621f25 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-