Activity log for bug #670608

Date Who What changed Old value New value Message
2010-11-03 20:26:30 Florian Boucault bug added bug
2010-11-03 20:26:50 Florian Boucault upicek: milestone m3
2010-11-03 20:26:54 Florian Boucault upicek: status New Confirmed
2010-11-03 20:26:58 Florian Boucault upicek: importance Undecided Medium
2010-11-04 20:12:18 Florian Boucault upicek: assignee Florian Boucault (fboucault)
2010-12-01 19:39:15 Florian Boucault upicek: milestone m3 m4
2011-01-17 01:45:35 Florian Boucault affects upicek unity-2d
2011-01-17 01:45:35 Florian Boucault unity-2d: milestone 0.4
2011-04-05 12:49:44 Florian Boucault removed subscriber The Upicek team
2011-04-05 12:49:53 Florian Boucault visibility private public
2011-04-05 12:50:03 Florian Boucault bug added subscriber unity-2d-team
2011-04-05 12:50:19 Florian Boucault summary [dash] Home screen should be customizable [dash] Home screen customization should be easy
2011-04-05 12:55:39 Florian Boucault description At the moment the dash's home is described in Home.qml. We want to be able to change what QML file is actually loaded (for example a GConf key with the name of the QML file to be loaded for the home screen). We want to be able to change what application shortcuts are displayed in the home screen easily. At the moment the dash's home is described in the following QML file: /usr/share/unity-2d/places/Home.qml. Implementation plan: 1. Extract in a separate QML file /usr/share/unity-2d/places/HomeShortcuts.qml the section of /usr/share/unity-2d/places/Home.qml that describes the list of shortcuts: Flow { anchors.fill: parent anchors.topMargin: 26 [...] HomeButtonApplication { label: u2d.tr("Listen to Music") key: "/desktop/gnome/applications/media/exec" } } 2. Make Unity 2D try to first load a customized version of the shortcuts file that would be optionally present at /usr/share/unity-2d/places/HomeShortcutsCustomized.qml 3. If the customized version fails to load, load the standard version present at /usr/share/unity-2d/places/HomeShortcuts.qml
2011-04-05 13:03:19 Florian Boucault unity-2d: milestone 3.8.2
2011-04-05 15:11:10 Florian Boucault unity-2d: assignee Florian Boucault (fboucault) Olivier Tilloy (osomon)
2011-04-05 18:46:09 Bill Filler unity-2d: importance Medium High
2011-04-06 14:51:25 Olivier Tilloy unity-2d: status Confirmed In Progress
2011-04-06 14:53:35 Olivier Tilloy branch linked lp:~osomon/unity-2d/dash-custom-home-screen
2011-04-07 09:15:19 Florian Boucault unity-2d: status In Progress Fix Committed
2011-04-08 12:54:16 Florian Boucault unity-2d: status Fix Committed Fix Released
2011-04-08 15:13:37 Launchpad Janitor branch linked lp:ubuntu/unity-2d