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

« back to all changes in this revision

Viewing changes to modules/Ubuntu/Components/Popups/SheetBase.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:
19
19
 
20
20
/*!
21
21
    \qmltype SheetBase
 
22
    \deprecated
22
23
    \inqmlmodule Ubuntu.Components.Popups 1.0
23
24
    \ingroup ubuntu-popups
24
25
    \brief Parent class of different types of sheets. Not to be used directly.
25
26
 
26
27
    Examples: See subclasses.
27
 
    \b{This component is under heavy development.}
 
28
    \b{Sheets are deprecated. Consider using \l Dialog, \l Popover or \l PageStack instead.}
28
29
*/
29
30
PopupBase {
30
31
    id: sheet
31
32
 
 
33
    Component.onCompleted: {
 
34
        print("WARNING: Sheets are deprecated. " +
 
35
              "Consider using Dialog, Popover or PageStack instead.")
 
36
    }
 
37
 
32
38
    /*!
33
39
      \preliminary
34
40
      \qmlproperty list<Object> container