- 25 May, 2011 14 commits
-
-
Thorbjørn Lindeijer authored
Only add items to the current selection that aren't already part of it. Also removed checking item for null, since it doesn't make sense to include null pointers in the list of items to select. Task-number: QTCREATORBUG-3426 Change-Id: I5a365570f87f72665b3382d05ca9937f56e8956b Reviewed-on: http://codereview.qt.nokia.com/111Reviewed-by:
Christiaan Janssen <christiaan.janssen@nokia.com>
-
Leandro Melo authored
Use Creator's main window as a reference for the width. Note that this does not necessarily imply they are aligned. Task-number: QTCREATORBUG-4021 Change-Id: Id0be8a7435d9b3f9eaab638f7a82bb0bd1afa192 Reviewed-on: http://codereview.qt.nokia.com/109Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com> Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@nokia.com>
-
Kai Koehne authored
Remove conflict markers. Change-Id: Ie54881eff9df4966d093782841db4db5b4c4268f Reviewed-on: http://codereview.qt.nokia.com/110Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Kai Koehne authored
Change-Id: I1a34cb51f73af9779d6bdb07324d5dadcb5585b3
-
Leena Miettinen authored
Task-number: QTCREATORBUG-563 Change-Id: Id91833f068aa56100d2fc2dc95906ef4d08e781d Reviewed-on: http://codereview.qt.nokia.com/103Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>
-
Christian Kamm authored
Change-Id: Ieb2a7673e99dec06d925263f48b39c0c3a4d2fa1 Reviewed-on: http://codereview.qt.nokia.com/108Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
Christian Kamm authored
Change-Id: I231b847607d0558080d0dc0b6392bae5b833d65a Reviewed-on: http://codereview.qt.nokia.com/107Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Leandro T. C. Melo <leandro.melo@nokia.com>
-
Thomas Hartmann authored
If minimum/maximum < 1000 the validator does not allow ','. Allowing ',' confuses users. Change-Id: I5ce3b809ea03552e03f11461d677d6212edb3aa4 Reviewed-on: http://codereview.qt.nokia.com/105Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
Christian Kamm authored
Change-Id: I0fd95f0d388f4ba06936ec9164a91a3c53a0f005 Reviewed-on: http://codereview.qt.nokia.com/104Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Friedemann Kleint authored
Change-Id: I635bbc5c0120f8bf15b918ef8205cf72298720f0 Reviewed-on: http://codereview.qt.nokia.com/98Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
Thorbjørn Lindeijer authored
This tool made selecting items in your QML app more complicated than necessary. Now, left-click will always just select the top-most item under the mouse and right-click will allow you to select any of the items below. Also, the highlighted bounding rect now always applies to just one item, instead of also including the children bounding rect. Reviewed-by: Kai Koehne Change-Id: I17b5ab397d951fd68711590469ca6e723a9cb0e6 (backported from Qt 4.8 commit 935472c16fc53ee43e1e680ed0122e6363282a8e) Reviewed-on: http://codereview.qt.nokia.com/89Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Thorbjørn Lindeijer authored
Apparently this part of the protocol was already not being used at all. Now that the SubcomponentEditorTool will be removed it is no longer relevant. Change-Id: I5710fe815be233548e590e90410b85ed4fa3487c Reviewed-on: http://codereview.qt.nokia.com/88Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
hjk authored
Was not compilable with namespaced Qt Change-Id: Ieab68bb67e6421afbc4e07417c0196d419697f70 Reviewed-on: http://codereview.qt.nokia.com/100Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Christian Kamm <christian.d.kamm@nokia.com>
-
Jarek Kobus authored
Change-Id: I0b7365b5b3d7538f2b4a8c5eaff3420f448dd5be Reviewed-on: http://codereview.qt.nokia.com/99Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Christian Kamm <christian.d.kamm@nokia.com>
-
- 24 May, 2011 21 commits
-
-
Thomas Hartmann authored
This includes refactoring the DesignDocumentController. In the ComponentTextMoifier I use replaced because it is not blocked by beginEditBlock() of the text cursor. I use the same pattern now for ComponentView like for all the other views. The view is created and controlled by DesignModeWidget because we have only a single instance. Change-Id: I7809b96f52f4d275f0231f3961c3c4bc2618ce89 Reviewed-on: http://codereview.qt.nokia.com/96Reviewed-by:
Marco Bubke <marco.bubke@nokia.com>
-
dt authored
This way we can make use of it in the cmake plugin Change-Id: Ie1887d49ea616ec62d91a73b4daa75d69cef61c9 Reviewed-on: http://codereview.qt.nokia.com/91Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
dt authored
Also adjust qmldumptool to remove the dependency on qt4project/qmlproject, by passing in the qtversion instead of figuring it out in qmldumptool. Change-Id: Ie6ac582d36bfef290313c0716b33b62fcf42630c Reviewed-on: http://codereview.qt.nokia.com/70Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Thomas Hartmann authored
Everything that is inside a Component is ignored. Change-Id: If9fee49fbddbb7093a4275e7afd8cf9c7befba74 Reviewed-on: http://codereview.qt.nokia.com/95Reviewed-by:
Marco Bubke <marco.bubke@nokia.com>
-
Thomas Hartmann authored
Change-Id: I1de64b5ddb2262a08e7a50f368a7412b11c1f60d Reviewed-on: http://codereview.qt.nokia.com/94Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
qthjk authored
Change-Id: I9e9d22884a53f462b6e7a3e823cb14958c0eccd9 Reviewed-on: http://codereview.qt.nokia.com/93Reviewed-by:
hjk <qthjk@ovi.com>
-
Pawel Polanski authored
Change-Id: I5a70704bb89c1cf50c436557d25ded05d536662c Reviewed-on: http://codereview.qt.nokia.com/80Reviewed-by:
Paweł Polański <jaggernod@gmail.com>
-
Pawel Polanski authored
It is a good idea to run Clean step for the Wizard to have a nice clean build Change-Id: I2282c8be5e4b35f67979a786e37a53e698fbf231 Reviewed-on: http://codereview.qt.nokia.com/79Reviewed-by:
Paweł Polański <jaggernod@gmail.com>
-
Pawel Polanski authored
Change-Id: I6f2de72d7a85626d7436f225bbbac43d9dd9816d Reviewed-on: http://codereview.qt.nokia.com/81Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Paweł Polański <jaggernod@gmail.com>
-
hjk authored
Change-Id: Iff412524c8c7f90ff4199229ddf39e6eab8a2e4d Reviewed-on: http://codereview.qt.nokia.com/85 Reviewed-by: hjk
-
hjk authored
Change-Id: Ifbb9196d293205ab779294a22d0e5bd40faa887c Reviewed-on: http://codereview.qt.nokia.com/84 Reviewed-by: hjk
-
hjk authored
Yes, showed up in callgrind. Change-Id: Icb4fb9d8ed047eedf66e2e1a4bb2f24b9e217146 Reviewed-on: http://codereview.qt.nokia.com/83 Reviewed-by: hjk
-
hjk authored
Change-Id: I78c9ccfa310833140fda0d6294586cc6beaf9964 Reviewed-on: http://codereview.qt.nokia.com/82 Reviewed-by: hjk
-
Christian Kamm authored
Change-Id: I89db5239576385823315443474669f5fd9ef69b4 Reviewed-on: http://codereview.qt.nokia.com/87Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: hjk
-
Christiaan Janssen authored
Change-Id: Ic776f63f5d7925ac7dfd99be53c10b9af4cb9545 Reviewed-on: http://codereview.qt.nokia.com/75Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Christian Kamm authored
Change-Id: Iaf08edb2361146e6b5e1cbafdb716a23c938875b Done-with: Jarek Kobus Task-number: QTCREATORBUG-2670 Task-number: QTCREATORBUG-4310 Task-number: QTCREATORBUG-2763 Task-number: QTCREATORBUG-3623 Task-number: QTCREATORBUG-567 Reviewed-on: http://codereview.qt.nokia.com/74Reviewed-by:
Leandro T. C. Melo <leandro.melo@nokia.com> Reviewed-by:
Jarek Kobus <jaroslaw.kobus@nokia.com> Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
dt authored
Missing proparser Change-Id: I02c89f3b8d89231f87a010d106d6fc5a58821846 Reviewed-on: http://codereview.qt.nokia.com/62Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
cerf authored
BazaarEditor::fileNameFromDiffSpecification() was not seeing all lines starting with "+++ file". Searching for "=== modified file 'file'" instead solves the problem Change-Id: Ib1d4c839543f0f8cc00ecbfaa177b369a4c20ee1 Merge-request: 330 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com> Reviewed-on: http://codereview.qt.nokia.com/78
-
Christian Kamm authored
* property -> lookupMember * setProperty -> setMember * removeProperty -> removeMember Change-Id: I638479ee2b90b684283e714630bdcab237f6b3f2 Done-with: Fawzi Mohamed Reviewed-on: http://codereview.qt.nokia.com/77Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@nokia.com>
-
hjk authored
This solves one common case of adding the 'class' *(class X*)0xdeadbeef "needed" by gdb in case a local variable at the same location is known. Change-Id: I5b25530b00e512c6e9155fb111ff4dc916832074 Reviewed-on: http://codereview.qt.nokia.com/76 Reviewed-by: hjk
-
Christian Kamm authored
Change-Id: Iabeddf9ddf60c383d2ecdda7ecbb5e930d988684 Reviewed-on: http://codereview.qt.nokia.com/52Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@nokia.com>
-
- 23 May, 2011 5 commits
-
-
hjk authored
There is no address for on-the-fly expressions Change-Id: Id8c1c2e4d727732196386928a9eddc7c81073415 Reviewed-on: http://codereview.qt.nokia.com/73Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: hjk
-
Leandro Melo authored
They are not really necessary. This workaround is used in quite a few places. Also, the commit message which introduces them (230445996816eafaa43e40341f382bf63d9d73a8) is already explanatory. Change-Id: Idb94ab77b47008e7867b9fba21843778aeaaebb7 Reviewed-on: http://codereview.qt.nokia.com/72Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@nokia.com>
-
Christian Hoenig authored
Task-number: QTCREATORBUG-4957 Change-Id: I730550b4d558a2d7fbe34a4052b6cfc5e27fe6e5 Reviewed-on: http://codereview.qt.nokia.com/71Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Leandro T. C. Melo <leandro.melo@nokia.com>
-
hjk authored
Change-Id: I2b56efd0880ee94b1cc4abfb13be83da07e65d19 Reviewed-on: http://codereview.qt.nokia.com/69Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Christiaan Janssen <christiaan.janssen@nokia.com>
-
Christiaan Janssen authored
Change-Id: I327f3527568283876f7b1c2cae2d7cf71940c00d Reviewed-on: http://codereview.qt.nokia.com/68Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: hjk
-