~ubuntu-branches/ubuntu/trusty/qtcreator-plugin-ubuntu/trusty

« back to all changes in this revision

Viewing changes to share/qtcreator/ubuntu/welcome/welcome.qml

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release, Zoltán Balogh, Benjamin Zeller
  • Date: 2014-04-15 08:32:25 UTC
  • mfrom: (1.1.12)
  • Revision ID: package-import@ubuntu.com-20140415083225-w64zq0u7qgzmswa7
Tags: 3.0.1+14.04.20140415-0ubuntu1
[ Zoltán Balogh ]
* Change Ubuntu API link and add link to HTML5 docs (LP: #1303535)
  (LP: #1303535)
* Remove .desktop linking to the ~/.local/share/applications
* Replace scripts and share paths even if there is no device (LP:
  #1307713) (LP: #1307713)

[ Benjamin Zeller ]
* Added missing plugin dependencies. Refresh ADB on startup .

Show diffs side-by-side

added added

removed removed

Lines of Context:
117
117
 
118
118
                Link {
119
119
                    width: parent.width
120
 
                    title: "Build something solid >"
121
 
                    link: "http://developer.ubuntu.com/api/ubuntu-12.10/qml/mobile/overview-ubuntu-sdk.html"
 
120
                    title: "Build something solid in QML >"
 
121
                    link: "http://developer.ubuntu.com/api/qml/current/"
122
122
                }
 
123
                Link {
 
124
                    width: parent.width
 
125
                    title: "Build something solid in HTML5 >"
 
126
                    link: "http://developer.ubuntu.com/api/html5/current/"
 
127
                }
123
128
            }
124
129
            Column {
125
130
                id: bottomBox