- Oct 28, 2013
-
-
Tobias Hunger authored
Change-Id: Icbd14a683d1a5ec53aa2d2337d43a86c26bccac9 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Tobias Hunger authored
Change-Id: I89853ffb4192b0da1f34d471e250d4ec32daa3da Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Fawzi Mohamed authored
ref and cref are also in tr1, and in functional, and are useful when when using functors allocated on the stack that should not be copied. Change-Id: I7e14560d88eaa9306e47c4bd71d011f406d1054a Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hluk authored
Change-Id: If4581d2f38db8311138b871b67fdbe164dde1688 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
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>
-
Fawzi Mohamed authored
Change-Id: I72d8c853c01a62d4e62ab0db382e9144f6f03fd6 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@digia.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>
-
hjk authored
Change-Id: I9a3547396384fe5b421c4b601b52476a23cdfa89 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>
-
Robert Loehning authored
Change-Id: I96eb7e951a98ecd1108d99ce08276dc7422027f5 Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
- Oct 27, 2013
-
-
Frantisek Vacek authored
Change-Id: I2904abcc540b4c9058bd8ba51b281e09b8b208e7 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- Oct 25, 2013
-
-
hjk authored
The tests pass now uniformly. Change-Id: I45c656a666b98da2f62b354b5d1c699301d67b23 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
The GDB case is still wrong, but it the data GDB produces. Change-Id: I97c656a666b98da2f62b354b5d1c699301d67b23 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
This is now (additionally) on a per-entry level, resulting in less duplication. Change-Id: Ia93547396384fe5b421c4b601b52476a23cdfa89 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Change-Id: If93547396384fe5b421c4b601b52476a23cdfa89 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
El Mehdi Fekari authored
The asserts should be moved from the addDebugger() method which is called to add an 'empty' debugger when adding new one from the option page. Change-Id: Ic402db514d1e97f5fdc12d9bb9070bf29b2ab354 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Daniel Teske authored
Broken by qtbase commit 934f06220391eb0e0ebf66a2eb037f48adb4c43c Change-Id: Iafbeab63cca8b6f328276eaf0a4d27a749b30087 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
jkobus authored
Change-Id: I7e7335bd8b3ef2816abe07a3c5dc6cf2b86afc3b Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com>
-
Tobias Hunger authored
The default constructor now sets an id on debuggerItem. fromMap was removed and a new constructor (taking a const QVariantMap &) was added in place of that. There are no more friends on the DebuggerItem class since those were only necessary to make sure the item has an Id when it gets added. Change-Id: Ia1a6c9ffea67a8e0a1e5685ef93f67df8686d4c9 Reviewed-by:
hjk <hjk121@nokiamail.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
David Kaspar authored
Style of read-only SysRootInformationConfigWidget and QmakeKitConfigWidget was not matching. SysRootInformationConfigWidget was using lineEdit.setReadOnly(true) QmakeKitConfigWidget and even other *InformationConfigWidgets are using lineEdit.setEnabled(false) Therefore making SysRootInformationConfigWidget to use setEnabled(false) too. Change-Id: I637b7a7afe522b7a622975a1b37b2256a802ae1a Reviewed-by:
Mehdi Fekari <mfekari@blackberry.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Daniel Teske authored
Change-Id: Ibacaf76e39e98c9d37d56e0bdedbbae07702e979 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Daniel Teske authored
Change-Id: I58e51bb0756270cb7929c0edc0811342a67fbe31 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Robert Loehning authored
Change-Id: Icddb2852975ad72c9c6e70d71c07a89a390576fa Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
Robert Loehning authored
Change-Id: Ib4550e82e0acfa168003f64d91bf25af62a533fa Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
Orgad Shaneh authored
finished() signal is insufficient Change-Id: I591b5b6494218c8fc8a16f4d79c91a844105233a Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com>
-
Christian Kandeler authored
We have to mark the user-set properties appropriately; otherwise, properties in project files will not get overridden. Change-Id: I3bcb013fde2b76521a85c3283e2b158beaf40b26 Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Christian Kandeler authored
The current code compares a flat map against the tree-ified version, which will never be equal. Change-Id: I99d82d87635e5ccacc5a5709bced9a30f62d4018 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Daniel Teske authored
That command line option was new in 1.9.0. We can't yet depend on that. Change-Id: I5231a735da7248e1102db446d6207a6a3e9dd72b Reviewed-by:
BogDan Vatra <bogdan@kde.org>
-
Eike Ziller authored
Task-number: QTCREATORBUG-9985 Change-Id: I6b22c92ac8f780b1a9469e9c2fd4a7cfecfef15f Reviewed-by:
David Schulz <david.schulz@digia.com>
-
Robert Loehning authored
Change-Id: Ifb5a20fdb9596e4f5f69ec0b7bcc8367215d30b5 Reviewed-by:
Christian Stenger <christian.stenger@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>
-
El Mehdi Fekari authored
Change-Id: Iceaa438d65c671a2d1eff5b400fe15d14280c1e3 Reviewed-by:
Nicolas Arnaud-Cormos <nicolas@kdab.com>
-