index
:
~smcv/telepathy-glib
016-async-ownership
asv
beforemerge
cm-debug-68390
codegen-tmpfile
disconnect-api-45459
dup-new-channels-52011
filtration
gdb
gdbus
gdbus-object
gdbus-object2
gdbus-prep2
gdbus-prep3
gdbus-properties
gdbus-properties2
gdbus2
gdbus3
gdk3
introspectable
master
merge-tp-fs
meta-header-more
names
new-interfaces
next
next-abi
next-after-gdbus
next-decore
next-del-deprecated
next-docs-49338
next-factory
next-gdbus
next-gvariant1
next-merge-logger
next-misc
next-privatize
next-tap
next-trivia
no-tmpnam-68350
py3k-codegen-56758
rm-dbus-glib-properties1
seal
seal-more
self-handle-changed
spec
telepathy-glib-0.18
telepathy-glib-0.20
trivia
variant
wip-better-assertions
wip-exportable
wip-gdbus-all
wip-gdbus-object
wip-gdbus2
wip-gdbus3
wip-gdbus4
wip-introspectable-connection
wip-next-api-review
wip-next-divisive
wip-next-gdbus
wip-next-gvariant-calls
wip-older-api
wip-presence-mixin
wip-run-until-prepared
wip-seal
wip-valgrind
wip-weak-ref
Unnamed repository; edit this file to name it for gitweb.
smcv
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-05-01
Move TpDebugClient generated code to cli-misc.[ch] and don't document it
next-trivia
Simon McVittie
5
-8
/
+7
2012-05-01
_tp_dbus_starter_bus_conn: remove
Simon McVittie
3
-17
/
+1
2012-04-30
Merge branch 'master' into next
Simon McVittie
12
-49
/
+1178
2012-04-30
NEWS
Simon McVittie
1
-5
/
+41
2012-04-30
Don't (visibly) document ROOM-based Call channels yet
Simon McVittie
1
-0
/
+2
2012-04-30
Format bullet lists correctly
Simon McVittie
1
-6
/
+6
2012-04-30
Test tp_account_channel_request_set_file_transfer_description etc.
Simon McVittie
1
-0
/
+63
2012-04-30
tp_account_channel_request_set_file_transfer_description etc.: add
Simon McVittie
3
-0
/
+176
2012-04-30
Add and test functions to check for particular file transfer properties
Simon McVittie
4
-8
/
+309
2012-04-30
Test tp_account_channel_request_new_file_transfer
Simon McVittie
1
-6
/
+20
2012-04-30
tp_account_channel_request_new_file_transfer: add
Simon McVittie
3
-0
/
+73
2012-04-30
Test requesting audio and audio/video calls, and arbitrary properties
Simon McVittie
1
-16
/
+43
2012-04-30
tp_account_channel_request_new_audio_call, audio_video_call: add
Simon McVittie
4
-2
/
+142
2012-04-30
tp_account_channel_request_set_request_property: add
Simon McVittie
3
-0
/
+61
2012-04-30
TpAccountChannelRequest: test that properties get through to the request
Simon McVittie
3
-0
/
+50
2012-04-30
Test tp_account_channel_request_set_target_contact
Simon McVittie
1
-5
/
+10
2012-04-30
tp_tests_connection_run_until_contact_by_id: add
Simon McVittie
2
-0
/
+44
2012-04-30
Test tp_account_channel_request_new_text, tp_account_channel_request_set_targ...
Simon McVittie
1
-4
/
+3
2012-04-30
tp_account_channel_request_new_text, tp_account_channel_request_set_target_co...
Simon McVittie
4
-2
/
+137
2012-04-30
TpAccountChannelRequest: copy the hash table with a specific memory model
Simon McVittie
1
-1
/
+12
2012-04-30
Move Call1 Content/Stream client code to -dbus library
Simon McVittie
4
-7
/
+5
2012-04-30
Move dbus-glib GType stuff to -dbus library
Simon McVittie
3
-5
/
+7
2012-04-30
Move tp_cli_* to -dbus library
Simon McVittie
17
-43
/
+123
2012-04-30
codegen: inline type-checks into the generated header file
Simon McVittie
2
-16
/
+69
2012-04-30
Export tp_cli_channel_add_signals etc.
Simon McVittie
1
-1
/
+7
2012-04-30
Move some TpProxy functionality into the -core library
Simon McVittie
6
-79
/
+338
2012-04-30
Merge branch 'master' into next
Simon McVittie
30
-47
/
+2063
2012-04-30
Deprecate TpTextMixin
Xavier Claessens
5
-15
/
+78
2012-04-30
Do not use TpTextMixin for channel types that does not need it
Xavier Claessens
6
-18
/
+0
2012-04-30
simple-conn: rename priv->channels to priv->text_channels
Guillaume Desmottes
1
-6
/
+7
2012-04-30
simple-con: don't store the room list chan in priv->channels
Guillaume Desmottes
1
-12
/
+12
2012-04-30
room-list: rename get_listing() to is_listing()
Guillaume Desmottes
4
-7
/
+7
2012-04-30
room-list: rename 'got-rooms' signal to 'got-room'
Guillaume Desmottes
2
-7
/
+7
2012-04-30
fix room-list doc
Guillaume Desmottes
1
-2
/
+1
2012-04-30
room-info: rename hash to info
Guillaume Desmottes
1
-12
/
+12
2012-04-30
rename tp_room_info_get_members to get_members_count()
Guillaume Desmottes
4
-5
/
+5
2012-04-30
Fix TpRoomInfo doc
Guillaume Desmottes
1
-3
/
+3
2012-04-30
Fire the 'failed' signal when channel is invalidated
Guillaume Desmottes
2
-1
/
+63
2012-04-30
test ListRooms() failing
Guillaume Desmottes
2
-0
/
+43
2012-04-30
Make the start() API sync and report errors using a signal
Guillaume Desmottes
4
-65
/
+32
2012-04-30
Rename TpRoomListChannel to TpRoomList
Guillaume Desmottes
10
-208
/
+202
2012-04-30
TpRoomListChannel: hide the channel as an implementation detail
Guillaume Desmottes
6
-251
/
+365
2012-04-30
simple-channel-request: allow to create room list channels
Guillaume Desmottes
1
-4
/
+20
2012-04-30
simple-conn: add tp_tests_simple_connection_ensure_room_list_chan()
Guillaume Desmottes
2
-0
/
+54
2012-04-30
room-list-chan: implement close
Guillaume Desmottes
1
-0
/
+7
2012-04-30
Actually implement room listing
Guillaume Desmottes
4
-2
/
+171
2012-04-30
add TpRoomInfo
Guillaume Desmottes
7
-0
/
+459
2012-04-30
implement TP_ROOM_LIST_CHANNEL_FEATURE_LISTING
Guillaume Desmottes
4
-1
/
+232
2012-04-30
add test-room-list-channel
Guillaume Desmottes
2
-0
/
+160
2012-04-30
add TpTestsRoomListChan for tests
Guillaume Desmottes
3
-0
/
+216
[next]