unity 7.0.0daily13.06.07-0ubuntu1 source package in Ubuntu

Changelog

unity (7.0.0daily13.06.07-0ubuntu1) saucy; urgency=low

  [ Ted Gould ]
  * gtk_icon_info_free() is deprecated for g_object_unref().
  * Upstart event for when the indicators are loaded by the panel
    service.
  * Add an upstart job to unity-common.
  * Manage Unity Panel Service's lifecycle with Upstart.

  [ Didier Roche ]
  * add dep on autopilot-desktop.
  * Revert the panel on upstart from ted, it doesn't respawn as expected
    when another service try to communicate with the panel service and
    the consequence is a lot of tests failing

  [ Nick Dedekind ]
  * Uses a gobject weak ref to test for object deletion in the
    GLibObject tests. Previously was checking with G_IS_OBJECT on an
    invalid pointer, which was causing a segfault

  [ Manuel de la Pena ]
  * Adds support for payment previews that will allow users to buy music
    from within the dash. .

  [ Mathieu Trudel-Lapierre ]
  * Increase timeouts for hud functional and search tests.

  [ Francis Ginther ]
  * Handle StateNotFoundError when querying the label of a hud button.

  [ Łukasz 'sil2100' Zemczak ]
  * Now that we're using the new HUD, there have been some changes that
    typically cause test_hud tests to fail. Fix the tests to fit the new
    model. The first one is that generally we do not have indicator
    entries visible in the HUD anymore. Only application menu entries
    are in it now. The second one - the way the results are displayed is
    different. Now, instead of "Menu > Entry" we have "Entry (Menu)"
    etc.
  * Fix two HUD failures related to HUD slow action activation.
  * Fix some autopilot test failures, some related to test_shortcut_hint
    and some to test_scroll in launcher.
  * Modify all the hud_query_check lambdas to be more smart and error-
    checking. Same for the selected_hud_button method in the HUD
    emulator. Also, get rid of the troublesome test_gedit_undo and
    change it into test_gedit_save, which is easier to test and anyway
    tests what we want. Besides that we also now try to handle the
    StateNotFoundError exception in the HUD emulator, another cause of
    some AP failures.
  * Add a flag for -Wno-error=unused-local-typedefs, since this causes a
    FTBFS on ARM

  [ Michal Hruby ]
  * Don't activate a result twice after pressing Enter. (LP: #1188191)

  [ Sebastien Bacher ]
  * Use '%s:' string for preview hints, rather than just appending ':'.
    (LP: #1074038)

  [ Marco Trevisan (Treviño) ]
  * IconRenderer: preprocess an icon if its emblem has been shown/hidden
    In that way we can update its transformation. (LP: #1171476,
    #1171663)
  * UnityWindow: don't draw the panel shadow above a fullscreen window.
    (LP: #1171934)
  * UnityCore: add GtkWrapper to handle GtkIconInfo correctly for
    different GTK versions Fix a memory leak in LauncherIcon. (LP:
    #1180790)
  * SwitcherController: use proper long long types for
    WindowActiveNumber Otherwise an overflow can cause bad window
    selection after long uptime.
  * Unity: "s/unsigned long long/uint64_t/g".

  [ Chris Townsend ]
  * Fixes issue where minimizing a full screen window would not draw the
    Launcher and Panel after minimization. (LP: #1064155)
  * Fixes issue where source files for test-gestures would always be
    compiled even if the original source files did not change. (LP:
    #1039367)
  * Fixes the issue where the filling in of the progress bar over
    Launcher icons does not scale when using smaller or larger icon
    sizes than the default size of 48. (LP: #968680)

  [ Sam Spilsbury ]
  * LauncherDragWindow: defer icon paint until DrawContent rather than
    doing so immediately (LP: #1180174). (LP: #1180174)
  * Add a pkg-config dependency on xpathselect>=1.2 Technically we
    depend on xpathselect>=1.3 in debian/control, however the latest -
    dev package in the distro claims the version is 1.2 and it builds
    just fine with that. (LP: #1185226). (LP: #1185226)

  [ Leo Arias ]
  * Fixed the execute_action_by_id on the dash emulator. (LP: #1181677)

  [ Christopher Lee ]
  * Attempt to fix sporadic failure of TestGLibSource.Running for arm
    builds.
  * Updating Unity autopilot tests to work with the new version of
    autopilot (1.3).
  * Update unity autopilot tests depends.
  * Missed a package depends for unity-autopilot.
  * Updating the dbus introspection to use the new xpathselect
    1.3.libxpathselect-dev.

  [ Pawel Stolowski ]
  * Add ModelIterator-inl.h to the list of installed headers (as it's
    included by ModelIterator.h).
  * Fixes for two autopilot tests.
  * Bumped required version of libunity.

  [ Andrea Azzarone ]
  * Disable detail view for webapp icons. (LP: #1169340)
  * Don't build CoverflowResultView.cpp.
  * Fix crashing tests. (LP: #1182585)
  * Remove AbstractSeparator.cpp (it does not make sense :).
  * Allow alt-tabbing during a dnd operation. (LP: #111939)
  * Reference BamfApplication in GetRunningApplications. (LP: #1181717)

  [ Thomi Richards ]
  * Updating the dbus introspection to use the new xpathselect
    1.3.libxpathselect-dev.
  * Update the unity autopilot test suite to be compatible with the new
    autopilot API for custom emulators.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 3365

unity (7.0.0daily13.06.03ubuntu.unity.next-0ubuntu1) raring; urgency=low

  [ Chris Townsend ]
  * Fixes the issue where the filling in of the progress bar over
    Launcher icons does not scale when using smaller or larger icon
    sizes than the default size of 48. (LP: #968680)

  [ Andrea Azzarone ]
  * Reference BamfApplication in GetRunningApplications. (LP: #1181717)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 3355 (ubuntu-unity/next)

unity (7.0.0daily13.05.31ubuntu.unity.next-0ubuntu1) raring; urgency=low

  [ Nick Dedekind ]
  * Keyboard focus lost if trying to navigate while search is ongoing
    (LP: #1170709)
  * Occasional loss of focus in the input text field (LP: #1174488)

  [ Andrea Azzarone ]
  * Search Plugins previews in the apps lens should not display any
    ‘review stars’ (LP: #1170715)
  * [alt-tab] Disable detail view for webapp icons. (LP: #1169340)
  * 'There is no content...' message is missing if there no results when
    opening some lenses (LP: #1170728)

  [ Nick Dedekind ]
  * Nautilus incorrectly highlighted as valid target DND target for lots
    of results (LP: #1170721)

  [ Brandon Schaefer ]
  * Bump libnux to new version

  [ Łukasz 'sil2100' Zemczak ]
  * Re-bumped libnux to 4.0.2

  [ Ted Gould ]
  * gtk_icon_info_free() is deprecated for g_object_unref().
  * Upstart event for when the indicators are loaded by the panel
    service.

  [ Marco Trevisan (Treviño) ]
  * UnityCore: add GtkWrapper to handle GtkIconInfo correctly for
    different GTK versions Fix a memory leak in LauncherIcon. (LP:
    #1180790)
  * SwitcherController: use proper long long types for
    WindowActiveNumber Otherwise an overflow can cause bad window
    selection after long uptime.
  * Unity: "s/unsigned long long/uint64_t/g".

  [ Francis Ginther ]
  * Handle StateNotFoundError when querying the label of a hud button.

  [ Chris Townsend ]
  * Fixes issue where minimizing a full screen window would not draw the
    Launcher and Panel after minimization. (LP: #1064155)
  * Fixes issue where source files for test-gestures would always be
    compiled even if the original source files did not change. (LP:
    #1039367)

  [ Didier Roche ]
  * add dep on autopilot-desktop.

  [ Leo Arias ]
  * Fixed the execute_action_by_id on the dash emulator. (LP: #1181677)

  [ Christopher Lee ]
  * Updating Unity autopilot tests to work with the new version of
    autopilot (1.3).
  * Update unity autopilot tests depends.
  * Missed a package depends for unity-autopilot.
  * Updating the dbus introspection to use the new xpathselect
    1.3.libxpathselect-dev.

  [ Thomi Richards ]
  * Updating the dbus introspection to use the new xpathselect
    1.3.libxpathselect-dev.
  * Update the unity autopilot test suite to be compatible with the new
    autopilot API for custom emulators.

  [ Pawel Stolowski ]
  * Add ModelIterator-inl.h to the list of installed headers (as it's
    included by ModelIterator.h).
  * Fixes for two autopilot tests.

  [ Mathieu Trudel-Lapierre ]
  * Increase timeouts for hud functional and search tests.

  [ Andrea Azzarone ]
  * Don't build CoverflowResultView.cpp.
  * Fix crashing tests. (LP: #1182585)
  * Remove AbstractSeparator.cpp (it does not make sense :).
  * Allow alt-tabbing during a dnd operation. (LP: #111939)

  [ Sam Spilsbury ]
  * LauncherDragWindow: defer icon paint until DrawContent rather than
    doing so immediately (LP: #1180174). (LP: #1180174)

  [ Łukasz 'sil2100' Zemczak ]
  * Fix two HUD failures related to HUD slow action activation.
  * Fix some autopilot test failures, some related to test_shortcut_hint
    and some to test_scroll in launcher.
  * Modify all the hud_query_check lambdas to be more smart and error-
    checking. Same for the selected_hud_button method in the HUD
    emulator. Also, get rid of the troublesome test_gedit_undo and
    change it into test_gedit_save, which is easier to test and anyway
    tests what we want. Besides that we also now try to handle the
    StateNotFoundError exception in the HUD emulator, another cause of
    some AP failures.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 3352 (ubuntu-unity/next)

unity (7.0.0daily13.05.08ubuntu.unity.next-0ubuntu1) raring; urgency=low

  * Automatic snapshot from revision 3317 (ubuntu-unity/next)

unity (7.0.0daily13.05.01.1ubuntu.unity.next-0ubuntu1) raring; urgency=low

  [ Sebastien Bacher ]
  * Some untranslatable and wrong strings in the previews (LP: #1074038)

  [ Andrea Azzarone ]
  * [alt-tab] Disable detail view for webapp icons. (LP: #1169340)

  [ Marco Trevisan (Treviño) ]
  * Launcher - count label pops out in auto-hide mode (LP: #1171476)
  * Panel shadow is drawn above full-screen windows when notifications
    are shown (LP: #1171934)
  * [regression] Icon count is not shown if the icon is not transformed
    (LP: #1171663)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 3315 (ubuntu-unity/next)

unity (7.0.0daily13.04.23ubuntu.unity.experimental.certified-0ubuntu1) raring; urgency=low

  [ Michal Hruby ]
  * HORIZONTAL_TILE results aren't displaying "comment" (LP: #1158840)

  [ Brandon Schaefer ]
  * Command lens does not close when pressing Alt+F2 (LP: #1167466)

  [ Nick Dedekind ]
  * Filters are disappearing and impacting already displayed results
    (LP: #1159814)

  [ Marco Trevisan (Treviño) ]
  * Adding Lens results is more expensive than needed (LP: #1168569)
  * Top Bar, window managment - top bar shadow not falling on restored
    windows that are partially off the top edge of the screen (LP:
    #871758)
  * Opening new-window from quicklist static action does not focus the
    newly opened window (LP: #1164483)
  * Unity makes unneeded copies of Nux DrawList (LP: #1167605)
  * Unityshell uses much of his CPU time only to get tray XIDs from
    PanelController (LP: #1167894)
  * Unity wastes some memory by allocating multiple times the same
    texture (LP: #1166532)
  * Launcher pre-processes icons also when the icons have not been
    changed since last draw cycle (LP: #1168556)
  * Unity is creating multiple instances of DBusIndicators per each
    monitor (LP: #1166550)

  [ Andrea Azzarone ]
  * Dash should only close when a icon is dragged outside of the
    Dash/Launcher area (LP: #1170720)
  * Launcher icons automatically placed in the launcher by USC (or apps
    lens) fail to have running 'pips'. (LP: #1165097)
  * dash preview animation is slow on high resolution screens (also
    fullscreen mode) (LP: #1055126)

  [ Michi Henning ]
  * ResultIterator.h defines functions that return const values (LP:
    #1163705)

  [ Matthieu James ]
  * [UIFe] BFB icon swirl should run clockwise not anti-clockwise (LP:
    #1169238)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 3121 (ubuntu-unity/experimental-
    certified)
 -- Ubuntu daily release <email address hidden>   Fri, 07 Jun 2013 06:43:22 +0000

Upload details

Uploaded by:
PS Jenkins bot
Uploaded to:
Saucy
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
gnome
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
unity_7.0.0daily13.06.07.orig.tar.gz 2.3 MiB 82cd0d13f3b6ee1b0240eb768bed088e6378bc6326d8b98be43149873f821ecf
unity_7.0.0daily13.06.07-0ubuntu1.diff.gz 81.1 KiB 6064b0e4a98a0ee0f43f97b0cde2ee82e4de04d0be484f43d871c16f1b957163
unity_7.0.0daily13.06.07-0ubuntu1.dsc 3.5 KiB dfc262a0917307e959615780da93bfca0192d8bcf1c323ca987e14fb34ec9466

View changes file

Binary packages built by this source

libunity-2d-private-dev: No summary available for libunity-2d-private-dev in ubuntu saucy.

No description available for libunity-2d-private-dev in ubuntu saucy.

libunity-2d-private0: No summary available for libunity-2d-private0 in ubuntu saucy.

No description available for libunity-2d-private0 in ubuntu saucy.

libunity-core-6.0-5: No summary available for libunity-core-6.0-5 in ubuntu saucy.

No description available for libunity-core-6.0-5 in ubuntu saucy.

libunity-core-6.0-dev: No summary available for libunity-core-6.0-dev in ubuntu saucy.

No description available for libunity-core-6.0-dev in ubuntu saucy.

unity: No summary available for unity in ubuntu saucy.

No description available for unity in ubuntu saucy.

unity-2d: No summary available for unity-2d in ubuntu saucy.

No description available for unity-2d in ubuntu saucy.

unity-2d-common: No summary available for unity-2d-common in ubuntu saucy.

No description available for unity-2d-common in ubuntu saucy.

unity-2d-dbg: No summary available for unity-2d-dbg in ubuntu saucy.

No description available for unity-2d-dbg in ubuntu saucy.

unity-2d-panel: No summary available for unity-2d-panel in ubuntu saucy.

No description available for unity-2d-panel in ubuntu saucy.

unity-2d-shell: No summary available for unity-2d-shell in ubuntu saucy.

No description available for unity-2d-shell in ubuntu saucy.

unity-2d-spread: No summary available for unity-2d-spread in ubuntu saucy.

No description available for unity-2d-spread in ubuntu saucy.

unity-autopilot: No summary available for unity-autopilot in ubuntu saucy.

No description available for unity-autopilot in ubuntu saucy.

unity-common: No summary available for unity-common in ubuntu saucy.

No description available for unity-common in ubuntu saucy.

unity-services: No summary available for unity-services in ubuntu saucy.

No description available for unity-services in ubuntu saucy.