File tree 3 files changed +32
-5
lines changed
3 files changed +32
-5
lines changed Original file line number Diff line number Diff line change 8
8
msgstr ""
9
9
"Project-Id-Version : \n "
10
10
"Report-Msgid-Bugs-To : \n "
11
- "POT-Creation-Date : 2015-02-20 22:12 -0600\n "
11
+ "POT-Creation-Date : 2015-02-20 22:38 -0600\n "
12
12
"PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
13
13
"Last-Translator : FULL NAME <EMAIL@ADDRESS>\n "
14
14
"
Language-Team :
LANGUAGE <[email protected] >\n "
@@ -32,8 +32,8 @@ msgstr ""
32
32
msgid "Device"
33
33
msgstr ""
34
34
35
- #: ../build/src/app/qml/components/FolderListView.qml:150
36
- #: ../src/app/qml/components/FolderListView.qml:150
35
+ #: ../build/src/app/qml/components/FolderListView.qml:152
36
+ #: ../src/app/qml/components/FolderListView.qml:152
37
37
msgid "No files"
38
38
msgstr ""
39
39
Original file line number Diff line number Diff line change @@ -40,6 +40,31 @@ Page {
40
40
Action {
41
41
iconName: " action/search"
42
42
name: " Search"
43
+ },
44
+
45
+ Action {
46
+ iconName: " action/list"
47
+ name: " List mode"
48
+ },
49
+
50
+ Action {
51
+ iconName: " content/add"
52
+ name: " New folder"
53
+ },
54
+
55
+ Action {
56
+ iconName: " action/visibility"
57
+ name: " Properties"
58
+ },
59
+
60
+ Action {
61
+ iconName: " action/open_in_new"
62
+ name: " Open in Terminal"
63
+ },
64
+
65
+ Action {
66
+ iconName: " action/settings"
67
+ name: " Settings"
43
68
}
44
69
]
45
70
Original file line number Diff line number Diff line change 72
72
73
73
Label {
74
74
Layout .alignment : Qt .AlignVCenter
75
- Layout .preferredWidth : units .dp (120 )
75
+ Layout .preferredWidth : units .dp (100 )
76
76
77
77
text: " Last modified"
78
78
color: Theme .light .subTextColor
@@ -131,8 +131,10 @@ Item {
131
131
132
132
Label {
133
133
Layout .alignment : Qt .AlignVCenter
134
- Layout .preferredWidth : units .dp (120 )
134
+ Layout .preferredWidth : units .dp (100 )
135
135
136
+ elide: Text .ElideRight
137
+
136
138
text: DateUtils .friendlyTime (model .modifiedDate , true )
137
139
color: Theme .light .subTextColor
138
140
}
You can’t perform that action at this time.
0 commit comments