Use it to change the find and candidate find object in CurrentDocumentFind:
this will allow to replace the IFindSupport object used.
Merge-request: 115
Reviewed-by: con <qtc-committer@nokia.com>
(cherry picked from commit d3b58c2db3)
Use it to change the find and candidate find object in CurrentDocumentFind:
this will allow to replace the IFindSupport object used.
Merge-request: 115
Reviewed-by: con <qtc-committer@nokia.com>
Because we tested for the parent, the id of a root item never reset.
This was hidden because if you remove a root item all
child items was removed too. But if the object was not deleted by the
root item and there was a binding the root item id, there was a dangling
pointer.
Task-Number: BAUHAUS-662
Reviewed-by: kkoehne
If there is no target anymore you cannot create a new binding. There is
no need anyway so the binding is reset to zero.
Task-Number: BAUHAUS-642
Reviewed-by: kkoehne
Should work without this, but the performance hit is not so high,
and this is more robust to changes in the qml state code.
Task-Number: BAUHAUS-660
Reviewed-by: kkoehne
If the user uses old QtC settings files (QtCreator.ini), sidebar item
names are there translated. Because the new settings uses id's instead
of translated names, old sidebar items will not exist on save, causing
crashes. this fixes that issue.
Reviewed-by: con
If the user uses old QtC settings files (QtCreator.ini), sidebar item
names are there translated. Because the new settings uses id's instead
of translated names, old sidebar items will not exist on save, causing
crashes. this fixes that issue.
Reviewed-by: con
Prompt to set up the public symbol server unless
it is already configured or the environment
variable exists. Change the dialog to be
based on the PathChooser to be able to suggest
a non-existent directory.
Acked-by: Alessandro Portale <alessandro.portale@nokia.com>