lp:~unity-team/unity8/infographics_using_svg

Created by Andrea Cimitan and last modified
Get this branch:
bzr branch lp:~unity-team/unity8/infographics_using_svg
Members of Unity Team can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Unity Team
Project:
Unity 8
Status:
Development

Recent revisions

861. By Andrea Cimitan

Attempt to fix

860. By Andrea Cimitan

[ CI bot ]
* Resync trunk
[ Michał Sawicz ]
* Fix the ap test for applications.
[ Albert Astals ]
* Use deleteLater instead of a direct delete We are seeing a crash in
  QQuickWindowPrivate::polishItems because LVWPH is deleting items to
  polish from it's updatePolish which means the set in
  QQuickWindowPrivate::polishItems may end up with some yet-to-
  process-but-now-deleted items. Switching to deleteLater fixes this
[ Michael Zanetti ]
* properly parent launcher items (LP: #1347902)
[ Michał Sawicz ]
* Move the PyDev project files to the root, supporting .py scripts
  outside of tests/autopilot. Add Autopilot Run and List launch
  configurations to easily support debugging in Eclipse. Use
  add_unity8_mock macro in the Telephony plugin.
* Drop FilterGrid and refactor height animations in GenericScopeView.
  Also implement forced category expansion. (LP: #1326470)
* Move expansion button from section header to category footer. (LP:
  #1261300)
* Fix expect-sigstop enviroment variable name. (LP: #1346819)
* Make headerless categories easier Instead of having no header
  category (which is a bit confusing since the LVWPH code was designed
  so that when a category has no header it is because it shares the
  category with the previous one) what we have for headerless
  categories is a header of height 0, this way everything works as it
  should and results in cleaner code in the LVWPH and in
  GenericScopeView
* Add support for header links.
* Add dash PageHeader styling.
[ Albert Astals ]
* Make headerless categories easier Instead of having no header
  category (which is a bit confusing since the LVWPH code was designed
  so that when a category has no header it is because it shares the
  category with the previous one) what we have for headerless
  categories is a header of height 0, this way everything works as it
  should and results in cleaner code in the LVWPH and in
  GenericScopeView

859. By Andrea Cimitan

Fixed merge

858. By Andrea Cimitan

Better test

857. By Andrea Cimitan

[ Michael Terry ]
* Allow running the dialer-app in emergency mode when the screen is
  locked.
[ Michał Sawicz ]
* Add missing nameOwner property to mock UnityMenuModel.
[ Albert Astals ]
* Fix name, There's nothing called pageHeader in this file
[ Nick Dedekind ]
* Added environment variable to upstart conf for mir trusted socket
* Removed indicator menu dismissal on menu activation (LP: #1337771)
[ Michał Sawicz ]
* Only generate .qmltypes files manually, no need to do it build-time.
  It didn't work when cross-compiling either, and required builders to
  have otherwise unnecessary environment.
* Fix CardCreator test. It got broken with a merge that got landed
  along side of it.
[ Ying-Chun Liu ]
* Add reboot/shutdown (LP: #1234062)
[ Albert Astals ]
* Make the departments test more stable
[ Mirco Müller ]
* Fixes gap at top of sim-unlock/fullscreen notification (point 1.),
  fixes blocking overlay if underlying UnityMenuModel vanishes from
  DBus (point 2.). The third bullet-point of the bug-report, lockup of
  shell-UI, could not be reproduced. (LP: #1308011)
[ Michael Terry ]
* Expose a new greeter DBus property, IsActive, which tells apps and
  indicators when the integrated-greeter screen is active. Useful for
  switching UI modes when the screen is locked.
* Allow the session to bring up the greeter/lockscreen over DBus. The
  emergency dialer will need this support in order to cancel bringing
  it up.
[ Michael Zanetti ]
* Fixes gap at top of sim-unlock/fullscreen notification (point 1.),
  fixes blocking overlay if underlying UnityMenuModel vanishes from
  DBus (point 2.). The third bullet-point of the bug-report, lockup of
  shell-UI, could not be reproduced. (LP: #1308011)
[ Michał Sawicz ]
* Activate all results in click scope by default. (LP: #1341262)
[ Mirco Müller ]
* Added support for utilization of the ComboButton SDK-element for
  snap-decision notifications with many actions.
[ Michal Hruby ]
* Fix FTBFS when using latest unity-api.
[ Michał Sawicz ]
* Refactor carousel item activation.
* Refactor ScopeItem into GenericScopeView.
* Add initial support for scope customizations.
* Make rating stars in PreviewReviewDisplay.qml non-interactive. (LP:
  #1337508)
[ Nick Dedekind ]
* Added active call hint A hint is displayed in the indicator panel
  when an call is active on the Telephony Serivce
[ Albert Astals ]
* We need to boostrap height also when we have 1 item ^_^ (LP:
  #1337408)
* Add initial support for scope customizations.
* CardCreator: Give a correct implicitHeight if we only have art The
  hasSubtitle change is really unrelated and not needed here, just
  sneaking it in to not create yet another review. (LP: #1330899)
* Fake Scopes Plugin: Register PreviewModelInterface
[ Michael Zanetti ]
* make the launcher's drag'n'drop indicator more prominent (LP:
  #1332042)
* make launcher items live having them non-live is not really required
  and reveals an issue in combination with UbuntuShape (LP: #1302761)
* Fade out launcher in place instead of moving it to the left on long
  left edge swipes. (LP: #1332096)
* update launcher icon glow as requested by design (LP: #1336725)
* update header in dash to use the new header from the SDK (LP:
  #1335491)
* fix testPreview with larger GRID_UNIT_PX values
* clip the corner of pinned icons in the launcher as per new design
* update launcher background according to latest design (LP: #1336314)
* Update Launcher's home button design according to new spec. (LP:
  #1329331)
[ CI bot ]
* make launcher items live having them non-live is not really required
  and reveals an issue in combination with UbuntuShape (LP: #1302761)

856. By Michał Sawicz

Drop newline.

855. By Michał Sawicz

Merge trunk.

854. By Andrea Cimitan

* debian/control:
  list qtdeclarative5-ubuntu-ui-toolkit-plugin-gles as an alternative
  choice, since provides are not versionned, should restore installability
  on amd64 and i386
[ Michał Sawicz ]
* Adapt to suru theme.
[ Michael Terry ]
* Fix path in launcher mock after moving our mock icons, to avoid a
  lot of "icon not found" warnings during qmluitests.
* Fix the testMultiGreeter qmluitest. Incoming method variables are
  apparently read-only in Qt5.3. (LP: #1332488)
[ CI bot ]
* Resync trunk
[ Michał Sawicz ]
* Adapt scope mock to new api and quiet unused variable warnings.
* Fix dynamic overlay height. (LP: #1334879)
* Don't center items in CardVerticalJournal, kind of beats the
  purpose... Also don't bind unnecessarily.
[ Ying-Chun Liu ]
* Fix LP:1330957 Fix some failed test cases. (LP: #1330957)
[ Albert Astals ]
* Don't seem to need this waitForRendering And makes test fail in 5.3
[ Alberto Aguirre ]
* Update Powerd plugin and Shell.qml to accommodate changes in the
  display power state notification.
[ Ying-Chun Liu ]
* Add logout support. Reviewed by: Daniel d'Andrada (LP: #1302213)
[ Michał Sawicz ]
* Make so that fixedArtShapeSize actually fixes artShapeSize.
[ Albert Astals ]
* Add VerticalJournal integration to Dash/scopes/QML (LP: #1326467)
* Make so that fixedArtShapeSize actually fixes artShapeSize.
[ Mirco Müller ]
* Added the frontend-part of sound-hint support for notifications with
  updated QML-tests.
* New rebuild forced
[ Albert Astals ]
* Departments support (LP: #1320847)
[ Pawel Stolowski ]
* Extend the hack for click scope categories with the upcoming 'store'
  category: single-tap on results from the 'store' category should
  activate them, instead of requesting a preview. (LP: #1326292)
[ Albert Astals ]
* Drop the " Preview" suffix from Preview title As requested in
  https://bugs.launchpad.net/unity8/+bug/1316671 (LP: #1316671)

853. By Andrea Cimitan

Use SDK CrossFadeImage

852. By Andrea Cimitan

Removed Item container inside infographics and updated cmakelists

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:unity8
This branch contains Public information 
Everyone can see this information.

Subscribers