index
:
gsoc2013-empathy
archive-integration
master
Google Summer of Code 2013 - GNOME - Archive Integration workspace
LAN-TW
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't ignore call events
Emilio Pozuelo Monfort
2011-06-09
1
-14
/
+23
*
AccountChooser: All -> All accounts
Emilio Pozuelo Monfort
2011-06-09
1
-1
/
+1
*
Add a empathy_account_chooser_has_all_selected
Emilio Pozuelo Monfort
2011-06-09
2
-0
/
+25
*
Fix typo
Emilio Pozuelo Monfort
2011-06-09
1
-1
/
+1
*
Merge branch 'call'
Emilio Pozuelo Monfort
2011-06-09
45
-294
/
+6536
|
\
|
*
Update .gitignore for the new files
Emilio Pozuelo Monfort
2011-06-09
2
-0
/
+2
|
*
Turn g_prints into DEBUGs
Emilio Pozuelo Monfort
2011-06-09
4
-9
/
+12
|
*
Build fix
Emilio Pozuelo Monfort
2011-06-09
1
-1
/
+1
|
*
Set 'Empathy' as program class in empathy-call
Emilio Pozuelo Monfort
2011-06-09
1
-0
/
+2
|
*
Port empathy-call to GtkApplication
Emilio Pozuelo Monfort
2011-06-09
1
-66
/
+46
|
*
CallWindow: properly track the dialpad status again
Emilio Pozuelo Monfort
2011-06-09
1
-7
/
+3
|
*
EvSidebar: add a changed signal
Emilio Pozuelo Monfort
2011-06-09
1
-0
/
+16
|
*
call-window: Put the details vbox in a scroll window
Guillaume Desmottes
2011-06-09
1
-2
/
+9
|
*
Adapt to EmpathySidebar -> EvSidebar
Emilio Pozuelo Monfort
2011-06-09
2
-13
/
+12
|
*
Change the page before showing the sidebar
Emilio Pozuelo Monfort
2011-06-09
1
-3
/
+3
|
*
Factor out the block/set/unblock code
Emilio Pozuelo Monfort
2011-06-09
1
-14
/
+16
|
*
Disable the dialpad when the call ends
Emilio Pozuelo Monfort
2011-06-09
1
-0
/
+1
|
*
Make it a toggle button
Emilio Pozuelo Monfort
2011-06-09
2
-8
/
+55
|
*
CallWindow: add a dialpad menu entry
Emilio Pozuelo Monfort
2011-06-09
2
-0
/
+25
|
*
Clear audio_output when the call ends
Emilio Pozuelo Monfort
2011-06-09
1
-0
/
+5
|
*
CallWindow: show 'On hold' in the statusbar when appropriate
Emilio Pozuelo Monfort
2011-06-09
1
-3
/
+38
|
*
Directly call the callback if we're ready
Emilio Pozuelo Monfort
2011-06-09
1
-8
/
+1
|
*
Implement empathy_call_handler_start_call() for redialing
Emilio Pozuelo Monfort
2011-06-09
1
-12
/
+18
|
*
CallHandler: move on_call_accepted_cb() around
Emilio Pozuelo Monfort
2011-06-09
1
-15
/
+15
|
*
CallHandler: emit signal with the correct parameters
Emilio Pozuelo Monfort
2011-06-09
1
-1
/
+2
|
*
Remove empathy_call_factory_new_call_with_streams
Emilio Pozuelo Monfort
2011-06-09
2
-58
/
+0
|
*
Correct the interface names used in Empathy.Call.client
Sjoerd Simons
2011-06-09
1
-5
/
+5
|
*
Keep a persistent source video tee around
Sjoerd Simons
2011-06-09
1
-23
/
+15
|
*
Don't build a shared telepathy-yell
Emilio Pozuelo Monfort
2011-06-09
1
-0
/
+3
|
*
Include yell before anything else
Emilio Pozuelo Monfort
2011-06-09
1
-1
/
+1
|
*
Minimize the scope in which we use TpyCallChannel
Sjoerd Simons
2011-06-09
1
-6
/
+7
|
*
Prepare the video input pipeline when there is an initial content
Sjoerd Simons
2011-06-09
1
-5
/
+17
|
*
Wait for the channel to be ready before handling it
Sjoerd Simons
2011-06-09
1
-8
/
+43
|
*
Use a new id for accepting without video
Sjoerd Simons
2011-06-09
1
-1
/
+1
|
*
Also add Answer with video to the notification dialogs
Sjoerd Simons
2011-06-09
3
-1
/
+36
|
*
Add Answer with video to the default dialogs
Sjoerd Simons
2011-06-09
1
-9
/
+29
|
*
Follow the sending state of the channel to determine whether we should send v...
Sjoerd Simons
2011-06-09
1
-8
/
+14
|
*
When the remote side hangs up, clean up the call channel
Sjoerd Simons
2011-06-09
1
-2
/
+9
|
*
Cope with unexpected call channel invalidation
Sjoerd Simons
2011-06-09
1
-0
/
+20
|
*
Use modern private structure handling
Sjoerd Simons
2011-06-09
2
-3
/
+4
|
*
Correct Call channel refcounting
Sjoerd Simons
2011-06-09
1
-4
/
+1
|
*
Don't start the Call when the streams start
Emilio Pozuelo Monfort
2011-06-09
2
-13
/
+24
|
*
client file channel file should be Call.DRAFT
Sjoerd Simons
2011-06-09
1
-3
/
+3
|
*
Add depend on new GStreamer for gst_element_request_pad
Sjoerd Simons
2011-06-09
1
-1
/
+2
|
*
Reject approval if call was hung up during approval
Sjoerd Simons
2011-06-09
1
-2
/
+27
|
*
Only distroy the video output if it exists
Sjoerd Simons
2011-06-09
1
-1
/
+2
|
*
Monitor the call state and close the channel when it ends
Sjoerd Simons
2011-06-09
1
-0
/
+17
|
*
Lock the hash table contents when using them
Sjoerd Simons
2011-06-09
1
-1
/
+23
|
*
Ensure our bin doesn't change state before being in the hash table
Sjoerd Simons
2011-06-09
1
-2
/
+10
|
*
Remove live-adder
Sjoerd Simons
2011-06-09
2
-205
/
+30
|
*
Implement request pads for multiple sinks
Sjoerd Simons
2011-06-09
2
-46
/
+230
|
*
Keep a ref to our handler instance
Sjoerd Simons
2011-06-09
1
-1
/
+1
|
*
More consistent naming of the call handler option
Sjoerd Simons
2011-06-09
1
-2
/
+3
|
*
make the dots consistent
Sjoerd Simons
2011-06-09
1
-1
/
+1
|
*
auto-detect the presence of farsight
Sjoerd Simons
2011-06-09
1
-3
/
+14
|
*
No need to borrow the connection, it gets passed to us
Sjoerd Simons
2011-06-09
1
-1
/
+0
|
*
Trivial coding style fix (>80 chars)
Sjoerd Simons
2011-06-09
1
-1
/
+2
|
*
Retrieve the contact for incoming calls so we can display it
Sjoerd Simons
2011-06-09
1
-3
/
+24
|
*
Stop ringing after approving a Channel.Type.Call channel
Sjoerd Simons
2011-06-09
1
-1
/
+2
|
*
event-manager Remove HAVE_CALL ifdefs, even if we didn't build the handler we...
Sjoerd Simons
2011-06-09
1
-15
/
+1
|
*
Close call channels after hanging up
Sjoerd Simons
2011-06-09
1
-0
/
+1
|
*
Explicitely use the libtelepathy-yell .la file for dependency tracking
Sjoerd Simons
2011-06-09
1
-1
/
+1
|
*
Remove stray debug
Sjoerd Simons
2011-06-09
1
-9
/
+1
|
*
Only change the UI in the main thread
Sjoerd Simons
2011-06-09
1
-2
/
+11
|
*
Use target-contact instead of members
Sjoerd Simons
2011-06-09
1
-56
/
+18
|
*
Move to using ->priv pointer in the object instance
Sjoerd Simons
2011-06-09
2
-7
/
+7
|
*
coding style trivia
Sjoerd Simons
2011-06-09
1
-3
/
+6
|
*
Add TargetContact property that's guaranteed to exist on CallHandler
Sjoerd Simons
2011-06-09
3
-8
/
+51
|
*
Recognize Call channel capabilities
Sjoerd Simons
2011-06-09
1
-0
/
+24
|
*
Don't use wildcards for just one marshal file
Sjoerd Simons
2011-06-09
1
-4
/
+4
|
*
Add a .client and a .service file for empathy-call
Emilio Pozuelo Monfort
2011-06-09
3
-2
/
+31
|
*
Check for TP_ERROR_EMERGENCY_CALLS_NOT_SUPPORTED when a call fails
Emilio Pozuelo Monfort
2011-06-09
1
-0
/
+2
|
*
Add missing files to POTFILES.in
Emilio Pozuelo Monfort
2011-06-09
1
-0
/
+3
|
*
Return meaningful errors when starting a call fails
Emilio Pozuelo Monfort
2011-06-09
1
-1
/
+22
|
*
empathy_call_new_with_streams: prefer StreamedMedia over Call
Emilio Pozuelo Monfort
2011-06-09
1
-15
/
+15
|
*
Always build telepathy-yell and handle Call channels
Emilio Pozuelo Monfort
2011-06-09
5
-42
/
+6
|
*
Show an error dialog if starting a call fails
Emilio Pozuelo Monfort
2011-06-09
1
-1
/
+25
|
*
Don't require EmpathyContacts to start a call
Emilio Pozuelo Monfort
2011-06-09
7
-64
/
+30
|
*
Move empathy_call_* util functions to libempathy-gtk
Emilio Pozuelo Monfort
2011-06-09
10
-145
/
+229
|
*
Initialize GObject
Emilio Pozuelo Monfort
2011-06-09
1
-1
/
+1
|
*
Temporarily disable some code
Emilio Pozuelo Monfort
2011-06-09
1
-2
/
+5
|
*
Call: check for priv->members to enable the video button
Emilio Pozuelo Monfort
2011-06-09
1
-1
/
+1
|
*
Use the new empathy_call_create_call_request thoroughly
Emilio Pozuelo Monfort
2011-06-09
3
-25
/
+2
|
*
Don't use tpy_call_channel_is_receiving_video
Emilio Pozuelo Monfort
2011-06-09
1
-34
/
+2
|
*
Don't use tpy_call_channel_is_sending_video
Emilio Pozuelo Monfort
2011-06-09
1
-2
/
+2
|
*
Use EMPATHY_CALL_BUS_NAME_SUFFIX instead of the literal
Emilio Pozuelo Monfort
2011-06-09
1
-1
/
+2
|
*
empathy_call_new_with_streams: start Calls when we support them
Emilio Pozuelo Monfort
2011-06-09
2
-15
/
+92
|
*
Define EMPATHY_CALL_BUS_NAME{,_SUFFIX}
Emilio Pozuelo Monfort
2011-06-09
1
-0
/
+3
|
*
Initialize telepathy-yell
Emilio Pozuelo Monfort
2011-06-08
1
-0
/
+6
|
*
Show notifications for Calls
Emilio Pozuelo Monfort
2011-06-08
1
-0
/
+3
|
*
Build an empathy-call binary when we have Call support
Emilio Pozuelo Monfort
2011-06-08
3
-1
/
+41
|
*
EmpathyEventManager: handle Call channels
Emilio Pozuelo Monfort
2011-06-08
2
-4
/
+87
|
*
Teach EmpathyChannelFactory how to create Call channels
Emilio Pozuelo Monfort
2011-06-08
2
-0
/
+15
|
*
NewCallDialog: support Calls
Emilio Pozuelo Monfort
2011-06-08
2
-36
/
+43
|
*
Add empathy-call
Emilio Pozuelo Monfort
2011-06-08
1
-0
/
+195
|
*
Add an EmpathyCallWindowFullscreen class
Emilio Pozuelo Monfort
2011-06-08
2
-0
/
+386
|
*
Add an EmpathyCallWindow class
Emilio Pozuelo Monfort
2011-06-08
2
-0
/
+3375
|
*
Add an EmpathyCallHandler class
Emilio Pozuelo Monfort
2011-06-08
2
-0
/
+1119
|
*
Add an EmpathyCallFactory class
Emilio Pozuelo Monfort
2011-06-08
2
-0
/
+411
|
*
Check for telepathy-yell if requested
Emilio Pozuelo Monfort
2011-06-08
2
-1
/
+30
|
*
Add telepathy-yell as a submodule
Emilio Pozuelo Monfort
2011-06-08
2
-0
/
+3
|
*
Add ax_config_dir from audacity
Emilio Pozuelo Monfort
2011-06-08
1
-0
/
+109
*
|
Updated Spanish translation
Jorge González
2011-06-09
1
-313
/
+327
*
|
Check we actually have a part #1 before requesting it
Danielle Madeley
2011-06-08
1
-1
/
+1
*
|
Merge branch 'sms-651242'
Guillaume Desmottes
2011-06-08
4
-81
/
+4
|
\
\
|
*
|
Use tp-glib SMS high level API (#651242)
Guillaume Desmottes
2011-06-01
4
-81
/
+4
*
|
|
use geocode-glib instead of geoclue
Guillaume Desmottes
2011-06-08
1
-118
/
+28
*
|
|
add an optional dep on geocode-glib
Guillaume Desmottes
2011-06-08
3
-0
/
+34
*
|
|
individual-view: always display individuals having pending events (#651913)
Guillaume Desmottes
2011-06-08
1
-3
/
+11
*
|
|
individual-store: keep track of the number of events associated with each row
Guillaume Desmottes
2011-06-08
3
-0
/
+86
|
|
/
|
/
|
*
|
Updated Hebrew translation.
Yaron Shahrabani
2011-06-08
1
-208
/
+218
*
|
Updated Esperanto translation
Kristjan SCHMIDT
2011-06-08
1
-442
/
+510
*
|
Adium: Let user select theme variant in preferences
Xavier Claessens
2011-06-07
7
-185
/
+482
*
|
main_window_flash_foreach: fix FolksIndividual leak
Guillaume Desmottes
2011-06-07
1
-4
/
+3
*
|
coding style tweak
Guillaume Desmottes
2011-06-07
1
-2
/
+1
*
|
Updated Norwegian bokmål translation
Kjartan Maraas
2011-06-07
1
-441
/
+552
*
|
account-widget: use tp_g_signal_connect_object to connect on the password-ret...
Guillaume Desmottes
2011-06-07
1
-2
/
+2
*
|
Require Folks 0.5.1 for the API updates.
Travis Reitter
2011-06-07
1
-1
/
+1
*
|
Only retrieve server-stored groups for Individuals with TpContacts.
Travis Reitter
2011-06-07
1
-12
/
+13
*
|
Adapt to API change in FolksIndividual::personas-changed.
Travis Reitter
2011-06-07
2
-15
/
+52
*
|
Adapt to API change in FolksIndividualAggregator::individuals-changed.
Travis Reitter
2011-06-07
1
-9
/
+22
*
|
Adapt to API change in folks_group_details_get_groups().
Travis Reitter
2011-06-07
2
-10
/
+18
*
|
Change the type of EmpathyContact.priv.groups to GeeHashSet.
Travis Reitter
2011-06-07
1
-9
/
+7
*
|
Adapt to API change in folks_backend_get_persona_stores().
Travis Reitter
2011-06-07
2
-10
/
+11
*
|
Adapt to API change in FolksIndividual constructor.
Travis Reitter
2011-06-07
1
-3
/
+10
*
|
Adapt to API break in folks_individual_get_personas.
Travis Reitter
2011-06-07
17
-332
/
+573
*
|
Don't conflate TpfPersona and FolksPersona.
Travis Reitter
2011-06-07
2
-9
/
+9
*
|
Don't shadow the global definition of 'log'.
Travis Reitter
2011-06-07
1
-3
/
+3
*
|
Updated Galician translations
Fran Diéguez
2011-06-06
1
-224
/
+270
*
|
Updated Hebrew translation.
Yaron Shahrabani
2011-06-04
1
-214
/
+259
*
|
invite-participant-dialog: add temporary individuals when searching
Guillaume Desmottes
2011-06-01
1
-0
/
+141
*
|
export individual_store_add_individual_and_connect and individual_store_remov...
Guillaume Desmottes
2011-06-01
2
-2
/
+9
|
/
*
empathy_avatar_new: stop stealing strings (#650939)
Guillaume Desmottes
2011-06-01
3
-29
/
+34
*
remove useless callback
Guillaume Desmottes
2011-06-01
1
-11
/
+0
*
avatar-chooser: replace finalize by dispose
Guillaume Desmottes
2011-06-01
1
-6
/
+4
*
avatar-chooser: port to TP coding style
Guillaume Desmottes
2011-06-01
2
-837
/
+899
*
re-order functions so we can get rid of their declarations
Guillaume Desmottes
2011-06-01
1
-276
/
+240
*
avatar-chooser: use tp_clear_*
Guillaume Desmottes
2011-06-01
1
-15
/
+5
*
avatar-chooser: use the self->priv pattern
Guillaume Desmottes
2011-06-01
2
-126
/
+110
*
Use tp-glib Balance high level API (#651238)
Guillaume Desmottes
2011-06-01
1
-54
/
+26
*
allow user to search for contacts using their full identifier
Guillaume Desmottes
2011-06-01
4
-7
/
+27
*
empathy_individual_view_get_individual_menu: don't create a menu if we don't ...
Guillaume Desmottes
2011-06-01
1
-0
/
+4
*
Merge branch 'speedup-protocol-chooser'
Sjoerd Simons
2011-06-01
2
-8
/
+9
|
\
|
*
Use pixbuf for PixbufCellRenderer in protocol chooser
Sjoerd Simons
2011-05-30
1
-4
/
+9
|
*
Don't set priv when it's not used
Sjoerd Simons
2011-05-29
1
-4
/
+0
*
|
invite-participant-dialog: add an entry searching the contact list
Guillaume Desmottes
2011-05-31
1
-1
/
+39
*
|
view_selection_changed_cb: don't unref NULL individual
Guillaume Desmottes
2011-05-31
1
-1
/
+1
*
|
factor out empathy_individual_match_words()
Guillaume Desmottes
2011-05-31
4
-33
/
+48
*
|
live-search: export few more functions
Guillaume Desmottes
2011-05-31
2
-8
/
+22
*
|
add empathy_individual_view_refilter()
Guillaume Desmottes
2011-05-31
2
-0
/
+10
*
|
Chatrooms: Make text input view sensitive on successful password entry
Chandni Verma
2011-05-30
1
-0
/
+1
*
|
use tp_channel_dispatch_operation_claim_async() (#650386)
Guillaume Desmottes
2011-05-30
3
-11
/
+16
*
|
bump tp-glib dep to 0.15.1
Guillaume Desmottes
2011-05-30
1
-1
/
+1
*
|
[l10n]Updated Catalan (Valencian) translation
Carles Ferrando
2011-05-29
1
-993
/
+1384
|
/
*
Updated Spanish translation
Daniel Mustieles
2011-05-27
1
-98
/
+106
*
don't build avatar_chooser_set_avatar_from_pixbuf if building without cheese
Guillaume Desmottes
2011-05-27
1
-1
/
+2
*
Adium: Convert NSDateFormatter to strftime
Xavier Claessens
2011-05-27
1
-6
/
+149
*
Stop live search when main window gets hidden
Xavier Claessens
2011-05-26
1
-3
/
+8
*
Stop dealing with iconification of main window, just hide/present it
Xavier Claessens
2011-05-26
3
-60
/
+4
*
Do not show the main window when creating it, it will be presented if not sta...
Xavier Claessens
2011-05-26
1
-1
/
+0
*
Do not present chat window from empathy_chat_window_get_default()
Xavier Claessens
2011-05-26
1
-18
/
+0
*
libempathy-gtk: avatar chooser from cheese (#521747)
Raluca Elena Podiuc
2011-05-26
1
-7
/
+98
*
libempathy-gtk: add dependency on libcheese
Raluca Elena Podiuc
2011-05-26
2
-0
/
+22
*
main_window_connection_changed_cb: still need the priv pointer
Guillaume Desmottes
2011-05-26
1
-0
/
+2
*
Remove the balance action when an account is removed
Danielle Madeley
2011-05-26
1
-38
/
+48
*
Reopen tabs as SMS channels when appropriate
Emilio Pozuelo Monfort
2011-05-25
1
-0
/
+4
*
Merge remote-tracking branch 'glassrose/make-favorite-room-names-more-detaile...
Guillaume Desmottes
2011-05-25
1
-2
/
+8
|
\
|
*
Attach account name information along with the chatroom names in main window ...
Chandni Verma
2011-05-08
1
-2
/
+8
*
|
use tp_text_channel_set_chat_state_async() directly
Guillaume Desmottes
2011-05-25
3
-27
/
+31
*
|
tp_chat_dispose: use tp_clear_object()
Guillaume Desmottes
2011-05-25
1
-14
/
+2
*
|
clear_chatrooms: prevent destroying the list twice
Guillaume Desmottes
2011-05-25
1
-4
/
+11
*
|
EmpathyTpChat: get rid of the destroy signal
Guillaume Desmottes
2011-05-25
3
-50
/
+15
*
|
event-manager: look for existing messages when approving
Guillaume Desmottes
2011-05-25
1
-0
/
+9
*
|
EmpathyTpChat: Use a READY property instead of our own ready code
Guillaume Desmottes
2011-05-25
4
-213
/
+205
*
|
remove empathy_tp_chat_get_connection and priv->connection
Guillaume Desmottes
2011-05-25
5
-30
/
+27
*
|
EmpathyTpChat: inherit from TpTextChannel (#650554)
Guillaume Desmottes
2011-05-25
9
-151
/
+125
*
|
tp-chat: use the self->priv pattern
Guillaume Desmottes
2011-05-25
2
-387
/
+317
*
|
Use the EmpathyChannelFactory with all components creating EmpathyTpChat
Guillaume Desmottes
2011-05-25
3
-0
/
+25
*
|
rename message-received signal to message-received-empathy
Guillaume Desmottes
2011-05-25
3
-3
/
+3
*
|
tp-chat: rename chat-state-changed to chat-state-changed-empathy
Guillaume Desmottes
2011-05-25
2
-2
/
+2
*
|
Updated Spanish translation
Daniel Mustieles
2011-05-24
1
-128
/
+127
*
|
cell-renderer-expander: fix rendering with GTK+3
Cosimo Cecchi
2011-05-23
1
-2
/
+8
*
|
account-widget-yahoo: fix expand/fill settings (#650854)
Guillaume Desmottes
2011-05-23
1
-2
/
+6
*
|
account-widget-sip: fix expand/fill settings (#650854)
Guillaume Desmottes
2011-05-23
1
-0
/
+6
*
|
account-widget-icq: fix expand/fill settings (#650854)
Guillaume Desmottes
2011-05-23
1
-0
/
+4
*
|
account-widget-groupwise: fix expand/fill settings (#650854)
Guillaume Desmottes
2011-05-23
1
-0
/
+6
*
|
account-widget-aim: fix expand/fill settings (#650854)
Guillaume Desmottes
2011-05-23
1
-0
/
+4
*
|
account-widget-msn: fix expand/fill settings (#650854)
Guillaume Desmottes
2011-05-23
1
-2
/
+8
*
|
empathy_account_widget_setup_widget: unsensitive unsupported param (#650846)
Guillaume Desmottes
2011-05-23
1
-0
/
+3
*
|
add empathy_account_settings_param_is_supported()
Guillaume Desmottes
2011-05-23
2
-0
/
+13
*
|
account-widget-sip: add ignore-tls-errors param (#650844)
Guillaume Desmottes
2011-05-23
2
-0
/
+21
*
|
live-search: fix keyboard navigation using Space (#632787)
Guillaume Desmottes
2011-05-20
1
-5
/
+7
*
|
live-search:fix keyboard navigation using PageUp/PageDown (#632787)
Guillaume Desmottes
2011-05-20
1
-4
/
+7
*
|
live-search: fix keyboard navigation using Home/End (#632787)
Guillaume Desmottes
2011-05-20
1
-0
/
+18
*
|
factor out fire_key_navigation_sig()
Guillaume Desmottes
2011-05-20
1
-3
/
+11
*
|
Always forward to the view keynav events, since we get them only if they are ...
Xavier Claessens
2011-05-20
2
-22
/
+12
*
|
LiveSearch: we don't want to emit keynav signal on left/right since those are...
Xavier Claessens
2011-05-20
1
-2
/
+1
*
|
Squash some set-but-unused variables
Colin Walters
2011-05-19
1
-4
/
+0
*
|
Merge branch 'LOLOOOLOLOLOLLLOLLLOLOLLL'
Jonny Lamb
2011-05-18
4
-9
/
+20
|
\
\
|
*
|
chat-manager: pass user action time of DBus to show the closed tab
Jonny Lamb
2011-05-18
4
-9
/
+20
*
|
|
use g_list_free_full()
Guillaume Desmottes
2011-05-18
1
-2
/
+1
*
|
|
filter_func: don't leak individual
Guillaume Desmottes
2011-05-18
1
-3
/
+6
*
|
|
coding style fixes
Guillaume Desmottes
2011-05-18
1
-9
/
+8
*
|
|
invite-participant-dialog: set a default height so a few contacts are displayed
Guillaume Desmottes
2011-05-18
1
-0
/
+3
*
|
|
invite-participant-dialog: add a scrolled window
Guillaume Desmottes
2011-05-18
1
-2
/
+7
*
|
|
add some padding
Guillaume Desmottes
2011-05-18
1
-2
/
+2
*
|
|
invite-participant-dialog: filter out contacts already in the chat
Guillaume Desmottes
2011-05-18
1
-1
/
+32
*
|
|
invite-participant-dialog: display only contacts on the right Connection
Guillaume Desmottes
2011-05-18
1
-23
/
+68
*
|
|
individual-view: add API to define our own filter function
Guillaume Desmottes
2011-05-18
2
-0
/
+21
*
|
|
invite-dialog: display a individual view rather than forcing user to type the...
Guillaume Desmottes
2011-05-18
3
-45
/
+204
|
/
/
*
|
Merge branch 'undo-close-tab'
Jonny Lamb
2011-05-18
5
-6
/
+107
|
\
\
|
*
|
chat-manager: use EMPATHY_CHAT_BUS_NAME
Jonny Lamb
2011-05-18
1
-1
/
+1
|
*
|
chat-manager: don't leak proxy
Jonny Lamb
2011-05-18
1
-0
/
+1
|
*
|
main-window: call the remote UndoClosedTab
Jonny Lamb
2011-05-16
1
-5
/
+1
|
*
|
chat-manager: expose UndoClosedChat over DBus
Jonny Lamb
2011-05-16
2
-1
/
+73
|
*
|
extensions: add ChatManager extension
Jonny Lamb
2011-05-16
2
-0
/
+32
*
|
|
Merge branch 'remember-my-message-yo'
Jonny Lamb
2011-05-18
3
-0
/
+89
|
\
\
\
|
*
|
|
chat-manager: clarify ownership of messages hash table
Jonny Lamb
2011-05-18
1
-1
/
+3
|
*
|
|
chat-manager: s/null/NULL/
Jonny Lamb
2011-05-18
1
-1
/
+1
|
*
|
|
chat-manager: add missing free
Jonny Lamb
2011-05-18
1
-0
/
+1
|
*
|
|
chat: rename get to dup
Jonny Lamb
2011-05-18
3
-3
/
+3
|
*
|
|
chat-manager: keep a hash table with messages left when the chat closed
Jonny Lamb
2011-05-16
1
-0
/
+59
|
*
|
|
chat: add {get,set}_text methods
Jonny Lamb
2011-05-16
2
-0
/
+27
*
|
|
|
Merge branch 'ack'
Jonny Lamb
2011-05-17
8
-106
/
+296
|
\
\
\
\
|
*
|
|
|
adium: set has_unread_message to FALSE when we think we've cleared them all
Jonny Lamb
2011-05-17
1
-0
/
+2
|
*
|
|
|
tp-chat: don't assert on not finding message
Jonny Lamb
2011-05-16
1
-1
/
+3
|
*
|
|
|
adium: add comment explaining why we add x-empathy-mesage-id-*
Jonny Lamb
2011-05-13
1
-1
/
+5
|
*
|
|
|
tp-chat: call acknowledge_message(s) directly
Jonny Lamb
2011-05-13
1
-17
/
+6
|
*
|
|
|
tp-chat: rename signal to message-acknowledged
Jonny Lamb
2011-05-13
2
-10
/
+10
|
*
|
|
|
chat: ::notify for all changes to unread messages
Jonny Lamb
2011-05-13
1
-0
/
+1
|
*
|
|
|
chat: call acknowledge_message on the chat view when it happens
Jonny Lamb
2011-05-13
1
-0
/
+3
|
*
|
|
|
adium: implement acknowledge_message to remove unread marker
Jonny Lamb
2011-05-13
1
-2
/
+86
|
*
|
|
|
chat: don't toggle visibility of the chat view on marking messages read
Jonny Lamb
2011-05-13
1
-3
/
+1
|
*
|
|
|
chat-view: add message_acknowledged vfunc
Jonny Lamb
2011-05-13
2
-0
/
+15
|
*
|
|
|
tp-chat: give ::pending-message-removed the message
Jonny Lamb
2011-05-13
2
-4
/
+5
|
*
|
|
|
adium: split removing unread markers into two functions
Jonny Lamb
2011-05-13
1
-26
/
+34
|
*
|
|
|
adium: set x-empathy-message-id class in messageStyles
Jonny Lamb
2011-05-13
1
-0
/
+11
|
*
|
|
|
chat-window: also update chat window title when the chat updates
Jonny Lamb
2011-05-13
1
-0
/
+6
|
*
|
|
|
chat-window: update tab when nb-unread-messages changes
Jonny Lamb
2011-05-13
1
-0
/
+3
|
*
|
|
|
chat: make nb_unread_messages incoming only
Jonny Lamb
2011-05-13
1
-2
/
+32
|
*
|
|
|
tp-chat: add pending-message-removed signal
Jonny Lamb
2011-05-12
1
-0
/
+13
|
*
|
|
|
tp-chat: use ::pending-message-removed to update our pending queue
Jonny Lamb
2011-05-12
1
-20
/
+34
|
*
|
|
|
message: stop storing pending-message-id
Jonny Lamb
2011-05-12
2
-23
/
+0
|
*
|
|
|
tp-chat: acknowledge messages using TpTextChannel API
Jonny Lamb
2011-05-12
1
-25
/
+18
|
*
|
|
|
message: store the TpMessage when created with one
Jonny Lamb
2011-05-12
2
-0
/
+36
*
|
|
|
|
Updated Spanish translation
Daniel Mustieles
2011-05-17
1
-141
/
+179
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
Merge branch 'more-contact-info'
Will Thompson
2011-05-16
4
-39
/
+267
|
\
\
\
\
|
*
|
|
|
Add a /whois command.
Will Thompson
2011-05-16
1
-0
/
+82
|
*
|
|
|
ContactWidget: expose IRC presence information
Will Thompson
2011-05-16
1
-0
/
+14
|
*
|
|
|
ContactWidget: support IRC server and host info
Will Thompson
2011-05-16
1
-0
/
+14
[next]