- 09 Jun, 2016 3 commits
-
-
hjk authored
With QT_RESTRICTED_CAST_FROM_ASCII making GdbMi etc operate on QString is feasible again. Take this as opportunity to move debugger encoding handling closer to a 'conversion on input and output if needed, storage in QString only' scheme. Change-Id: I2f10c9fa8a6c62c44f4e6682efe3769e9fba30f7 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
Eike Ziller authored
It's internal API will change soon Change-Id: Ib3290d4ac0622e39ecccfe673a485a4445739a4e Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
Eike Ziller authored
Change-Id: Iee534ba5d6edd283add8a1f36fd0e56ab3ee8f41 Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
- 08 Jun, 2016 23 commits
-
-
Marco Bubke authored
There are some compiler problems and before I change the code I want to investigate them deeper. Change-Id: I497aa594fe0ea67be5927cc75bf6d64158952663 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Christian Stenger authored
...for determining from which root node test cases names are needed. Another preparation for introducing test frameworks. Change-Id: I02910f3e4736d9be6e6822eea7863fc62252d4db Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
Ulf Hermann authored
Apparently they aren't automatically registered on Qt 5.5 Change-Id: I0932cc7c5f56019300380ebb905d67d99eb8e9d0 Reviewed-by:
hjk <hjk@theqtcompany.com> Reviewed-by:
Joerg Bornemann <joerg.bornemann@qt.io>
-
Ulf Hermann authored
We need to call them from QML. Change-Id: I7f03288122318eb64af34915e7427b2eae810cb5 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Tim Jenssen authored
- This seems to be faster, but difficult to measure, was only 1% of the starting time and tested with 100 starts Change-Id: I0273dcd923a4c1e47510e64c0349acda93b0e286 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@theqtcompany.com>
-
Tim Jenssen authored
Change-Id: I8fb3f36426043ed4502ba4a8d18c677ad85a1842 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@theqtcompany.com>
-
Tim Jenssen authored
- this speeds up the start of the QmlDesigner Change-Id: I0fd5804f3aad799a93fd2c47edca8d1ca5c3c454 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@theqtcompany.com>
-
Tim Jenssen authored
- it was 3 times for one update call Change-Id: Ieed98fc42a2e28487164602549eb11b87f6f2b18 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@theqtcompany.com>
-
Ulf Hermann authored
Nobody needs that. Change-Id: I83feeb55af24393a3feebfbbd4d0f085b208bb20 Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com>
-
Orgad Shaneh authored
The heavy lifting was done by clazy. Change-Id: I3b911a44d83650901eb486d20453cb079abef629 Reviewed-by:
Ulf Hermann <ulf.hermann@qt.io>
-
Tim Jenssen authored
Change-Id: I6213fd3555b28b14d23453c24b94acef5baeaf3a Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@theqtcompany.com>
-
Tim Jenssen authored
Change-Id: Ia434156c6a42fb89b52bc2c7410ae2b8558c9e8f Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@theqtcompany.com>
-
Tim Jenssen authored
Change-Id: I1c36794f5b2d336a6194dc3ee65ad0651bf0aa95 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@theqtcompany.com>
-
Tim Jenssen authored
Change-Id: I25c1bc568b2d83cc8f166a041dc56c022d5f638a Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@theqtcompany.com>
-
Tim Jenssen authored
- in case of missing (image) file it generated a strange path - warn about not existing file path while it reads it from MetaInfoReader, to avoid too much not existing warnings - add the default icon code to the image provider Change-Id: I2ffa9b4f179b82fed73876d3ac006e40d37beae2 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@theqtcompany.com>
-
Ulf Hermann authored
Change-Id: I9933d6b6225becc66f954f9d00d2ae7091d0bbb1 Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com>
-
Ulf Hermann authored
We want move constructor, move assignment, ==, and !=. Also, drop some unreachable code. Change-Id: I65f24d7ba0f146ad37ec4b7c438b47d4abc3d688 Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com> Reviewed-by:
Ulf Hermann <ulf.hermann@qt.io>
-
Ulf Hermann authored
The number type used to transfer data from the internal to the external list is an implementation detail, and qint64 will always work. Users can optimize the casting by choosing the same type as the external list uses to store the numbers, though. Change-Id: I069c31b130960519e7d27ec79a456924f7777364 Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com>
-
Ulf Hermann authored
The UTF-8 data stored in the event is not necessarily null-terminated. Change-Id: Id5d4f0b50f8c7c70aa6576121905072984f1c342 Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com>
-
Ulf Hermann authored
Change-Id: Ic3114f6cd205434e2a489112d070300a3c842352 Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com>
-
Christian Kandeler authored
The qtc module gathers properties that used to live in the top-level project file. This is the first step towards making it possible to build plugins against an installed Qt Creator ("out of source build"). Change-Id: Ia1514cc9c888e80be01b308e908de48980fcbdb8 Reviewed-by:
Joerg Bornemann <joerg.bornemann@qt.io>
-
hjk authored
The idea is to have a way for tools to specify what kind of control channel they would like to use to communicate with a device without making the choice explicit dependent on the exact kind of tool to further decouple device and tool implementations. The 'hint' values are there to help the device implementation to decide on which channel to use exactly in case there are multiple choices. In any case, the tool is responsible to check that the returned channel is suitable for its operation. Currently the only choice is "QmlControlChannel" yielding a simple wrapper around the former IDevice::qmlProfilerHost() return value. Other enum values may potentially be {Tcp,LocalSocket}ControlChannel (to specify a type of transport) AdbChannel (to specify some generic helper mechanism). It might also turn out that something more complex than an enum will be needed, e.g. to express a set of values with priorities or such, but I'd rather avoid overengineering for now. Change-Id: Id386425eb3dd2bb395065f0bdb6f67217cd40a71 Reviewed-by:
Ulf Hermann <ulf.hermann@qt.io>
-
David Schulz authored
Change-Id: I9181c18ae5a36f5ab0027fb36cea21f4f2a5e99c Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
- 07 Jun, 2016 12 commits
-
-
Thomas Hartmann authored
If the item did not have an id Qt Quick Designer crashed. While we do ensure the item does get an id, we used the empty id when refactoring later. Now we use the generated id. Change-Id: I71b9731270dc91537c17f6cb4fed3403d1001137 Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
Thomas Hartmann authored
If a QML file is opened with the Plain Text Editor, the design mode cannot work and is not properly activated. With this patch we warn about this and go back to the edit mode. Change-Id: I4dc9dd957cb8f704e59563a82d4dbf31cb8307e9 Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
Tim Jenssen authored
- This was accidentally removed by the patch which removed the old pluginmanager Change-Id: I990d05555bbfe519c72a1d34cffdfc00360d88c1 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@theqtcompany.com>
-
hjk authored
Change-Id: I771c7fceed31739cfe504ba660796d48fb518a5e Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
hjk authored
Not all untimely requests to run a command are harmful, e.g. reloadModules() can be triggered by visibility changes of the modules view at any time. Change-Id: Ie803135ff7b954eef5800b3becdc6104a61b8cb2 Task-number: QTCREATORBUG-16393 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
hjk authored
Task-number: QTCREATORBUG-11089 Change-Id: I97e11957c92c4127e3b3de73699ce16b8852c891 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
Tobias Hunger authored
Change-Id: I9201318c6bf2762c22d2a3f7778877a7db16be14 Reviewed-by:
hjk <hjk@theqtcompany.com> Reviewed-by:
Filippo Cucchetto <filippocucchetto@gmail.com>
-
Lorenz Haas authored
Change-Id: I991f47d2f6844b153cd47ac856e5a76a7a962c94 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Orgad Shaneh authored
+ De-slot Change-Id: I8ca637c674119e11b9aea10e279ec2c200f584d0 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Christian Stenger authored
Preparation for introducing test frameworks. Change-Id: Iefaa4ca9dd9af665444556afa9c6e326041cfd0f Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
Filippo Cucchetto authored
The plugin support: - basic syntax highlighting - indentation - project management - run and build configuration - debugging - code style Change-Id: Idfbb02a11ed570c90149a54b726beb956712e2bd Reviewed-by:
David Schulz <david.schulz@theqtcompany.com> Reviewed-by:
hjk <hjk@theqtcompany.com>
-
hjk authored
Task-number: QTCREATORBUG-15497 Change-Id: I61b52d23e0acf69e2030f8dca2691fbaa6b309ca Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
- 06 Jun, 2016 2 commits
-
-
Victor Heng authored
Setting "visible" of a widget (such as TextField) to false in a Field Page hides the widget, but leaves it's label visible. Modified each field to update it's label visibility when the widget is shown/hidden. Change-Id: Idf20c624b6aad09a2be159e2fc697fcb24bd2bc5 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
Ulf Hermann authored
Change-Id: I4364dd5211fee0d017e58fde8af36879d83f23a2 Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com>
-