~qqworini/ubuntu-rssreader-app/gridview-dynamic-load

« back to all changes in this revision

Viewing changes to ubuntu-rssreader-app.qml

  • Committer: Tarmac
  • Author(s): nskaggs
  • Date: 2013-09-05 05:49:10 UTC
  • mfrom: (56.2.6 ubuntu-rssreader-app)
  • Revision ID: tarmac-20130905054910-mmnnsj3tzvlqayjh
expand test setup so a clean db is used, and the refresh dialog is expired before beginning a test.

Approved by Ubuntu Phone Apps Jenkins Bot, Nicholas Skaggs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
273
273
 
274
274
        Dialog {
275
275
            id: refreshWaitDialog
 
276
            objectName: refreshWaitDialog
276
277
 
277
278
            title: i18n.tr("Checking for new articles")
278
279
 
282
283
 
283
284
            Button {
284
285
                text: i18n.tr("Cancel")
 
286
                objectName: refreshCancel
285
287
                color: UbuntuColors.orange
286
288
                onClicked: {
287
289
                    xmlnetwork.cancelDownload()