The code still assumes host == target in some places...
Change-Id: Ief495df6ff5fbff890fc46d42a6b29eee3a1ed2c
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
Reviewed-by: Robert Loehning <robert.loehning@digia.com>
Do not use QObject::tr(), use native file paths,
use complete contexts.
Change-Id: Icc4990b4c2ca5b9ae6f6b639db9e1a45a93e0a65
Reviewed-by: Nikolai Kosjar <nikolai.kosjar@digia.com>
Give the settingspath where the Qt Creator profiles are stored
in the Qbs build- and install steps.
Change-Id: I048525083fc39ca824d866e885d44325306e1030
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This is necessary since the build may change the the properties of
the build targets (executable name, etc.), so we can not proceed
to run anything without that update.
Change-Id: I9790c529db5e4da61f59e638a05339ada714353c
Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
Qbs can no longer tell us which projects produce an installed
executable, so just create run configurations for everything.
Change-Id: Ifd2b5941d0909b63a64139d91a970fb75f0c3b78
Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
It's not sufficient to try to create a QUrl on a string to find out if
it is an url, because that automatically treats strings without any
special characters as "local file urls".
Task-number: QTCREATORBUG-11570
Change-Id: I18071aed5b3fbdd717b045c2f6e3e90385be8584
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
Also add links to more tutorials in the Qt reference documentation
and Qt Creator documentation.
To test, just copy the files to the respective folders in a Qt Creator
installation. No need to pull and rebuild.
Change-Id: Ia24f07342849ac826d29965e6d70bc24712715e9
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
Reviewed-by: hjk <hjk121@nokiamail.com>
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
Fix spelling, do not use QObject::tr().
Change-Id: If0c55e956ea749ad6ca37cb3ad98c880beaabb49
Reviewed-by: Daniel Teske <daniel.teske@digia.com>
Reviewed-by: Fawzi Mohamed <fawzi.mohamed@digia.com>
"Run in Terminal" is checked/unchecked according to the consoleApplication
property found in qbs.
Rename the forceGuiMode method to better describe what it is used for.
Change-Id: I485058c85563cf4d3ced0d1a5f8cb1bf89791750
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
So far the filename and displayname was the same for all filenodes. That
changes with the ResourceNodes, so adjust the flatmodel.
Task-number: QTCREATORBUG-11590
Change-Id: Id5a7ecda8963b64a6ebccc589b38f428366da3fd
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
Avoid duplication, trailing blanks and concatenation of translated
pieces where possible.
Change-Id: I462ef7b66fb0e61e57db9d6112f9f4632dbb9c0b
Reviewed-by: Mehdi Fekari <mfekari@blackberry.com>
Reviewed-by: David Kaspar <dkaspar@blackberry.com>
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
And also in the qbs sub-project (for the qbs and qmake builds). This
becomes possible with the qbs submodule update that is part of this
patch.
Change-Id: I8347a8c04a52bcb0682f32d808fb61a90ef3ba72
Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
There was a spurious item named [10] (or similar) at the end
of the list.
Change-Id: I9bfd41325f47206c11e26161f6b0838778f8c306
Reviewed-by: hjk <hjk121@nokiamail.com>
This does not work, it needs to be either:
("%1").arg(n) or ("%n, 0, n)
The %n syntax is preferred here since although there probably
are always > 1 elements, some languages use different grammatical
cases for various numerical ranges (Russian, Polish).
This reverts commit c09e80b853.
Change-Id: Id3f480f0ec0de2dd8893b8de256c5e6c9628a6f9
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
Open a popup that doesn't close on every change of an option.
Make the options button accessible through tab.
Task-number: QTCREATORBUG-11340
Change-Id: I61b83243ead4b0b3d7075c1e8f8327cd31d9c2c4
Reviewed-by: Bojan Petrovic <bojan85@gmail.com>
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
We can always use python now. Avoids one roundtrip on startup,
a temporary file, and only does it when needed.
Change-Id: Id32a812bec477307da1d93950f7758f3a5699464
Reviewed-by: Christian Stenger <christian.stenger@digia.com>
Reviewed-by: hjk <hjk121@nokiamail.com>