Publishing details

Changelog

indicators-client (0.31daily13.05.02.1ubuntu.unity.next-0ubuntu1) raring; urgency=low

  [ Mathieu Trudel-Lapierre ]
  * Automatic snapshot from revision 203 (bootstrap).
  * Fix versioning for daily release.
  * debian/control:
    - Update Vcs-Bzr, Vcs-Browser to point to the right locations.
    - Add a comment for uploaders.
    - Don't build Arch:any binary packages on powerpc; we need qtdeclarative5.
  * debian/rules:
    - Override dh_install to use --fail-missing.
  * debian/copyright: fix copyright file, the license used is LGPL-3,
    with no "and later".

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

indicators-client (0.30) quantal; urgency=low

  * Fix password entry layout (LP: #1170465)

indicators-client (0.29) quantal; urgency=low

  * Fixed slider visuals. (LP: #1130271)
  * Replaced RemovableMenu with the new SDK element. (LP: #1099455)

indicators-client (0.28) quantal; urgency=low

  * Rename entries from telephony-app to phone-app.

indicators-client (0.27) quantal; urgency=low

  * Fixed Slider and Switch alignment inside of the menu. (LP: #1127658)

indicators-client (0.26) quantal; urgency=low

  * Implemented support for root element in the network plugin.
  * Registered new widgets "com.canonical.indicator.slider" and
    "com.canonical.indicator.switch", necessary for brightness control.

indicators-client (0.25) quantal; urgency=low

  * Avoid destroy messaging menu elements to optimize the menu construction on the screen.
  * Created 'reset' function on plugin item to allow reset plugin state without recreate it.
  * Changed update time interval.
  * Updated to qt5 final.

indicators-client (0.24) quantal; urgency=low

  * Fixed mouse handle on messaging menu.
  * Fixed python license header.
  * Updated basic button color.
  * Changed the data directory priority list for populate example.

indicators-client (0.23) quantal; urgency=low

  [ Michael Zanetti ]
  * added a real progressbar on top of the mockup for battery charge percentage
  * Only allow flicking if the content doesn't fit on the page

  [ Renato Araujo Oliveira Filho ]
  * Added missing header license.
  * Implemented FlatMenuProxyModel.

indicators-client (0.22) quantal; urgency=low

  * Updated color for clear all button

indicators-client (0.21) quantal; urgency=low

  [ Michael Zanetti ]
  * add a "show password" checkbox to wifi auth page.

  [ Renato Araujo Oliveira Filho ]
  * Updated colors to follow the designer spec.
  * Removed vertical divider from message item
  * Invalidate ListView current index after remove a item.
  * Fixed item removal crash.

indicators-client (0.20) quantal; urgency=low

  * update populate script with sample data from design
  * fix for timestamp issu

indicators-client (0.19) quantal; urgency=low

  [ Renato Araujo Oliveira Filho ]
  * Make sure that the RemovableMenu animation only happens when the item is removed.
  * Updated all animations duration to 200 and make QuickReply always replace the content.
  * Fixed fields position when keyboard appear and disappear.

  [ Michał Sawicz ]
  * add mock UIs for the power and date-time menus

indicators-client (0.18) quantal; urgency=low

  [ Renato Araujo Oliveira Filho ]
  * Update RemovableMenu to not change the opacity while dragging it.
  * Fixed message input.
  * Visual changes to follow the designer mockups.
  * Implemented InlineMenuModel.
  * Updated populate script to support message with actions.
  * Fixed icon function to return empty url when the icon name is empty.
  * Fixed indicators name and title.
  * Export overshootHeight on plugin element to make it available on the shell side.
  * Implemented support for actions.
  * Fixed crash during menu reset.
  * Fixed animation for SanapDecision element.
  * Fixed date and time plugin fullview.
  * Make sure that the plugin is activated only once.

  [ Michał Sawicz ]
  * drop the default icon

indicators-client (0.17) quantal; urgency=low

  * Created power indicator.

indicators-client (0.16) quantal; urgency=low

  [ Renato Araujo Oliveira Filho ]
  * Implemented support for plugin priority.
  * Used themed icons for plugins.
  * Created a new plugin for date & time.
  * Implemented all the plugins as a basic item to work standalone
    without pagestack.

indicators-client (0.15) quantal; urgency=low

  * fix populate messaging menu script

indicators-client (0.13) quantal; urgency=low

  [ Olivier Tilloy ]
  * Remove unnecessary clipping.
  * Fix missing runtime dependency: the example script that populates the
  messaging menu requires the telephony-app’s desktop file.


  [ Florian Boucault ]
  * Use Label instead of TextCustom that was renamed/deprecated in the SDK.

  [ Renato Araujo Oliveira Filho ]
  * Created different roles for plugin title and label.
  * Used title instead of label for plugin list page elements.
  * Implemented support for app and app symbolic icons.
  * Return the plugin icon using gicon url.

indicators-client (0.12) quantal; urgency=low

  [ Olivier Tilloy ]
  * Enable QML debugging and profiling in debug builds.
  * Greatly improve performance (especially on the phone).

  [ Renato Araujo Oliveira Filho ]
  * Created a new example script to populate the messaging menu.

indicators-client (0.11) quantal; urgency=low

  [ Michael Zanetti ]
  * rename autopilot package from indicators-client-testing to indicators-client-autopilot
  * add missing build dep to python.

  [ Olivier Tilloy ]
  * When removing a message from the list, do not automatically expand the next one in the list.

  [ Renato Araujo Oliveira Filho ]
  * Implemented support for root element on menu.

indicators-client (0.10) quantal; urgency=low

  [ Olivier Tilloy ]
  * Fade out/in the text of a message when expanding it.
  * Update the title of the messaging menu to "Messages", as per design.
  * Have the messaging menu plugin depend on indicator-messages.
  * Fade in/out the application icon instead of having it expand/shrink.
  * Fix conditional build of the network plugin: both dependencies must be present.

  [ Renato Araujo Oliveira Filho ]
  * Encode icon names to avoid problems with special chars.

indicators-client (0.9) quantal; urgency=low

  [ Ugo Riboni ]
  * Change the text displayed when clearing a message.

  [ Olivier Tilloy ]
  * Set the proper base colors for buttons.

  [ Renato Araujo Oliveira Filho ]
  * Renamed FactoryMenu and SectionMenu to follow the name standard.
  * Updated code with new indicator protocol spec for messaging menu.
  * Make the section invisible if there is no item inside.
  * Implemented support for ButtonMenu element.

indicators-client (0.8) quantal; urgency=low

  [ Olivier Tilloy]
  * Ensure the quick reply options are not visible when collapsed.
  * Factor out horizontal lines (separators) into reusable components.
  * Crop avatar images and application icons to the Ubuntu shape.
  * Fade in/out the expanded snap decision, instead of clipping it.
  * Make the grouped message entries clickable (action not implemented yet).
  * Update margins and alignments to better match design.
  * Update README instructions to run chewie-client.
  * Updated assets.
  * Remove the deprecated ExpandingDelegate component.

  [ Ricardo Mendoza ]
  * Fix signal signature on 32-bit systems.

  [ Michael Zanetti ]
  * Updated autopilot test to work again.

indicators-client (0.7) quantal; urgency=low

  [ Renato Araujo Oliveira Filho ]
  * Set the default plugins path based on install dir.
  * Implemented RemovableMenu item, that allows remove items from the menu by
    dragging it to left or right.

  [ Olivier Tilloy ]
  * When clicking the 'Message' button of a snap decision, expand further to
    allow answering with a pre-defined (or custom) message.

indicators-client (0.6) quantal; urgency=low

  [ Renato Araujo Oliveira Filho ]
  * Created uninstall target.
  * Rewrite PluginModel as a QML component inside ChewieUI module.
  * Created auxiliary functions. To allows access the model data from
    JavaScript.
  * Implemented PluginManager using only QPluginLoader, removed PluginInfo
    class.
  * Created unit test for PluginModel.

  [ Olivier Tilloy ]
  * Restrict the set of files installed by indicators-client-examples to
    ensure they don’t conflict with those installed by indicators-client-tests.
  * First drop of visual design integration.

indicators-client (0.5.1) quantal; urgency=low

  * Fixed FullView implementation.

indicators-client (0.5) quantal; urgency=low

  [ Renato Araujo Oliveira Filho ]
  * Added option to launch the app in fullscreen mode.

  [ Olivier Tilloy ]
  * Initial full view implementation.

indicators-client (0.4) quantal; urgency=low

  [ Renato Araujo Oliveira Filho ]
  * Updated the main window to show maximized instead of full screen.
  * Update Accesspoint element to use 'DBusActionState'.
  * Updated example to export the action in the new standard path.
  * Activate action using the correct 'trigger' method, instead of updating
    the state with an invalid value.
  * Removed decision buttons from the messaging menu.
  * Set the plugin page title to the plugin name as found in the plugin ".ini"
    file.
  * Created "emptyText" property in PluginPage element.

  [ Olivier Tilloy ]
  * Fix retrieving a reference to the listview.
  * Add a qmlproject file to allow browsing/editing the files in Qt Creator.
  * Ensure the contents of the menu never overlap the title.

indicators-client (0.3) quantal; urgency=low

  [ Renato Araujo Oliveira Filho ]
  * Created auto start service for messaging example service.
  * Implemented support for network authentication.
  * Created sound menu settings.

  [ Olivier Tilloy ]
  * Convert the messaging menu to be resolution independent.
  * Renamed 'chewie' to 'indicators' in package names.

  [ Alberto Ruiz ]
  * Fix memory leaks in the network authentication client.

chewie-client (0.2.1) quantal; urgency=low

  * Minor version bump to trigger jenkins with new ppa;

chewie-client (0.2) quantal; urgency=low

   [ Renato Araujo Oliveira Filho ]
      * Implemented snap decision with actions;
      * Fixed GroupedMessage to not use control property because this property only accepts AbstractButton objects;
      * Updated example server with more real information.

   [ Olivier Tilloy ]
      * Updated bzr ignore rules.

chewie-client (0.1) quantal; urgency=low

  * Initial package
 -- Ubuntu daily release <email address hidden>   Thu, 02 May 2013 17:23:19 +0000

Available diffs

Builds

Built packages

Package files