- 12 Jun, 2016 1 commit
-
-
David Faure authored
-
- 15 Apr, 2015 1 commit
-
-
Martin Klapetek authored
-
- 01 Apr, 2015 1 commit
-
-
David Edmundson authored
This uses the same metric to show the spinner in the contact list and the plasmoid. It stops it spinning eternally and saves plasma-shell's CPU rendering a spinning thing forever. This patch is a minimal change that I want to put into 15.04 that doesn't alter API. REVIEW: 123207
-
- 17 Mar, 2015 1 commit
-
-
Martin Klapetek authored
We actually don't care if say the presence message differs, we're only interested in the actual presence type This should fix an infinite busy wheel on the applet in some cases
-
- 02 Feb, 2015 1 commit
-
-
Martin Klapetek authored
Things like Presences: Current: offline Requested: offline Changing: yes are not unusual and this makes the applet keep spinning forever in such cases. Better to simply compare requested and current presence.
-
- 29 Jan, 2015 1 commit
-
-
Martin Klapetek authored
Reviewed-by: David Edmundson
-
- 15 Dec, 2014 1 commit
-
-
Aleix Pol Gonzalez authored
They were just using KDebug so far
-
- 28 Oct, 2014 1 commit
-
-
Aleix Pol Gonzalez authored
REVIEW: 120851
-
- 21 Oct, 2014 1 commit
-
-
Aleix Pol Gonzalez authored
Properly export all targets with a config file. Generate export files for all the internal libraries. Use nicer target names. Make dragging of dependencies more fine-grained. Reviewed by DJ Edmundson
-
- 13 Jun, 2014 1 commit
-
-
David Edmundson authored
-
- 13 Apr, 2014 3 commits
-
-
Aleix Pol Gonzalez authored
Exposes PresenceModel on QtQuick and registers the related types Makes it possible to interact with the PresenceModel from QtQuick by exposing some methods and properties. Makes the GlobalPresence use KTp::Presence for consistency. Reviewed by David Edmundson
-
Aleix Pol Gonzalez authored
Notifies about presence changes when presence changes. Exposes the icon so that it can be displayed on UI, Tp::Presence is not a QObject so it can't be introspected. Name the QtQuick binding the same way as the class name, otherwise it's confusing. REVIEW: 117545
-
Siddhartha Sahu authored
This adds a PresenceManager class to Declarative that can be used from QML to get and set global presence. REVIEW: 116880
-
- 23 Sep, 2013 1 commit
-
-
Xuetian Weng authored
Change the global current presence algorithm to use the presence same as global requested presence if there is at least one account with such presence, otherwise it will fallback to the old algorithm. REVIEW: 112875
-
- 05 Sep, 2013 1 commit
-
-
Xuetian Weng authored
-
- 17 Jan, 2013 1 commit
-
-
Martin Klapetek authored
Reviewed-by: David Edmundson
-
- 22 Aug, 2012 1 commit
-
-
Daniele E. Domenichelli authored
-
- 20 Aug, 2012 1 commit
-
-
David Edmundson authored
BUG: 305490 Reviewed-by: Martin Klapetek
-
- 02 Jun, 2012 1 commit
-
-
Dominik Cermak authored
statusMessage was missing before and it should be 'or' instead of 'and'. Now it's the same as in onCurrentPresenceChanged(). This fixes presence saving in the case that only the presence message changed. REVIEW: 105133
-
- 12 May, 2012 1 commit
-
-
Martin Klapetek authored
Reviewed-by: David Edmundson
-
- 19 Jan, 2012 1 commit
-
-
David Edmundson authored
REVIEW:103739
-
- 21 Dec, 2011 1 commit
-
-
Dario Freddi authored
-
- 15 Dec, 2011 1 commit
-
-
Martin Klapetek authored
REVIEW: 103406
-
- 10 Dec, 2011 1 commit
-
-
Dario Freddi authored
-
- 22 Nov, 2011 2 commits
-
-
Dario Freddi authored
-
Dario Freddi authored
-
- 21 Nov, 2011 2 commits
-
-
Dario Freddi authored
-
Dario Freddi authored
-
- 17 Nov, 2011 1 commit
-
-
Dario Freddi authored
REVIEW: 103177
-
- 27 Oct, 2011 1 commit
-
-
Martin Klapetek authored
Change m_currentPresence even if the Tp::Presence::statusMessage() was changed. Also couple of minor fixes.
-
- 26 Oct, 2011 1 commit
-
-
Martin Klapetek authored
-
- 24 Oct, 2011 2 commits
-
-
Martin Klapetek authored
-
David Edmundson authored
-