- Sep 24, 2013
-
-
Daniel Teske authored
Change-Id: I20369af8269910f105b43f6ad97a9fc5309584fd Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
hjk authored
Change-Id: I888b30094ed75818ee3af58c94ebf8468afa5eb9 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Tobias Hunger authored
Fix crash when a tasks-file with relative paths is reloaded after its project was closed. Change-Id: I3d0b6a3b459e391a3415d765941b2685e601b19f Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
hjk authored
Added 639 lines, removed 1391. Change-Id: I15ec7dd056d4f7ad79c6dd6a4181007ad14f6a43 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
jkobus authored
Task-number: QTCREATORBUG-10203 Change-Id: If15fac2743768572d02ce9962b54dfaab4ca1af3 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- Sep 23, 2013
-
-
Daniel Teske authored
Task-number: QTCREATORBUG-10182 Task-number: QTCREATORBUG-10187 Change-Id: I13a6437eedae5a7976a64462645ea1bce1d2a1c0 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Christian Kandeler authored
Change-Id: Icbccb129056e491528feb1d6b1fab096b43c2c1e Reviewed-by:
David Schulz <david.schulz@digia.com>
-
Erik Verbruggen authored
Temporary fix: if a single byte is found with the highest bit set, then convert from utf8 to latin1. This can be removed when the lexer can handle multi-byte characters. Task-number: QTCREATORBUG-10141 Change-Id: I36a17aa18bd1b2378f12d0cecf4fd4957b38d8f2 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com> Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Tobias Hunger authored
Change-Id: Ib7900a9cf1c913484c41b9098e2c49fb00836e60 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
Directory is used as current file in case a VCS editor is open Change-Id: Ibf4e8a1f69cb1b618af84461ecebcc65f933e2ed Reviewed-by:
Jarek Kobus <jaroslaw.kobus@digia.com>
-
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
-
-
Christian Kandeler authored
Change-Id: Ic85d94bac2c137b501e3c141749c52504a856fb0 Reviewed-by:
Tobias Hunger <tobias.hunger@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>
-
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>
-
hjk authored
Task-number: QTCREATORBUG-10096 Change-Id: Ia9458840247ae1815751e3c58e1f21990af0cc34 Reviewed-by:
hjk <hjk121@nokiamail.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>
-
Christian Kandeler authored
The old name does not fit anymore. Change-Id: I9e270e6e55ee94edb3dd2dc58c01188be1f91793 Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
Christian Kandeler authored
There was more stuff broken by the switch to Qt Quick 2 than were originally noticed, and the original fix was buggy as well. Change-Id: I2b3e0619af923c52aba809355ac271b67097adf1 Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
Christian Kandeler authored
Change-Id: I92f2d5866c721d33c86894fc65b75723c8596307 Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
hluk authored
Change-Id: I7e6585872552a9b4a5bd126e7d01a8f9ea18339a Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hluk authored
Search in visual mode should select text up to matched position. Using commands should work with search movement; e.g. 'd2/needle<CR>'. Commands should be also properly canceled if search movement fails. Change-Id: Ic695dccaf3f36ccae2f2b1a93f888d5ba9805a78 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Marco Bubke authored
Change-Id: I28d1e1aff0bcb3172494c133bf383582127f28c3 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
hjk authored
Looks like Ubuntu 13.10 will ship GDB linked to Python 3.3. Change-Id: I748e8461531a3554d27ebfbf7af33385f69586c0 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Thomas Hartmann authored
These ASSERTS have no fatal consequences (data losss, guaranteed crash). Therefore we can use QTC_ASSERT instead. Change-Id: Ia155f23d06f41432ba7504459816f000d4fe8f11 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- Sep 18, 2013
-
-
jkobus authored
Change-Id: I25c2f68528ede12fa900ea86973c6df39667c421 Reviewed-by:
Jarek Kobus <jaroslaw.kobus@digia.com> Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
Nikolai Kosjar authored
Change-Id: Ibe7f90fa7c4374c936dbe342ec2d3c056904d42b Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
hjk authored
Change-Id: Id7b278cf93a8f657b6cc9d087ef5628d3e1625fe Reviewed-by:
Marco Bubke <marco.bubke@digia.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
hjk authored
Change-Id: I51d25ac299ecd0374ef5c01e5d4c686a8730e082 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Marco Bubke authored
Change-Id: I2d858ed2cd90f8e4297114cc47502b5a8d57f638 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Thomas Hartmann authored
Change-Id: I97f73ff82e4aac6af7f6b8d04364339ba484910a Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-