summaryrefslogtreecommitdiff
path: root/src/olpc-view.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-03OLPC views: simplify access to private data structSimon McVittie1-30/+17
2009-02-10Fix "use after free" from coverityAlban Crequy1-0/+1
2008-11-05GabbleOLPC*: use G_PARAM_STATIC_STRINGSSimon McVittie1-20/+10
2008-10-23call gabble_presence_cache_contacts_removed_from_olpc_view when view is closedGuillaume Desmottes1-0/+3
2008-10-23use presence interfaces to announce view buddies as online (first naive imple...Guillaume Desmottes1-2/+23
2008-10-16InitiatorHandle, InitiatorID and Requested are not in FUTUR anymoreGuillaume Desmottes1-12/+0
2008-10-16remove useless blank linesGuillaume Desmottes1-3/+0
2008-10-16olpc-view: return the right channel-type with GetChannelTypeGuillaume Desmottes1-2/+5
2008-10-16change node name of buddy/activity view to OLPC_Channel_Type_{Buddy,Activity}...Guillaume Desmottes1-1/+1
2008-10-16olpc-view: unify param declaration styleGuillaume Desmottes1-16/+6
2008-10-16add gabble_olpc_view_close public methodGuillaume Desmottes1-9/+15
2008-10-16olpc-view: fix methods nameGuillaume Desmottes1-16/+16
2008-10-16use a public astract _send_request method instead of a private abstract _crea...Guillaume Desmottes1-41/+1
2008-10-16move GABBLE_ARRAY_TYPE_HANDLE to olpc-view.hGuillaume Desmottes1-3/+0
2008-10-16define the ChannelType in the concrete view classGuillaume Desmottes1-2/+1
2008-10-16view: remove old commentsGuillaume Desmottes1-2/+0
2008-10-16Implement channel-properties in buddy-viewGuillaume Desmottes1-13/+1
2008-10-16move most of the view code to a OlpcView abstract classGuillaume Desmottes1-0/+1083
2008-10-16rename olpc-view to olpc-buddy-view and comment broken code to make it buildGuillaume Desmottes1-849/+0
2008-08-29conn-olpc: fire the Closed signal when views are closedGuillaume Desmottes1-1/+4
2008-08-29conn-olpc: factor out gabble_olpc_view_closeGuillaume Desmottes1-7/+19
2008-08-29gabble_olpc_view_buddies_left_activity: no need to check if removed is > 0 be...Guillaume Desmottes1-4/+1
2008-08-29olpc-view: fix typo in commentGuillaume Desmottes1-1/+1
2008-08-29check if the number of buddies/activities to add/remove is not zeroGuillaume Desmottes1-2/+13
2008-08-29olpc-view: move creation of all the hash tables to the constructorGuillaume Desmottes1-6/+6
2008-08-29olpc-view: wrap big linesGuillaume Desmottes1-6/+8
2008-08-29gabble_olpc_view_get_buddy_activities: explain in which case we could have a ...Guillaume Desmottes1-1/+8
2008-08-29emit the BuddyInfo.ActivitiesChanged signal after View.BuddiesChanged so clie...Guillaume Desmottes1-2/+16
2008-08-29coding style fixesGuillaume Desmottes1-1/+1
2008-08-29olpc-view: fix headersGuillaume Desmottes1-1/+0
2008-08-29claims buddies left their activities when the view is closedGuillaume Desmottes1-0/+19
2008-08-29fire BuddyInfo.ActivitiesChanged when activity views are changedGuillaume Desmottes1-1/+23
2008-08-29manage "buddy left activity" message from GadgetGuillaume Desmottes1-0/+43
2008-08-29olpc-view: add gabble_olpc_view_get_buddy_activitiesGuillaume Desmottes1-0/+43
2008-08-29remove buddies from view when they left all their activitiesGuillaume Desmottes1-13/+92
2008-08-29remove activity from existing viewsGuillaume Desmottes1-0/+38
2008-08-29change View spec to return the ID and the room of activities instead of just ...Guillaume Desmottes1-14/+36
2008-08-29olpc-view: store GabbleOlpcActivity objects instead of just the handlesGuillaume Desmottes1-15/+23
2008-08-29move view-activity features to viewGuillaume Desmottes1-7/+75
2008-08-29coding style fixGuillaume Desmottes1-2/+2
2008-08-29re-implement buddy view features to the generic view objectGuillaume Desmottes1-0/+462