- Jan 30, 2012
-
-
hjk authored
Change-Id: I059af357fa772290a78f62c31cb7c532ae7d77ff Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Tobias Hunger authored
Save/Restore has been updated to reflect this: We now save manual as well as auto-detected tool chains into the user toolChains.xml file. When loading we load the SDK as well as the user toolChains.xml files. We then do a autodetection run. All the tool chains restored that are marked up as auto-detected are then checked again: * the tool chain was autodetected again: Throw away the newly auto- detected tool chain and reuse the saved one. This makes sure we keep the QUuid that is now part of the tool chains id. * the tool chain was not autodetected again: Throw away the saved tool chain. * the tool chain was newly autodetected: Add the new tool chain We keep the old id around in the legacyId() method. It is used when loading old .user files only. So there is no need to implement this method for new tool chains. Task-number: QTCREATORBUG-6702 Change-Id: Ifc0a216e5351a8a57db03615ba329e355e7d5f59 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Tobias Hunger authored
Use Utils::FileName and Core::Id in Task structure. Change-Id: Ia0ed459f86df36ffe547abde7c240b0ac409bcf5 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Eike Ziller authored
Change-Id: Iff13147fd6541741b94f4bd2f611e05bd87a7885 Reviewed-by:
Daniel Molkentin <daniel.molkentin@nokia.com>
-
- Jan 27, 2012
-
-
Friedemann Kleint authored
- Change the diff parsing to use QString reducing the conversions. Change-Id: Id4d84947479a14d58b8a60157a98a56db5a89ddb Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Robert Loehning authored
The generator must match the mkspec of qmake in PATH. Change-Id: Ibd6d345c202719cdf2a8e8a5e2a5fce470732d5b Reviewed-by:
Christian Stenger <christian.stenger@nokia.com>
-
Adam Treat authored
This crash can happen when enabling/disabling a certain combination of plugins and restarting. There was a null pointer de-reference that was occurring because the qt4projectmanagerplugin was referencing an action that it believed to have been registered by the texteditorplugin when it was initialized. However, apparently the texteditorplugin was not initializing its actions at plugin initialization, but rather when 'extensionsInitialized' was called. I do not know the call graph for when this is to be called, but I encountered at least one situation where the qt4projectmanagerplugin was being initialized before this. Change-Id: Iede1831e0ac9c92b80a079157e1bdc8c66473470 Reviewed-by:
Leandro Melo <leandro.melo@nokia.com> Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
Robert Loehning authored
Change-Id: Ib2cc65378b74f662652434dd1a65d845ee3fb741 Reviewed-by:
Christian Stenger <christian.stenger@nokia.com> Reviewed-by:
Bill King <bill.king@nokia.com>
-
Friedemann Kleint authored
Change-Id: I83c7e850dc959a58207efb41702a480678f5cfd3 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
hjk authored
Change-Id: I5c1275ba3f596d8911fd2e4404181bf57b58f494 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com> Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
Leena Miettinen authored
Move the screenshot after the text that describes it. Change-Id: I82ea4e5ccf14a10ebde8c4c76fc9366c2b9e1dca Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@nokia.com>
-
Leena Miettinen authored
Change-Id: I53c42d827d27280f9c3fcff81dbc939bda8d42b5 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@nokia.com>
-
Orgad Shaneh authored
Change-Id: I16205f1719c898e260debf7c95a7c818ef116846 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Eike Ziller authored
This is slowly being replaced by the "Extending Qt Creator Manual" (source in doc/api, 'make docs' generates it in doc/html-dev) Change-Id: I38e92b5b3b6d41e03fcccee5c299a3aebc5ed354 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
Christian Stenger authored
This avoids some timing issues as well as a problem I only saw on Mac: Sometimes Squish fails inside placeCursorToLine() with 'I don't know how to type on object of type QmlJSEditor::QmlJSTextEditorWidget'. Change-Id: Ifc192914375fb37362fa31399be4972c9ce50b92 Reviewed-by:
Robert Löhning <robert.loehning@nokia.com> Reviewed-by:
Bill King <bill.king@nokia.com>
-
Orgad Shaneh authored
Change-Id: I8848e5e69d540f0b14ec6cc602d19b9e554bf1d0 Reviewed-by:
hjk <qthjk@ovi.com>
-
Orgad Shaneh authored
Just like the other dialogs Change-Id: If2a87a688f5d3653bca02912dc9052399f72de87 Reviewed-by:
hjk <qthjk@ovi.com>
-
Robert Loehning authored
Change-Id: I3ee097fbbcf904df854e212eef43f6faf71f2295 Reviewed-by:
hjk <qthjk@ovi.com>
-
Daniel Teske authored
No other .pro file has a license. Change-Id: I2598606d0160b07db969eb849498f07ba62f9f2f Reviewed-by:
Jerome Pasion <jerome.pasion@nokia.com>
-
Christian Stenger authored
Don't work around a bug. Change-Id: I84bd88fa3f0b39fadd1816f39bdd8ba7b8792a90 Reviewed-by:
Robert Löhning <robert.loehning@nokia.com> Reviewed-by:
Bill King <bill.king@nokia.com>
-
- Jan 26, 2012
-
-
Daniel Molkentin authored
Change-Id: I086f50adace23b8ffd07b431af5d5612ee747d01 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
Daniel Molkentin authored
Change-Id: Ifc258886f7d6e7d5b02caae8994210aeef221554 Reviewed-by:
Robert Löhning <robert.loehning@nokia.com>
-
hjk authored
Change-Id: I2b72b34c0cfeafc8bdbaf49b83ff723544f2b6e2 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
hjk authored
Change-Id: I4162aba467aafc235ccc5145cf77e59d6e9e1924 Reviewed-by:
hjk <qthjk@ovi.com>
-
Daniel Teske authored
Only do that on loading the project. Change-Id: Ibe5ef1188e30d0743a3d10caeb4a98ac5f5ee95d Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Yuchen Deng authored
It's a Qt-Bug, and fixed in Qt5. The patch can avoiding the crash when use Qt4. Task-number: QTCREATORBUG-5633 Task-number: QTCREATORBUG-6082 Change-Id: I1c284b7558e77e03e26ad966376860cde0501833 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
hjk authored
Change-Id: Iad7e197f7d7ee14156562c3de7960fe65c7e85fe Reviewed-by:
hjk <qthjk@ovi.com>
-
Fawzi Mohamed authored
Task-number: QTCREATORBUG-5391 Change-Id: Icd896f39c183a0bf5e402ad65189b009dabdadc1 Reviewed-by:
Leandro Melo <leandro.melo@nokia.com>
-
Leena Miettinen authored
Change-Id: I31e5f412ec2d4c371382e00503b7ebf5cc57ba02 Reviewed-by:
Jerome Pasion <jerome.pasion@nokia.com>
-
Morten Johan Sorvig authored
We want to carry over all mac-specific code paths to Qt 5. WS_MAC is no longer set; OS_MAC is. This change is compatible with Qt 4 builds since OS_MAC is set whenever WS_MAC is. (OS_MAC would also be set for the theoretical X11/Mac platform, but that's anyway not a supported configuration for Creator) Change-Id: Ib25d8c4e83e7e27d911124cd48aa17fdb875923f Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com> Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
Denis Mingulov authored
Add support for using of available theme icons (QIcon::fromTheme) for Text fields' Qt Quick Toolbar at Qml Text Editor. Qml Designer's icons are not changed as it has its own (dark) style. Change-Id: If42798e24c62fb43a77a7ef3eaaf77a87920ed22 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
tjenssen authored
Change-Id: I54e5c284d7fe109fe2fe6b0f50b25acfc3868a71 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
- Jan 25, 2012
-
-
hjk authored
Change-Id: I9c48aee1b26acad12c278ae23d4f7796a6ed769b Reviewed-by:
hjk <qthjk@ovi.com>
-
Kai Koehne authored
Never use the combined QmlCppEngine if the primary engine is already the QmlEngine. Change-Id: Ic87816bbe67fdf4ab004a41db601e33383c570dc Reviewed-by:
hjk <qthjk@ovi.com>
-
hjk authored
This follows suit to the ICore changes. Change-Id: Iba2de1b1e3f2574fd1459892eae702e6af1cc7dc Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
hjk authored
Change-Id: If3c6b5095a10a92683bf2214e45408e8d885085f Reviewed-by:
hjk <qthjk@ovi.com>
-
Friedemann Kleint authored
Change-Id: If5ad70222983d5dede57fb7443262a736114b85e Reviewed-by:
hjk <qthjk@ovi.com>
-
Fawzi Mohamed authored
Change-Id: If4e5e284d7ee109fe2fe6b0f50b25acfc3868a72 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@nokia.com> Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@nokia.com>
-
Tobias Hunger authored
Change-Id: Ia8382e3f7a9312e0878cce041723973ccf751aae Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Erik Verbruggen authored
Change-Id: Ib61e9b4c12a8f4372c27f15acd650e97e5441e95 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-