- 12 Aug, 2013 26 commits
-
-
Thomas Hartmann authored
Cleaning up/renaming the functions used to resolve .qml files. Change-Id: I80ccb9346d89c0841ad0109147d8a9e07cf20408 Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Thomas Hartmann authored
Moving the registration of QML types from PropertyEditorView to QuickPropertyEditorView. The view itself should not handle QML implementation details anymore. Change-Id: Ia66db999e2f7a4b8cbe1111c4176257344d78ea8 Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Thomas Hartmann authored
Moving QML related code from PropertyEditorView to PropertyEditorQmlBackend. PropertyEditorView should not contain any code related to QML anymore. Change-Id: Ia58db399e2f7a4b8cbe1119c4176257344d78ea9 Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Thomas Hartmann authored
Moving template generation from PropertyEditorView to PropertyEditorQmlBackend. Change-Id: I8c7d2c46863544b98b203cc690bd15f4f4653f09 Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Thomas Hartmann authored
Change-Id: Iddb2066372cdb9f1b80b8ab53ab88c69273634c1 Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Thomas Hartmann authored
* Renaming PropertyEditor to PropertyEditorView * Adding PropertyEditorWidget * Renaming DeclarativeWidgetView to QuickPropertyEditorView * Renaming NodeType to PropertyEditorQmlBackend * Moving PropertyEditorQmlBackend into separate file * Cleaning up interface of PropertyEditorQmlBackend Change-Id: I1291feb5880b01d1e2bac09f4eb1e0181ff04d5c Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Thomas Hartmann authored
CrumbleBarInfo contains the ModelNode to properly identify the node. We cannot use the id, because no every component has an id. If the crumble bar only contains one item it is hidden. Change-Id: I4d421eaad8962aa9043567e1f27957b1aa089766 Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Thomas Hartmann authored
Change-Id: I52f77a2bb5eb52956d08596478aecab383033900 Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Marco Bubke authored
Change-Id: I0272b0aefc0598ad524aa1d9e6b434ef2dcd79a9 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
hjk authored
Change-Id: I70dba496c4d1eeb9c6767080d179f86f20c1b107 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
hjk authored
Change-Id: Id1f03290b428a9ef6450df6f428cf8fd493c7453 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
David Kaspar authored
BlackBerry Device wizard is having the following pages: * Setup page - simplified to contains the device listing, device host name and device password fields only * Query page - queries device for information * SshKey page - no changes there * Config page - contains config-name and debug token fields Change-Id: I30e05b984960df2184353209bff1f07c9440e6b1 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com> Reviewed-by:
David Kaspar <dkaspar@blackberry.com>
-
hjk authored
Change-Id: Idd0913ba798a04f65711591dee14cbb714440cbf Reviewed-by:
Aurindam Jana <aurindam.jana@digia.com>
-
hluk authored
Submitting search highlights (if 'hlsearch' enabled) in visible editors. Update highlights after 'nohlsearch' command, 'set hlsearch' and changing document. Change-Id: I66ed8c6e9c6e99f3c64f91cdec5ac5feb636d2cb Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Aurindam Jana authored
Change-Id: I8342ee560bb2a9dc57cdccc3815f04d57ec3cd05 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
hjk authored
Change-Id: I8d99fe6438e4d954ad44403ac4a34f7e85a7f021 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
hluk authored
Change-Id: I213ad5c9d6f8d313f07daaceb253a7d03b9035a3 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hluk authored
Partially reverts commit b9cc16e4 . Using QTextDocument::revision() to keep track which undo/redo command should be used next doesn't help much and it's more difficult to use than QTextDocument::availableUndoSteps(). Task-number: QTCREATORBUG-9784 Change-Id: I656e1e964477de0f387c80b9384a32e0d8dab39f Reviewed-by:
hjk <hjk121@nokiamail.com>
-
jkobus authored
Task-number: QTCREATORBUG-9960 Change-Id: I233b697254e863b7c4389c0041104b82e97bd340 Reviewed-by:
hjk <hjk121@nokiamail.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
hluk authored
Change-Id: Icd5c3ca62da0fbff35e2281e04b1fa37a304f64c Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Carl Simonson authored
Vim allows for spliting veritcally by typing <C-W><C-V>. Add this keybinding. Change-Id: I7db5a8cd06eea05b011655ec326b3795f0896ed9 Reviewed-by:
Lukas Holecek <hluk@email.cz> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Orgad Shaneh authored
Change-Id: I95ea8078ae53e7339213765fbb8a79bff33f899c Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
hjk authored
Change-Id: I85d8a484fdc3a265aa736d6a2f38ff955af8e138 Reviewed-by:
David Schulz <david.schulz@digia.com>
-
Orgad Shaneh authored
* If command fails - it might fail due to a conflict. That doesn't mean the repository hasn't changed. * On runVcs Change-Id: I0acd33a330c90d7c4f0df1f113ef2852eaf0ad03 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
hjk authored
More flexible, less over-engineered this way. Change-Id: I3e224a6be85d3a187056d79fd506e8cf6a32c8a9 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Daniel Teske authored
The android/libs folder contains both the library from the project and libraries from qt. This adds a small check before removing libQt5*.so, that checks if that file is in qt's lib folder. That fixes the bug below, but e.g. naming your project Qt5Test won't work. Long term we'll need to overhaul the packaging and make that more robust. Task-number: QTCREATORBUG-9895 Change-Id: I48f735114ee95668a862549cfe1537aeab968dfb Reviewed-by:
Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
-
- 10 Aug, 2013 1 commit
-
-
hjk authored
They are not useful and break the dumper protocol. Change-Id: Ice7e21575e371ee3f8bb8cfb80b73aed47542932 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 09 Aug, 2013 13 commits
-
-
Christiaan Janssen authored
Change-Id: I66a236a024d76e7bef6edfb91ae30b5dd098b76b Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
Christian Kandeler authored
Change-Id: Ic598eba24da514d56e5e16c443788bd17a670ba5 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Tobias Hunger authored
Change-Id: I673196c668b53a9b53065438ed860048eb1307ca Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Tobias Hunger authored
Change-Id: I0c83f3bb5c1c127169d695f42c169f4e28d1b06d Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
Task-number: QTCREATORBUG-9841 Change-Id: I5b41bc897fd0249887f0ab4d55383cd5c7545b22 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Daniel Teske authored
Task-number: QTCREATORBUG-8941 Change-Id: Ie843529e42ede29d607932d5fbd9e92da2fd8082 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Christian Kandeler authored
Change-Id: I178d4a50d03ca6ed53a945140f045a721286d2ba Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Erik Verbruggen authored
Change-Id: I40bd4b73d93eaf71d1dfbf7c9c1572f0cb796bd9 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Tobias Hunger authored
Change-Id: I384110b5aa91aec903af3b4bb2a158e1f0d4c918 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Tobias Hunger authored
Do not reintroduce clang warnings when regenerating code from the grammar file. Change-Id: Ic065191b93e68d88792fedac9784e4fbeff08d6f Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Tobias Hunger authored
Erik promised to fix this upstream. Change-Id: If78e7eee20188d3be77ca9e7e53714ea5740d4d8 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Tobias Hunger authored
Change-Id: I42c195004a9eca9f03cf34bd274f473ed87c580e Reviewed-by:
André Hartmann <aha_1980@gmx.de> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Daniel Teske authored
Change-Id: I44f1859b6d91e20a2a15146c6587e4a51c70aa90 Reviewed-by:
David Schulz <david.schulz@digia.com> Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-