- 19 Aug, 2015 6 commits
-
-
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>
-
- 18 Aug, 2015 4 commits
-
-
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>
-
- 17 Aug, 2015 7 commits
-
-
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>
-
- 14 Aug, 2015 2 commits
-
-
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>
-
- 13 Aug, 2015 6 commits
-
-
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>
-
- 12 Aug, 2015 5 commits
-
-
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>
-
hjk authored
Change-Id: Ied299468a3f125540894278841114591cfecb02b Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Orgad Shaneh authored
Remove workaround done in Branches and store copies where they're needed. Task-number: QTCREATORBUG-14850 Change-Id: I6a81fc5ac02fb11d444906af6cfbe768695c9965 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com> Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
hjk authored
... by re-using the logic we had for std::string already. A plain char[] value did not react to Change Display Format, Latin1 was used unconditionally. Also rename putStdStringHelper to putCharArrayHelper. Change-Id: I01fdf796ff49a4c99ead7b9b46274684e18e962b Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Eike Ziller authored
Change-Id: I285fe66a2ef9fd9543150dbbec5da6a83657ae73 Task-number: QTCREATORBUG-14875 Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
- 11 Aug, 2015 7 commits
-
-
hjk authored
Task-number: QTCREATORBUG-14775 Task-number: QTCREATORBUG-14851 Change-Id: I06638ffc2d5a1723e87c1c5a651592e7e0bbad22 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Ulf Hermann authored
Change-Id: Ie1f62224b62a148c0a6df1ff4afb55fa9aec89af Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
-
hjk authored
Change-Id: Ib183c960ff7e737636860e007a16972d5f1f232f Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
hjk authored
The sanity check on sizes introduced in 2ad602bb was too harsh, marking the fromRawData() case (alloc == 0, size > 0) as invalid. Change-Id: I9d7e0cedbc3f35024281829cfb1f6fa2e17a1573 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
hjk authored
Task-number: QTCREATORBUG-14853 Change-Id: Iaf4501878df15bd55b49d4daab64ea280e14663b Reviewed-by:
Niels Weber <niels.weber@theqtcompany.com>
-
Robert Loehning authored
Generates better output with less code. Change-Id: I3a5fa02c5aca97561e20dc4ddf4153596a3a60ae Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
hjk authored
Regression since 9130cdfc, leading to "<unavailable>" instead of "<at least %1 items>" Change-Id: I89166e50f27c568009ff7aeabb5adf622e303789 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
- 10 Aug, 2015 3 commits
-
-
hjk authored
The null delimiter was not reliably found due to iterating over the wrong positions in the string. Task-number: QTCREATORBUG-14826 Change-Id: I3a3f2fca84648b54b12fe5fae921ce6311d4f1b2 Reviewed-by:
Niels Weber <niels.weber@theqtcompany.com>
-
hjk authored
lldb.thread.RunToAddress does not seem to hit anything on Linux. Fake it by setting a temporary breakpoint + continue. Change-Id: I533c8fb42c9a3d1ac1e5cc23eae8162a3455fb9a Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Robert Loehning authored
Task-number: QTCREATORBUG-14697 Change-Id: Ia8e41325e61ce6a380dbe0c60cf78c11afc2e99c Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-