- May 23, 2013
-
-
Eike Ziller authored
Make it position over the editor root view of the active window (of the current editor view if the active window doesn't have editor views) instead of always over the main window. For this to work we should not make the editor manager parentless in the editor manager placeholder. Change-Id: I55d38340939a37960ec619b89f2e768bbfab7f24 Reviewed-by:
David Schulz <david.schulz@digia.com>
-
Nikolai Kosjar authored
Resetting the environment (after each *.cpp file) did not clear the already seen files (m_included). Because of that the succeeding header files were not parsed correctly - the environments of the mistakenly already seen header files were not merged in. Note that this change slow downs the parsing/indexing of files to its original speed, as it was before the problematic commit (and it is in 2.7): commit 82e34709 C++: Untangle include file resolving from loading. Task-number: QTCREATORBUG-9205 Change-Id: Iea57b7c59ea04a3c8843fd1291f4c375382958fc Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Nikolai Kosjar authored
...for the modelmanager tests. Change-Id: I91f163df1ed958a3915ce263b12e3e30cda0b78f Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Aurindam Jana authored
Parse each possible pair of %%. Change-Id: If1f504c16cd7c3b171a1df62efd2927fd28ab4fa Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
Eike Ziller authored
-
- May 22, 2013
-
-
Christian Strømme authored
To solve the problem with libQt5MultimediaQuick_p we need a way to detect if an application is using both QtMultimedia and QtQuick. This change adds logic to parse the -dependencies.xml file and look for lib elements that have the extra attribute "extends". Libs with the extends attribute will only be added to the list of dependencies, if the library it extends is available. Task-number: QTCREATORBUG-9300 Change-Id: I6f3e0a6d9158a91824e1e113f6aab7ec1112dd56 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Thomas Hartmann authored
Task-number: QTCREATORBUG-9298 Change-Id: I8660e7d9614e77d23e1ef6515904941505f410dd Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com> Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Tobias Hunger authored
Change-Id: Ic1259f04f4120b6e495ebb3672f7f360c71cba7f Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Tobias Hunger authored
Change-Id: Icf83c978cd576e0d23e5183d688ef0c96210d484 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
jkobus authored
Which appeared after pressing "..." mark and scrolling right. Change-Id: I779d4a7e76ebb01857d7313b5099a5482c455136 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Daniel Teske authored
Change-Id: Iece75754acafda7c3bcaa8fe043a2aae98ef7e32 Reviewed-by:
Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
-
Daniel Teske authored
Change-Id: Iac60829f9db5d425c70f7ff7a1124ec33f2d5173 Reviewed-by:
Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
-
Daniel Teske authored
Fx the version code spinbox being too big and readd some tooltips.k Change-Id: I6e2e10d64d9616809f3b97c8c9a5d1e668c025ea Reviewed-by:
Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
-
Daniel Teske authored
Use the same styling as e.g. the submit editor. Change-Id: Idb396b6971f75d9f4a876edf992c917ee81820df Reviewed-by:
Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
-
Marco Bubke authored
There is no stand content item interface, so try to work around to enable snapping and anchoring. Change-Id: Ib2eaf0d6c35e3ba289dd7d55b2ba4c064ad40748 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
hjk authored
Change-Id: Ie97c628ece272249c23aab6d5438555c051f5aa7 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Friedemann Kleint authored
Remove context help button and prevent it from showing up at 0,0 by setting a minimum size only. Change-Id: I41d019b0074a47a20ecacd557f1ea05235dda995 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
jkobus authored
Currently it's not possible to respect language specific tab settings in diff editor. It can happen that one view contains C++/Qt Quick files, while tab settings are common for the whole view. Change-Id: I45c6113afd7d41667b68a4daba0ac0fa4472b4e9 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Sergey Belyashov authored
Change-Id: I4ab239307f0c164f27fdb5e1234a9bb55c8ef7ca Reviewed-by:
Konstantin Ritt <ritt.ks@gmail.com> Reviewed-by:
Sergey Shambir <sergey.shambir.auto@gmail.com> Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com>
-
hjk authored
Change-Id: I01071510d422176b632bcaf93e009ad5056ea777 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Change-Id: Ie58d19d24a80b71527bb5381bb3cc33475f1f8cb Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Change-Id: I7520278266717e854dbb136a140381791f483c0c Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Change-Id: Ie0f5c10f1a8eb7af531a850051c773ab3993d52e Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Change-Id: I2306277ec39d6149c376bde584c51551a780877d Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- May 21, 2013
-
-
Thomas Hartmann authored
Fixes a bug in conjunction with ApplicationWindow. Anchors did not update properly. Change-Id: I95ba118c8dde7e01117f649f2ff974f2c6ee6244 Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Marco Bubke authored
We don't tested that target anchor object are node instances. Now we search for the parent object recursively. Change-Id: I2e03e714f858a285309b02f5e88c757f0dcfe7e5 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
El Mehdi Fekari authored
In some cases, when deploying an exising project, the project name is different from the target name set on the pro file. Change-Id: I558a128467eb12a6d9d3731f563276bb54a14326 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Marco Bubke authored
Change-Id: Ic465e472c13570a1da0dee047c5810c50f7a4492 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Marco Bubke authored
Change-Id: I1000019c720027c5fd9565582c78e7a7afa2fe25 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Eike Ziller authored
The extra editor windows need to have editor manager context, otherwise shortcuts (like ctrl+tab) do not work in them if e.g. projects mode is active. Doing this via add/removeAdditionalContexts would be non-trivial and error prone, so adding a context to the extra window is more convenient. Since editors themselves already define a context, we need to allow nesting of contexts. Change-Id: I244eca53ebd665fd4d8fe7531e8ff701ed0b40b2 Reviewed-by:
David Schulz <david.schulz@digia.com> (cherry picked from commit deff0eb3) Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Eike Ziller authored
Change-Id: If7a74eed7fc77b1d0fd5e4045671b3767fe2d7a2 Reviewed-by:
Petar Perisin <petar.perisin@gmail.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com> (cherry picked from commit bde0627e)
-
Eike Ziller authored
Change-Id: I3827716fa6233493224cd89d8417b95e7d34a711 Reviewed-by:
David Schulz <david.schulz@digia.com> (cherry picked from commit f7612278) Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Eike Ziller authored
Also make registerShortcut set an application shortcut. That is necessary when the user opened a separate editor window. Change-Id: I366044b7acba51daca46a15a302a24b5b8e99cc1 Reviewed-by:
David Schulz <david.schulz@digia.com> (cherry picked from commit 5c8f46d2) Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Marco Bubke authored
The return value is always -1. Change-Id: I19ede339e7557a794069b4dc991cb9f9a711caa9 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Joerg Bornemann authored
Change-Id: Idd25bbea2c5adafbf893a10e107d4a8bfc2d221f Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
jkobus authored
Change-Id: If1553b6472a1dc2e905f7a1d39c4c3038e878430 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Orgad Shaneh authored
Change-Id: I70c74fdb4def2e29f3b850da9108e4ba5f572922 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Christian Kandeler authored
In the case of a shadow build, a relative local include will only work by accident, if at all. Use a global one instead. Change-Id: Idc2636d519ea19a3325c861cdcb1dcfb6e0a5920 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Marco Bubke authored
This is fixing some anchor movement bugs. This reverts commit ae409f8b. Change-Id: Ibe9b8b2601e2bcd1c249b5feda06fb3a29482f4b Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Christian Kandeler authored
Change-Id: I8183168e19a2ecf55f53f4699e02a86752dd076f Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-