- 25 Feb, 2013 20 commits
-
-
Joerg Bornemann authored
Using the comma operator was unintended. The dependency to Qt.core is added implicitely. Change-Id: I3371ae24b5f5e10172ece0edde75a81ae3172e26 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
Eike Ziller authored
We now keep the current context if the focus is set on a widget with a parent hierarchy that doesn't define one. This way, toplevels without a context, like popup windows without parent, will keep the behavior from before other toplevels could define contexts at all (2118d542 ) Task-number: QTCREATORBUG-8667 Change-Id: I8dd04d1f97f6ced10f8fa4269bc91457211396ca Reviewed-by:
David Schulz <david.schulz@digia.com> Reviewed-by:
Robert Loehning <robert.loehning@digia.com>
-
Friedemann Kleint authored
QDate is a 64bit in Qt 5, which will be aligned on 64bit borders in 32bit and 64bit builds. In Qt 4, it will be aligned on 32bit borders for 64bit builds as well. Differentiate between padded and non-padded types when retrieving the address of a QSharedData-member. Change-Id: I6a16d6aa2dc0d5ad85d3d25f71ce09c06bd04c05 Reviewed-by:
David Schulz <david.schulz@digia.com>
-
Tobias Hunger authored
Change-Id: I966a127d42e9819bb722d23c631b6db3af6e08d7 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Tobias Hunger authored
Change-Id: Icf0a882dbccff61b449af64cb001a4583675df42 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Leena Miettinen authored
This change log entry was lost during a merge conflict. Change-Id: I2d89abcbc2aa546377a08828bb9f706cdd029414 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Nikolai Kosjar authored
Change-Id: I5a712c7dbf58465cd0a675be03ba22a73c57bb12 Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@digia.com>
-
Daniel Teske authored
Task-number: QTCREATORBUG-8819 Change-Id: I2b78706ed7e090ed66ad412fb8600b0f73a7323e Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Friedemann Kleint authored
Change-Id: Ie883243a3c818386307424f8c9dbea4ec1b7e6a8 Reviewed-by:
Robert Loehning <robert.loehning@digia.com>
-
David Schulz authored
Task-number: QTCREATORBUG-8826 Change-Id: I4eaa6e7c2228deb0c10a4c428a2bb7ad1b975230 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Leena Miettinen authored
Move two debugging items from "C++ Support" to "Debugging". Create subsections for "Code completion" and "C++11 support" in "C++ Support". Try to list related items together. Change-Id: Id3cb1ac54ac1226adbc7a5d0413f6a5142f3365d Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com>
-
Kai Koehne authored
Remove Debugger dependency to QmlJSTools . Instead mark all modules that use QmlJSTools API as dependent, even if the dependency is already implicit (QmlProjectManager depending on QmlJSEditor). Change-Id: I9e936429674fbd580dafc348b6695d07158e5341 Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@digia.com> Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Joerg Bornemann authored
Change-Id: I2f559a2dc3af6adc41e417ad2b5d4a5ac8c47f0d Reviewed-by:
Kai Koehne <kai.koehne@digia.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Leena Miettinen authored
Change-Id: I2df164796febdb71d522407b792a5a626fe41fc3 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
BogDan Vatra authored
Change-Id: I103d5199d608a166e15098a89d63f4f7cc1f5c21 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Daniel Teske authored
This deletes all kits. AndroidPlugin::extensionsInitialized() is called before QtSupport::extensionsInitialized() so, the qt versions aren't restored yet at that point. The Qt Version Manager will though emit a signal on restoring them. Change-Id: Ibf39d6f73ad173f358de3d757d8cdd97c52eca41 Reviewed-by:
BogDan Vatra <bogdan@kde.org>
-
Christian Kandeler authored
This is necessary for people using the binary release. Change-Id: I3e8821175c00812bdb8c65f0aedb8208894d08b2 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Davide Pesavento authored
Task-number: QTCREATORBUG-8588 Change-Id: I429b7dc101b780a66b3e92c40eef3efef2328bf2 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
Tobias Hunger authored
Task-number: QTCREATORBUG-8789 Change-Id: I7fd782a789cea2f3ad6186018b975167a578f716 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
setDirty() wasn't called when inserting/removing rows from the assets model Change-Id: I553d9db13caaff1a80d021dea9c202bd1b607fbf Reviewed-by:
Mehdi Fekari <mfekari@rim.com> Reviewed-by:
Nicolas Arnaud-Cormos <nicolas@kdab.com>
-
- 22 Feb, 2013 17 commits
-
-
Christian Stenger authored
...and stop execution of the current test case Change-Id: I46ac21e79f643f6890b7303d08c204dcd9fa9386 Reviewed-by:
Robert Loehning <robert.loehning@digia.com>
-
Kai Koehne authored
The warnings are just shown on console / through qWarning(), so there's no need to translate them. Change-Id: I27bc9a043d9dd76d41fcde6c253b04b69fef40ad Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
Christian Stenger authored
Change-Id: I94020e0afa85a86f5eb80fe4cf1cbb4c58edb6a6 Reviewed-by:
Robert Loehning <robert.loehning@digia.com>
-
Leena Miettinen authored
Add a refactoring action that was also added. Change-Id: I3f400a8003961714a5b650e75cb061fa983e5983 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Thorbjørn Lindeijer authored
The previous method of identifying the files matching any C/C++ or ObjC++ mime types somewhat naively searched through all mime-types (especially for hard to identify files) and then checked whether the returned mime type was part of a limited set. This takes too long for large projects. The new method only checks against the mime types we're actually looking for. Task-number: QTCREATORBUG-8625 Change-Id: I956f3653db6b961c5c814eed1a1a43ac8a118704 Reviewed-by:
Thorbjørn Lindeijer <bjorn@lindeijer.nl> Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Tobias Hunger authored
Change-Id: If66745582adcae1dbdb101cecc426280c1be182f Reviewed-by:
Rainer Keller <rainer.keller@digia.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Leena Miettinen authored
Describe breakpoint settings in more detail. Change-Id: I03a9f888fa29c3539f2ed6658f915da5c4c3adc9 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com>
-
Kai Koehne authored
Make sure QmlJsTools plugin is loaded first. This broke with 942326ae Task-number: QTCREATORBUG-8815 Change-Id: I42c08c649141eefd14636e39dd17829d7dee7e90 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Tobias Hunger authored
Change-Id: I3f3a962dfd6ed4aa27fcf21aab47a6476267817d Reviewed-by:
Rainer Keller <rainer.keller@digia.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
jkobus authored
Change-Id: I13ac8d4286b292c03019a7a564feee2c36475bf9 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
Christian Kandeler authored
Change-Id: Iceeb1af4c5e54ba9fa297ac74d141480e9d5d5e2 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Matthias Blaicher authored
Using canonicalFilePath() will break handling of symbolic links inside Core::DocumentManager::addDocuments. Change-Id: I4af2c8b54618cf5fc28e31c779db9ccd4abff184 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Tobias Hunger authored
Change-Id: I049deda46c8cb8bbe4bf15000315c4271c05e11c Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Friedemann Kleint authored
Change-Id: I6c0675ae96bf1563c9c4dffa8f73bb18e65b93b3 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com>
-
Tobias Hunger authored
Change-Id: I37bc8f9bc874de52281b8597838ef8addae1a1a3 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Oswald Buddenhagen authored
Conflicts: share/qtcreator/translations/qtcreator_uk.ts Change-Id: Idedbd2dd847e7429e5455eddabc0b7e191dcb703
-
Pavel Fric authored
Change-Id: I7dc1d53fb4b8043742a8fa739e18c33fe9cc5c55 Reviewed-by:
Vojtech Kral <vojtech@kral.hk> Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com>
-
- 21 Feb, 2013 3 commits
-
-
Daniel Teske authored
Change-Id: I441e6e29305eb082a8d713ab9d26b7fce419a509 Reviewed-by:
BogDan Vatra <bogdan@kde.org>
-
Rafael Roquetto authored
This patch enables debug token creation and installation. Change-Id: I85cbb8ddc413228662cd7967e1805196212a430c Reviewed-by:
Tobias Nätterlund <tobias.naetterlund@kdab.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
hjk authored
Change-Id: I9cc5261bbe0b9738151a0978ffb1a8cef6166ab7 Reviewed-by:
Daniel Teske <daniel.teske@digia.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-