- Oct 29, 2013
-
-
David Schulz authored
Task-number: QTCREATORBUG-10511 Change-Id: I0c2fde3aedb31a60bc553b490a97841af1746a14 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
El Mehdi Fekari authored
Qcc compiler doesn't support "dumpmachine" option provided by the gcc to get a list of supported abis from the compiler, and needs to pass -Wp option when running qcc to get predefined macros and header paths. GccToolChain fails to get those information from qcc and print warning messages on the console. This patch adds new QccToolChain class and reinterprets the compiler options to detect predefined macros and header paths. It also provids list of supported abis and suggested mkspecs. Task-number: QTCREATORBUG-10116 Change-Id: Ic48d5c58c5b957f5a8536248888c9a63ca499f34 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
El Mehdi Fekari authored
Change-Id: I253117e3773f0c5e9078ac4ad59125c2b50a611d Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by:
Nicolas Arnaud-Cormos <nicolas@kdab.com>
-
Nikolai Kosjar authored
This static function got moved into a base class. Change-Id: I0b72f324bd52421388c7566dc4fd115a9b27ea7f Reviewed-by:
David Schulz <david.schulz@digia.com>
-
David Schulz authored
Change-Id: I0738581babd73512501cea7f24cba573d45efbae Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
David Schulz authored
Change-Id: Icc2b2705a587482ac2a4215d05a012c4c15f6439 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
- Oct 28, 2013
-
-
Orgad Shaneh authored
Change-Id: I02416c8a55fcdfdea1cbe349f7e78204c0200fd9 Reviewed-by:
Petar Perisin <petar.perisin@gmail.com>
-
Orgad Shaneh authored
Use member directly Change-Id: Id7b67458d40e4f5ae4893101afac423d14dfdba7 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Change-Id: I02e6b7ff5e2280cabb0f23de942941756f7bf3a0 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Tobias Hunger authored
Change-Id: I09735507703e9a2c55aff68a25a4405cf12c9ab4 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Tobias Hunger authored
Change-Id: I82e1cd3cca9cc2d79366e1af054640dadebf7871 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Tobias Hunger authored
Change-Id: Icbd14a683d1a5ec53aa2d2337d43a86c26bccac9 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Tobias Hunger authored
Change-Id: I89853ffb4192b0da1f34d471e250d4ec32daa3da Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hluk authored
Change-Id: If4581d2f38db8311138b871b67fdbe164dde1688 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>
-
- Oct 25, 2013
-
-
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>
-
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>
-
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>
-
Friedemann Kleint authored
Change-Id: I309b3b74b0760b8b1a89c0f85ffb52cc875e5d85 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
- Oct 24, 2013
-
-
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
Move the device connection verification code from BlackBerryRunControl class into BlackBerryApplicaitonRunner class. This will setup a device connection if the device is not connected when starting debugger. Task-number: QTCREATORBUG-10309 Change-Id: I57db0e60039bb05f8467e925e71cf710a0712791 Reviewed-by:
Nicolas Arnaud-Cormos <nicolas@kdab.com> Reviewed-by:
Tobias Nätterlund <tobias.naetterlund@kdab.com>
-
Christian Kandeler authored
Change-Id: I30f872a57982c4de9fedec9c9e845bcf1fd0252b Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Thomas Hartmann authored
Change-Id: I444c342cb15473bfd65c3e2f364e285b21068319 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Thomas Hartmann authored
Going for a simpler and cleaner design that works well with css. The old one looked broken. Change-Id: I034febcd2b9d9f395945ebad153934990c1e3d81 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>
-
Daniel Teske authored
Ensuring that there's always a current index is hard work since the data comes in asynchronously and is unsorted at first. Task-number: QTCREATORBUG-10250 Change-Id: I2cd1420bb447ad7257f6200bcffc454a214932aa Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Orgad Shaneh authored
Workaround QTBUG-34283 Change-Id: Ia58c56a477d93722b21f17e54fc1acc89f1fb63f Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
hjk authored
Produce proper JSON directly. Change-Id: I61aaba021fd4893fb521251c9b4b9572c2beef44 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Nikolai Kosjar authored
...when using the mouse (Ctrl + Hover). Task-number: QTCREATORBUG-10480 Change-Id: Ifac5cf7859e724da910a2f7b2fcecd901eca5e13 Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Nikolai Kosjar authored
...when using the mouse (Ctrl + Left click). Task-number: QTCREATORBUG-10479 Change-Id: I54a21c449d8bb8e608d383752beb3b31c9c81783 Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Nikolai Kosjar authored
...by extracting parameters to a dedicated struct. Change-Id: I2f3b83cbc62a8b4a91b44b3a729d0f0c578b53f2 Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-