Merge lp://staging/~dandrader/unity8/runningApps_lp1193419 into lp://staging/unity8

Proposed by Daniel d'Andrada
Status: Superseded
Proposed branch: lp://staging/~dandrader/unity8/runningApps_lp1193419
Merge into: lp://staging/unity8
Prerequisite: lp://staging/~dandrader/unity8/lp1116207
Diff against target: 149 lines (+69/-1)
5 files modified
Dash/Apps/RunningApplicationsGrid.qml (+1/-0)
Dash/DashApps.qml (+2/-0)
Dash/DashContent.qml (+1/-0)
Shell.qml (+2/-1)
tests/qmltests/tst_Shell.qml (+63/-0)
To merge this branch: bzr merge lp://staging/~dandrader/unity8/runningApps_lp1193419
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Needs Fixing
Unity Team Pending
Review via email: mp+175955@code.staging.launchpad.net

This proposal has been superseded by a proposal from 2013-07-30.

Commit message

Reset apps scope when returning from app to dash (LP #1193419)

If an app is on foreground and you perform a long left-edge swipe to minimize it,
and therefore return to the dash, the dash should be in the Applications scope
and showing the running/recents applications.

It depends on branch lp:~dandrader/unity8/lp1116207. NB: The diff might be showing the changes from both branches

Description of the change

Fixes bug #1193419.

The fix is a single line change. All the rest is about its regression test.

And no, it should not be an autopilot test. There's no need to have a fully-fledged, live, system to test this bug.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
125. By Nick Dedekind

Add ApplicationArguments to know the geometry from start.

Approved by PS Jenkins bot, Michał Sawicz.

126. By Michał Sawicz

Added heeding and qmltest for button-tint hint.

Approved by PS Jenkins bot, Michał Sawicz.

127. By Launchpad Translations on behalf of unity-team

Launchpad automatic translations update.

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
128. By Christopher Lee

Refactoring and cleanup of the Unity8 Autopilot tests.

Approved by PS Jenkins bot, Michael Zanetti, Thomi Richards.

129. By Michał Sawicz

Hide the Unity launcher during autopiloting and skip battery tests if unavailable.

Approved by PS Jenkins bot, Łukasz Zemczak.

130. By Christopher Lee

Tests now use a default lightdm mock if not decorated. Fixes: https://bugs.launchpad.net/bugs/1204772.

Approved by Michał Sawicz, PS Jenkins bot.

131. By PS Jenkins bot

Releasing 7.81.3+13.10.20130725ubuntu.unity.next-0ubuntu1 (revision 129 from lp:unity8).

Approved by PS Jenkins bot.

132. By Albert Astals Cid

Update m_firstVisibleIndex if there's no visible items anymore

Also remove the check for m_visibleItems.isEmpty() on insert, the m_firstVisibleIndex == 0 already protects us against that.

Approved by Michael Zanetti, PS Jenkins bot.

133. By Daniel d'Andrada

Give a visual feedback on right-edge drag with no running apps (LP: #1116207). Fixes: https://bugs.launchpad.net/bugs/1116207.

Approved by PS Jenkins bot, Nick Dedekind.

134. By Michal Hruby

Expose real category ids and not just indices.

Approved by Albert Astals Cid, PS Jenkins bot.

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
135. By Michal Hruby

Provide fallbacks for default renderer.

Approved by PS Jenkins bot, Ying-Chun Liu.

136. By Nick Dedekind

Behavioural changes for indicators - Part 1

- Use standard animations.
- Search bar animation less distracting.
- Hinting animation shows header.
- Vertical velocity detector to reduce accidental menu switches in dragging phase.

Approved by Daniel d'Andrada, PS Jenkins bot.

137. By Michał Sawicz

Re-enable passphrase tests under UInput.

Approved by PS Jenkins bot.

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
138. By PS Jenkins bot

Releasing 7.81.3+13.10.20130726ubuntu.unity.next-0ubuntu1 (revision 135 from lp:unity8).

Approved by PS Jenkins bot.

139. By Michał Sawicz

Use the new string categoryIds in custom video and music scope views. Fixes: https://bugs.launchpad.net/bugs/1199322.

Approved by PS Jenkins bot, Michal Hruby.

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
140. By Michal Hruby

Remove the variant conversions methods as they were moved to dee-qt.

Approved by PS Jenkins bot, Albert Astals Cid.

141. By Gustavo Pichorim Boiko

Add entries to the new applications resulted from the split of the phone-app.

Approved by PS Jenkins bot, Bill Filler.

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
142. By PS Jenkins bot

Releasing 7.81.3+13.10.20130729ubuntu.unity.next-0ubuntu1 (revision 141 from lp:unity8).

Approved by PS Jenkins bot.

143. By Albert Astals Cid

Adapt to Qt 5.1.

Approved by PS Jenkins bot, Michael Zanetti.

144. By PS Jenkins bot

Releasing 7.81.3+13.10.20130730ubuntu.unity.next-0ubuntu1 (revision 143 from lp:unity8).

Approved by PS Jenkins bot.

145. By Launchpad Translations on behalf of unity-team

Launchpad automatic translations update.

146. By Michał Sawicz

Fix mock VideoPreview to use the string categoryId as well.

Approved by PS Jenkins bot, Nick Dedekind.

147. By Michael Zanetti

implemented new Lockscreen design.

Approved by PS Jenkins bot, Albert Astals Cid.

148. By Albert Astals Cid

Don't need deelistmodel here.

Approved by PS Jenkins bot, Michael Zanetti.

149. By Nick Dedekind

Added a text tree representation of the qmenumodel to the indicators-client application.

Approved by PS Jenkins bot, Daniel d'Andrada.

150. By PS Jenkins bot

Releasing 7.81.3+13.10.20130801ubuntu.unity.next-0ubuntu1 (revision 149 from lp:unity8).

Approved by PS Jenkins bot.

151. By Nick Dedekind

Removed animations from fake indicator pages.

Approved by PS Jenkins bot, Michael Zanetti.

152. By Michał Sawicz

Add a disclaimer for the fake applications plugin.

Approved by Michael Zanetti, PS Jenkins bot.

153. By PS Jenkins bot

Releasing 7.81.3+13.10.20130801.1-0ubuntu1 (revision 152 from lp:unity8).

Approved by PS Jenkins bot.

154. By Michael Terry

Make hud autopilot tests more reliable by fixing how it calculates relative coordinates.

Approved by PS Jenkins bot, Michael Zanetti.

155. By Albert Astals Cid

Only update the "section" if we are not culling the item

If the item is not shown we should not care about its section.

Approved by Michael Zanetti, PS Jenkins bot.

156. By PS Jenkins bot

Releasing 7.81.3+13.10.20130802-0ubuntu1 (revision 155 from lp:unity8).

Approved by PS Jenkins bot.

157. By Albert Astals Cid

Make LVWPH provide a delegateIndex for sectionHeaders

This way we can match the sectionHeader to the model easier in the qml/js side
.

Approved by PS Jenkins bot, Michael Zanetti.

158. By Michael Zanetti

make findChild also find invisible childs

This considerably increases the amount of items to be searched up to a level
where testShell didn't finish any more with searching. Hence this commit
also changes findChild to do a breadth-first instead of a depth-first search.

Approved by PS Jenkins bot, Albert Astals Cid.

159. By Albert Astals Cid

Fix tryCompare call

The 4th parameter of tryCompare is timeout not message
.

Approved by PS Jenkins bot, Michael Zanetti.

160. By Michael Terry

Fixes the lockscreen and swiping on the greeter still being possible even when in tablet mode. Fixes: https://bugs.launchpad.net/bugs/1204984.

Approved by Michael Zanetti, PS Jenkins bot.

161. By Michael Zanetti

Read background from GSettings or fallback to default_background.

Approved by PS Jenkins bot, Michael Zanetti, Ken VanDine, Sebastien Bacher.

162. By Michael Terry

Watch powerd signals to notice a sleep and unfocus current app when that happens.

Approved by PS Jenkins bot, Michael Zanetti.

163. By Michael Terry

Show the greeter when powerd tells us to, not just whenever we press the power key. Fixes: https://bugs.launchpad.net/bugs/1186256.

Approved by Albert Astals Cid, PS Jenkins bot.

164. By PS Jenkins bot

Releasing 7.81.3+13.10.20130805-0ubuntu1 (revision 162 from lp:unity8).

Approved by PS Jenkins bot.

165. By PS Jenkins bot

Releasing 7.81.3+13.10.20130806-0ubuntu1 (revision 164 from lp:unity8).

Approved by PS Jenkins bot.

166. By Albert Astals Cid

Fix off by one in the culling condition

If you are on 0 and your height is 1 and viewport starts at 1 you have to be culled since you are not visible.

Approved by PS Jenkins bot, Gerry Boland.

167. By Michał Sawicz

Drop ppa:ubuntu-unity/next.

Approved by PS Jenkins bot, Albert Astals Cid.

168. By Michał Sawicz

Revert revision 161 that causes issues with invalid background.

Approved by PS Jenkins bot, Gerry Boland, Albert Astals Cid.

169. By PS Jenkins bot

Releasing 7.81.3+13.10.20130807-0ubuntu1 (revision 168 from lp:unity8).

Approved by PS Jenkins bot.

170. By Launchpad Translations on behalf of unity-team

Launchpad automatic translations update.

171. By Michał Sawicz

Re-enable battery slider test.

Approved by Albert Astals Cid, PS Jenkins bot.

172. By Albert Astals Cid

LVPWH: Fix regression handling the sticky top section culling

r166 introduced the regression, this fixes it+tests.

Approved by Gerry Boland, PS Jenkins bot.

173. By Nick Dedekind

Workaround for non-deletion of indicator page menu items. Fixes: https://bugs.launchpad.net/bugs/1183065, https://bugs.launchpad.net/bugs/1206991.

Approved by PS Jenkins bot, Michał Sawicz.

174. By Albert Astals Cid

Implement+test the maximizeVisibleArea function

Tries to show as much possible of an index that is already shown on screen
Will be used for the dash category expansion.

Approved by PS Jenkins bot, Gerry Boland.

175. By PS Jenkins bot

Releasing 7.81.3+13.10.20130808-0ubuntu1 (revision 174 from lp:unity8).

Approved by PS Jenkins bot.

176. By Michał Sawicz

Prepare unity8 for cross-building.

Approved by PS Jenkins bot, Michael Terry.

177. By PS Jenkins bot

Releasing 7.81.3+13.10.20130809-0ubuntu1 (revision 176 from lp:unity8).

Approved by PS Jenkins bot.

178. By Michał Sawicz

Add support for plurals and update the translation template.

Approved by PS Jenkins bot, Andrea Cimitan, Albert Astals Cid.

179. By Michal Hruby

Set phone form factor for scope requests.

Approved by PS Jenkins bot, Michał Sawicz.

180. By PS Jenkins bot

Releasing 7.81.3+13.10.20130809.1-0ubuntu1 (revision 179 from lp:unity8).

Approved by PS Jenkins bot.

181. By Launchpad Translations on behalf of unity-team

Launchpad automatic translations update.

182. By Albert Astals Cid

Fix uses of uninitialized values reported by valgrind.

Approved by Michael Zanetti, PS Jenkins bot.

183. By Michael Zanetti

preserve lockscreen's background wallpaper's aspect ratio. Fixes: https://bugs.launchpad.net/bugs/1208892.

Approved by PS Jenkins bot, Albert Astals Cid.

184. By PS Jenkins bot

Releasing 7.81.3+13.10.20130812-0ubuntu1 (revision 182 from lp:unity8).

Approved by PS Jenkins bot.

185. By PS Jenkins bot

Releasing 7.81.3+13.10.20130812.1-0ubuntu1 (revision 184 from lp:unity8).

Approved by PS Jenkins bot.

186. By Launchpad Translations on behalf of unity-team

Launchpad automatic translations update.

187. By Michael Zanetti

don't scale the EARLY ALPHA warning text bigger than the screen is.

Approved by Albert Astals Cid, PS Jenkins bot.

188. By Albert Astals Cid

Remove unneeded stuff from CMakelists.txt

set(CMAKE_AUTOMOC ON)

include(FindPkgConfig)
find_package(Qt5Core REQUIRED)
find_package(Qt5Quick REQUIRED)

Are already on the top-level CMakeLists.txt so no need to write them again
Well, actually the Qt5Core wasn't and i added it, it's not really necessary
since it's pulled by the others that depend on it, but it doesn't hurt to be
explicit.

Approved by PS Jenkins bot, Michael Zanetti.

189. By Michał Sawicz

Add debug logging to passphrase entry.

Approved by PS Jenkins bot, Łukasz Zemczak, Didier Roche.

190. By Nick Dedekind

Use key from indicator service file to source indicator positions.

Approved by PS Jenkins bot, Albert Astals Cid.

191. By PS Jenkins bot

Releasing 7.81.3+13.10.20130813.1-0ubuntu1 (revision 189 from lp:unity8).

Approved by PS Jenkins bot.

192. By Michał Sawicz

Add AppPreview.

Approved by PS Jenkins bot, Albert Astals Cid.

193. By Launchpad Translations on behalf of unity-team

Launchpad automatic translations update.

194. By PS Jenkins bot

Releasing 7.81.3+13.10.20130814.1-0ubuntu1 (revision 193 from lp:unity8).

Approved by PS Jenkins bot.

195. By Ted Gould

Upstart signals to control indicator services.

Approved by Nick Dedekind, PS Jenkins bot.

196. By Nick Dedekind

Replaced indicator menu listView with tabs view.

Approved by PS Jenkins bot, Michał Sawicz.

197. By Nick Dedekind

Transition Unity.Indicators to UnityMenuModel.

Approved by PS Jenkins bot, Michał Sawicz.

198. By Michael Terry

Define the 'build' target as PHONY so make doesn't get confused by our 'build' script.

Approved by Michał Sawicz, PS Jenkins bot.

199. By Michael Terry

Add a test for the Powerd plugin shell support.

Approved by Nick Dedekind, PS Jenkins bot.

200. By Albert Astals Cid

Dash category expansion.

Approved by Gerry Boland, PS Jenkins bot.

201. By PS Jenkins bot

Releasing 7.81.3+13.10.20130814.3-0ubuntu1 (revision 197 from lp:unity8).

Approved by PS Jenkins bot.

202. By Michal Hruby

Implement overrideResults() method, which allows us to seamlessly combine real scope data with mocked data.

Approved by PS Jenkins bot, Michał Sawicz.

203. By Paweł Stołowski

Bindings for filters.

Approved by PS Jenkins bot, Michał Sawicz.

204. By Albert Astals Cid

Fix crash in the shell test

Give the item a parent, otherwise the qml engine decides to adopt it and
when we do the deleteLater on them, they have been already deleted.
Since we are the parents, we don't need to call the deleteLAter eiether
they'll be properly deleted on our deletion.

Approved by PS Jenkins bot, Michael Zanetti, Michał Sawicz.

205. By Michał Sawicz

Wait for activeFocus before typing in autopilot tests. Fixes: https://bugs.launchpad.net/bugs/1212580.

Approved by PS Jenkins bot, Michael Zanetti.

206. By Michael Zanetti

make entering text in lockscreen tests more robust. Fixes: https://bugs.launchpad.net/bugs/1212580.

Approved by PS Jenkins bot, Michał Sawicz.

207. By Nick Dedekind

Fixed network indicator password dialog not appearing. Fixes: https://bugs.launchpad.net/bugs/1212730.

Approved by PS Jenkins bot, Michał Sawicz.

208. By Nick Dedekind

Remove time & battery indicator service info.

Approved by PS Jenkins bot, Michał Sawicz.

209. By PS Jenkins bot

Releasing 7.81.3+13.10.20130816.3-0ubuntu1 (revision 208 from lp:unity8).

Approved by PS Jenkins bot.

210. By Michał Sawicz

Fix generic preview wrapping and force rich text parsing.

Approved by PS Jenkins bot, Albert Astals Cid.

211. By Albert Astals Cid

Make sure minYExtent is updated before setting the new content height

Otherwise bad things can happen in the positioning
.

Approved by PS Jenkins bot, Michał Sawicz.

212. By Andrea Cimitan

Implement background changing through gsettings. Make sure it does fallback to default background when needed.

Approved by PS Jenkins bot, Albert Astals Cid.

213. By Michal Hruby

Remove the override for Apps available for download, click scope provides these now.

Approved by PS Jenkins bot, Michał Sawicz.

214. By Michael Zanetti

Add Drag'n'drop support to Launcher

As dragging an item pins it to the launcher this also contains initial quicklist and pinning support in the plugin part.

Approved by Michał Sawicz, PS Jenkins bot.

215. By Michal Hruby

Hide rating widgets when scope provides rating set to < 0.0.
Also fallback to regular preview image if there are no more_screenshots specified.

Approved by Michał Sawicz, PS Jenkins bot.

216. By PS Jenkins bot

Releasing 7.81.3+13.10.20130820-0ubuntu1 (revision 215 from lp:unity8).

Approved by PS Jenkins bot.

217. By Michael Zanetti

initial support for quicklists

For now they support pinning and removing of items.

Approved by Michał Sawicz, PS Jenkins bot.

218. By PS Jenkins bot

Releasing 7.81.3+13.10.20130820.2-0ubuntu1 (revision 217 from lp:unity8).

Approved by PS Jenkins bot.

219. By Nick Dedekind

Added flatmenuproxymodel pass-through signals from qmenumodel.

Approved by Michał Sawicz, PS Jenkins bot.

220. By Paweł Stołowski

Add role for getting filter options model. Add method to activate option based on index or id.

Approved by PS Jenkins bot, Michał Sawicz.

221. By Nick Dedekind

Renamed indicator-messaging to indicator-messages.

Approved by PS Jenkins bot, Michał Sawicz.

222. By Michael Zanetti

added support for count emblems and progress overlays on the launcher.

Approved by PS Jenkins bot, Michał Sawicz.

223. By Ted Gould

Mark indicators-client as providing an indicator-renderer.

Approved by PS Jenkins bot, Michał Sawicz.

224. By Gerry Boland

Typo fix in FrequentlyUsedAppsModel.

Approved by PS Jenkins bot, Michał Sawicz.

225. By Michael Zanetti

allow testing at 11:13. Old code failed because the text actually says "11:13 AM".

Approved by PS Jenkins bot, Andrea Cimitan.

226. By Michael Zanetti

add some checks if we actually clicked an item or in the spacing between them

gets rid of some warnings printed by the launcher
.

Approved by PS Jenkins bot, Albert Astals Cid.

227. By PS Jenkins bot

Releasing 7.81.3+13.10.20130821-0ubuntu1 (revision 224 from lp:unity8).

Approved by PS Jenkins bot.

228. By Michał Sawicz

Update runtime deps in the build script.

Approved by PS Jenkins bot, Albert Astals Cid.

229. By Nick Dedekind

Added/Updated legacy network indicator components to use with new indicator backend.

Approved by PS Jenkins bot, Michał Sawicz.

230. By Albert Astals Cid

Fix insertions/removals on the qlimitproxymodel
. Fixes: https://bugs.launchpad.net/bugs/1213959.

Approved by PS Jenkins bot, Michal Hruby.

231. By Paweł Stołowski

Added a role for accessing progress-source property of categories.

Approved by PS Jenkins bot, Michał Sawicz.

232. By PS Jenkins bot

Releasing 7.81.3+13.10.20130821.1-0ubuntu1 (revision 230 from lp:unity8).

Approved by PS Jenkins bot.

233. By Michael Terry

Listen to display-power-changed rather than system-power-changed signals when showing the greeter; ignore such signals when the proximity sensor is active. Fixes: https://bugs.launchpad.net/bugs/1214477.

Approved by Michał Sawicz, PS Jenkins bot.

234. By PS Jenkins bot

Releasing 7.81.3+13.10.20130821.2-0ubuntu1 (revision 233 from lp:unity8).

Approved by PS Jenkins bot.

235. By Launchpad Translations on behalf of unity-team

Launchpad automatic translations update.

236. By Michael Zanetti

delay move operations if the start dragging operation is running

This prevents items to left in wrong places when transitions clash.

Approved by PS Jenkins bot, Albert Astals Cid.

237. By Michael Zanetti

add empty setUser to allow compiling in jenkins again until the branch that
matches unity-api is ready to land.
.

Approved by PS Jenkins bot, Michael Terry.

238. By Michael Zanetti

add count and progress overlay information to real model too.

Approved by PS Jenkins bot, Michał Sawicz.

239. By Paweł Stołowski

Changed the type of setActive argument from QVector<AbstractFilterOption *>::size_type to unsigned int.

Approved by PS Jenkins bot, Albert Astals Cid.

240. By Launchpad Translations on behalf of unity-team

Launchpad automatic translations update.

241. By PS Jenkins bot

Releasing 7.81.3+13.10.20130826-0ubuntu1 (revision 240 from lp:unity8).

Approved by PS Jenkins bot.

242. By PS Jenkins bot

Releasing 7.81.3+13.10.20130826.1-0ubuntu1 (revision 241 from lp:unity8).

Approved by PS Jenkins bot.

243. By Albert Astals Cid

Don't include QtQML

It includes LOTS of files we don't need.

Approved by PS Jenkins bot, Michael Zanetti.

244. By PS Jenkins bot

Releasing 7.81.3+13.10.20130826.2-0ubuntu1 (revision 243 from lp:unity8).

Approved by PS Jenkins bot.

245. By Michael Zanetti

only search visible children in findChild, add findInvisibleChild for others.

Approved by PS Jenkins bot, Nick Dedekind.

246. By Jussi Pakkanen

Let Ninja parallelize itself.

Approved by Albert Astals Cid, PS Jenkins bot.

247. By Michał Sawicz

Add module entry in HudClient's qmldir.

Approved by PS Jenkins bot, Ying-Chun Liu.

248. By Christopher Lee

Added autopilot-tests for ephemeral, interactive and snap-decision notifications.

Approved by PS Jenkins bot, Christopher Lee.

249. By Nick Dedekind

Abstraction of indicator menu item properties prior to move into common components library.

Approved by PS Jenkins bot, Albert Astals Cid.

250. By Michael Zanetti

tweak launcher folding and visuals according to feedback from design:

- increase foldingStartHeight
- Introduces a foldingStopHeight. Folding only happens between the foldingStartHeight
and the foldingStopHeight.
- Only change brightness while folding
- remove highlight of pressed icon
- decrease launcher's width by half a grid unit.

Approved by PS Jenkins bot, Martin Keary, Vesa Rautiainen, Michał Sawicz.

251. By PS Jenkins bot

Releasing 7.81.3+13.10.20130826.4-0ubuntu1 (revision 249 from lp:unity8).

Approved by PS Jenkins bot.

252. By Albert Astals Cid

Apply expandedIndex on delegate creation

bug #1213033. Fixes: https://bugs.launchpad.net/bugs/1213033.

Approved by PS Jenkins bot, Michael Zanetti.

253. By PS Jenkins bot

Releasing 7.81.3+13.10.20130826.5-0ubuntu1 (revision 251 from lp:unity8).

Approved by PS Jenkins bot.

254. By Michael Zanetti

Theme the Quicklist Popover.

Approved by PS Jenkins bot, Michał Sawicz.

255. By PS Jenkins bot

Releasing 7.81.3+13.10.20130827-0ubuntu1 (revision 254 from lp:unity8).

Approved by PS Jenkins bot.

256. By Michael Zanetti

unset model in quicklist before closing it.

Approved by PS Jenkins bot, Albert Astals Cid, Michał Sawicz.

257. By Gerry Boland

Fix sidestage applications - they were being ignored in the show-application-surface logic. Fixes: https://bugs.launchpad.net/bugs/1210079, https://bugs.launchpad.net/bugs/1217027.

Approved by Albert Astals Cid, PS Jenkins bot.

258. By PS Jenkins bot

Releasing 7.81.3+13.10.20130827.1-0ubuntu1 (revision 256 from lp:unity8).

Approved by PS Jenkins bot.

259. By Nick Dedekind

Added location indicator defaults.

Approved by PS Jenkins bot, Albert Astals Cid.

260. By Michael Zanetti

increase minimal dragging width for dismissing apps with left edge

make it a configurable parameter and adjust animation to look like requested in the bug report
. Fixes: https://bugs.launchpad.net/bugs/1213153.

Approved by PS Jenkins bot, Nicolas d'Offay.

261. By Andrea Cimitan

Hide the LauncherPanel when it's really hidden, by changing visible to false.

Approved by Michael Zanetti, PS Jenkins bot.

262. By Michał Sawicz

Raise the exception if typing failed in autopilot.

Approved by PS Jenkins bot, Michael Zanetti.

263. By Michael Zanetti

setting the launcher's extensionSize delayed to position the view correctly at the beginning
.

Approved by PS Jenkins bot, Albert Astals Cid.

264. By PS Jenkins bot

Releasing 7.81.3+13.10.20130828.1-0ubuntu1 (revision 262 from lp:unity8).

Approved by PS Jenkins bot.

265. By Andrea Cimitan

Streamline some new HUD interactions to be more consistent with the Unity Launcher.

Approved by PS Jenkins bot, Albert Astals Cid.

266. By Michael Terry

Implement edge demos on first boot.

Build-Depends: +dbus-test-runner, +qtbase5-dev-tools.

Approved by PS Jenkins bot, Michael Zanetti.

267. By Bill Filler

add new telephony apps (dialer, messaging, contacts) to launcher and Home scope.

Approved by PS Jenkins bot, Ricardo Salveti, Michael Frey.

268. By PS Jenkins bot

Releasing 7.81.3+13.10.20130829-0ubuntu1 (revision 267 from lp:unity8).

Approved by PS Jenkins bot.

269. By Launchpad Translations on behalf of unity-team

Launchpad automatic translations update.

270. By Michael Terry

Make sure greeter and lockscreen backgrounds are always defined, even if the wallpaper preference string is bogus. Fixes: https://bugs.launchpad.net/bugs/1208889, https://bugs.launchpad.net/bugs/1208894.

Approved by PS Jenkins bot, Michael Zanetti.

271. By PS Jenkins bot

Releasing 7.81.3+13.10.20130829.1-0ubuntu1 (revision 270 from lp:unity8).

Approved by PS Jenkins bot.

272. By Michael Terry

Implement launcher item backend via AccountsService.

Approved by Michael Zanetti, PS Jenkins bot.

273. By PS Jenkins bot

Releasing 7.81.3+13.10.20130829.2-0ubuntu1 (revision 272 from lp:unity8).

Approved by PS Jenkins bot.

274. By Launchpad Translations on behalf of unity-team

Launchpad automatic translations update.

275. By Paweł Stołowski

Implement a virtual 'All' filter option.

Approved by Nicolas d'Offay, PS Jenkins bot.

276. By PS Jenkins bot

Releasing 7.81.3+13.10.20130830-0ubuntu1 (revision 275 from lp:unity8).

Approved by PS Jenkins bot.

277. By Michael Zanetti

workaround quicklist text color.

Approved by PS Jenkins bot, Tim Peeters.

278. By PS Jenkins bot

Releasing 7.81.3+13.10.20130903.1-0ubuntu1 (revision 277 from lp:unity8).

Approved by PS Jenkins bot.

279. By Michael Zanetti

Use MouseAreas in DashBar to enable clicking again.

Approved by PS Jenkins bot, Gerry Boland.

280. By Lars Karlitski

Fall back to "ubuntu-mobile" icon theme if $UBUNTU_ICON_THEME is unset.

Approved by PS Jenkins bot, Michael Zanetti, Sebastien Bacher.

281. By Michael Zanetti

load launcher default config from existing dconf key.

Approved by PS Jenkins bot, Gerry Boland.

282. By Michael Hall

Add a little bit of text to the last step of the tour telling the user how to end it and get to their phone.

Approved by PS Jenkins bot, Michael Zanetti.

283. By Jussi Pakkanen

Use CCache if it is installed.

Approved by PS Jenkins bot, Michael Zanetti.

284. By Nick Dedekind

Multiple icon/label support for indicators.

Approved by PS Jenkins bot, Daniel d'Andrada.

285. By Albert Astals Cid

Remove unneeded role.

Approved by PS Jenkins bot, Pawel Stolowski.

286. By PS Jenkins bot

Releasing 7.81.3+13.10.20130904-0ubuntu1 (revision 285 from lp:unity8).

Approved by PS Jenkins bot.

287. By Nicolas d'Offay

Switched infographic background at design's request.

Approved by PS Jenkins bot, Nick Dedekind.

288. By Nick Dedekind

Removed FIXME from slider int->double conversion.

Approved by PS Jenkins bot, Michael Zanetti.

289. By PS Jenkins bot

Releasing 7.81.3+13.10.20130904.1-0ubuntu1 (revision 287 from lp:unity8).

Approved by PS Jenkins bot.

290. By Launchpad Translations on behalf of unity-team

Launchpad automatic translations update.

291. By Michael Zanetti

Integrate Launcher with AppManager.

Approved by PS Jenkins bot, Gerry Boland.

292. By PS Jenkins bot

Releasing 7.81.3+13.10.20130905.2-0ubuntu1 (revision 291 from lp:unity8).

Approved by PS Jenkins bot.

293. By Michael Zanetti

adds support for highlighting the currently focused application in the launcher, adds tests.

Approved by PS Jenkins bot, Gerry Boland.

294. By Daniel d'Andrada

Update fake/mock plugins so that "./run --fake" works well again

 - You can now see the thumbnails of the fake running applications once again.
 - You no longer get hundreds of warnings due to icons not found.

Approved by PS Jenkins bot, Michael Zanetti.

295. By Michael Zanetti

include ~/.local/share/applications in launcher's .desktop file search path.

Approved by PS Jenkins bot, Gerry Boland.

296. By Michael Terry

Allow testers to set custom password or pin in demo mode, rather than hardcoding them.

Approved by PS Jenkins bot, Michael Zanetti.

297. By Albert Astals Cid

Dash: Make assignments bindings

This way if the model changes the item value also changes.

Approved by PS Jenkins bot, Pawel Stolowski, Michael Zanetti.

298. By Michael Zanetti

shrink size of area for revealing the HUD button and make it disappear on release again.

fixes 1219035. Fixes: https://bugs.launchpad.net/bugs/1219035.

Approved by PS Jenkins bot, Daniel d'Andrada, Gerry Boland.

299. By Michal Hruby

Hide all gicon strings from the shell and use the image://theme icon provider that was recently added to the SDK.

Approved by PS Jenkins bot, Michael Zanetti.

300. By Nick Dedekind

Updated access point design as per spec.

Approved by PS Jenkins bot, Michael Zanetti.

301. By Nick Dedekind

Indicator visibility based on connection with backend service.

Approved by PS Jenkins bot, Michael Zanetti.

302. By Michael Terry

Have the greeter use AccountsService to determine its background. Fixes: https://bugs.launchpad.net/bugs/1218402.

Approved by PS Jenkins bot, Michael Zanetti.

303. By Daniel d'Andrada

Reset apps scope when returning from app to dash (LP #1193419)

If an app is on foreground and you perform a long left-edge swipe to minimize it,
and therefore return to the dash, the dash should be in the Applications scope
and showing the running/recents applications.

304. By Daniel d'Andrada

Regression test for bug LP #1193419

305. By Daniel d'Andrada

Make test survive severe slowness in the execution (e.g. Jenkins).

306. By Daniel d'Andrada

Add a desperate measure

307. By Daniel d'Andrada

Finish things up.

308. By Daniel d'Andrada

Bring back the desperate measure

Unmerged revisions

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.

Subscribers

People subscribed via source and target branches