- 13 Sep, 2017 1 commit
-
-
Thomas Hartmann authored
The move tool normally does not reparent, but by pressing shift the user can enforce reparenting. In the drag tool we prefer to reparent to layouts. The shoft modifer disables this heuristic. Task-number: QTCREATORBUG-18737 Change-Id: Ic8041aed537619b16b892a791c0d2bc2390af204 Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
- 11 Aug, 2017 2 commits
-
-
Thomas Hartmann authored
This was introduced when adjusting the selection behaivour. We have to check for the empty list before we call itemList.first(). Change-Id: I12a12bc17f1f513304c8df738e76db999267854a Reviewed-by:
Vikas Pachdha <vikas.pachdha@qt.io>
-
Thomas Hartmann authored
This was introduced when adjusting the selection behaivour. When we change to the selection tool we might delete items. This item could be in itemlist we forward to AbstractFormEditorTool. Therefore we change to the selection tool after calling mouseReleaseEvent(). Change-Id: I5cab902b8560780c6ee4edc3466e7087d719f1ef Reviewed-by:
Vikas Pachdha <vikas.pachdha@qt.io>
-
- 21 Jul, 2017 1 commit
-
-
Thomas Hartmann authored
The check for selectedItemCursorInMovableArea has to be the first check, because otherwise we might change back to the selection tool if e.g. the item list is empty. This leads to a flickering cursor and bad usabilty. Change-Id: I0ea82cd1c4bf83cde0b173ab08f19bd04b1128c0 Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
- 19 Jul, 2017 1 commit
-
-
Thomas Hartmann authored
This is a major overhaul of the slection logic. We do not change to the move tool automatically once the curser enters the selected item. This allows selection of items that are at the same position as the current selected item. The selected item can still be moved if there is no pissible candidate for selection. Also the border and gizmo always allows an item to be moved, if the item is fully covered by another item. Change-Id: Ic97a2bf23f33fcc5e209248aeb2f97df67bd23e1 Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
- 24 Jan, 2017 1 commit
-
-
Thomas Hartmann authored
Change-Id: If90675cd127ba79416e3a17672c9592037d1bf7a Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
- 11 Oct, 2016 1 commit
-
-
Thomas Hartmann authored
* We forward the focusOut event to the tools * The text tool now commits the data if the focus is lost * Adding override Task-number: QTCREATORBUG-16085 Change-Id: Ibdf6f60fc53e3c6c03222741c16cd8dd665618e1 Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
- 20 Jul, 2016 1 commit
-
-
Tim Jenssen authored
Change-Id: Ia281b8efcacdfb00e724e97b491fbd4250a99fb1 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@theqtcompany.com>
-
- 19 Jan, 2016 1 commit
-
-
Tobias Hunger authored
* Update files in src/plugins Change-Id: Ia5d77fad7d19d4bb3498e78661982f68729adb22 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
- 18 Sep, 2015 1 commit
-
-
Alessandro Portale authored
Change-Id: I7f7aecd02892b6c616cd148fa5d845e7bc0d3b4f Reviewed-by:
Tuukka Turunen <tuukka.turunen@digia.com> Reviewed-by:
Lars Knoll <lars.knoll@theqtcompany.com> Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com> Reviewed-by:
Alessandro Portale <alessandro.portale@theqtcompany.com>
-
- 16 Jan, 2015 1 commit
-
-
Eike Ziller authored
Change-Id: I711d5fb475ef814a1dc9d2822740e827f3f67125 Reviewed-by:
Alessandro Portale <alessandro.portale@digia.com>
-
- 09 Oct, 2014 1 commit
-
-
Eike Ziller authored
Change-Id: I3c22ef2685d7aa589f5d0ab74d693653a4c32082 Reviewed-by:
Alessandro Portale <alessandro.portale@digia.com>
-
- 22 Jul, 2014 2 commits
-
-
Marco Bubke authored
Change-Id: I700ebd16d709eea7b3afb4a3c6089af7d4c87bf6 Reviewed-by:
Tim Jenssen <tim.jenssen@digia.com>
-
Marco Bubke authored
Change-Id: I456641a0466ec7be4858629fd201a539b6c0fdfd Reviewed-by:
Tim Jenssen <tim.jenssen@digia.com>
-
- 08 Jan, 2014 1 commit
-
-
Robert Loehning authored
Change-Id: Ib5423fdd064e4546f848c0b640b0ed0514c26d3a Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- 06 Jan, 2014 1 commit
-
-
Marco Bubke authored
Because we can now commit a invalid transaction so we don't need to create a new transaction. Change-Id: I91bcd403d6a5a73df1c1b0b74f06eb3ff7423caa Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
- 02 Jan, 2014 1 commit
-
-
Marco Bubke authored
Task-number: QTCREATORBUG-10644 Change-Id: I23a02dae01faf703dbf9bd5bd643dc091a947eba Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
- 14 Oct, 2013 1 commit
-
-
Marco Bubke authored
Task-number: QTCREATORBUG-10374 Change-Id: I68ec998ad156a74d37e0321e1538b0936fded8da Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
- 18 Sep, 2013 1 commit
-
-
Marco Bubke authored
If you hover over a tab the content will be visulized as non editable. Change-Id: If7fcc8aaa319e0f952f501f6e9e2fc767b89b636 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
- 16 Sep, 2013 1 commit
-
-
Thomas Hartmann authored
Change-Id: Ie30c0409cb2288c8c2cf649a92e7b54aa9481cb2 Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
- 04 Sep, 2013 2 commits
-
-
Marco Bubke authored
Change-Id: I621472e4d51ceb786684ed0d69598724e853e4df Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Marco Bubke authored
Change-Id: I46a763f87e19114e223b9eb897cbb89cf1f4c3d5 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
- 03 Sep, 2013 1 commit
-
-
Marco Bubke authored
Change-Id: I0cd4b3c9dc0178936ffd96d8acb443ce1a228d1f Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
- 31 Jul, 2013 3 commits
-
-
Marco Bubke authored
Change-Id: I3252d85dceff606c85898895e91b7e955441033b Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Marco Bubke authored
Change-Id: I49f80126a3fc0184a3b18352ed2adc24e50040c7 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Marco Bubke authored
Change-Id: I1ac99fbf805b21823e062749bd3342be1641072a Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
- 14 May, 2013 1 commit
-
-
Marco Bubke authored
Change-Id: I3ec504e931ee63761538acb4666a3c8ce1a592e5 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
- 30 Apr, 2013 1 commit
-
-
Friedemann Kleint authored
Ran script to remove inludes on a trial-and-error basis and manually corrected it. Change-Id: I8a2e9e35980198fc4162623db044c228bd209a0f Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
- 22 Apr, 2013 1 commit
-
-
Marco Bubke authored
Change-Id: I831e68877eb3d785b4bbb99db002ab8e42158d75 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
- 25 Mar, 2013 1 commit
-
-
Marco Bubke authored
Change-Id: Ibd2e30f97117ec2c20240e115e57f387fd220686 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com> (cherry picked from commit 0edde8f8) Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
- 18 Mar, 2013 1 commit
-
-
Marco Bubke authored
Change-Id: Ibd2e30f97117ec2c20240e115e57f387fd220686 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
- 29 Jan, 2013 1 commit
-
-
Robert Loehning authored
Change-Id: Ic6a9ff0359625021ebc061d22db6811814534205 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- 23 Jan, 2013 1 commit
-
-
Marco Bubke authored
The document handling in the qml designer was complicated source code, which was initially intended for a non creator application. To integrate new views it has to be changed and cleaned up. This is the first major step in that direction. Change-Id: Ie26f0aad7a03946d18bdb4c0759b246c5439d922 Reviewed-by:
Tim Jenssen <tim.jenssen@digia.com> Reviewed-by:
Alessandro Portale <alessandro.portale@digia.com>
-
- 28 Nov, 2012 1 commit
-
-
Orgad Shaneh authored
find -name \*.cpp -o -name \*.h | \ xargs sed -Ei 's/ (for|foreach|if|switch|while)\(/ \1 (/g' Change-Id: I9efdff4bf0c8c01a52baaaeb75198483c77b0390 Reviewed-by:
hjk <qthjk@ovi.com>
-
- 05 Oct, 2012 1 commit
-
-
hjk authored
Change-Id: Ice592c6de9951ee3b2c4cb52ed0bb3b6770e0825 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 06 Aug, 2012 1 commit
-
-
hjk authored
More uniform. Change-Id: I1c6057981f4c2b3170a4e69f0674fe4caf1143a2 Reviewed-by:
Robert Loehning <robert.loehning@nokia.com>
-
- 19 Jul, 2012 1 commit
-
-
Eike Ziller authored
Change-Id: I7134d7de30bcf9f9dcfad42520dd45ee083a852d Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
- 26 Jan, 2012 1 commit
-
-
hjk authored
Change-Id: I2b72b34c0cfeafc8bdbaf49b83ff723544f2b6e2 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- 03 Nov, 2011 1 commit
-
-
hjk authored
Change-Id: If18afb5d4665924e7d9250dccbc60a65e6daa75e Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 16 Sep, 2011 1 commit
-
-
Thomas Hartmann authored
Asserting because of unexpected mouse events is evil. Task-number: QTCREATORBUG-6042 Change-Id: Idc21b1cb6bfebead4eab80f6526235164b3f8d54 Reviewed-on: http://codereview.qt-project.org/5090Reviewed-by:
hjk <qthjk@ovi.com>
-