unity-scopes-shell 0.5.5+16.04.20151029-0ubuntu1 source package in Ubuntu

Changelog

unity-scopes-shell (0.5.5+16.04.20151029-0ubuntu1) xenial; urgency=medium

  [ CI Train Bot ]
  * New rebuild forced.
  * Resync trunk. added: po/sr.po

  [ Pawel Stolowski ]
  * Properly initialize gettext. (LP: #1474944)
  * Use python 3.5 on xenial.

unity-scopes-shell (0.5.5+15.10.20151022-0ubuntu1) wily; urgency=medium

  [ CI Train Bot ]
  * New rebuild forced.
  * Resync trunk. added: po/zh_CN.po

  [ Pawel Stolowski ]
  * Fix __all__ list to make import from scope_harness * work.
  * Remove excess empty categories. (LP: #1507941)

unity-scopes-shell (0.5.5+15.10.20151019-0ubuntu1) wily; urgency=medium

  [ CI Train Bot ]
  * New rebuild forced.

  [ Pawel Stolowski ]
  * Refactored log-in handling with online accounts api, chaging it from
    a method of Scope implementation into a standalone LoginToAccount
    class. (LP: #1410191)

unity-scopes-shell (0.5.5+15.10.20151009-0ubuntu1) wily; urgency=medium

  [ CI Train Bot ]
  * New rebuild forced.

  [ Pawel Stolowski ]
  * Obtain versions of important packages from
    /var/lib/<package>/version  file (created from changelog during the
    build when respective package is built). (LP: #1389257)

unity-scopes-shell (0.5.5+15.10.20150924-0ubuntu1) wily; urgency=medium

  [ Albert Astals Cid ]
  * Call parent class ::event (LP: #1495467)
  * Improvements from running clazy over the code

  [ CI Train Bot ]
  * Improvements from running clazy over the code
  * New rebuild forced.

  [ Pawel Stolowski ]
  * Improvements from running clazy over the code

unity-scopes-shell (0.5.5+15.10.20150922-0ubuntu1) wily; urgency=medium

  [ CI Train Bot ]
  * New rebuild forced.

  [ Pawel Stolowski ]
  * Single tree for both wily and vivid - use symbols file for scope
    harness in vivid and shlibs for wily and generate control file from
    control.in and .install file accordingly.

unity-scopes-shell (0.5.5+15.10.20150826-0ubuntu1) wily; urgency=medium

  [ Pawel Stolowski ]
  * Implemented activation/preview special casing previously present in
    the shell and fixed handling of intercept_activation flag.
  * Fix crash when aggregator's settings view is opened shortly after a
    new child scope was installed. Fix invalidating of results in temp
    scopes. (LP: #1484299)
  * Support in-place updates for preview widgets.

  [ CI Train Bot ]
  * New rebuild forced.

unity-scopes-shell (0.5.4+15.10.20150707-0ubuntu4) wily; urgency=medium

  * Replace build-dependency on python3-all-dev with python3-dev, since
    this should never need to build for more than one version of python
    at a time.

unity-scopes-shell (0.5.4+15.10.20150707-0ubuntu3~ppa1) wily; urgency=medium

  * GCC 5 fixes from
    https://code.launchpad.net/~unity-api-team/unity-scopes-shell/gcc-5/+merge/266227
  * Update symbols file. Package needs an soname bump later.

unity-scopes-shell (0.5.4+15.10.20150707-0ubuntu3~gcc5.2) wily; urgency=medium

  * Build for unity-scopes-api 1.0.

unity-scopes-shell (0.5.4+15.10.20150707-0ubuntu3~gcc5.1) wily; urgency=medium

  * No-change test rebuild for g++5 ABI transition

unity-scopes-shell (0.5.4+15.10.20150707-0ubuntu2) wily; urgency=medium

  * No-change rebuild for python3.5 transition

unity-scopes-shell (0.5.4+15.10.20150707-0ubuntu1) wily; urgency=medium

  [ CI Train Bot ]
  * Resync trunk.

  [ Marcus Tomlinson ]
  * Clean out redundant pkg_check_modules calls in multiple
    CMakeLists.txt files

  [ Pawel Stolowski ]
  * Cherry-picked the workaround for delayed processing of scoperegistry
    changes from RTM. (LP: #1446499)
  * Fix for test failure caused by changes in jsoncpp formatting of
    floats. Use regular expressions to matched error strings when
    testing for expected failures.

unity-scopes-shell (0.5.4+15.10.20150617.2-0ubuntu1) wily; urgency=medium

  [ CI Train Bot ]
  * New rebuild forced.
  * Resync trunk. added: po/ca.po po/da.po po/it.po po/nl.po po/sl.po

  [ Pawel Stolowski ]
  * Fix some issues with scope harness settings handling: sync QSettings
    object to write changes immediately to fs. wait for search to finish
    when settings change (shell plugin starts search implicitly when
    settings model changes). better test that also checks if scope sees
    the new setting value.
  * Tutorial and more API documentation. Use Sphinx to generate docs and
    add them to python3-scope-harness deb.

unity-scopes-shell (0.5.4+15.10.20150601-0ubuntu1) wily; urgency=medium

  [ CI Train Bot ]
  * debian/libscope-harness1.symbols: update to released version.

  [ Pawel Stolowski ]
  * Don't pass the old privacy setting flag down to scopes. (LP:
    #1422700)
  * Fix 'Display results from' string. Remove custom copy of
    FindIntltool macro and use cmake-extras instead. Include
    translations in the deb file.
  * Provide python bindings for settings test harness.
  * Scope harness: added support for settings. Fixed broken symbols line
    of the initial harness commit, added new symbols (and sorted all the
    symbols). Added helper tool for generating symbols taken from unity-
    scopes-api. added: src/scope-harness/internal/settings-view-
    arguments.h src/scope-harness/matcher/settings-matcher.cpp
    src/scope-harness/matcher/settings-matcher.h src/scope-
    harness/matcher/settings-option-matcher.cpp src/scope-
    harness/matcher/settings-option-matcher.h src/scope-
    harness/view/settings-view.cpp src/scope-harness/view/settings-
    view.h tools/symbol_diff

unity-scopes-shell (0.5.4+15.04.20150429-0ubuntu1) vivid; urgency=medium

  [ CI Train Bot ]
  * New rebuild forced.

  [ Pawel Stolowski ]
  * Emit showDash() signal if canned query is executed for current
    scope. (LP: #1335761)
  * Reset user data set with previously executed canned query when shell
    calls setSearchQuery() (i.e.user typed a new search). (LP: #1449928)

unity-scopes-shell (0.5.4+15.04.20150410.2-0ubuntu1) vivid; urgency=medium

  [ CI Train Bot ]
  * New rebuild forced.

  [ Pawel Stolowski ]
  * Pass user data attached to canned queries back with search request
    when canned query is executed.

unity-scopes-shell (0.5.4+15.04.20150407-0ubuntu1) vivid; urgency=medium

  [ CI Train Bot ]
  * New rebuild forced.

  [ Marcus Tomlinson ]
  * Rename "child_scopes()" to "find_child_scopes()" and
    "child_scopes_ordered()" to "child_scopes()" as the ordering
    constraint has been removed.

unity-scopes-shell (0.5.4+15.04.20150311.3-0ubuntu1) vivid; urgency=medium

  [ CI Train Bot ]
  * debian/libscope-harness1.symbols: auto-update to released version

  [ Pawel Stolowski ]
  * Add test harness for scopes
  * Implementation of python bindings for scope harness testing.

  [ Pete Woods ]
  * Add symbols file and perform symbols filtering for scope harness
    removed: src/scope-harness/internal/signal-handler.cpp src/scope-
    harness/internal/signal-handler.h src/scope-harness/registry/custom-
    registry-main.cpp added: data/libscope-harness.map debian/libscope-
    harness1.symbols renamed: src/scope-harness/internal/test-utils.cpp
    => src/scope-harness/test-utils.cpp src/scope-harness/internal/test-
    utils.h => src/scope-harness/test-utils.h
  * Add test harness for scopes

unity-scopes-shell (0.5.4+15.04.20150226-0ubuntu1) vivid; urgency=medium

  [ CI Train Bot ]
  * New rebuild forced.

  [ Pete Woods ]
  * Manage location activations with shared pointers instead of manual
    reference counting (LP: #1422879)

unity-scopes-shell (0.5.4+15.04.20150213-0ubuntu1) vivid; urgency=medium

  [ Pawel Stolowski ]
  * Keep temporary scopes list in the Scopes object instances and make
    Scopes the partent of temp scopes instances. Temp scopes can be
    closed (and freed) using closeScope() method of the original scope,
    or by calling closeScope() method of Scopes instance. (LP: #1410337,
    #1410191)

unity-scopes-shell (0.5.4+15.04.20150205-0ubuntu1) vivid; urgency=medium

  [ Pawel Stolowski ]
  * Workaround for ICE with recently uploaded gxx (vivid).

  [ Marcus Tomlinson ]
  * Check validity of m_settingsModel and m_scopesInstance pointers
    before dereferencing them in Scope::settings()

unity-scopes-shell (0.5.4+15.04.20150203-0ubuntu1) vivid; urgency=medium

  [ Ubuntu daily release ]
  * New rebuild forced

  [ Marcus Tomlinson ]
  * Allow scope ID to be optional in a log-in result's
    online_account_details map.
  * Prefer IsAggregator config parameter and child_scopes_ordered()
    method over the ChildScopes config parameter, when populating
    settings and overview.

unity-scopes-shell (0.5.4+15.04.20150126-0ubuntu1) vivid; urgency=low

  [ Marcus Tomlinson ]
  * Read scope ID from the OA details embedded in a log-in item (LP:
    #1414560)

unity-scopes-shell (0.5.4+15.04.20150120-0ubuntu1) vivid; urgency=low

  [ Pete Woods ]
  * Remove distance-based filtering and refresh GeoIP data every minute
    (LP: #1411201)

unity-scopes-shell (0.5.4+15.04.20141216.1-0ubuntu1) vivid; urgency=low

  [ Pawel Stolowski ]
  * Report loaded = true for leaf department nodes.

  [ Ubuntu daily release ]
  * New rebuild forced

unity-scopes-shell (0.5.4+15.04.20141215-0ubuntu1) vivid; urgency=low

  [ Pawel Stolowski ]
  * Make sure Apps are not un-favorited. Unity8 will prohibit this as
    well, this is for extra safety. (LP: #1400762)

unity-scopes-shell (0.5.4+15.04.20141212.2-0ubuntu1) vivid; urgency=low

  [ Pawel Stolowski ]
  * Don't conclude too early that current department id should be reset.
    (LP: #1343242)
  * Add 'breaks' rule for unity8 that doesn't support new Manage dash.
    (LP: #1400296)

  [ Marcus Tomlinson ]
  * Animate the loading bar on the scope while OA retrieves a token.
    (LP: #1401860)

  [ Ubuntu daily release ]
  * New rebuild forced

unity-scopes-shell (0.5.4+15.04.20141210-0ubuntu1) vivid; urgency=low

  [ Marcus Tomlinson ]
  * Set UNITY_SCOPES_OA_UI_POLICY on entry to Scope::loginToAccount()
    (LP: #1380914)

  [ Xavi Garcia ]
  * Added a signal in the SettingsModel and connect it to the
    invalidateResults slot in Scope.

unity-scopes-shell (0.5.4+15.04.20141205-0ubuntu1) vivid; urgency=low

  [ Pawel Stolowski ]
  * Support for Manage Dash as per latest designs. (LP: #1368670)

unity-scopes-shell (0.5.4+15.04.20141128-0ubuntu1) vivid; urgency=low

  [ Pete Woods ]
  * Write the scope settings using UTF-8 to match up with the scope
    regsitry (LP: #1381010)
  * Move QNetworkAccessManager onto correct thread
  * Fix crash exposed by today scope (LP: #1396526)

  [ Pawel Stolowski ]
  * Fix version check for unity api to match version required by
    src/Unity/CMakeLists.txt.
  * Read /custom/partner-id value (if present) and pass it with user-
    agent hint. (LP: #1389273)

  [ Albert Astals ]
  * Don't call Result::contains and then Result::value

unity-scopes-shell (0.5.4+15.04.20141119-0ubuntu1) vivid; urgency=low

  [ Marcus Tomlinson ]
  * Listen to list update pub/sub mechanism to invalidate smart scopes
    (LP: #1361221)

unity-scopes-shell (0.5.4+14.10.20141029.1~rtm-0ubuntu1) 14.09; urgency=low

  [ Pete Woods ]
  * Wait for location data at startup (with 1 second timeout) (LP:
    #1374481)

unity-scopes-shell (0.5.4+14.10.20141015-0ubuntu1) utopic; urgency=low

  [ Pawel Stolowski ]
  * Don't query all favorite scopes on startup - query only next two
    scopes following current active. (LP: #1374481)

unity-scopes-shell (0.5.4+14.10.20141010.1-0ubuntu1) utopic; urgency=low

  [ Ubuntu daily release ]
  * New rebuild forced

  [ Marcus Tomlinson ]
  * Set application ID as scope ID (not service name), and consider a
    log-in to be successful if the account is enabled (some scopes do
    not use oath tokens).

unity-scopes-shell (0.5.4+14.10.20141002.1-0ubuntu1) utopic; urgency=low

  [ Marcus Tomlinson ]
  * Use refreshScopeMetadata() rather than populateScopes() when
    invalidating results (populateScopes() is intended for use only on
    start-up) (LP: #1376755)

unity-scopes-shell (0.5.4+14.10.20141002-0ubuntu1) utopic; urgency=low

  [ Pete Woods ]
  * Remove missing departments (LP: #1354362)

  [ Pawel Stolowski ]
  * Remove missing departments (LP: #1354362)
  * Iterate over temprary dash pages of every scope to find matching
    scope when dbus signal for results invalidation was received. This
    is only done if there was no match among favorite scopes. (LP:
    #1365544)
  * Fix signature of the deleteLater slot when scheduling scope for
    removal after un-favoriting.
  * Send build number, release name and package versions of unity8,
    shell plugin and scopes api with user-agent hint in SearchMetadata
    and PreviewMetadata. (LP: #1372834)

  [ Marcus Tomlinson ]
  * Handle "scopes" scope invalidation by re-populating the overview
    scope. (LP: #1375718)

unity-scopes-shell (0.5.4+14.10.20140925-0ubuntu1) utopic; urgency=low

  [ Marcus Tomlinson ]
  * OnlineAccountsClient::Setup::finished signature changed causing a
    hang. Use safer C++11-style connect() (LP: #1373807)

unity-scopes-shell (0.5.4+14.10.20140922.2-0ubuntu1) utopic; urgency=low

  [ Pete Woods ]
  * Connect to the location service on a background thread (LP:
    #1370524)

  [ Pawel Stolowski ]
  * Use typing timer only when scope is active, otherwise invalidate
    results and emit the signal for query change immediately. (LP:
    #1354518)

unity-scopes-shell (0.5.4+14.10.20140916-0ubuntu1) utopic; urgency=low

  [ Pete Woods ]
  * Add typing timeout

  [ Marcus Tomlinson ]
  * Support for online account login on activation of scope result (LP:
    #1369562)

unity-scopes-shell (0.5.4+14.10.20140910.1-0ubuntu1) utopic; urgency=low

  [ Pete Woods ]
  * Fix tests after merging proposed branches with trunk

  [ Pawel Stolowski ]
  * Ignore favorite scopes list and expose all scopes present in scopes-
    registry if UNITY_SCOPES_NO_FAVORITES environment variable is set.
    (LP: #1365041)
  * Implemented support for expandable widgets. Require unity-scopes-api
    0.6.4.
  * Generate session_id (uuid) and pass it with search and preview
    request via SearchMetadata / ActionMetadata hints. (LP: #1308585)

unity-scopes-shell (0.5.4+14.10.20140907-0ubuntu1) utopic; urgency=low

  [ Pawel Stolowski ]
  * Query all (favorite) scopes on startup to provide better "after
    boot" experience.

unity-scopes-shell (0.5.4+14.10.20140902-0ubuntu1) utopic; urgency=low

  [ Michał Sawicz ]
  * Do not mangle attributes.

unity-scopes-shell (0.5.4+14.10.20140826-0ubuntu1) utopic; urgency=medium

  [ Pawel Stolowski ]
  * Support for scope favoriting - requires new version 7.3.1 of unity-schemas.
  * Support scope favouriting.

  [ Pete Woods ]
  * Made the location test work in all locales

  [ Albert Astals ]
  * emit countChanged on model reset

unity-scopes-shell (0.5.4+14.10.20140820.is.0.5.3+14.10.20140806-0ubuntu1) utopic; urgency=medium

  * Do a quick emergency revert of the last landing as it is causing a
    regression in local music search.

unity-scopes-shell (0.5.4+14.10.20140820-0ubuntu1) utopic; urgency=medium

  [ Pete Woods ]
  * Switch to QSettings, removing U1DB dependencies Support new location
    setting.

  [ Marcus Tomlinson ]
  * Added support for ScopeInterface::Status::NoInternet and
    NoLocationData completion statuses

  [ Ubuntu daily release ]
  * New rebuild forced

unity-scopes-shell (0.5.3+14.10.20140806-0ubuntu1) utopic; urgency=medium

  [ Michal Hruby ]
  * Implemented shell interface version 4
  * Drop fill mode.

  [ CI bot ]
  * Resync trunk

  [ Michał Sawicz ]
  * Drop fill mode.

unity-scopes-shell (0.5.2+14.10.20140805.1-0ubuntu1) utopic; urgency=low

  [ Pete Woods ]
  * Fix compatibility with changed settings variant

  [ Ubuntu daily release ]
  * New rebuild forced

unity-scopes-shell (0.5.2+14.10.20140805-0ubuntu1) utopic; urgency=low

  [ Michael Zanetti ]
  * drop appId workaround for shell as dash will now use UAL to launch
    apps (LP: #1347605)

  [ Michał Sawicz ]
  * drop appId workaround for shell as dash will now use UAL to launch
    apps (LP: #1347605)

unity-scopes-shell (0.5.2+14.10.20140801-0ubuntu1) utopic; urgency=low

  [ Pete Woods ]
  * Compatibility with unity-scopes-api 0.6.0

unity-scopes-shell (0.5.2+14.10.20140731.2-0ubuntu1) utopic; urgency=medium

  [ Michal Hruby ]
  * Specialized implementation of scopes overview

unity-scopes-shell (0.5.0+14.10.20140728.1-0ubuntu1) utopic; urgency=low

  [ Pete Woods ]
  * Provide location data to scopes

unity-scopes-shell (0.5.0+14.10.20140724.1-0ubuntu1) utopic; urgency=low

  [ Michal Hruby ]
  * Make the number of maximum attributes configurable by the scope and
    expose it to shell.

unity-scopes-shell (0.5.0+14.10.20140710-0ubuntu1) utopic; urgency=low

  [ Pete Woods ]
  * Add settings support

  [ Michal Hruby ]
  * Expose expansion queries as defined in latest unity-api.
  * Emit openScope() and gotoScope() also from temp scopes. (LP:
    #1329890)

unity-scopes-shell (0.5.0+14.10.20140626-0ubuntu1) utopic; urgency=low

  [ Michal Hruby ]
  * Implemented customizations property as per latest unity-api.

unity-scopes-shell (0.5.0+14.10.20140618-0ubuntu1) utopic; urgency=medium

  [ Michal Hruby ]
  * Added support for departments
  * Updated to use libunity-scopes 0.5.0 API

unity-scopes-shell (0.4.0+14.10.20140604.1-0ubuntu1) utopic; urgency=low

  [ Pete Woods ]
  * Click store support

unity-scopes-shell (0.4.0+14.10.20140522-0ubuntu1) utopic; urgency=low

  [ Albert Astals ]
  * Use Interface classes from unity-api

unity-scopes-shell (0.4.0+14.10.20140519-0ubuntu1) utopic; urgency=low

  [ Pete Woods ]
  * Scope results have a TLL, and refresh or become invalid after this
    time.

unity-scopes-shell (0.4.0+14.10.20140513-0ubuntu1) utopic; urgency=low

  [ Pete Woods ]
  * Fix tests after upstream changes to scope configuration spec (LP:
    #1318921)

unity-scopes-shell (0.4.0+14.10.20140502.1-0ubuntu1) utopic; urgency=low

  [ Pete Woods ]
  * Fix tests after click support added to framework

  [ Michal Hruby ]
  * Pass correct locale and form factor to scopes. (LP: #1314702)
  * Reorganize the tests a bit.

unity-scopes-shell (0.4.0+14.10.20140501-0ubuntu1) utopic; urgency=low

  [ Michal Hruby ]
  * Handle scope uris. (LP: #1305147)

  [ CI bot ]
  * Handle scope uris. (LP: #1305147)

unity-scopes-shell (0.4.0+14.04.20140408-0ubuntu2) trusty; urgency=medium

  * No-change rebuild for shlib changes in qtbase and qtdeclarative.

unity-scopes-shell (0.4.0+14.04.20140408-0ubuntu1) trusty; urgency=low

  [ Michal Hruby ]
  * Pass internet-disabled flag to scopes as a temporary measure.

unity-scopes-shell (0.4.0+14.04.20140404.1-0ubuntu1) trusty; urgency=low

  [ Michal Hruby ]
  * Rebuild with latest libunity-scopes.so

  [ Ubuntu daily release ]
  * New rebuild forced

unity-scopes-shell (0.4.0+14.04.20140331-0ubuntu1) trusty; urgency=medium

  [ Michal Hruby ]
  * Drop support for unity-core based scopes
  * Expose attributes to shell.

unity-scopes-shell (0.4.0+14.04.20140324-0ubuntu1) trusty; urgency=low

  [ Michal Hruby ]
  * Ensure proper ordering when registering new categories. (LP:
    #1295135)

unity-scopes-shell (0.4.0+14.04.20140320-0ubuntu1) trusty; urgency=medium

  [ Michal Hruby ]
  * Changed debian rules file to fix linker issue on ppc.

unity-scopes-shell (0.4.0+14.04.20140312.3-0ubuntu1) trusty; urgency=low

  * New rebuild forced

unity-scopes-shell (0.4.0+14.04.20140312.1-0ubuntu1) trusty; urgency=medium

  [ Michal Hruby ]
  * Updated for libunity-scopes 0.4.0.
  * Set searchString before emitting gotoScope/openScope.

  [ Michael Zanetti ]
  * Activate applications by the appId instead of the path to the
    desktop file to align it with how the rest of unity8 works.

unity-scopes-shell (0.3.1+14.04.20140221.2-0ubuntu1) trusty; urgency=low

  [ Michal Hruby ]
  * Change default card-size to small, so if not specified by scope,
    small will be used.
  * Don't clear results immediately, wait a bit first.

unity-scopes-shell (0.3.1+14.04.20140220-0ubuntu1) trusty; urgency=low

  [ Michal Hruby ]
  * Added processingAction property to PreviewModel.
  * Invalidate aggregator scopes after receiving mediascanner
    invalidation.
  * Remove support for UNITY_FORCE_NEW_SCOPES envvar.

unity-scopes-shell (0.3.1+14.04.20140219-0ubuntu1) trusty; urgency=low

  [ Michal Hruby ]
  * Implement signals for scope activation.
  * Expose background role to shell.
  * Added support for result invalidation.

unity-scopes-shell (0.3.1+14.04.20140217-0ubuntu1) trusty; urgency=low

  [ Michal Hruby ]
  * Split PreviewModel into 3 separate models, preliminary support for
    preview actions.
  * Allow preview actions replacing current preview.

unity-scopes-shell (0.3.1+14.04.20140214-0ubuntu1) trusty; urgency=low

  [ Stephen M. Webb ]
  * bumped libunity-core-6.0-dev build depndency for SONAME change

unity-scopes-shell (0.3.1+14.04.20140211.1-0ubuntu1) trusty; urgency=low

  [ Pawel Stolowski ]
  * Updated for libunity-scopes 0.3.1.

  [ Michal Hruby ]
  * Added support for shell-defined categories

unity-scopes-shell (0.2.8+14.04.20140206.1-0ubuntu1) trusty; urgency=low

  [ Michal Hruby ]
  * Register PreviewModel, so it's exposed to QML.
  * Reintroduce album art hack.

unity-scopes-shell (0.2.8+14.04.20140131.2-0ubuntu1) trusty; urgency=low

  [ Michal Hruby ]
  * Use libunity-scopes 0.2.8.
  * Implement basics of the preview interfaces.
  * Implement preview models and hook them up to signals from the
    scopes.
  * Use an envvar to determine which scopes should be displayed as dash
    pages.
  * Fix json merging

unity-scopes-shell (0.2.0+14.04.20140120-0ubuntu1) trusty; urgency=low

  [ Michal Hruby ]
  * Use libunity-scopes 0.2.0.
  * Added environment variable that controls the scope thread delay.
  * Implement category JSON overrides (used by scope-dev-tool).
  * Update because of API change.

  [ Pawel Stolowski ]
  * Updated for scopes API changes.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 39

unity-scopes-shell (0.1.1+14.04.20131219.1-0ubuntu1) trusty; urgency=low

  [ Michal Hruby ]
  * Updated result model roles and added unit tests for the new scopes
    framework.
  * Manipulate renderer and components json and fill in defaults.
  * Implement component mapping and add tests.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 33

unity-scopes-shell (0.1.1+14.04.20131211-0ubuntu1) trusty; urgency=low

  [ Łukasz 'sil2100' Zemczak ]
  * Revert rev 25 as it seems to cause a big regression, breaking
    launching of click applications in unity8

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 29

unity-scopes-shell (0.1.1+14.04.20131209-0ubuntu1) trusty; urgency=low

  [ Michal Hruby ]
  * Prepare for PPA release
  * Backport fix for lp:1237829 from lp:unity8. (LP: #1237829)
  * Re-register categories, which causes the template and components to
    be updated.

  [ Michael Zanetti ]
  * Add MusicPreviewTrackModel in order to expose tracks in a music
    preview properly.
  * use appId for app activation instead of .desktop file path.

  [ Michał Sawicz ]
  * Use the minimal platform for tests.

  [ Albert Astals ]
  * Add a title role This way this model can be fed directly to the new
    TabBar api.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 27

unity-scopes-shell (0.1+14.04.20131120-0ubuntu1) trusty; urgency=low

  [ Michal Hruby ]
  * Initial release
  * Fix typo.

  [ Łukasz 'sil2100' Zemczak ]
  * Automatic snapshot from revision 16 (bootstrap)
  * Copyright fixes, missed copyright checking.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 19

 -- Pawel Stolowski <email address hidden>  Thu, 29 Oct 2015 09:25:54 +0000

Upload details

Uploaded by:
CI Train Bot Account
Uploaded to:
Xenial
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
unity-scopes-shell_0.5.5+16.04.20151029.orig.tar.gz 152.1 KiB b55749a2fcf3507584c7c856a50fdcb3302ab32dec3e54cff9b97a8acdad8039
unity-scopes-shell_0.5.5+16.04.20151029-0ubuntu1.diff.gz 13.4 KiB ca151cd93298a5bbae21be162bdf7cbcf3eb7a4801247f0dd45ef4ae8b401a6f
unity-scopes-shell_0.5.5+16.04.20151029-0ubuntu1.dsc 2.7 KiB a881835feac072f2754e94156af7c99cf22ec1b9fcfcda6ba90f1f07530af8e4

View changes file

Binary packages built by this source

libscope-harness-dev: Test harness for Unity scopes

 Drive Unity scopes with a simple synchronous API. Make assertions
 about results. Development files.

libscope-harness2: No summary available for libscope-harness2 in ubuntu xenial.

No description available for libscope-harness2 in ubuntu xenial.

libscope-harness2-dbgsym: No summary available for libscope-harness2-dbgsym in ubuntu xenial.

No description available for libscope-harness2-dbgsym in ubuntu xenial.

python3-scope-harness: Python bindings for Unity scopes test harness

 Drive Unity scopes with a simple synchronous API. Make assertions
 about results. Python bindings.

unity-plugin-scopes: QML plugin for Scopes

 Plugin to integrate scopes with the Unity shell

unity-plugin-scopes-dbgsym: debug symbols for package unity-plugin-scopes

 Plugin to integrate scopes with the Unity shell