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

« back to all changes in this revision

Viewing changes to modules/Ubuntu/Components/Themes/Ambiance/NewHeaderStyle.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:
259
259
 
260
260
            Popover {
261
261
                id: actionsOverflowPopover
262
 
                objectName: "actionsOverflowPopover"
 
262
                objectName: "actions_overflow_popover"
263
263
                parent: QuickUtils.rootItem(actionsOverflowPopover)
264
264
                caller: actionsOverflowButton
 
265
 
 
266
                Connections {
 
267
                    target: styledItem
 
268
                    onActionsChanged: {
 
269
                        // Ensure the popover closes when actions change and
 
270
                        // the list item below may be destroyed before its
 
271
                        // onClicked is executed. See bug
 
272
                        // https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1326963
 
273
                        actionsOverflowPopover.hide();
 
274
                    }
 
275
                }
 
276
 
265
277
                Column {
266
278
                    anchors {
267
279
                        left: parent.left