~fginther/ubuntu-filemanager-app/copy-Xauthority

« back to all changes in this revision

Viewing changes to PlacesSidebar.qml

  • Committer: Michel Spencer
  • Date: 2013-08-06 14:49:03 UTC
  • mto: This revision was merged to the branch mainline in revision 57.
  • Revision ID: spencers1993@gmail.com-20130806144903-o0a4h51fqmhsr50j
Added go to dialog to go to a user-entered location

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
            text: i18n.tr("Places")
69
69
        }
70
70
 
71
 
//        Empty {
72
 
 
73
 
//            TextField {
74
 
//                id: locationField
75
 
//                anchors {
76
 
//                    verticalCenter: parent.verticalCenter
77
 
//                    left: parent.left
78
 
//                    right: parent.right
79
 
//                    margins: units.gu(1)
80
 
//                }
81
 
 
82
 
//                inputMethodHints: Qt.ImhNoAutoUppercase
83
 
 
84
 
//                property bool valid: pathExists(text)
85
 
 
86
 
//                text: fileView.path
87
 
 
88
 
//                placeholderText: i18n.tr("Location...")
89
 
 
90
 
//                onAccepted: {
91
 
//                    goTo(text)
92
 
//                }
93
 
//            }
94
 
 
95
 
//            onClicked: {
96
 
//                goTo(locationField.text)
97
 
//            }
98
 
//        }
99
 
 
100
71
        Repeater {
101
72
            id: placesList
102
73
            objectName: "placesList"