...leading to the error message
QMetaObject::indexOfSignal: signal aboutToRemoveFiles(QStringList) from
CppTools::CppModelManagerInterface redefined in
CppTools::Internal::CppModelManager
Change-Id: I0a1c307ad5fc0d7cefa198726f534140192facad
Reviewed-by: David Schulz <david.schulz@digia.com>
if we end up calling cache() from within the initialization of the base
context, we cannot wait for for the completion of that initialization
before we proceed, obviously.
Change-Id: If30c6f3665fe423e767373a8821c406b2f5e0eca
Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Reviewed-by: Daniel Teske <daniel.teske@digia.com>
Implements :omap (and :onoremap) for defining user mappings for movement
while in operator-pending mode (after commands 'c', 'd', '>' and
others).
Change-Id: I07a1e90bf5c649ef5bb53d1de873817dc7348e19
Reviewed-by: hjk <hjk121@nokiamail.com>
(a) The code model manager figures out by itself which files were added
or removed from the project.
If this was done successfully, check also the timestamp of the
common files and reindex if necessary.
(b) A full reindexing is only triggered if the project configuration
changes (defines, includes, framework paths).
(c) If project files were removed, the garbage collector is called.
Task-number: QTCREATORBUG-9730
Change-Id: Ib855614b070880576233a3525813617c967a72f3
Reviewed-by: Fawzi Mohamed <fawzi.mohamed@digia.com>
More in line with IRunConfigurationAspect
Change-Id: I50a038de004733b6b19d345b30a63cc2db02875a
Reviewed-by: Daniel Teske <daniel.teske@digia.com>
Reviewed-by: hjk <hjk121@nokiamail.com>
It does nothing but this time I don't want push a big source ball.
Change-Id: I3ab547bc2780391508333673dc9715fd0be61c67
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
Fixes scrolling to center text cursor on screen on j/k and h/l on last
visible line.
Change-Id: I65a1144a99f44a3df4217bc8eb6ee5ae6ef89ad4
Reviewed-by: hjk <hjk121@nokiamail.com>
itemlibrarywidget.cpp:53:42: fatal error:
private/qdeclarativeengine_p.h: No such file or directory
Change-Id: I55109fdecd33203199f73017ae06da88c892ff4d
Reviewed-by: David Schulz <david.schulz@digia.com>
When using dark color scheme, highlighting with white background is
unreadable.
Change-Id: I8c65d8c9fc08448f1c04680ed7a1d4c0fd842070
Reviewed-by: David Schulz <david.schulz@digia.com>
This crashed when the template definitions were missing.
Change-Id: I22aff1b9bb809ff59f108cb90f47b19c2db223fa
Reviewed-by: Marco Bubke <marco.bubke@digia.com>
DELETE is provoking a name clash even in the namespace.
Change-Id: I5aeb99b527db5308808a3fc077a6710d5a20cdfb
Reviewed-by: Marco Bubke <marco.bubke@digia.com>
We derived from QDeclarativeListModel which is private.
This patch uses QAbstractListModel instead.
Change-Id: Ib567433f5fbb38780b32e5a9291d2cb87730e624
Reviewed-by: Kai Koehne <kai.koehne@digia.com>
Reviewed-by: Marco Bubke <marco.bubke@digia.com>
Cleaning up/renaming the functions used to resolve .qml files.
Change-Id: I80ccb9346d89c0841ad0109147d8a9e07cf20408
Reviewed-by: Marco Bubke <marco.bubke@digia.com>
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>
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>
Moving template generation from PropertyEditorView to
PropertyEditorQmlBackend.
Change-Id: I8c7d2c46863544b98b203cc690bd15f4f4653f09
Reviewed-by: Marco Bubke <marco.bubke@digia.com>
* 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>
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>
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>