Changelogs from build 20140709 to 20140709.1


  address-book-app (0.2+14.10.20140709-0ubuntu1) utopic; urgency=low
 .
   [ Omer Akram ]
   * make use of memory backend in autopilot testing optional. Extend
     ContactAvatar element to be possible to use in different apps.
     Prevent to have two swiped items. Make sure to use theme images when
     possible .
 .
   [ Renato Araujo Oliveira Filho ]
   * make use of memory backend in autopilot testing optional. Extend
     ContactAvatar element to be possible to use in different apps.
     Prevent to have two swiped items. Make sure to use theme images when
     possible .


  dialer-app (0.1+14.10.20140709-0ubuntu1) utopic; urgency=low
 .
   [ Renato Araujo Oliveira Filho ]
   * Implemented contact search on ContactsPage.qml
   * Used PhoneNumberInput class in KeypadEntry. This class implement the
     phone number format internally.


  messaging-app (0.1+14.10.20140709-0ubuntu1) utopic; urgency=low
 .
   [ Tiago Salem Herrmann ]
   * Force modem to go online during tests.
   * Acknowledge unread messages.
   * Add support for sharing links. (LP: #1337584)
   * Update conversation bubbles
 .
   [ Renato Araujo Oliveira Filho ]
   * Used Ubuntu.Contacts.ContactAvatar in ThreadDelegate.qml
   * Added search functionality on NewRecipientPage.qml.
 .
   [ Brendan Donegan ]
   * Add objectName's to Action items and fix some test helpers, plus add
     a few that are useful.
   * Convert autopilot tests to use python3


  oxide-qt (1.1.0~bzr640-0ubuntu1) utopic; urgency=medium
 .
   * Update to trunk snapshot r640
     - Bump Chromium to 37.0.2062.3
     - Fix LP: #1244373 - Screen blanks during video playback. Use the powerd
       API for now on the device
     - Fix LP: #1259216 - Expose WebView.icon property
     - Fix LP: #1282063 - Add WebView.downloadRequested API
     - Fix LP: #1307709 - webbrowser-app doesn't start in Unity 8 desktop
       preview session. Fix this by using surfaceless EGL (pbuffers not supported
       in the Mir EGL platform for mesa) and ensuring we always bind the
       GLES API on Chromium's GPU thread
     - Fix LP: #1312082 - Stop using deprecated compositing paths in Chromium
     - Fix LP: #1323743 - OSK doesn't display after some time. Add a workaround
       for this in Oxide for the time being
     - Fix LP: #1324909 - User agent string is incorrect in newly opened
       webviews and subframes
     - Fix LP: #1332754 - Allow the frontbuffer and delegated frame data for
       hidden webviews to be evicted
     - Fix LP: #1252302 - Add devtools support
     - Fix LP: #1312081 - Render content and handle input events directly in
       the WebView, rather than having a per-process RenderViewItem
     - Fix LP: #1330511 - Expose a Flickable-like API on WebView
     - An empty preedit string in IM events doesn't mean we should do a commit.
       Fixes an issue where deleting the last character of a composition does
       a commit instead, causing the deletion to appear to fail
     - Notify the IM of updates to cursor and anchor positions
   * Refresh debian/patches/gross-hack-for-dual-ffmpeg-build.patch


  qtdeclarative-opensource-src (5.3.0-3ubuntu7) utopic; urgency=medium
 .
   * debian/patches/Support-RFC2822Date-date-format-similar-to-V8.patch
     - Support RFC 2822 format (LP: #1298978)


  telephony-service (0.1+14.10.20140709-0ubuntu1) utopic; urgency=low
 .
   [ Tiago Salem Herrmann ]
   * Fix message token to properly remove read messages from the
     messaging menu. (LP: #1236895)
 .
   [ Renato Araujo Oliveira Filho ]
   * Added uninstall rule in CMake. Implemented formattedText in
     AsYouTypeFormatter class that return the cursor position after the
     number format. Fixed PhoneNumberField cursor position after editing.
     .