- 12 Jun, 2012 3 commits
-
-
Takumi ASAKI authored
mkspecs for cross-compiled Qt5 is installed to $QT_HOST_DATA/mkspecs instead of $QT_INSTALL_DATA/mkspecs. Change-Id: Id8d64946d542d8b587bd1c2d4f79e9f8a843bfbe Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
hjk authored
Change-Id: I60ff9a96f282e24f492bdf25ec01d53368dca05c Reviewed-by:
hjk <qthjk@ovi.com>
-
Christian Stenger authored
Change-Id: Ida522c026c41c8cd5bd29b9cca3bb6b9334c84c4 Reviewed-by:
Robert Löhning <robert.loehning@nokia.com>
-
- 11 Jun, 2012 16 commits
-
-
Orgad Shaneh authored
Change-Id: I020307941dd5844e3f8b9091bba3e19b61b366ee Reviewed-by:
Joerg Bornemann <joerg.bornemann@nokia.com> Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Orgad Shaneh authored
Use plain QString for queries instead of QStringList Change-Id: Ia8a9086937fa34bce91d62d7434b26aa33b41163 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
Christian Kandeler authored
Change-Id: I652c23efe83b2679b2adf0984d6fcd28cdb96b25 Reviewed-by:
hjk <qthjk@ovi.com>
-
Eike Ziller authored
-
Christian Kandeler authored
Change-Id: I624926a8ce09c6fbbb90fbd851f66c7cc65c4842 Reviewed-by:
hjk <qthjk@ovi.com>
-
hjk authored
Change-Id: I97cc6cdf6b1f2b8f794ad166c0f2b3f8eadc98b8 Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
Joerg Bornemann authored
Change-Id: I5866d7a0103d70350c1f739d6a8e1d8c9ef31a44 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
Eike Ziller authored
Task-number: QTCREATORBUG-7446 Change-Id: Ibad8f06e5f65bc01dc9fca6e9d900e24c5fc55a1 Reviewed-by:
Karsten Heimrich <karsten.heimrich@nokia.com>
-
Orgad Shaneh authored
Ctrl-Break kills the compiler while writing object files. This results in link errors on next build. This reverts commit 6147419f Change-Id: I623e3ecb9f2f8a8613a731364a7e3b3a0abe8c15 Reviewed-by:
Joerg Bornemann <joerg.bornemann@nokia.com>
-
Simjees Abraham authored
done to correct the regression introduced in 2574a584 Change-Id: I0d9fb8fabcd134f53f1a1c9d0fa04ca7b542a88c Reviewed-by:
Aurindam Jana <aurindam.jana@nokia.com>
-
Simjees Abraham authored
Adding the objects to be watched corrected in case new objects were created. Task-number: QTCREATORBUG-7529 Change-Id: Ica5f852f47882242a0e97692c97c0ca4ee662a4e Reviewed-by:
Aurindam Jana <aurindam.jana@nokia.com>
-
Leandro Melo authored
Task-number: QTCREATORBUG-7462 Change-Id: Ic1df4b535c5a617efa707110138c76e6e7ef1e4b Reviewed-by:
Robert Löhning <robert.loehning@nokia.com> Reviewed-by:
Leandro Melo <leandro.melo@nokia.com>
-
Joerg Bornemann authored
Change-Id: I2f9ec5885948f1dab10669fcbf0bcc326c60830a Reviewed-by:
Joerg Bornemann <joerg.bornemann@nokia.com>
-
Orgad Shaneh authored
Change-Id: If13caf1eac00c786830c3237da7677fe13f50c56 Reviewed-by:
Joerg Bornemann <joerg.bornemann@nokia.com>
-
Orgad Shaneh authored
Change-Id: I19d3434ebedf7511e8e2ddd79455f6e64f9d4953 Reviewed-by:
Joerg Bornemann <joerg.bornemann@nokia.com>
-
Orgad Shaneh authored
Change-Id: I9976f8328c04f95d08e0603f40915058f62fa63f Reviewed-by:
Joerg Bornemann <joerg.bornemann@nokia.com>
-
- 08 Jun, 2012 11 commits
-
-
hjk authored
Change-Id: Ib69e4484ed14aba4a024be7d3868f58ea76f60b1 Reviewed-by:
hjk <qthjk@ovi.com>
-
Leandro Melo authored
Actually this behavior was already in the Lexer for regular string literals (although erroneously not for wide ones) and was lost in the recent commit 23c637c4. Change-Id: I36609038ce22dc6389e9da5b078f7bf7f6c031be Reviewed-by:
hjk <qthjk@ovi.com>
-
hjk authored
Change-Id: I0ba7984c4b1916f63ce499411b807b61f83d40d0 Reviewed-by:
hjk <qthjk@ovi.com>
-
hjk authored
Change-Id: I3faa92ef8add807389ca3d87197e83df948f149a Reviewed-by:
hjk <qthjk@ovi.com>
-
Christian Kandeler authored
There's no mandatory use of shared pointers anymore, so client code should be able to make use of QObject-based ownership. Change-Id: I2344ca66a40c310ef739b32502eb8471da98c03a Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
hjk authored
Also distinguish between debuglink and buildid. Change-Id: I1b55d1df42576c004050d319f46fb8c2ced9c85f Reviewed-by:
hjk <qthjk@ovi.com>
-
Christian Kandeler authored
Make it just like SshRemoteProcess (and QProcess). The current implementation annoyingly forces client code to establish additional signal/slot connections, even if they only want to evaluate the output at the end. Change-Id: Id8c30dd156574d7d26d848d8e0705856a16d3747 Reviewed-by:
hjk <qthjk@ovi.com>
-
Christian Kandeler authored
(We cannot use QProcess::ExitStatus itself, because it does not contain FailedToStart.) Change-Id: I83ed6de621e2693e539562cd8e56ef478fa4fcb9 Reviewed-by:
hjk <qthjk@ovi.com>
-
Christian Kandeler authored
Change-Id: Iabaa6fd23ae3ab80c405a698e005eed6d5b4c9d1 Reviewed-by:
Simjees Abraham <simjees.abraham@nokia.com> Reviewed-by:
Aurindam Jana <aurindam.jana@nokia.com>
-
Christian Kandeler authored
Appending it once is enough. Change-Id: I6133e4240c3434bc4a08afdb15ad4a1f6416fee4 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
Aurindam Jana authored
Update inpector when evaluating expression in inspector for mixed debugging. Change-Id: If2bad9d59b3ec3c0f2aa2a2d5f8a594701662bd0 Reviewed-by:
Simjees Abraham <simjees.abraham@nokia.com> Reviewed-by:
Aurindam Jana <aurindam.jana@nokia.com>
-
- 07 Jun, 2012 10 commits
-
-
Christian Kandeler authored
qstrdup() uses new[] to allocate the array. Change-Id: I014cfb697d792ff7bae5f1fdc58d8e6069f06e14 Reviewed-by:
hjk <qthjk@ovi.com>
-
Orgad Shaneh authored
Change-Id: I2ca531b8d9ea9a01739c2f28b7b36e189b0b9b9f Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
Tobias Hunger authored
Change-Id: I7d3c5109ac56f5d4627ad590d8e13e235433fe59 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
Kai Koehne authored
Change-Id: I34dff23401c34d3d0c940fac40a6d1d95e830ccb Reviewed-by:
Aurindam Jana <aurindam.jana@nokia.com>
-
Tobias Hunger authored
Tasknumber: QTCREATORBUG-7511 Change-Id: I07991c1d96b3239e66d47d9c7d5c85f8fdc14af4 Reviewed-by:
Hugues Delorme <delorme.hugues@fougsys.fr>
-
Christian Kandeler authored
Change-Id: I90f6c899be453fa70ae609cb5204f5976333fe65 Reviewed-by:
hjk <qthjk@ovi.com>
-
Thiago Macieira authored
Qt Creator currently must compile with both Qt 4 and Qt 5, so we can't change the code to call the non-deprecated functions that have been recently deprecated in Qt 5, unless those functions already existed. This change asks Qt 5 to enable the use of pre-5.0 API without warnings. Change-Id: Ic165336f40d15fe5793d30bb9262986f738c984e Reviewed-by:
Eike Ziller <eike.ziller@nokia.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
Tobias Hunger authored
setAlpha(...) takes an int, so due to rounding the alpha is actually set to 0. Fixing that adds a rather ugly highlighting effect that we don't want, so remove the code completely. Change-Id: I61f06dcff7908ea1527c22e3c61ee6c027ed7553 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
Tobias Hunger authored
Only count build system/compile warnings Change-Id: Id1a09fdef5d08aafec0a366584132a9c11d10b10 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Tobias Hunger authored
... when parsing an abi string Change-Id: Icb6fc352ff2d58f6ae7f38eba803c12f2d3d082a Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-