~ubuntu-docviewer-dev/ubuntu-docviewer-app/lo-viewer

« back to all changes in this revision

Viewing changes to src/app/qml/documentPage/DocumentListDelegate.qml

  • Committer: Tarmac
  • Author(s): Stefano Verzegnassi
  • Date: 2015-11-27 21:51:56 UTC
  • mfrom: (183.2.32 reboot-uitk13)
  • Revision ID: tarmac-20151127215156-y3nbxc5qleotsepg
* Switch to Ubuntu Toolkit 1.3
* UI updated
* Improved support for zoom on desktop
* Updated framework to 14.04.1
* Moved components in the 'upstreamComponents' folder into 'common'
* Use the new BottomEdgeHint component in order to provide mouse/keyb controls for the bottom edge.
* Changed Header behaviour to default in the PDF viewer
* Use an horizontal PartsView for switching slides in portrait, small-width mode, instead of using the SlideControllerPanel component + BottomEdge.
* Removed some obsolete code. Fixes: https://bugs.launchpad.net/bugs/1453403, https://bugs.launchpad.net/bugs/1508363, https://bugs.launchpad.net/bugs/1513843.

Approved by Roman Shchekin, Jenkins Bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
*/
16
16
 
17
17
import QtQuick 2.4
18
 
import Ubuntu.Components 1.2
 
18
import Ubuntu.Components 1.3
19
19
import QtQuick.Layouts 1.1
20
20
import DocumentViewer 1.0
21
21
 
57
57
                }
58
58
                Label {
59
59
                    text: Utils.printSize(i18n, model.size)
60
 
                    fontSize: "small"
 
60
                    textSize: Label.Small
61
61
                }
62
62
            }
63
63
 
65
65
                width: parent.width
66
66
                Label {
67
67
                    text: internal.formattedDateTime()
68
 
                    fontSize: "small"
 
68
                    textSize: Label.Small
69
69
 
70
70
                    Layout.fillWidth: true
71
71
                }