summaryrefslogtreecommitdiff
path: root/src/olpc-buddy-view.c
Commit message (Expand)AuthorAgeFilesLines
* gabble_olpc_buddy_view_constructor: remove useless priv pointerGuillaume Desmottes2009-03-181-4/+0
* OLPC views: simplify access to private data structSimon McVittie2009-03-031-11/+6
* GabbleOLPC*: use G_PARAM_STATIC_STRINGSSimon McVittie2008-11-051-4/+2
* Implement multi criterias buddy view requestsGuillaume Desmottes2008-10-161-39/+21
* always put the size attribute in view requestsGuillaume Desmottes2008-10-161-0/+2
* new buddy random view protocolGuillaume Desmottes2008-10-161-3/+1
* InitiatorHandle, InitiatorID and Requested are not in FUTUR anymoreGuillaume Desmottes2008-10-161-3/+3
* change node name of buddy/activity view to OLPC_Channel_Type_{Buddy,Activity}...Guillaume Desmottes2008-10-161-5/+5
* wrap big linesGuillaume Desmottes2008-10-161-1/+2
* {buddy,activity}-view: remove FIXME as, after checking, the current design ma...Guillaume Desmottes2008-10-161-1/+0
* use a public astract _send_request method instead of a private abstract _crea...Guillaume Desmottes2008-10-161-4/+38
* define the ChannelType in the concrete view classGuillaume Desmottes2008-10-161-0/+11
* buddy-view: free the properties and alias when finalizingGuillaume Desmottes2008-10-161-0/+14
* buddy-view: no need to define manually the object pathGuillaume Desmottes2008-10-161-2/+0
* Implement channel-properties in buddy-viewGuillaume Desmottes2008-10-161-3/+5
* buddy-view: implement its D-Bus propertiesGuillaume Desmottes2008-10-161-6/+0
* move most of the view code to a OlpcView abstract classGuillaume Desmottes2008-10-161-1006/+131
* Turn view object into a channel. Move BuddyView code from conn-olpc to olpc-b...Guillaume Desmottes2008-10-161-160/+545
* rename olpc-view to olpc-buddy-view and comment broken code to make it buildGuillaume Desmottes2008-10-161-0/+857
* re-implement buddy view features to the generic view objectGuillaume Desmottes2008-08-291-439/+0
* tp_handle_set_to_array doesn't guarantee any order so we shouldn't rely on it...Guillaume Desmottes2008-08-291-11/+11
* BuddyInfo.GetProperties now find properties from viewsGuillaume Desmottes2008-08-291-1/+77
* remove buddies from existing viewsGuillaume Desmottes2008-08-291-0/+15
* add olpc-buddy-view.[ch]Guillaume Desmottes2008-08-291-0/+348