While it's a pointer, auto-dereferencing does not
make much sense...
Change-Id: I036e2d5195ea0f9813fe7ebaa7dc2434579abbe5
Reviewed-by: hjk <hjk121@nokiamail.com>
You must now select a kit. Also, it sounded like only 4.7.4 was
supported.
Change-Id: Ifadeb980f407cad8dc79d1b7598ff49b294f7b10
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
Add a method to query debug/release build availability and one for
the documentation path.
Qbs wants to know those and I do not want to hardcode QtSupport
details there.
Change-Id: I32c83167270dd34a81c4ab3f65e9d92b8f6bca90
Reviewed-by: Daniel Teske <daniel.teske@digia.com>
For now this uses the architecture to decide which endianness to use.
That does not work too well, so a endianness field is needed for
the master branch.
Change-Id: I394a959c4182271ee9847de7c8da1788a027c3a2
Reviewed-by: Daniel Teske <daniel.teske@digia.com>
On a german locale the category view has a horizontal scrollbar. This is
because the initial sizeHint is calculated while the vertical scrollbar
is not visible. This patch ensures that the sizeHint is updated if the
scrollbar is shown.
Change-Id: Ic97c0c3650f765dbf6d8f84f2c168630c65ee89f
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
This site is now mostly about designing for devices that
do not support Qt.
Change-Id: I8b092f85ada7de770ed8e61307cb6f48c5a2701e
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
Note: For some widgets setting the tooltip had no effect. This creates
a somewhat uneven user interface.
Change-Id: I101b556a24d2c7f2a55245d8da33870566327762
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
Some terms have changed in the UI.
Change-Id: I0f3bccaa3fdab90c2b39bc584fa9244467f5d107
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
Consequent use of insertLocationForMethodDefinition respects the
surrounding namespace when moving/inserting definitions.
Task-number: QTCREATORBUG-2676
Task-number: QTCREATORBUG-9332
Change-Id: I6d83cf84d844dd4773900d03563581c88befa7b7
Reviewed-by: Nikolai Kosjar <nikolai.kosjar@digia.com>
The file name pattern that is used for win/lin should only be used for
the resulting disk image, not the installer app itself
Change-Id: Ia0b41fd379faf093af71dc526f32a768552d5e2f
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
Use the new contains function and the targetOS list.
Change-Id: I38b995eb9328e449befad85792512c45670cc8c9
Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
There is now at least one Linux distribution (openSUSE 12.3) that
disables the "password" authentication method in its default
sshd_config, while others allow it, but disable "keyboard-interactive".
This patch tackles the problem as follows:
1) Implement RFC 4256 ("keyboard-interactive") and make this method
available in the API.
2) In addition, the API offers to try both password-based methods
one after the other, until one has succeeded or all have failed.
3) Dialogs continue to offer just the choice between "Password" and
"Key", as to not confuse users. Internally, "Password" uses the feature
described in 2).
Task-number: QTCREATORBUG-9568
Change-Id: Ic81bd5d2dc4b1332ea1a8be938c19811c21a9087
Reviewed-by: hjk <hjk121@nokiamail.com>
Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
Can be enabled by passing LICENSE_TYPE=enterprise to qmake.
Change-Id: I49044c2425a056980b6e9f8377e6a33c1beaca5a
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
We have to think of Window/ApplicationWindow as root item.
First we check the import for the major version and if this fails,
we fallback to the root item.
Change-Id: Id24c0d1846a1fe4e6f32f3be834b552fcbed5421
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
Warning now shows up for MSVC builds, too.
Change-Id: I774079fd6ee0f9bf70a7f37c9920dd45e55154d0
Reviewed-by: Christian Stenger <christian.stenger@digia.com>
Make sure the publishing action is disabled when we can not publish
a project. Currently the action is enabled and gets the user to a
selection dialog with misleading "I'm afraid I can not do that"
information.
Change-Id: Id3d749e4ada466a2af505586a7d248f2cdc814fe
Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
If you loaded e.g. a .qmlproject file that had only C++ debugging turned
on the Start debugging action got disabled, and there were no ways of
getting it enabled again (short of reloading the project).
Anyhow, the logic to disable the debug action based on the current
debugger language is flawed, since triggering the action will actually set
the language.
Change-Id: I5827a39cafc7e5dd0b2f2b43f07774e64eace02e
Reviewed-by: hjk <hjk121@nokiamail.com>
QDoc does some magic with the \class and \namespaces
and \brief commands, so the following wording must be used:
"The xxx class yyy ..."
Change-Id: Id231f30e8464898b776888d5423523de404aae34
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
The translation contexts did not match and there was
a mistake in the .xq for xmlpatterns file.
Change-Id: Ibb454e82d6f197014451399cbb8a9fc0bad04a98
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
This is save now, since the SDKtool will have set up a proper debugger
and if it did not fill in one, then the whole widget will stay editable,
even for auto-detected kits.
Task-number: QTCREATORBUG-9529
Change-Id: I92e89f74a1dd27705d34f77d19d521c69067eb2d
Reviewed-by: hjk <hjk121@nokiamail.com>