This is a recent regression, formats have not been reported
anymore, so the Gui did not offer a choice.
Change-Id: If210948aa7e892baed9f5b07150c34fff7212164
Reviewed-by: hjk <hjk121@nokiamail.com>
changeId is triggering it anyway and it is really expensive.
Change-Id: I37743ed619d9e901b28c69f4c324852ba7e6608c
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
Refresh bindings is very expensive and called anyway at reparenting.
Change-Id: I232afefee22484e3994ade31457f61ea6ee1293e
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
Move the link and table up, as they had ended up in the
wrong place.
Change-Id: I5526b2d67bd835736f869370cba1eb6024e1162c
Reviewed-by: hjk <hjk121@nokiamail.com>
Having a semi-colon at the end of line results in a parse error when
processed with qmake.
Change-Id: I9acfe5a7fc5a5db1c802cb70653789cc7edca5e3
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
This was accessing the wrong part of the result item
Change-Id: I0d8b400d04fe93060e41461e77e3226233c4c12d
Reviewed-by: David Schulz <david.schulz@digia.com>
These nicely show up in the project tree in Qt Creator then.
Change-Id: I9782f5953d61940e6c2a0f61f07bb15aaeba49d9
Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
We used the item size for calculation, now we use the content item
bounding rectangle.
Change-Id: I94ca0565c1c3d992563207ee1cd9c1dcb8c874ea
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
When running with -client, pidPeer file is created too early,
and it is not locked, therefore never deleted.
initialize() is called for non-client executions (including the case
of qtcreator -client when no instance is running or qtcreator -client
-pid when the pid is invalid).
Task-number: QTCREATORBUG-9216
Change-Id: I825556b0ec5e1db4240e4a63bfe6aec60386984d
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
Reviewed-by: Daniel Teske <daniel.teske@digia.com>
Reviewed-by: netyrj <netyrj@gmail.com>
Qt*Single*Application is not designed to support multiple instances.
A shared memory is used to list all pids of running instances.
When an instance gracefully quits, it removes its own entry
and every other entry which is not currently running
(i.e. crashed instances).
Running qtcreator -client opens the first running instance in this list.
Running qtcreator -client -pid works as before.
Task-number: QTCREATORBUG-9458
Change-Id: I25d22a81097a224e9e45af093efa2ef2eccf6cb7
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
Reviewed-by: Daniel Teske <daniel.teske@digia.com>
The color is not configurable, but on dark backgrounds, the color is now
dark magenta, rather than magenta.
Task-number: QTCREATORBUG-9025
Change-Id: I9925e598b30a13c8b9691d6e0e576c0087df38da
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
However, files need to be part of the current project to be added to the
list.
Task-number: QTCREATORBUG-9153
Change-Id: Ifb7a4684e85d0ccd688956eeff77b4cc7d807911
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
The message in stashPrompt doesn't make sense with an inner directory
Change-Id: Iddbea519915cd22a6882dcafb705d1ed99106db6
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
Display line numbers as part of the displayName of nodes in the
Projects view. These are shown for the virtual files we use to
enable navigation to Qbs groups and products and it more clear
that these are actually locations in the build system and not
real files.
Change-Id: If32354ad5ceb79c865cae2951fe470c51718728f
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
We agreed to not use structs to avoid the class/struct mismatch
warnings in MSVC and clang.
Change-Id: Id1b2d89646d3a982c8d85b84b44a4e697102c220
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
If the C++ class name equals the QML type name we looked up the
CppComponentValue of the C++ class.
This one has no version information, which creates issues
in the item library.
As a solution we try to resolve the type as a C++ class as a last resort.
Any QML type has precedence.
Task-number: QTCREATORBUG-9422
Change-Id: Ia84663cab1b4011f1ef6494de86ea6d92ab74bef
Reviewed-by: Fawzi Mohamed <fawzi.mohamed@digia.com>
The ProjectExtension kept a pointer to a page which is destroyed
once the wizard is done and accessed it whenever VCS settings
were touched.
Task-number: QTCREATORBUG-9412
Change-Id: Iabe33d877a3d614ab7470c5e11fe26f7de1bb69c
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>