- 12 Apr, 2012 4 commits
-
-
Marco Bubke authored
Using PathChooser and ClassNameValidatingLineEdit improves the usability. Change-Id: Ib01ee99222ea495b37b0e839fbc68981b071d0a6 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
Marco Bubke authored
Change-Id: I8034f3fbe5d4d10b1fbfb99a97ab3f0402faf082 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
Fawzi Mohamed authored
Change-Id: Ie5f5d11dc31dca78e6ba0b7d6e17a8feae816090 Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@nokia.com>
-
Aurindam Jana authored
Change-Id: I6b67ccd40f8e9acd7b30d5caac64f06553da6d61 Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@nokia.com>
-
- 11 Apr, 2012 11 commits
-
-
Tommi Asp authored
Change-Id: I2e5f4b645c262d8bc4f890a5fab943fbf2dd7cb4 Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@nokia.com>
-
Fawzi Mohamed authored
Wait 5s+ time to start the query instead ot 5s seconds in total (should be better on slow machines, as the waiting time is not shortened). Change-Id: I11104b314c4388a0f8ab84fca662f2e57e6e9b6a Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com> Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@nokia.com>
-
Fawzi Mohamed authored
Change-Id: Ia357f21086cf0df7144b0602acc392d3f8a22348 Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
Aurindam Jana authored
Add a sort children function Change-Id: I3621abf11fdea22deda6aba1ef6e094554950c93 Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Thiago Macieira authored
std::list is in #include <list> /home/thiago/src/qt/creator/src/libs/cplusplus/pp-engine.cpp(110): error: qualified name is not allowed std::list<PPToken> tokens; ^ Change-Id: I02a08afe6a678d66d528ce5dfca08317735704e8 Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
Aurindam Jana authored
Call "SET BINDING" instead of "EVALUATE" when setting values in the property inspector. This solves problems related to setting of some property types such as URLs. Change-Id: I256aef7db52b2e029d2b8ad6d17723eb1c46006f Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Kai Koehne authored
The cpp slave will be interrupted when inserting breakpoints. Track in this case the cpp engine state until it's running again. Task-number: QTCREATORBUG-7230 Change-Id: I4cf275916d8f0581916d95f2f440ea12358aeeeb Reviewed-by:
Aurindam Jana <aurindam.jana@nokia.com>
-
Kai Koehne authored
ICore::actionManager() is a static function. Change-Id: Ic687dd1e41923e962f8eaf12b513dc188655d9c6 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
Kai Koehne authored
Core::mainWindow() is now a static function. Change-Id: I8da4b72fc47f30fc20a3a2db725d13760a095814 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
Aurindam Jana authored
Log the service version along with the service name and state. Change-Id: Ib2e7829d89651998dccffbaa0432908158b9dafd Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Friedemann Kleint authored
- Use 'qml_debug' or 'declarative_debug' depending on Qt major version. Change-Id: I10d1973b34994675b07b1d06d5e81b584d132fb4 Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
- 10 Apr, 2012 18 commits
-
-
Christian Kandeler authored
The NetSieben library hasn't been part of QtCreator since 2.1. Change-Id: Ibc8979215a39626728f3c28e7ccf479e59c4fb5d Reviewed-by:
hjk <qthjk@ovi.com>
-
Joerg Bornemann authored
Help plugin and QmlDesigner have been disabled for Qt5. Change-Id: I9345d0fd00f9a575333dc972cc7adbdf146cd6cb Reviewed-by:
Alessandro Portale <alessandro.portale@nokia.com>
-
Joerg Bornemann authored
Renamed gui -> widgets. Renamed declarative -> quick1. With qbs the usage of qt.widgets and qt.quick1 with Qt4 is supported. Change-Id: I6cadaf34527f1f880d74ced7d2d18dd9801b7de1 Reviewed-by:
Alessandro Portale <alessandro.portale@nokia.com>
-
Kai Koehne authored
Doing it in (CppEngine) EngineShutdownOk will result in a write to an already closed socket. Change-Id: Ie9712f33d57348ecb27e31eaeb44f42f159a400c Reviewed-by:
Aurindam Jana <aurindam.jana@nokia.com>
-
Tobias Hunger authored
When adding a device with an existing internalId, the devicemanager will now replace the device with that id, calling remove on the old one and adding the new one afterwards. The DeviceManager also emits a deviceUpdated signal with the id of the device that was changed. Change-Id: I88c789de355f3e059dbf909c20f58548a2fd46fc Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
Yuchen Deng authored
Change-Id: Ibce8a4cc32f5bcaa30f9a5b5376f7e64f367455a Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
Christian Stenger authored
Change-Id: Ie2bbcfde7684f0d25ed8ff7e7da2897a9f1a0873 Reviewed-by:
Robert Löhning <robert.loehning@nokia.com>
-
Aurindam Jana authored
As parentIds are now known, query only root objects initially and build the object tree lazily. Change-Id: Ic6895ad8a0dd8dc2a2b1d8aa71fdf6766974eea5 Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Aurindam Jana authored
Change-Id: Id7555807a0fc4d796035c922c04d5d7ced512d81 Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Aurindam Jana authored
Change-Id: Ibb52e8f1c065d37accc022740ef50b2817d52771 Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Aurindam Jana authored
Change-Id: I6298644badd633198b7588942809d45ef15e18c1 Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Aurindam Jana authored
Zoom Tool and Select Tool are combined for QmlDebugger. The Zoom Tool is enabled only for backwards compatibility. Change-Id: Id66eb94ce0535ccac169fa5a80f937370a0f9f6f Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Aurindam Jana authored
Change-Id: I239f028cbf450703cefd9dde584067ec1ce8032c Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Thomas Hartmann authored
If the virtual projectKind item has no children it is deleted. Change-Id: I5f86b18043ed937b3f38c8e1591a529af934043a Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
Christian Stenger authored
Change-Id: I8ac973e772b3d1856e5307319c75fb4d150cf818 Reviewed-by:
Robert Löhning <robert.loehning@nokia.com>
-
Aurindam Jana authored
Change-Id: I99eedc86c987615072b7400051b61700b98ebab3 Reviewed-by:
hjk <qthjk@ovi.com>
-
Christian Kandeler authored
Now that we have a polymorphic device class, we don't need to attach all the virtual functions to the factory anymore. In addition, the isUserEditable() function is gone, because it is no longer needed in the presence of device-specific widgets. Change-Id: Ie8f0be95653cb83e1618885b08cdd2aacf5dda59 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Fawzi Mohamed authored
Change-Id: Icb1afb741fb288208666c6cc54f88a7848532305 Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
- 07 Apr, 2012 1 commit
-
-
Christian Kandeler authored
- Add auto-detection label text. - Fix editing artifact that led to the ampersand character not being removed from the search string. Change-Id: I4221083e5a8d8ebfd66d9806cf96f9f6d9714d32 Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
- 05 Apr, 2012 6 commits
-
-
Christian Kandeler authored
This is needed for an upcoming change that will move a number of virtual functions from IDeviceFactory to IDevice. Change-Id: I3658c057583853359b3f0e901f5db78502e1a993 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Aurindam Jana authored
When debugging in asynchronous mode, the interrupt command needs to sent immediately for the queued commands to be processed. Change-Id: I4f45f837ab843786992f54421599d897f9235abe Reviewed-by:
hjk <qthjk@ovi.com>
-
Eike Ziller authored
-
Robert Loehning authored
Change-Id: I90dac33dde4c0c3d39c8e8038371dfbb3403dce3 Reviewed-by:
Christian Stenger <christian.stenger@nokia.com>
-
Eike Ziller authored
Task-number: QTCREATORBUG-721 Change-Id: I159c4ef85eba1eda9f3b7e3a001dd6991d578ffe Reviewed-by:
Robert Löhning <robert.loehning@nokia.com>
-
Daniel Teske authored
Change-Id: I8d712f76fca5d8f5ecad70f1485228e21c00648d Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-