- Aug 25, 2015
-
-
Eike Ziller authored
In some situations text could be cut off. Change-Id: Ib7499e679a9a9e048d217306c525b04eaf330967 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Friedemann Kleint authored
Change-Id: Ia8417541888fa6a9b282db39f906024e83fee196 Reviewed-by:
Simon Hausmann <simon.hausmann@theqtcompany.com>
-
Orgad Shaneh authored
Task-number: QTCREATORBUG-14963 Change-Id: I5d26ae810add657a94fb40a5d4437e2d17a1625a Reviewed-by:
Jarek Kobus <jaroslaw.kobus@theqtcompany.com>
-
- Aug 24, 2015
-
-
hjk authored
The spinning wait indicator in the Locals view could go on infinitely when the running debugger engine did not get a 'notifyUpdateFinished' signal (e.g. if the engine quits between beginning and ending an update cycle). Change-Id: Ib3d7a88d3b89ed423b2d41e85a632ff01f91c155 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Eike Ziller authored
There is no "data" subdirectory on Windows and OS X. Broke in 1d5091e4 Change-Id: I1c5e5b60847028c9f3d734eeb6995e99013162b1 Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com>
-
Eike Ziller authored
Change-Id: I6f47ca6b9cd2058b3ad3fd1a815a296461777808 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- Aug 21, 2015
-
-
Thiago Macieira authored
-1 is not a valid quint16 number. It gets converted to 65535, which is a valid port number. So, instead, use port number 0 which isn't valid (if you try to bind to it, the OS chooses a port for you). Found by ICC src/plugins/android/androidrunner.cpp(150): warning #68: integer conversion resulted in a change of sign Change-Id: I7de033f80b0e4431b7f1ffff13fc4e4f0f7af445 Reviewed-by:
BogDan Vatra <bogdan@kde.org>
-
Orgad Shaneh authored
Task-number: QTCREATORBUG-14499 Change-Id: I21d4281a01028d8c4cd5462d64da6428133219a4 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Eike Ziller authored
Change-Id: I04b8a69975d53e57e6b24d50305c3d52f3314ef0 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
-
Nikolai Kosjar authored
With this patch, CheckSymbols takes about 200ms for processing the boost/proto hello world example [1]. Before, it needed about 11 seconds (timer in CheckSymbols::run). Same goes for including <boost/fusion/include/zip.hpp>. The custom ProcessedSet object was added to support "completion for typedefs for templates in namespaces", but apparently that's not needed anymore, as the added test proves. [1] http://www.boost.org/doc/libs/1_58_0/doc/html/proto/users_guide.html#boost_proto.users_guide.getting_started.hello_world Task-numer: QTCREATORBUG-14889 Task-numer: QTCREATORBUG-14741 Change-Id: I90454e8970a9d04033d56beeb0c6d7a0d4e6cc62 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Christian Kandeler authored
To HEAD of 1.4 branch. Change-Id: I1a59fd1107dc20edac4787b43fd2284694394946 Reviewed-by:
Jake Petroules <jake.petroules@petroules.com>
-
- Aug 20, 2015
-
-
Thiago Macieira authored
The __cpuid intrinsic takes int* pointers like MSVC above, not uint*. botan.cpp(46265): error: argument of type "Botan::u32bit={unsigned int} *" is incompatible with parameter of type "int *" (whoever thought that a file should have 46k lines needs to have their brains examined) Change-Id: I5128849c354e351ba771215b3290f3af8ba98987 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- Aug 19, 2015
-
-
Christian Kandeler authored
The "password" type as used until now should also be okay, but does not work with dropbear. Task-number: QTCREATORBUG-14913 Change-Id: I2fac255acf326e509f68c9de97c3cc9f00b2a373 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Orgad Shaneh authored
Change-Id: Id3023a649d5d80fef71cadd53167caa22d01c2c9 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Friedemann Kleint authored
As of Qt 5.6, Qt will scale automatically. The font hinting issues on non-Windows OS should also be fixed. This silences the warning about using the legacy QT_DEVICE_PIXEL_RATIO variable. Change-Id: Icc78d990fae67bbd39a57fa1f5b08c592dc9e2ce Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Anton Kreuzkamp authored
Extends RemoteLinuxAnalyzeSupport to add information about debuggee, debuggee arguments, working directory and environment to the AnalyzerStartParameters. This is required when starting the project from an analyzer plugin using remotelinux. Change-Id: I29cbeb1b22b193a2d815924282887a980c506ca0 Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com>
-
Eike Ziller authored
Splitting the editor would add the warning again. Since the warning is a document property, handle it in the document instead of the widgets. Change-Id: Ie20377b05dee14983f7ff46ba04ed2af2b737c96 Task-number: QTCREATORBUG-14923 Reviewed-by:
Marco Benelli <marco.benelli@theqtcompany.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Orgad Shaneh authored
Change-Id: If041b729d621a3119d84d2978b6d9adce2e4034b Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com> Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
Friedemann Kleint authored
Silence startup warning: Unable to completely determine the host ABI (x86-windows-unknown-pe-64bit). Change-Id: I89aae738d25d7c97f352172c98628ddd0987d6dc Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com> Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Ulf Hermann authored
An QAbstractSocket can disconnect itself on flush(), which we call after sending any packets. This leads to the packet protocol getting deleted and in the next iteration of the loop QmlDebugConnectionPrivate::readyRead() we'd use a null pointer. Prevent that by checking for null. Change-Id: Idfdb68a10c3e4deee7b305ff3b028247809090a6 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
- Aug 18, 2015
-
-
Robert Loehning authored
Change-Id: I5b1f9268e2bc37344fba2ffec6098ae787cb327f Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Christian Kandeler authored
Change-Id: I5f458f297c8bb1b4cd33655ffe30129c04f6b562 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Nikolai Kosjar authored
Task-number: QTCREATORBUG-14925 Change-Id: Iea2cf17070d9db48924e76f6c7febca0d52e4686 Reviewed-by:
Marco Bubke <marco.bubke@theqtcompany.com> Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Orgad Shaneh authored
Change-Id: Ia2e0a1c69f73446b45915559294e3348e725ce56 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
- Aug 17, 2015
-
-
hjk authored
Change-Id: I89872cd7792aed5e23331af4ae683dffa3c1291d Reviewed-by:
Niels Weber <niels.weber@theqtcompany.com>
-
Eike Ziller authored
Change-Id: If1eeb38d2a023d5eb9b69ff85fefb992480c20f4 Task-number: QTCREATORBUG-14857 Reviewed-by:
Kai Koehne <kai.koehne@theqtcompany.com>
-
David Schulz authored
They are already sorted in an intended order. Task-number: QTCREATORBUG-14872 Change-Id: If28d41eb220cb875fa5ef25f0fab075329900bff Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>
-
hjk authored
Starting with F11 and F10 should start with break on main. To know about the breakpoint, the RunMode parameter needs to be passed. Change-Id: I3219ee60f187f824476a1a8651e56334da021069 Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com>
-
hjk authored
For a long string, only the parts needed to fill the Value column is retrieved. Trying to edit (double click on Value entry) this resulted in truncation of the string. Change-Id: I1e993bfe52cee933bd32c866448eedc788807bd3 Reviewed-by:
Niels Weber <niels.weber@theqtcompany.com>
-
Nikolai Kosjar authored
exactMatch() is declared const, but is actually not. Replace with QRegularExpression. Change-Id: Ib9d9c091de1cd81d81671c19a76cada8777ff287 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
hjk authored
Starting with F11 and F10 should start with break on main. To know about the breakpoint, the RunMode parameter needs to be passed. Change-Id: I0afe9aeb51bccf24aa85d852f5f39f39d9c14db9 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
- Aug 14, 2015
-
-
hjk authored
Previously, only the first level of properties was expanded, properties of object type could not be expanded further. This can be reproduced by opening the SameGame example, putting and triggering a breakpoint at startNewGame(), expanding the 'this' entry in the Locals view and checking the 'component' subentry. Change-Id: I6cf714af697ab4eebd7eb0ae0ea37e516b3ea635 Reviewed-by:
Robert Loehning <robert.loehning@theqtcompany.com> Reviewed-by:
Ulf Hermann <ulf.hermann@theqtcompany.com>
-
Christian Kandeler authored
To HEAD of 1.4 branch. Change-Id: I7177e3dc23941a2bc5d62329a00e232c633fc331 Reviewed-by:
Jake Petroules <jake.petroules@petroules.com>
-
- Aug 13, 2015
-
-
hjk authored
While the formatted value is usually all that's wanted, having access to the individual chars is handy at times. Change-Id: I53b0d0ccfe4289b9b54a1caced4e0bd5ac66d9fc Reviewed-by:
Niels Weber <niels.weber@theqtcompany.com>
-
hjk authored
This avoids inferior calls, i.e. is faster and more robust. Task-number: QTCREATORBUG-14350 Change-Id: I9f21eda6e2e3950eaaca90a35afb885e76e789d8 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Nikolai Kosjar authored
We called delete[] on invalid data. Change-Id: I94147c80119e27b42c280fb527966602fc456f8b Reviewed-by:
Marco Bubke <marco.bubke@theqtcompany.com>
-
hjk authored
Task-number: QTCREATORBUG-14364 Change-Id: Ia1fc1f341dad56c495b356464951a771dfccc50b Reviewed-by:
Niels Weber <niels.weber@theqtcompany.com>
-
hjk authored
Task-number: QTCREATORBUG-14578 Change-Id: I6bc3b69601d8330ca2b267424260d48dd489a7e7 Reviewed-by:
Niels Weber <niels.weber@theqtcompany.com>
-
hjk authored
Task-number: QTCREATORBUG-14904 Change-Id: I3918979c5f7a5dd3e4fbe9e3c7444f622e26b3f3 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Niels Weber <niels.weber@theqtcompany.com>
-
- Aug 12, 2015
-
-
Nikolai Kosjar authored
On OS X the clang versioning is different. This completes 775661fa Clang: Ignore clang include directories from the toolchain Task-number: QTCREATORBUG-14856 Change-Id: Ib93ce9fcf18a3c8693f9f2af8075eeef8b93fa32 Reviewed-by:
Marco Bubke <marco.bubke@theqtcompany.com>
-