[SCM] ktp-common-internals packaging annotated tag, v0.2.0, created. v0.2.0

Diane Trout diane-guest at moszumanska.debian.org
Thu May 22 06:33:33 UTC 2014


The annotated tag, v0.2.0 has been created
        at  1757c3382d2a80d383e825c28eecbb6a2d9f6b58 (tag)
   tagging  e2b86ae292fbf5ebe2604640cc0301d60a8caae5 (commit)
 tagged by  David Edmundson
        on  Thu Nov 17 22:56:46 2011 +0000

- Shortlog ------------------------------------------------------------
Telepathy KDE 0.2.0

Daniele E. Domenichelli (18):
      Fix typo
      Add class Telepathy::TelepathyHandlerApplication
      Fix header guards
      Enable KDebug DBus interface for TelepathyHandlerApplication if debug is enabled
      Handle initialTimeout and timeout only if >= 0
      Print debug at the right moment
      Initialize initialTimeout with the correct value
      Redirect Telepathy-Qt4 output to KDebug
      Enable TpQt4 debug output redirection in KDebug
      Moved class KTelepathy::TelepathyHandlerApplication from ft-handler
      Move wallet-interface form accounts-kcm to common repository
      Use namespace KTelepathy for WalletInterface
      Add a TODO for library
      Added .gitignore and .reviewboardrc files
      Const methods are now const
      Add methods to handle per account key-value entries in KWallet
      Add removeAccount method that removes from KWallet everything related to an account
      Add isOpen method to check if the wallet was succesfully opened

Dario Freddi (3):
      Includes done right: own include must always go first, moc should go to the bottom - and remember a newline at the end of the file
      Always use deleteLater() on QObject except some special cases, and beware: connect() can crash if the sender is null as well.
      Use proper copyright tags: email instead of web address

David Edmundson (21):
      Contacts appear on load, if already connected
      Add a filter proxy model, show only online users.
      Fix crash when the model size and data structures came out of sync
      Merge branch 'master' of git://anongit.kde.org/clones/telepathy-contact-list/mklapetek/telepathy-contact-list-new
      Add AccountsModelItem* and ContactModelItem* as QMetaTypes, this allows for fewer casts when storing and retreiving from QVariant.
      Only load contacts when ContactManager is ready, reduces chance of having an empty contact list on first connect/load.
      Reduced code duplication, and made sure ContactManager state is checked on load
      Replace passing round QModelIndexes with ContactModelItem* this fixes various crashes when using proxy models.
      Fix groups model "note updated" signal, removed horrific hack which kept invalidating the model filter.
      Get rid of double call to remove() in proxy-tree-node
      Renamed AccountFilterModel to AccountsFilterModel, to match accountS model
      Only list audio/video/file capability on a contact if selfContact can support it.
      Removed an unused method removeContact(), which had very crashy-prone code in it.
      Make proxy-tree-node safer. Should hopefully avoid accessing source node after it's deleted.
      Add mimeData data to accounts model for dragging to desktop
      save expanded state for all types
      Add error dictionary.
      Add GlobalPresence and KPresence classes from the contact list.
      Add KWallet support for loading/saving passwords.
      Added review comments
      Fix crash in debug callback

Florian Reinhard (1):
      Do some code clean-up based on astyle suggests.

Francesco Nwokeka (2):
      FIX: misplaced private methods
      changed the mimedata used for drag n drop

George Kiagiadakis (7):
      When we disconnect, do not attempt to remove the AccountModelItem's children if there aren't any.
      Add desktop sharing capability role in the model.
      AccountsModel: Add name for the DesktopSharingCapabilityRole.
      Add a new class to watch for the availability of krfb.
      Improve comment.
      Add a new class to watch for the availability of krfb.
      service-availability-checker: Rewrite a small piece of code to make it more readable.

Keith Rusler (1):
      Add contact context menu by Keith Rusler <comawhite>

Martin Klapetek (36):
      Big changes. New contact list model based on TelepathyQt4Yell model. Removed unused code/files. Some code cleanup. More will follow.
      Another code cleanup and unused files removal.
      Unify licence text, remove Tpy namespace and fix some compile warnings.
      Don't show account groups for accounts that are not online, but show them only if the account becomes online
      Remove the account group (contacts parent) as well with the contacts. This is only temporary until the offline contacts are implemented.
      Added dynamic accounts showing up/hiding when the account is enabled/created or disabled/removed. Also the big parts of commented-out code was removed.
      Fix crash when going offline.
      Hopefuly a crash fix
      Remove unnecessary bits
      Code polish
      Fix trailing whitespaces
      Remove the AccountsModel::contactForIndex method, which we can replace by accessing AccountsModel::data(index, ItemRole) as suggested by David Edmundson
      Move the account 'filtering' from the model to the proxy model, where it belongs. Also use the renamed TextUi dbus path.
      Remove refilter() method and fix the accounts-model-item to properly emit the needed signals.
      Initial avatars support plus KConfig for storing the selected avatar. This will hold all other settings in the future.
      Add groups support
      Add group counts (model and delegate) and enable filter to filter out empty groups.
      Prevent some crashes caused by array index being out of bounds
      Make contact selectable
      Add basic drag&drop support for contact list
      Custom presence sort order
      Show offline users while searching in contact list. Also fixes some code style issues.
      Add Messages.sh
      Merge in global-presence from kded
      Use i18n for 'Ungrouped' group
      Fix usage of m_ungroupedString var
      Shorter version of error messages and context for i18n messages
      Add org.freedesktop.DBus.Error.NoReply to the dictionary
      Don't forget setting the online accounts list
      Change m_currentPresence even if the Tp::Presence::statusMessage() was changed. Also couple of minor fixes.
      Fix a crash with debug builds (hitting an assert inside Qt)
      Fix KPresence operator< ineffectivness by splitting the priority checking to a separate method with switch()
      Stop having two sort values for Hidden presence
      Constify to prevent build errors
      Fix compile issues
      Circular countdown widget

Przemek Czekaj (1):
      URL Extractor based on code from Konversation

Yuri Chornoivan (1):
      fix typos in messages

-----------------------------------------------------------------------

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list