- 07 Dec, 2011 1 commit
-
-
Christian Kamm authored
When property declarations use a custom type such as property Foo bar we now * highlight Foo as a QML type if it's found * complete bar. as a Foo Change-Id: I82c249646af19bfeb9f5a7a7692f0dc10b009835 Reviewed-by:
Leandro Melo <leandro.melo@nokia.com>
-
- 06 Dec, 2011 13 commits
-
-
Robert Loehning authored
Change-Id: I0e616a254dd4d7800b7a001134c02f301261b956 Reviewed-by:
Robert Löhning <robert.loehning@nokia.com> Reviewed-by:
Bill King <bill.king@nokia.com>
-
Christiaan Janssen authored
Change-Id: I6cfe1abb44183216f544211f70c1bed810dd3d3e Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Daniel Teske authored
Needed by qtversionmanager Change-Id: I4d455298e809b744ae3663493914db6e31f372a6 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com> Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Daniel Teske authored
Reported on irc. Change-Id: I9e9911fff70c999158b941ab16918af03a51c728 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Tobias Hunger authored
Change-Id: I3bea69802eb5f3d5d79bd2643a218052f96d7917 Reviewed-by:
hjk <qthjk@ovi.com>
-
Orgad Shaneh authored
This prevents the executed process from waiting to user input. Change-Id: I85944ffeea94d8cc40ddcd7a2ea2d5094a377a57 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
Friedemann Kleint authored
Change-Id: Ib80a0cdc1acc3eed893516e370045d4d7fcb3ee2 Reviewed-by:
hjk <qthjk@ovi.com>
-
Daniel Teske authored
Apparently there's no reason for the connect. Also the disconnect when the project changed was missing. Change-Id: Ib04c8f93b532be6e4cd947df00640746721186af Reviewed-by:
hjk <qthjk@ovi.com> Reviewed-by:
Aurindam Jana <aurindam.jana@nokia.com>
-
Daniel Teske authored
They don't need to be weakpointers as the ProjectExplorer sends a signal possibly with a null pointer if a project/targer/runconfiguration is removed. Though switching project does not result in a target changed signal. Take fully care of that case. Change-Id: I8db1008dd7d689b1e0a2d444907977d0c19c0533 Reviewed-by:
hjk <qthjk@ovi.com>
-
Eike Ziller authored
Is actually more logical and looks better. Change-Id: Id1c70309a93ffe13050f3403f9f828a7de9b5a95 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com> Reviewed-by:
Jarek Kobus <jaroslaw.kobus@nokia.com>
-
Christian Kamm authored
Change-Id: I68334edbefa4412a1b35ae7a2306de555f561fb8 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@nokia.com>
-
Morten Johan Sorvig authored
Change-Id: Ib44cdd432da7b4609026e211d8c43088d883621a Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
Yuchen Deng authored
Change-Id: If6533851a7207e8cf93db7176497a69bb77893c0 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 05 Dec, 2011 8 commits
-
-
Jarek Kobus authored
Task-number: QTCREATORBUG-232 Change-Id: I71b517e09455bfdbe1b835515161e818a4f618f0 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
Christian Kandeler authored
It's part of the internal state. Change-Id: I2670be2d55c791435bd286150f4b4097e8d92f6d Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Thomas Hartmann authored
Aligning the font and position. Change-Id: Id8b3116dd2c8585365dd7a24e6f2ddcf8c63fb46 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
Orgad Shaneh authored
Task-number: QTCREATORBUG-5262 Change-Id: I3e911fbb32c5d11cd46747b459c5b1a73c0a99b9 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
tomdeblauwe authored
Change-Id: I62e1f14793fbf994273a838f19b8a4846dcec466 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Orgad Shaneh authored
If the user overrides a dumper function (e.g. threadnames), it is not overridden when the target is a core dump, because the python dumpers are re-read after loading the init scripts. Change-Id: I8740228e754a4ed96352188bdfa4ffec95cdeaa0 Reviewed-by:
hjk <qthjk@ovi.com>
-
Orgad Shaneh authored
Task-number: QTCREATORBUG-5712 Change-Id: I50d1cbabebece46acbe4fa3ddf1565a1a95f5c9c Reviewed-by:
Leandro Melo <leandro.melo@nokia.com>
-
Christiaan Janssen authored
Change-Id: I74460d9a32ced707fa4a550199bba5f5906f417e Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
- 02 Dec, 2011 9 commits
-
-
Christian Kamm authored
When a part of the semantic info update (such as a Link) triggers QmlTextEditorWidget::updateSemanticInfo (for instance by requesting QML plugin dumps) that update request was ignored because the *old* semanticInfo revision was compared to the editor revision. Instead, compare the *future* semantic info revision to check whether an update would be accepted. Also, instead of using the same snapshot, get a new one from the model manager. Otherwise updates to libraryInfos won't be considered. Change-Id: I0df6197bebce580129292aab5ca8cf24512a0fe7 Reviewed-by:
Leandro Melo <leandro.melo@nokia.com>
-
Christian Stenger authored
Change-Id: I05f17bbe49db7064cd6bf5131363ca0708aad087 Reviewed-by:
Bill King <bill.king@nokia.com> Reviewed-by:
Robert Löhning <robert.loehning@nokia.com>
-
Christian Kamm authored
Change-Id: Ic3aca50bec93ec3b810dbda2f9b57eefb966bbdf Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
Christian Kamm authored
Change-Id: I3a2fef56d6d1871ea4bbb139f9bdd2bc44dd0123 Reviewed-by:
Leandro Melo <leandro.melo@nokia.com>
-
Eike Ziller authored
Move focus back to editor's focus widget if there's one. (E.g. pressing escape in an output pane while the commit editor is open.) Change-Id: I4211a84cfa3d7ee9b61f39ae054fc4bd32e214c1 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Leandro Melo authored
Task-number: QTCREATORBUG-2852 Change-Id: If539f812bce76c1c1e7b63e7133e2a7c962990ea Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
Orgad Shaneh authored
Task-number: QTCREATORBUG-5131 Change-Id: I6642ec2b80ff156b76bba86172e8a2362cb02bc8 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com> Reviewed-by:
Leandro Melo <leandro.melo@nokia.com>
-
Eike Ziller authored
Change-Id: I0f5a0eaf69c8b0388dc2d42451a6b50fefa7d055 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@nokia.com>
-
Christian Kamm authored
Change-Id: Iee25f3f9ec38b1b7fc2697f390386c9a60cb8347 Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
- 01 Dec, 2011 4 commits
-
-
Eike Ziller authored
Change-Id: Iec868cdb8158726d91bcece935a9d6269219c056 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@nokia.com>
-
Kai Koehne authored
Change-Id: I29f09f983146fff3301426703db0b93090c6507c Reviewed-by:
hjk <qthjk@ovi.com>
-
Yuchen Deng authored
We should to determine the focus widget whether the same, Sometimes, the widget's sub-window has the real focus. Change-Id: I0e9128e7d6008e2cb6de681bb0a1a337ad69a230 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
Thomas Hartmann authored
Adding the typical creator bar at the top Change-Id: I80e4190e007a960543f0ae0c4aa42fd9737d1fb3 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 30 Nov, 2011 5 commits
-
-
Oswald Buddenhagen authored
Change-Id: I0eee92cd095070da259bfd6b1c6da43c596d6ee1 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@nokia.com>
-
hjk authored
Task-number: QTCREATORBUG-6616 Change-Id: Id01238d4ec767a0e9f8d05cedff4850106b6e318 Reviewed-by:
hjk <qthjk@ovi.com>
-
Tobias Hunger authored
* stale being anything not in the list of project files which is in the list of git files that does not show up in a git grep. That gives a short list of files that were then sanity checked. * Add madde_export.h to the relevant .pro-file while at it to stop it from showing up in the list mentioned above. Change-Id: I787c88e08a45676bcdd256637339c630b1fa4b74 Reviewed-by:
Daniel Molkentin <daniel.molkentin@nokia.com>
-
hjk authored
Task-number: QTCREATORBUG-5582 Change-Id: I690c755fc5d2ea127ea12f65f799accb10ff20c9 Reviewed-by:
hjk <qthjk@ovi.com>
-
Friedemann Kleint authored
Change-Id: I1d955f2b2d6f6f2668156e0f211df37616cfc3e7 Reviewed-by:
hjk <qthjk@ovi.com>
-