~nskaggs/ubuntu-ui-toolkit/add-popover-object-support

« back to all changes in this revision

Viewing changes to tests/unit_x11/tst_inversemousearea/InverseMouseAreaInWindow.qml

  • Committer: CI bot
  • Author(s): Zsombor Egri, Tarmac, Zoltán Balogh
  • Date: 2014-06-18 17:10:31 UTC
  • mfrom: (1000.76.9 landing_04-06)
  • Revision ID: ps-jenkins@lists.canonical.com-20140618171031-1s026ulaxymh2e9f
  [Leo Arias ]
  * On the autopilot helper for the header, fix the swipe to show
    when hidden.
  * Added a fixture for autopilot tests to use a fake home directory.
    Fixes: https://bugs.launchpad.net/bugs/1317639
  * Cleaned the containers in unity test using the alternate
    launcher.

  [ Christian Dywan ]   
  * Add a launcher with a switch for the QQMLEngine.

  [ Tim Peeters ]
  * Anchor the internal PageTreeNode of PageStack to fill its parent.
    Fixes: https://bugs.launchpad.net/bugs/1322527
 

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
Item{
22
22
    id: root
23
23
    property string log: ""
 
24
//    onLogChanged: print("LOG", log)
24
25
    width: units.gu(100)
25
26
    height: units.gu(100)
26
27
 
28
29
        objectName: "isawindow"
29
30
        width: units.gu(50)
30
31
        height: units.gu(50)
 
32
        visible: true
31
33
 
32
34
        Item {
33
35
            id: clickArea
 
36
            objectName: "clickArea"
34
37
            anchors {
35
38
                left: parent.left
36
39
                right: parent.right