- Sep 23, 2013
-
-
Christian Kandeler authored
The project files enable the welcome screen for Qt >= 5.1, whereas the source code assumes 5.0 is enough. As a result, the build fails for all Qt versions 5.0.x. Change-Id: I684e943c683ca5246c1637438b07a4ccacdf9b65 Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
- Sep 21, 2013
-
-
Orgad Shaneh authored
warning: C4138: '*/' found outside of comment Change-Id: I71e46d131e0720b1272e38e5ecea4c368d8213d1 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
- Sep 20, 2013
-
-
Thomas Hartmann authored
This just looks broken atm. Change-Id: Id7064fa92e3bbfeac693cf500ec268090e641ea4 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Thomas Hartmann authored
Change-Id: I62b34d2b1043ac403c0965c0ce1cf96ef4182d3e Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Thomas Hartmann authored
Change-Id: I2e966f20df778f01ae1ea854f58ace37f8e767a9 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Thomas Hartmann authored
Change-Id: I90c9743d6ec19b557721c45913da480f30b34e16 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Thomas Hartmann authored
Change-Id: I9c504f708e0d52fce2cb7c6fa3fe1b021c257435 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Thomas Hartmann authored
We use a timer for now to keep ui responsive. Change-Id: I0385f2fd49c65e591869d0daff9260f0b08d48fd Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Christian Kandeler authored
Change-Id: Ic85d94bac2c137b501e3c141749c52504a856fb0 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Christian Stenger authored
Change-Id: I09ecc4b5a44bcc401e970b3da94d628877a49078 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
BogDan Vatra authored
Add "-digestalg SHA1 -sigalg MD5withRSA" to jarsign parameters as suggested by https://code.google.com/p/android/issues/detail?id=19567 Change-Id: I0c809517d8cd3b1225b6a557f9f91227dbf42cf9 Reviewed-by:
Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com> Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
David Kaspar authored
Change-Id: Ie6881e6521b27926b0dd59800c61d9909709ccc0 Reviewed-by:
David Kaspar <dkaspar@blackberry.com> Reviewed-by:
Fanda Vacek <fvacek@blackberry.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com> Reviewed-by:
Mehdi Fekari <mfekari@blackberry.com>
-
Christian Kandeler authored
Change-Id: I8d509522f674777446767bc52e3827cc96ce8130 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Tobias Hunger authored
This worked for me when I test-compiled this just before I started to review this:-/ Change-Id: Ie62664f44688d5c97f2740c6b6a23cbbe9d7c62b Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
Botan: C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xutility:2227: warning: C4996: 'std::_Copy_impl': Function call with parameters that may be unsafe - this call relies on the caller to check that the passed values are correct. To disable this warning, use -D_SCL_SECURE_NO_WARNINGS. See documentation on how to use Visual C++ 'Checked Iterators' c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE\xutility:2212: see declaration of 'std::_Copy_impl' D:\dev\qt-creator\src\libs\3rdparty\botan\botan.cpp:7248: see reference to function template instantiation '_OutIt std::copy<const Botan::u32bit*,T*>(_InIt,_InIt,_OutIt)' being compiled with [ _OutIt=Botan::word *, T=Botan::word, _InIt=const Botan::u32bit * ] CppTools: C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xutility:2873: warning: C4996: 'std::_Mismatch1': Function call with parameters that may be unsafe - this call relies on the caller to check that the passed values are correct. To disable this warning, use -D_SCL_SECURE_NO_WARNINGS. See documentation on how to use Visual C++ 'Checked Iterators' C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE\xutility:2856: see declaration of 'std::_Mismatch1' D:\dev\qt-creator\src\plugins\cpptools\symbolfinder.cpp:388: see reference to function template instantiation 'std::pair<_Ty1,_Ty2> std::mismatch<QString::const_iterator,QString::const_iterator>(_InIt1,_InIt1,_InIt2)' being compiled with [ _Ty1=QString::const_iterator, _Ty2=QString::const_iterator, _InIt1=QString::const_iterator, _InIt2=QString::const_iterator ] Change-Id: I09a477e755c4555101b064271f10c08a69576e33 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com> Reviewed-by:
David Schulz <david.schulz@digia.com> Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Tim Sander authored
This patch adds the baremetal plugin. The baremetal plugin is for debugging small targets with hardware debugger where the remote linux plugin does not fit. It adds a new kit and device class of type baremetal. The device allows entering custom gdb commands. Currently only qmake builds are possible. To use this with smaller devices without qt a fake-qt installation is needed. CMake and qbs is currently not supported. Change-Id: I86816f897a2e9ed8b95e3184387969cedf8a14d7 Reviewed-by:
hjk <hjk121@nokiamail.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Robert Loehning authored
"The program has unexpectedly finished." is considered valid output, see https://bugreports.qt-project.org/browse/QTCREATORBUG-9212 Change-Id: Ia18e2dcfccdf1bdfbbc793a01897a88c4a17eb40 Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
Christian Stenger authored
Branch information is now listed in square brackets. Change-Id: I4f38f2a93b8029ed319fae3a7c32adc0aba50660 Reviewed-by:
Robert Loehning <robert.loehning@digia.com>
-
Robert Loehning authored
Change-Id: I2b9e03d77df657b107bc81d3b8f16720c25b4a0e Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
Robert Loehning authored
Change-Id: I022d0c5b2e025106860ea330f6b690842bb0558c Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
Robert Loehning authored
Change-Id: Ic5d23a899d1b808780f76ef53c855397cc436c2f Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
David Schulz authored
Every device can now return a DeviceProcessSignalOperation, which allows to kill or interrupt processes running on the device. Change-Id: Idaa04ebc767e09ca167fa033ed93860b9b81479e Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com> Reviewed-by:
David Kaspar <dkaspar@blackberry.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Change-Id: I4e6f573d893c0aa2bb4ca9812fc8db2961dac172 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Tobias Hunger authored
Change-Id: I97835671805a1ba8ac456f3049cb3e477894a3c0 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Sep 19, 2013
-
-
Tobias Hunger authored
Not perfect yet, but mostly working. Change-Id: Ie7525671b9b3e522197d0d8cbb6096c52e88dea7 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Thomas Hartmann authored
Change-Id: If49ee5c741c7f4f08368b40a43e3c1297acda2e6 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
hjk authored
Task-number: QTCREATORBUG-10096 Change-Id: Ia9458840247ae1815751e3c58e1f21990af0cc34 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Thomas Hartmann authored
Change-Id: Ife23fffe553fb84b238db486b1ba09b705228e18 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
hjk authored
Change-Id: I666c550d908fa7934d60accaffd5f7a336dc76d4 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
Tobias Hunger authored
Mutable KitInformation are those that are supposed to be editable in more user-accessible places (e.g. like the Mini Target Selector or similar) than the normal kit options page. The functionality to display these settings is not part of this patch. Change-Id: I13446c49abf89eaf739a60dbcd01c97e2144de45 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
hjk authored
Change-Id: I3a63ffae03f49a077d1512f141099b19b567dbc2 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Thomas Hartmann authored
Change-Id: Ie752e7f26e1da427224b2b8460a3c685aaff53b6 Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Thomas Hartmann authored
Change-Id: I9da1358851660e56e5298bfe58cf56725e81e439 Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Thomas Hartmann authored
Change-Id: I82bbb32c9b46c922dfa0163826c316638f35aa24 Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Thomas Hartmann authored
Change-Id: I892ddd01509c7e0347670a7a329c8c2f7e0c7525 Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Thomas Hartmann authored
Change-Id: Ib9625b91e316157a3da4c09cd6c472c509c5387e Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Thomas Hartmann authored
We want to show the actual item type. Change-Id: I3f977dd715bde4dd6da3b9d3e142d148461decb8 Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Thomas Hartmann authored
We have to react to a change of checkedIndex Change-Id: Icb2fd8efb236d6b2764ae901968f693f09c46d42 Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Thomas Hartmann authored
Some cleanup of print statements. Change-Id: I9f1d83c988e2658c2e85f58a891c07047f4d64c1 Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Christian Kandeler authored
The imports work as expected now. Change-Id: I753483696bd30512451af4b8c39f95e30a513d40 Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-