index
:
telepathy/telepathy-gabble
call1
master
next
telepathy-gabble-0.10
telepathy-gabble-0.12
telepathy-gabble-0.14
telepathy-gabble-0.16
telepathy-gabble-0.18
telepathy-gabble-0.2
telepathy-gabble-0.4
telepathy-gabble-0.6
telepathy-gabble-0.8
XMPP connection manager (mirrored from https://gitlab.freedesktop.org/telepathy/telepathy-gabble)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
olpc-view.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-03-03
OLPC views: simplify access to private data struct
Simon McVittie
1
-30
/
+17
2009-02-10
Fix "use after free" from coverity
Alban Crequy
1
-0
/
+1
2008-11-05
GabbleOLPC*: use G_PARAM_STATIC_STRINGS
Simon McVittie
1
-20
/
+10
2008-10-23
call gabble_presence_cache_contacts_removed_from_olpc_view when view is closed
Guillaume Desmottes
1
-0
/
+3
2008-10-23
use presence interfaces to announce view buddies as online (first naive imple...
Guillaume Desmottes
1
-2
/
+23
2008-10-16
InitiatorHandle, InitiatorID and Requested are not in FUTUR anymore
Guillaume Desmottes
1
-12
/
+0
2008-10-16
remove useless blank lines
Guillaume Desmottes
1
-3
/
+0
2008-10-16
olpc-view: return the right channel-type with GetChannelType
Guillaume Desmottes
1
-2
/
+5
2008-10-16
change node name of buddy/activity view to OLPC_Channel_Type_{Buddy,Activity}...
Guillaume Desmottes
1
-1
/
+1
2008-10-16
olpc-view: unify param declaration style
Guillaume Desmottes
1
-16
/
+6
2008-10-16
add gabble_olpc_view_close public method
Guillaume Desmottes
1
-9
/
+15
2008-10-16
olpc-view: fix methods name
Guillaume Desmottes
1
-16
/
+16
2008-10-16
use a public astract _send_request method instead of a private abstract _crea...
Guillaume Desmottes
1
-41
/
+1
2008-10-16
move GABBLE_ARRAY_TYPE_HANDLE to olpc-view.h
Guillaume Desmottes
1
-3
/
+0
2008-10-16
define the ChannelType in the concrete view class
Guillaume Desmottes
1
-2
/
+1
2008-10-16
view: remove old comments
Guillaume Desmottes
1
-2
/
+0
2008-10-16
Implement channel-properties in buddy-view
Guillaume Desmottes
1
-13
/
+1
2008-10-16
move most of the view code to a OlpcView abstract class
Guillaume Desmottes
1
-0
/
+1083
2008-10-16
rename olpc-view to olpc-buddy-view and comment broken code to make it build
Guillaume Desmottes
1
-849
/
+0
2008-08-29
conn-olpc: fire the Closed signal when views are closed
Guillaume Desmottes
1
-1
/
+4
2008-08-29
conn-olpc: factor out gabble_olpc_view_close
Guillaume Desmottes
1
-7
/
+19
2008-08-29
gabble_olpc_view_buddies_left_activity: no need to check if removed is > 0 be...
Guillaume Desmottes
1
-4
/
+1
2008-08-29
olpc-view: fix typo in comment
Guillaume Desmottes
1
-1
/
+1
2008-08-29
check if the number of buddies/activities to add/remove is not zero
Guillaume Desmottes
1
-2
/
+13
2008-08-29
olpc-view: move creation of all the hash tables to the constructor
Guillaume Desmottes
1
-6
/
+6
2008-08-29
olpc-view: wrap big lines
Guillaume Desmottes
1
-6
/
+8
2008-08-29
gabble_olpc_view_get_buddy_activities: explain in which case we could have a ...
Guillaume Desmottes
1
-1
/
+8
2008-08-29
emit the BuddyInfo.ActivitiesChanged signal after View.BuddiesChanged so clie...
Guillaume Desmottes
1
-2
/
+16
2008-08-29
coding style fixes
Guillaume Desmottes
1
-1
/
+1
2008-08-29
olpc-view: fix headers
Guillaume Desmottes
1
-1
/
+0
2008-08-29
claims buddies left their activities when the view is closed
Guillaume Desmottes
1
-0
/
+19
2008-08-29
fire BuddyInfo.ActivitiesChanged when activity views are changed
Guillaume Desmottes
1
-1
/
+23
2008-08-29
manage "buddy left activity" message from Gadget
Guillaume Desmottes
1
-0
/
+43
2008-08-29
olpc-view: add gabble_olpc_view_get_buddy_activities
Guillaume Desmottes
1
-0
/
+43
2008-08-29
remove buddies from view when they left all their activities
Guillaume Desmottes
1
-13
/
+92
2008-08-29
remove activity from existing views
Guillaume Desmottes
1
-0
/
+38
2008-08-29
change View spec to return the ID and the room of activities instead of just ...
Guillaume Desmottes
1
-14
/
+36
2008-08-29
olpc-view: store GabbleOlpcActivity objects instead of just the handles
Guillaume Desmottes
1
-15
/
+23
2008-08-29
move view-activity features to view
Guillaume Desmottes
1
-7
/
+75
2008-08-29
coding style fix
Guillaume Desmottes
1
-2
/
+2
2008-08-29
re-implement buddy view features to the generic view object
Guillaume Desmottes
1
-0
/
+462