- 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 8 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>
-
Eike Ziller authored
Designer options were always coming last because that uses an options provider instead of option pages directly. Change-Id: I2c02ce7d2ff122beb5d563a9c9ac263bdc71f62b Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Eike Ziller authored
Since we are referring to them by ID without specifying the category in addition. This requirement was implicitly added by 592ffe73 Task-number: QTCREATORBUG-14742 Change-Id: I7be539127b76de90c19b0282565d845fa42010ab Reviewed-by:
Robert Loehning <robert.loehning@theqtcompany.com> Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Nikolai Kosjar authored
...and others in the generic completion widget. Task-number: QTCREATORBUG-14874 Change-Id: I75122eaf364d740b0a64ca514b31a26c5c8ea673 Reviewed-by:
Marco Bubke <marco.bubke@theqtcompany.com>
-
Leena Miettinen authored
It has been deprecated and was only used as an example. Change-Id: I4e483e2f86b32476e4b88c9c3eecb7eeffa42e72 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
hjk authored
The QReadLocker died before locking anything. Change-Id: I8d50082bfcdd70c2e29cf637a6cfb327f106f2c3 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- 09 Aug, 2015 1 commit
-
-
Orgad Shaneh authored
Change-Id: I07a7905bed3a46f7fbd60fd0844e9c46d61fbc1f Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- 07 Aug, 2015 4 commits
-
-
Eike Ziller authored
Change-Id: Ibb3790fe4b4bfcbd808f611ce9fa2f0427022a4a Reviewed-by:
Kai Koehne <kai.koehne@theqtcompany.com>
-
Eike Ziller authored
This was triggered by fixing the iostool Info.plist in 339a8b61 Define QT_MAC_DISABLE_FOREGROUND_APPLICATION_TRANSFORM, similar to how it was done for qml(2)puppet in f6303e67 Task-number: QTCREATORBUG-14837 Change-Id: Ia0dda338361900c519bbaaef225b6a613e928817 Reviewed-by:
Erik Verbruggen <erik.verbruggen@theqtcompany.com>
-
Robert Loehning authored
Change-Id: I6ddafab93381a3ee82c581299175d18dcad55a1b Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Robert Loehning authored
Change-Id: I326812f4cd57f4f91197717ae54a18c675c514b4 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-