Also adding the possibility to insert text into the blockselection.
Task-number: QTCREATORBUG-7773
Change-Id: I7a47a1d630f769a8253ee1a2f21057820ea170d5
Reviewed-by: Lukas Holecek <hluk@email.cz>
Reviewed-by: Christian Stenger <christian.stenger@digia.com>
Reviewed-by: hjk <hjk121@nokiamail.com>
Started implementing common functions to add new and existing files to
a project, using the API provided by Qbs. Works for most use cases
already. However, this is still work in progress.
Change-Id: I36ea921c203bd7caad564a45cd40cda408c72b54
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
When opening a project the first time with Qt Creator
and selecting a BlackBerry kit, Qt Creator does not pop up
the dialog asking the user to add a bar descriptor. This
makes the deployment step useless since the bar descriptor
is mandatory for packaging.
The user has to close and reopen the project again in order
to be able to generate a bar-descriptor.
Change-Id: Ibb930e60d3b9d98ad9631caa092f6ec17b33b749
Reviewed-by: Sergio Ahumada <sahumada@blackberry.com>
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
We are already in the QmlDesigner namespace and default gives
no real information about the class.
Change-Id: Ia45c93c778d207c5237d52f5bd2bef6ee6559bb5
Reviewed-by: Marco Bubke <marco.bubke@digia.com>
We are already in the QmlDesigner namespace and the class is
a pure abstract interface.
Change-Id: Ibabea5f8091fda22a3086ae032af794bc12ebf38
Reviewed-by: Marco Bubke <marco.bubke@digia.com>
The classes in modelnodecontextmenu_helper.h are used to create a
huge bunch of AbstractDesignerAction objects in a prototype based way
using function pointers.
This patch adds AbstractActionGroup which makes adding
sub menus easier, but does not use function pointers.
Change-Id: I5674493c16acf6fb86abd0f56c318ceff021e1b5
Reviewed-by: Marco Bubke <marco.bubke@digia.com>
Pass on the command line argument --dependencies to the client,
read out dependent/needed by changes and display them in the
detailed text view. Move the toHtml() method from GerritChange to
GerritModel to be able to display titles of dependent changes.
Change-Id: I1d0b67a995d45a9fe5b7bdb3ff51cc905d58478f
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
The find methods should not return a factory with a -1 priority.
Change-Id: I05dab0c48b24b30f88cf40f49c2bc0e24bff46ec
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This avoids having .user files when pressing cancel on the Project Mode's
TargetSetupPage.
Change-Id: I09fc8e78c929d6f09a50ee57ef4f59555491c649
Reviewed-by: Daniel Teske <daniel.teske@digia.com>
A Qt Quick template should only be visible if its required plugins are
available.
Change-Id: I932563cb9ffd2a2eca0e77e9945638573d07ba3e
Reviewed-by: Jarek Kobus <jaroslaw.kobus@digia.com>
GDB 7.7 changed behavior e.g. for the names of anonymous fields,
we need to adjust dumpers and some tests.
Change-Id: I25ae32cc56c4ff63b677a04d6ed9c250e0252140
Reviewed-by: hjk <hjk121@nokiamail.com>
It's not too helpful and a long display name causing all the
other progress bars to adjust and look rather intrusive.
Change-Id: Ib90904368a621728b31125d1a997c3739f7341d5
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
The tool 'cplusplus-update-frontend' can't handle that and thus will
rewrite that class without this initialization.
The member is properly initialized at use.
Change-Id: I2c8c57be47b5fe953c2518254656e5e38ba90f08
Reviewed-by: Wang Hoi <wanghoi@126.com>
Reviewed-by: Erik Verbruggen <erik.verbruggen@digia.com>
Remove the workaround from the docs now that we
have the button. Update screenshot.
Change-Id: Ib9e209fa7526749aa0f54e554a6b11e86d53f665
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
I moved the property format into Text section, because
having two sections with even the same name was confusing.
The format property also is not really related to "Text Input".
Since the distinction between plain and rich text is very important,
it makes sense to have this property in the first section.
Change-Id: I4d66ed4a24fe0d99d394c17d149c830db2c6d3b8
Task-number: QTCREATORBUG-12452
Reviewed-by: Tim Jenssen <tim.jenssen@digia.com>
The puppet can be dead but we don't now. Now the puppet is sending a alive
signal. If the signal is not arriving anymore we restart the puppets.
Task-number: QTCREATORBUG-12434
Change-Id: I90edab6a45f95950fd764adcb125068659d5354b
Reviewed-by: Tim Jenssen <tim.jenssen@digia.com>