telepathy-qt4 (0.2.0-1maemo5) fremantle; urgency=low

  * Fremantle version compile with  for Qt4.6 ( libqt4-maemo5 )

 -- Kate Alhola <kate.alhola@nokia.com>  Sun, 7 Feb 2010 14:00:00 +0200

telepathy-qt4 (0.2.0-1maemo2+0m6) harmattan; urgency=low

  * This entry has been added by BIFH queue processor
    Suffix +0m6 added to package revision

 -- reto zingg <reto.zingg@nokia.com>  Thu, 19 Nov 2009 10:17:32 +0200

telepathy-qt4 (0.2.0-1maemo2) harmattan; urgency=low

  * Fixes: NB#147065 - libtelepathy-qt4 does not compile with libqt4 (patch should be
    removed on next upstream release).

 -- Andre Moreira Magalhaes <andre.magalhaes@collabora.co.uk>  Wed, 18 Nov 2009 09:36:17 -0200

telepathy-qt4 (0.2.0-1maemo1) harmattan; urgency=low

  * Sync packaging from Debian to get the shared libraries packaged correctly
    (0.2.0-0maemo1 didn't work at all)
  * Fixes: NB#143435 - libtelepathy-qt4 needs to be a shared library

 -- Simon McVittie <simon.mcvittie@collabora.co.uk>  Wed, 11 Nov 2009 13:26:12 +0000

telepathy-qt4 (0.2.0-0maemo1) harmattan; urgency=low

  * New upstream release
  * Connection: Changed status/statusReason/statusChanged to use enums
    Tp::Connection::Status and ConnectionStatusReason.
  * Connection: Renamed getContactAttributes method to contactAttributes.
  * fd.o#23370: Make better use of telepathy-spec 0.17.27 errors.
  * fd.o#24422: Account removal should be represented by
    TELEPATHY_QT4_ERROR_OBJECT_REMOVED.
  * Implemented: SWP#RTCHM-1164

 -- Andre Moreira Magalhaes <andre.magalhaes@collabora.co.uk>  Wed, 11 Nov 2009 00:50:09 -0200

telepathy-qt4 (0.1.12-0maemo1) harmattan; urgency=low

  * New upstream release
  * TextChannel: Added ChatState interface support.
  * TextChannel: send() methods now receive a flags parameter, so we proper
    support delivery reports.
  * pkgconfig: Added missing QtNetwork dependency.
  * Implemented: SWP#RTCHM-274

 -- Andre Moreira Magalhaes <andre.magalhaes@collabora.co.uk>  Thu, 05 Nov 2009 15:27:11 -0200

telepathy-qt4 (0.1.11-0maemo1) harmattan; urgency=low

  * New upstream release
  * FileTransferChannel: Added methods to access FileTransfer interface
    properties.
  * IncomingFileTransferChannel: Added specialized class for handling incoming
    file transfers.
  * OutgoingFileTransferChannel: Added specialized class for handling outgoing
    file transfers.
  * CapabilitiesBase: Added base class to represent contact/connection
    capabilities.
  * ContactCapabilities: Added specialized class that inherits CapabilitiesBase to
    represent contact capabilities.
  * ConnectionCapabilities: Added specialized class that inherits CapabilitiesBase
    to represent connection capabilities.
  * Contact: Added ContactCapabilities interface support.
  * Connection: Added capabilities (RequestableChannelClasses) support.
  * Account: Added ensureAudio/VideoCall methods that make use of
    InitialAudio/Video properties when creating StreamedMedia channels.
  * Channel: Added streamTubeInterface/tubeInterface methods.
    (Patch from Abner Silva <abner.silva@collabora.co.uk>).
  * PendingVariant: Added pending operation helper class for D-Bus methods that
    return a variant as result.
  * Renamed PendingVoidMethodCall to PendingVoid.
  * Changed PendingVoid/Success/Failure constructor to receive parent as last
    parameter.
  * Added examples for handling incoming/outgoing file transfers,
    examples/file-transfer/
  * Added C++ visibility support.
  * Updated to 0.18.0 spec.
  * fd.o #24324: Account::create/ensureXXX should receive a const QDateTime & for
    userActionTime
  * Explicitly use uint for TargetHandleType.
  * Implemented: SWP#RTCHM-280, SWP#RTCHM-970, SWP#RTCHM-936, SWP#RTCHM-1023,
    SWP#RTCHM-281

 -- Andre Moreira Magalhaes <andre.magalhaes@collabora.co.uk>  Mon, 12 Oct 2009 15:58:46 -0300

telepathy-qt4 (0.1.10-0maemo2) harmattan; urgency=low

  * Make sure TargetHandle and TargetHandleType use uint (patches should be
    removed on next upstream release).

 -- Andre Moreira Magalhaes <andre.magalhaes@collabora.co.uk>  Fri, 11 Sep 2009 12:07:09 -0300

telepathy-qt4 (0.1.10-0maemo1) harmattan; urgency=low

  * New upstream release
  * StreamedMediaChannel: Added Hold and DTMF interface support.
  * Moved OptionalInterfaceFactory::InterfaceSupportedChecking docs from DBusProxy
    to OptionalInterfaceFactory.
  * Use struct Private instead of class Private for consistence.
  * Removed cli/Client from header guards.
  * fd.o #20269: Channel's Contact objects should initially have no features.
  * fd.o #21335: Implement Group self-handle removal reasons.
  * fd.o #23040: Running connection managers appear twice in
    ConnectionManager::listNames result.
  * fd.o #23282: Channel should update ReadinessHelper with the supported
    interfaces.
  * Implemented: SWP#RTCHM-276, SWP#RTCHM-275, SWP#RTCHM-571, SWP#RTCHM-862

 -- Andre Moreira Magalhaes <andre.magalhaes@collabora.co.uk>  Tue, 25 Aug 2009 23:27:02 -0300

telepathy-qt4 (0.1.9-0maemo2) harmattan; urgency=low

  * Remove references to the TpPrototype library, which is no longer here.
    This should fix the build.

 -- Simon McVittie <simon.mcvittie@collabora.co.uk>  Tue, 28 Jul 2009 16:17:04 +0100

telepathy-qt4 (0.1.9-0maemo1) harmattan; urgency=low

  * New upstream release
  * OptionalInterfaceFactory: Added methods interfaces and optionalInterface
    and removed duplicated code in all OptionalInterfaceFactory subclasses.
  * Added ContactManager allKnownGroups, addGroup, removeGroup, groupContacts,
    addContactsToGroup and removeContactsFromGroup methods.
  * Added ContactManager groupAdded, groupRemoved and groupMembersChanged signals.
  * Added Contact groups, addToGroup and removeFromGroup methods.
  * Added Contact addedToGroup and removedFromGroup signals.
  * Changed ProtocolParameter requiredForRegistration method to
    isRequiredForRegistration to make it consistent with other bool returning
    getters.
  * Changed all classes to follow coding-style.
  * Moved documentation to source file for all classes.
  * Standardize class definition in all classes:
    * Moved public xxxInterface methods definition to the end of the public
      methods declaration.
    * Added friend struct Private declaration.
    * Added Q_DISABLE_COPY(xxx) to all classes that can not be copied.
    * Moved Q_DISABLE_COPY(xxx) declaration to the top of the class definition,
      before the public keyword.
    * Reorder public, protected, SIGNALS declaration as follows:
       public
       public Q_SLOTS
       Q_SIGNALS
       protected
       protected Q_SLOTS
       private Q_SLOTS
       private
    * Moved friend class xxx definitions to be placed right bellow private keyword.
  * ChannelDispatchOperation: Emit invalidated with
    TELEPATHY_QT4_ERROR_OBJECT_REMOVED when ChannelDispatchOperation.Finished is
    received.
  * Added/Improved some documentation.
  * ClientApproverAdaptor: Use the dbus fully qualified name to get the connection
    property (Patch from George Kiagiadakis <kiagiadakis.george@gmail.com>).
  * Fixed bug 20268: Connection's selfContact object should initially have no
    features.
  * Fixed bug 20080: KeyFile: ";" as a list may be mis-parsed.
  * Fixed bug 20082: KeyFile: double (and other types?) not correctly tested.
  * Fixed bug 20353: No d-pointer in Channel::GroupMemberChangeDetails.
  * Fixed bug 20033: Contact / ContactList Group integration.
  * Implemented: SWP#RTCHM-821, SWP#RTCHM-822, SWP#RTCHM-823, SWP#RTCHM-824, SWP#RTCHM-270

 -- Andre Moreira Magalhaes <andre.magalhaes@collabora.co.uk>  Thu, 23 Jul 2009 20:04:01 -0300

telepathy-qt4 (0.1.8-0maemo1) harmattan; urgency=low

  * New upstream release
  * Added PendingChannelRequest class to be used when requesting channels using
    ChannelDispatcher through Account.
  * Added Account methods to request/create channels using ChannelDispatcher
    (ensureTextChat, ensureTextChatroom, ensureMediaCall, createChannel and
    ensureChannel)
  * Updated to telepathy-spec 0.17.26
  * ChannelDispatchOperation: Read Channels property instead of incorrectly
    reading ChannelDetailsList (Patch from George Kiagiadakis
    <kiagiadakis.george@gmail.com>).
  * Implemented: SWP#RTCHM-229, SWP#RTCHM-775

 -- Andre Moreira Magalhaes <andre.magalhaes@collabora.co.uk>  Tue, 16 Jun 2009 16:05:09 -0300

telepathy-qt4 (0.1.7-0maemo1) harmattan; urgency=low

  * New upstream release
  * Added Client Approver support.
  * Added ChannelDispatchOperation high-level class.
  * Fixed bug 21988: Channel does not work properly if the parent
    connection object is not ready
  * Fixed bug 21993: TextChannel does not become ready until first message is
    received if FeatureMessageQueue is enabled.
  * Implemented: SWP#RTCHM-231

 -- Andre Moreira Magalhaes <andre.magalhaes@collabora.co.uk>  Wed, 03 Jun 2009 10:22:06 -0300

telepathy-qt4 (0.1.6-0maemo1) harmattan; urgency=low

  * New upstream release
  * Added Channel::immutableProperties public method.
  * Added ChannelFactory, internal class to create channels based on
    their types.
  * PendingChannel: Use ChannelFactory to create channels.
  * Proper define AbstractClientPtr.
  * ClientRegistrar: Fixed Observer adaptor introspection data.
  * ClientRegistrar: Use ChannelFactory to create Channels.

 -- Andre Moreira Magalhaes <andre.magalhaes@collabora.co.uk>  Wed, 28 May 2009 15:09:18 -0300

telepathy-qt4 (0.1.5-0maemo2) harmattan; urgency=low

  * disable `make check` during build 

 -- Reto Zingg <reto.zingg@nokia.com>  Fri, 22 May 2009 11:55:00 +0300

telepathy-qt4 (0.1.5-0maemo1) harmattan; urgency=low

  * New upstream release
  * Added Client support (Handler, Observer)
  * Added ChannelRequest high-level class
  * Added patches to fix make check, should be removed on next upstream release
  * Re-enable make check
  * Implemented: SWP#RTCHM-232, SWP#RTCHM-230, SWP#RTCHM-668 and SWP#RTCHM-670

 -- Andre Moreira Magalhaes <andre.magalhaes@collabora.co.uk>  Wed, 20 May 2009 14:12:37 -0300

telepathy-qt4 (0.1.4-0maemo1) harmattan; urgency=low

  * New upstream release
  * Carry out API transition for telepathy-spec 0.17.24 (this version should
    be used with telepathy-mission-control >= 5.0.beta70, see NEWS)
    (fd.o #21619)
  * Rename <TelepathyQt4/SharedData> to <TelepathyQt4/RefCounted> to match
    class name
  * Don't try to run Python tests unless the gobject module is present
  * Implemented: SWP#RTCHM-720

 -- Simon McVittie <simon.mcvittie@collabora.co.uk>  Fri, 08 May 2009 15:56:01 +0100

telepathy-qt4 (0.1.3-0maemo3) harmattan; urgency=low

  * added build dependency on libgstreamer-plugins-base0.10-dev 

 -- Reto Zingg <reto.zingg@nokia.com>  Mon, 27 Apr 2009 15:27:06 +0300

telepathy-qt4 (0.1.3-0maemo2) harmattan; urgency=low

  * Disable `make check` during build again, it works in my scratchbox but
    fails when auto-built. :-(

 -- Simon McVittie <simon.mcvittie@collabora.co.uk>  Mon, 27 Apr 2009 11:20:25 +0100

telepathy-qt4 (0.1.3-0maemo1) harmattan; urgency=low

  * New upstream release
  * Namespace simplification: Telepathy::Client::Channel -> Tp::Channel, etc.
  * Namespace simplification: Telepathy::Client::ChannelInterface ->
    Tp::Client::ChannelInterface, etc.
  * Header simplification: <TelepathyQt4/Client/Channel> ->
    <TelepathyQt4/Channel>
  * Channel etc. inherit from Tp::RefCounted and are used with Tp::SharedPtr
    and Tp::WeakPtr, rather than Qt near-equivalents that turned out to be
    less suitable
  * PendingHandles finish successfully on non-fatal errors (InvalidHandle etc.)
  * Updated to telepathy-spec 0.17.23
  * TelepathyQt4Farsight, a new mini-library with glue code to connect
    telepathy-farsight to Telepathy-Qt4
  * StreamedMediaChannel.handlerStreamingRequired() method so you can check
    whether the handler needs to carry out the streaming
  * fd.o #21336: Channel objects now indicate whether a message is expected
    when doing various Group operations
  * fd.o #21337: Account supports the new HasBeenOnline property
  * fd.o #20583: Contact objects now work in a basic way even without the
    Contacts interface
  * fd.o #20584: Contact object creation survives bad IDs or handles
  * Package libtelepathy-qt4-farsight
  * Run `make check` during the build
  * Update packaging from Debian, fixing lintian warnings
  * Implemented: SWP#RTCHM-565, SWP#RTCHM-606, SWP#RTCHM-566, SWP#RTCHM-567,
    SWP#RTCHM-605

 -- Simon McVittie <simon.mcvittie@collabora.co.uk>  Thu, 23 Apr 2009 16:12:43 +0100

telepathy-qt4 (0.1.2-0maemo1) harmattan; urgency=low

  * New upstream release
    - Use Feature objects, not integers, to represent features
    - Extend Feature to support subclasses
    - AccountManager, Account, ConnectionManager etc. now inherit QSharedData
      and should be used via a QExplicitlySharedDataPointer (typedefs like
      AccountManagerPtr are provided)
    - Implement StreamedMediaChannel
    - Extend PendingConnection, PendingAccount etc. to allow instantiation of
      custom classes
    - When introspection of a Feature fails, pass the D-Bus error through to
      becomeReady
    - Fix a memory leak in TextChannel
  * Implemented: SWP#RTCHM-233, SWP#RTCHM-543

 -- Simon McVittie <simon.mcvittie@collabora.co.uk>  Mon, 23 Mar 2009 18:54:33 +0000

telepathy-qt4 (0.1.1-0maemo1) harmattan; urgency=low

  * Initial release into Maemo (0.1.0 was released upstream but not packaged).
  * Packaging changes relative to Debian:
    - force use of /usr/bin/python2.5
    - depend on a random assortment of python2.5-* packages so we get a decent
      subset of the standard library
    - autoconfiscate during build, rather than during development, as per
      what appears to be Maemo convention
    - miscellaneous Maemo-specific rules changes for thumb, coverage,
      parallelization (see debian/maemo-specific-rules.mk)
  * Implemented: SWP#RTCHM-227, SWP#RTCHM-236, SWP#RTCHM-226, SWP#RTCHM-267,
    SWP#RTCHM-265, SWP#RTCHM-266, SWP#RTCHM-268, SWP#RTCHM-235, SWP#RTCHM-223,
    SWP#RTCHM-244, SWP#RTCHM-319, SWP#RTCHM-271, SWP#RTCHM-228, SWP#RTCHM-408,
    SWP#RTCHM-330, SWP#RTCHM-224, SWP#RTCHM-272, SWP#RTCHM-331, SWP#RTCHM-326,
    SWP#RTCHM-412, SWP#RTCHM-411, SWP#RTCHM-410, SWP#RTCHM-234, SWP#RTCHM-531,
    SWP#RTCHM-269

 -- Simon McVittie <simon.mcvittie@collabora.co.uk>  Fri, 06 Mar 2009 16:44:52 +0000
