QTBUG-28385 is biting us over and over (QWizard doesn't have close
button nor cancel button on Mac in Qt 5), and actually there's no reason
for us having a wizard without the features from Utils::Wizard.
Task-number: QTCREATORBUG-10346
Task-number: QTBUG-28385
Change-Id: I80c0d82fe6738496c2ac03c31a1c2757ade8e266
Reviewed-by: Jarek Kobus <jaroslaw.kobus@digia.com>
Reviewed-by: Daniel Teske <daniel.teske@digia.com>
Moving the spin box style into its own component so it can
be shared.
Change-Id: I7e838a487c89106590e87eac6c725f68ce9c50f9
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
Needed because of I696133c42a142a8c596703fc8ce0250b58993d99
Change-Id: I947a76399cff30a0031064258f302cc8ec1ae50f
Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
'clean' per qmake's definition means "all intermediate artifacts are
gone". the target is supposed to be still runnable/installable.
Task-number: QTCREATORBUG-10323
Change-Id: Ic0d6482c7534367753661e80ccd5f55bd0446545
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
The modal dialog was opened directly from the tool output processing,
and when returning the tool handler was already deleted.
Change-Id: Iacba584b59bf8720788ac03fd2e839c5e4485ab3
Reviewed-by: Fawzi Mohamed <fawzi.mohamed@digia.com>
basetexteditor.cpp:6013: warning: C4189: 'ts' : local variable is
initialized but not referenced
Change-Id: Ia5d6531f8dab8debbb41da79f1cdf152ee831676
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
A guess is that hdiutil finishes even though the system is not yet quite
finished with the image (e.g. still unmounting?), so introducing a small
timer.
Also turn on verbosity, so this error might be better trackable if it
occurs again.
Change-Id: I0acb23bbac408f2979c8cacf2fc58fdff782fc3d
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
Remove graphics and combine some short topics to
put more weight on Qt Quick development instead of
generic UI development.
Change-Id: Ief2041022e0ccb407c26b0742825613223082f0a
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
The getting started page is not part redesign, anymore.
Change-Id: Iec779d4fcf86f1800e17a5b7775698b64ce16555
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
We require Qt 5.2 for full functionality nowadays.
It is possible to use Qt 4.8.x with restrictions.
(Qt 5.0 and 5.1 do not work because of problems with embedding
Qt Quick 2 and other Qt Quick related issues (e.g. QTCREATORBUG-10273)
Change-Id: Ib41576e8b8e3727e87141eaf0351d63158730524
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
This topic needs more information about the
necessary Qt version and the "fake Qt" mentioned.
Also, I cannot try this in practice myself, so
steps might be missing.
Change-Id: I143a54b8559840c3e9ad6dd5d293de160d67867d
Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
Reviewed-by: hjk <hjk121@nokiamail.com>
See 2.5/2.12. Most useful feature ever.
Change-Id: I3f92256733e15078df56205dba9746ffff8ed145
Reviewed-by: Erik Verbruggen <erik.verbruggen@digia.com>
Reviewed-by: Nikolai Kosjar <nikolai.kosjar@digia.com>
The function call itself shows in the critical path. Let's shave
off a few cycles by making it easier inlinable.
Change-Id: I14b06de27e99fa00f3be757193f2037792b18e01
Reviewed-by: Nikolai Kosjar <nikolai.kosjar@digia.com>
They can't be directly in libexec path, because then they couldn't have
their own qt.conf for resolving the Cocoa platform plugin.
Change-Id: I8f3fae85c548747a7d826c078c7ac1fb0a836b43
Reviewed-by: Fawzi Mohamed <fawzi.mohamed@digia.com>
The tutorials page was removed during refactoring.
Change-Id: Iec779d4fcf86f1807e17a5be775698b64ce16655
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
The title was wrong, which was causing the fixnavi
script to fail.
Change-Id: I631c8f3dcdbebbe3ee4f6bc003986929da0813c6
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>