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
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
event-manager: we don't use the dispatcher any more
Guillaume Desmottes
2010-08-13
1
-4
/
+0
*
tp-call: add account property
Guillaume Desmottes
2010-08-12
1
-1
/
+1
*
tp-chat: add 'account' property
Guillaume Desmottes
2010-08-12
2
-2
/
+2
*
remove empathy-dispatch-operation
Guillaume Desmottes
2010-08-11
1
-1
/
+0
*
empathy_dispatcher_join_muc: get an account instead of a connection
Guillaume Desmottes
2010-08-11
4
-65
/
+17
*
empathy_dispatcher_chat_with_contact_id: get a TpAccount instead of a TpConne...
Guillaume Desmottes
2010-08-11
2
-9
/
+7
*
empathy_dispatcher_chat_with_contact_id: remove callback argument
Guillaume Desmottes
2010-08-11
2
-2
/
+2
*
Don't abort when closing the FT dialogue
Philip Withnall
2010-08-11
1
-0
/
+4
*
Use TpSimpleHandler to handle incoming file transfer (#623139)
Guillaume Desmottes
2010-08-11
1
-0
/
+6
*
tp-file: no need to pass the incoming property during construction
Guillaume Desmottes
2010-08-11
1
-1
/
+1
*
stop handling internally FT channels
Guillaume Desmottes
2010-08-11
1
-62
/
+3
*
empathy_contact_selector_dialog_get_selected: allow to get the account as well
Guillaume Desmottes
2010-08-10
1
-1
/
+1
*
only show label during search
Felix Kaser
2010-08-09
1
-13
/
+7
*
use gtk_clutter_init rather than clutter_init
Guillaume Desmottes
2010-08-09
1
-3
/
+5
*
Remove uses of new GStreamer API
Philip Withnall
2010-08-06
1
-6
/
+0
*
Add casts to fix constness problems in empathy-import-pidgin.c
Philip Withnall
2010-08-06
1
-5
/
+5
*
Add noreturn annotation to version callback function
Philip Withnall
2010-08-05
1
-2
/
+5
*
Fix constness of various variables and parameters
Philip Withnall
2010-08-05
3
-7
/
+7
*
Fix missing entries in switch statements
Philip Withnall
2010-08-05
4
-9
/
+39
*
Use #ifdef instead of #if to avoid warnings of undefined symbols
Philip Withnall
2010-08-05
3
-8
/
+8
*
use different labels if view is empty
Felix Kaser
2010-08-05
2
-19
/
+28
*
show label if contact list is empty
Felix Kaser
2010-08-05
1
-4
/
+48
*
added structure to show text when list empty
Felix Kaser
2010-08-05
2
-5
/
+35
*
no need to pass the reason to main_window_error_display
Guillaume Desmottes
2010-08-05
1
-3
/
+2
*
no need to pass the reason to empathy_account_get_error_message
Guillaume Desmottes
2010-08-05
2
-3
/
+3
*
accounts-dialog: use empathy_account_get_error_message (#523895)
Guillaume Desmottes
2010-08-05
1
-2
/
+2
*
main-window: use empathy_account_get_error_message (#523895)
Guillaume Desmottes
2010-08-05
1
-4
/
+1
*
main-window: pass the TpConnectionStatusReason to main_window_error_display
Guillaume Desmottes
2010-08-05
1
-6
/
+5
*
display the tooltip on the info image
Guillaume Desmottes
2010-08-05
1
-7
/
+17
*
add 'info' icon next to the candidates
Guillaume Desmottes
2010-08-05
1
-16
/
+80
*
call-window: use candidates-changed signal
Guillaume Desmottes
2010-08-05
1
-79
/
+37
*
use a space to separate the IP from the port
Guillaume Desmottes
2010-08-05
1
-1
/
+1
*
add tooltips giving a bit more context about the candidate
Guillaume Desmottes
2010-08-05
1
-0
/
+23
*
call-window: display candidates info (#599166)
Guillaume Desmottes
2010-08-05
2
-0
/
+370
*
removed fixme comment when toggling show_offline
Felix Kaser
2010-08-03
1
-3
/
+0
*
refactored show_offline property to the view
Felix Kaser
2010-08-03
1
-1
/
+1
*
Add a translator comment explaining the "reduce location" semantic (#624062)
Guillaume Desmottes
2010-08-03
1
-1
/
+1
*
map-view: be a proper GtkWindow (#625826)
Guillaume Desmottes
2010-08-02
3
-154
/
+221
*
free the list returned by clutter_container_get_children()
Guillaume Desmottes
2010-08-02
1
-3
/
+4
*
Merge EmpathyContact:name and *_set_alias() to EmpathyContact:alias
Philip Withnall
2010-07-22
5
-21
/
+21
*
Merge remote branch 'pwith/folks-integ-rebase1-fixes-rebase1' into folks-fixes
Travis Reitter
2010-07-22
1
-0
/
+2
*
Add authors and fix copyrights for empathy-accounts-module
Danielle Madeley
2010-07-21
3
-3
/
+7
*
Remove unneccesary signal disconnection in EmpathyAccountsDialog
Danielle Madeley
2010-07-21
1
-35
/
+9
*
Update cc-empathy-accounts-panel for latest gnome-control-center
Danielle Madeley
2010-07-21
5
-365
/
+129
*
Take advantage of tp_clear_object().
Travis Reitter
2010-07-21
1
-7
/
+4
*
Fix alignment.
Travis Reitter
2010-07-21
1
-1
/
+1
*
Add 'dup' to the names of empathy_contact_from_folks_individual() and folks_i...
Travis Reitter
2010-07-21
1
-2
/
+2
*
Use explicit boolean expressions for if-conditionals, according to Telepathy ...
Travis Reitter
2010-07-21
1
-3
/
+3
*
Support contact adding
Travis Reitter
2010-07-21
1
-1
/
+2
*
Fixes from merging master
Philip Withnall
2010-07-21
1
-0
/
+1
*
Re-implement the context menu for Individuals
Travis Reitter
2010-07-21
1
-0
/
+3
*
Base the contact list around libfolks metacontacts. Not yet to feature-parity
Travis Reitter
2010-07-21
1
-49
/
+73
*
GtkNotebookPage no longer exists in GTK+ 3
Danielle Madeley
2010-07-19
1
-1
/
+4
*
avoid segfault in event_manager_add (#624462)
Marc-Antoine Perennou
2010-07-16
1
-1
/
+3
*
Merge branch 'debug-av-599166'
Guillaume Desmottes
2010-07-14
2
-0
/
+546
|
\
|
*
display the clock rate of the codec as well
Guillaume Desmottes
2010-07-13
1
-12
/
+11
|
*
reset codecs when call is disconnected
Guillaume Desmottes
2010-07-12
1
-0
/
+13
|
*
call-window: display receiving codecs
Guillaume Desmottes
2010-07-12
2
-0
/
+195
|
*
call-window: Add 'details' pane containing encoding codecs (#599166)
Guillaume Desmottes
2010-07-12
2
-0
/
+339
*
|
preferences: coding style fix
Guillaume Desmottes
2010-07-13
1
-1
/
+1
*
|
main-window: coding style fix
Guillaume Desmottes
2010-07-13
1
-1
/
+1
|
/
*
empathy-accounts.1: document --if-needed
Guillaume Desmottes
2010-07-12
1
-0
/
+3
*
empathy-accounts.1: --import has been removed
Guillaume Desmottes
2010-07-12
1
-3
/
+0
*
import empathy-accounts manpage from Debian
Guillaume Desmottes
2010-07-12
2
-1
/
+38
*
sync empathy manpage with Debian package
Guillaume Desmottes
2010-07-12
1
-9
/
+31
*
empathy_status_icon_new: always call status_icon_set_visibility
Guillaume Desmottes
2010-07-12
1
-3
/
+1
*
empathy_status_icon_new: don't ignore hide_contact_list (#623937)
Guillaume Desmottes
2010-07-12
1
-1
/
+5
*
Merge branch 'auto-approve'
Guillaume Desmottes
2010-07-09
1
-0
/
+1
|
\
|
*
Pass EMPATHY_DISPATCHER_NON_USER_ACTION as action time when auto-approving mucs
Guillaume Desmottes
2010-07-09
1
-0
/
+1
*
|
debug_window_name_owner_changed_cb: update client services as well
Guillaume Desmottes
2010-07-09
1
-33
/
+32
*
|
Store the unique name in the model
Guillaume Desmottes
2010-07-09
1
-13
/
+10
*
|
FillCmChooserData: rename, add type field and helper functions
Guillaume Desmottes
2010-07-09
1
-12
/
+35
*
|
rename vars, functions and constants to make code less CM specific
Guillaume Desmottes
2010-07-09
1
-82
/
+82
*
|
coding style fix
Guillaume Desmottes
2010-07-09
1
-2
/
+2
*
|
debug-window: add Telepathy clients
Guillaume Desmottes
2010-07-09
1
-0
/
+54
*
|
debug-window: remove hardcoded clients
Guillaume Desmottes
2010-07-09
1
-22
/
+0
|
/
*
tell the chatroom manager asap about chats
Sjoerd Simons
2010-07-09
1
-10
/
+20
*
link on unique-3 when using GTK3
Guillaume Desmottes
2010-07-08
1
-0
/
+4
*
move GTK+ check to its own PKG_CHECK_MODULES
Guillaume Desmottes
2010-07-08
1
-0
/
+2
*
call-window: use gtk_widget_get_allocation()
Guillaume Desmottes
2010-07-07
1
-1
/
+3
*
rephrase 'Important Room' menu entry
Guillaume Desmottes
2010-07-07
1
-1
/
+1
*
set a title to the room invitation dialog
Guillaume Desmottes
2010-07-07
1
-0
/
+7
*
Add a title to the incoming call dialog
Guillaume Desmottes
2010-07-07
1
-0
/
+7
*
display incoming events right away if user asked to
Guillaume Desmottes
2010-07-07
1
-3
/
+38
*
Add option to disable displaying events in the notif area (#585914)
Guillaume Desmottes
2010-07-07
2
-1
/
+24
*
add accept/decline buttons to invitation notifications
Guillaume Desmottes
2010-07-07
1
-0
/
+1
*
use a specific event type for muc invitations
Guillaume Desmottes
2010-07-07
2
-3
/
+4
*
add accept/decline buttons to FT notifications
Guillaume Desmottes
2010-07-07
1
-0
/
+10
*
event-manager: allow to reject FT channels
Guillaume Desmottes
2010-07-07
1
-0
/
+7
*
add answer/decline buttons in call notifications (#597124)
Guillaume Desmottes
2010-07-07
1
-0
/
+21
*
add empathy_event_decline
Guillaume Desmottes
2010-07-07
2
-0
/
+11
*
Add 'Respond' button only for text channels and approve it directly
Guillaume Desmottes
2010-07-07
1
-7
/
+11
*
add empathy_event_approve()
Guillaume Desmottes
2010-07-07
2
-0
/
+11
*
factor out add_notification_actions
Guillaume Desmottes
2010-07-07
1
-9
/
+16
*
empathy_dispatcher_join_muc: remove callback arg
Guillaume Desmottes
2010-07-07
4
-6
/
+5
*
Revert "no need to specify each time of handle"
Sjoerd Simons
2010-07-06
1
-0
/
+11
*
Inform the chatroom mgr when we are handling a new room
Guillaume Desmottes
2010-07-05
2
-1
/
+10
*
no need to specify each time of handle
Guillaume Desmottes
2010-07-05
1
-11
/
+0
*
Handle text channels using TpSimpleHandler (#623358)
Guillaume Desmottes
2010-07-05
2
-46
/
+169
*
chat-manager: document the queue
Guillaume Desmottes
2010-07-05
1
-0
/
+1
*
stop handling text channels using EmpathyDispatcher
Guillaume Desmottes
2010-07-05
1
-21
/
+1
*
room list channels are not dispatched
Guillaume Desmottes
2010-07-05
1
-2
/
+0
*
main: destroy the window when we're done (#623396)
Guillaume Desmottes
2010-07-02
1
-0
/
+1
*
status-icon: drop our ref on the window when disposing
Guillaume Desmottes
2010-07-02
1
-0
/
+1
*
install empathy-av to libexec
Guillaume Desmottes
2010-06-29
1
-1
/
+3
*
add AV client to the debug window
Guillaume Desmottes
2010-06-29
1
-0
/
+7
*
Disable timer if EMPATHY_PERSIST is set
Guillaume Desmottes
2010-06-29
1
-0
/
+11
*
Add a timer stopping the proccess after a while if idling
Guillaume Desmottes
2010-06-29
1
-0
/
+61
*
add empathy_call_factory_register
Guillaume Desmottes
2010-06-29
1
-0
/
+8
*
Add empathy-av, a new process handling media channels (#599161)
Guillaume Desmottes
2010-06-29
3
-6
/
+122
*
empathy: stop handling media channels
Guillaume Desmottes
2010-06-29
1
-24
/
+1
*
Approve right away group text channels if we are not invited
Guillaume Desmottes
2010-06-24
1
-1
/
+5
*
rename approver service to Empathy.EventManager
Guillaume Desmottes
2010-06-24
1
-1
/
+1
*
Add missing signal to EmpathyMainWindow
Danielle Madeley
2010-06-24
1
-1
/
+3
*
remove empathy-import-mc4-accounts (#622578)
Guillaume Desmottes
2010-06-24
3
-567
/
+0
*
stop importing MC4 accounts
Guillaume Desmottes
2010-06-24
3
-50
/
+3
*
Port EmpathyPreferences to GtkDialog subclass
Danielle Madeley
2010-06-24
4
-197
/
+215
*
Port EmpathyMainWindow to GtkWindow subclass
Danielle Madeley
2010-06-24
5
-224
/
+308
*
Merge branch 'av-handler-622368'
Guillaume Desmottes
2010-06-22
1
-35
/
+1
|
\
|
*
stop handling internally stream media channels
Guillaume Desmottes
2010-06-22
1
-35
/
+1
*
|
debug-window: add the logger (#622381)
Guillaume Desmottes
2010-06-22
1
-0
/
+7
|
/
*
Delay setting both contact list values until the each is set.
Danielle Madeley
2010-06-21
1
-4
/
+16
*
strip name of the room (#622201)
Guillaume Desmottes
2010-06-21
1
-0
/
+2
*
Grab focus on the main window's tree view by default
Xavier Claessens
2010-06-21
1
-0
/
+2
*
Remove useless occurences of 'gconf' word
Xavier Claessens
2010-06-21
1
-1
/
+1
*
Merge branch 'approvers-redone-599158'
Guillaume Desmottes
2010-06-19
2
-116
/
+269
|
\
|
*
rename channel_claim_cb to reject_channel_claim_cb
Guillaume Desmottes
2010-06-18
1
-2
/
+3
|
*
factor out reject_approval
Guillaume Desmottes
2010-06-17
1
-34
/
+20
|
*
approve_channels: use quarks to compare channel types
Guillaume Desmottes
2010-06-17
1
-6
/
+7
|
*
fix typo
Guillaume Desmottes
2010-06-17
1
-1
/
+1
|
*
event-manager: re-implement approving using a proper Approver (#599158)
Guillaume Desmottes
2010-06-17
1
-101
/
+275
|
*
add inviter arg to empathy_tp_chat_is_invited
Guillaume Desmottes
2010-06-17
1
-1
/
+1
|
*
event-manager: disable approving for now
Guillaume Desmottes
2010-06-17
1
-15
/
+6
*
|
Depend on telepathy-logger (#610956)
Guillaume Desmottes
2010-06-18
2
-15
/
+0
*
|
port to latest tp-logger API
Guillaume Desmottes
2010-06-18
1
-1
/
+0
*
|
Add shortcut keys for contact list item sizes
Will Thompson
2010-06-18
1
-0
/
+3
*
|
Port empathy-import-mc4-accounts imported setting to GSettings
Danielle Madeley
2010-06-18
1
-15
/
+14
*
|
Port Empathy code to GSettings, remove EmpathyConf
Danielle Madeley
2010-06-18
11
-655
/
+360
|
/
*
map-view: add a debug message when adding a marker
Guillaume Desmottes
2010-06-16
1
-0
/
+2
*
use tp_g_signal_connect_object to connect the "closed" signal on the notifica...
Guillaume Desmottes
2010-06-16
1
-2
/
+2
*
Don't display the 'Important Room' menu item in private chats
Guillaume Desmottes
2010-06-11
1
-0
/
+1
*
Use EmpathyLiveSearch in main window's contact list
Felix Kaser
2010-06-09
1
-1
/
+13
*
Join room where we have been invited when handling the channel rather than we...
Guillaume Desmottes
2010-06-07
2
-14
/
+8
*
empathy_call_window_set_send_video: only disable preview if we need to
Guillaume Desmottes
2010-06-07
1
-15
/
+27
*
Fix some coding styles
Xavier Claessens
2010-06-05
1
-28
/
+28
*
chatrooms-window: remove the 'edit' button
Guillaume Desmottes
2010-06-04
2
-80
/
+10
*
accounts-dialog: avoid leaking the account status message
Rob Bradford
2010-06-03
1
-12
/
+41
*
accounts-dialog: Ensure correct connectivity information
Rob Bradford
2010-06-03
1
-4
/
+10
*
change 'disconnect' label to 'finally'
Guillaume Desmottes
2010-06-03
1
-2
/
+2
*
Don't wait longer than 5 seconds when trying to join chatrooms
Guillaume Desmottes
2010-06-03
1
-2
/
+23
*
Join chatroom favorites once the account is connected (#620439)
Guillaume Desmottes
2010-06-03
1
-1
/
+68
*
factor out join_chatroom
Guillaume Desmottes
2010-06-03
1
-6
/
+16
*
Only create the EmpathyAccountsDialog if required
Danielle Madeley
2010-06-03
1
-2
/
+3
*
empathy-debug-window: Add protocol names next to the CMs in the dropdown
Danielle Madeley
2010-06-02
1
-14
/
+106
*
Merge branch 'import-617971'
Guillaume Desmottes
2010-05-28
1
-0
/
+4
|
\
|
*
assistant: call empathy_import_widget_add_selected_accounts in impl_signal_ap...
Guillaume Desmottes
2010-05-25
1
-0
/
+4
*
|
coding style fixes
Guillaume Desmottes
2010-05-27
1
-2
/
+2
*
|
rephrase important room menu
Guillaume Desmottes
2010-05-27
1
-1
/
+1
*
|
Add option to make chatroom "always urgent" (#611894)
Jonas Bonn
2010-05-27
2
-3
/
+60
*
|
Use ensure_chatroom in callback
Jonas Bonn
2010-05-27
1
-11
/
+6
*
|
Do not use EmpathyContactMonitor to know when a contact gets online/offline
Xavier Claessens
2010-05-26
1
-10
/
+19
*
|
Play sound for contact connected/disconnected from EmpathyEventManager instea...
Xavier Claessens
2010-05-26
2
-60
/
+25
*
|
Do not use EmpathyContactMonitor to know when a contact is added
Xavier Claessens
2010-05-26
1
-9
/
+17
*
|
Port to new EmpathyTpContactFactory API
Xavier Claessens
2010-05-26
3
-25
/
+8
*
|
invite-participant-dialog: translate the 'invite' button (#619678)
Guillaume Desmottes
2010-05-26
1
-1
/
+1
|
/
*
hardcode facebook server to workaround SRV lookup issues
Guillaume Desmottes
2010-05-25
2
-0
/
+6
*
main_window_favorite_chatroom_join: skip not connected accounts (#606738)
Guillaume Desmottes
2010-05-21
1
-5
/
+7
*
Change names of variables that shadow libc symbols
Danielle Madeley
2010-05-21
2
-4
/
+4
*
use avatar-default instead of the deprecated stock_person icon
Guillaume Desmottes
2010-05-20
3
-5
/
+6
*
Use library i18n method for source files included in shared library
Rob Bradford
2010-05-18
7
-7
/
+14
*
Use 'A' as accelerator for the "Automatically connect on startup" option (#61...
ekspiulo
2010-05-18
1
-1
/
+1
*
Don't try to start change the camera when there is no input
Sjoerd Simons
2010-05-10
1
-6
/
+14
*
Add missing tp-glib/util.h header to the AccountsPage.
Travis Reitter
2010-05-08
1
-0
/
+1
*
Remove unused #include from empathy-map-view.c
Xavier Claessens
2010-05-06
1
-3
/
+1
*
Merge branch 'timestamp-615976'
Guillaume Desmottes
2010-05-04
8
-14
/
+79
|
\
|
*
define EMPATHY_DISPATCHER_CURRENT_TIME rather than using G_MAXINT64 directly
Guillaume Desmottes
2010-05-04
2
-4
/
+4
|
*
fix typo in comment
Guillaume Desmottes
2010-05-04
1
-1
/
+1
|
*
Set the user action time when the user approves stuff
Sjoerd Simons
2010-05-04
1
-0
/
+19
|
*
Consider G_MAXIN64 as a secred code for GDK_CURRENT_TIME
Sjoerd Simons
2010-05-04
1
-9
/
+13
|
*
Add a comment, fix indentation
Sjoerd Simons
2010-05-04
1
-2
/
+3
|
*
Only present and tab switch for new events
Sjoerd Simons
2010-04-25
1
-2
/
+25
|
*
Always at least show new chat windows even if not presenting them
Sjoerd Simons
2010-04-25
1
-0
/
+1
|
*
Pass the ChannelDispatcher timestamp onwards to window_present
Sjoerd Simons
2010-04-25
1
-1
/
+8
|
*
pass timestamp to empathy_chat_window_present_chat
Guillaume Desmottes
2010-04-25
3
-4
/
+8
|
*
add timestamp arg to empathy_dispatcher_create_channel
Sjoerd Simons
2010-04-25
1
-1
/
+2
|
*
add timestamp arg to empathy_dispatcher_join_muc
Sjoerd Simons
2010-04-25
4
-5
/
+10
|
*
add timestamp arg to empathy_dispatcher_chat_with_contact(_id)
Sjoerd Simons
2010-04-25
2
-2
/
+2
*
|
accounts-module: Remove call to textdomain ()
Rob Bradford
2010-05-04
1
-2
/
+0
*
|
cc-empathy-accounts-panel: Enable gettext when the panel is created
Rob Bradford
2010-04-26
2
-0
/
+5
|
/
*
disconnect empathy_call_window_bus_message() in dispose (#616301)
David Laban
2010-04-21
1
-6
/
+6
*
fix show_offline gconf key (#616267)
Guillaume Desmottes
2010-04-20
1
-3
/
+3
*
Move the spinner next to the expander label in new chatroom dialog
Xavier Claessens
2010-04-19
2
-16
/
+23
*
Do not use deprecated GTK symbols
Xavier Claessens
2010-04-19
1
-1
/
+1
*
Replace EphySpinner by GtkSpinner
Xavier Claessens
2010-04-19
7
-1088
/
+42
*
Update the Tabs menu when a tab is moved.
Mike Ruprecht
2010-04-19
1
-2
/
+8
*
src/empathy-chat-window.ui: Swap keyboard controls for moving tabs
Mirsal Ennaime
2010-04-16
1
-2
/
+2
*
account-assistant: make impl_signal_apply() behave more like impl_signal_prep...
David Laban
2010-04-14
1
-1
/
+3
*
src/empathy-status-icon.c: use tp_g_signal_connect_object instead of empathy_...
Guillaume Desmottes
2010-04-09
1
-2
/
+2
*
src/empathy-chat-window.c: use tp_g_signal_connect_object instead of empathy_...
Guillaume Desmottes
2010-04-09
1
-2
/
+2
*
src/empathy-call-window.c: use tp_g_signal_connect_object instead of empathy_...
Guillaume Desmottes
2010-04-09
1
-11
/
+14
*
src/empathy-accounts-dialog.c: use tp_g_signal_connect_object instead of empa...
Guillaume Desmottes
2010-04-09
1
-6
/
+6
*
src/cc-empathy-accounts-page.c: use tp_g_signal_connect_object instead of emp...
Guillaume Desmottes
2010-04-09
1
-2
/
+2
*
account_assistant_apply_account_and_finish: explicitely ask to set the displa...
Guillaume Desmottes
2010-04-09
1
-7
/
+10
*
status-icon: don't approve event if notification bubble has been dismissed
Guillaume Desmottes
2010-04-09
1
-26
/
+2
*
remove NotificationData
Guillaume Desmottes
2010-04-09
1
-27
/
+3
*
chat-window: don't present chat if notification has been dismissed
Guillaume Desmottes
2010-04-09
1
-8
/
+0
*
add the current date as suffix the the log name
Guillaume Desmottes
2010-04-07
1
-2
/
+15
*
set default name when saving logs (#615052)
Guillaume Desmottes
2010-04-07
1
-0
/
+8
*
factor out get_active_cm_name
Guillaume Desmottes
2010-04-07
1
-10
/
+18
*
debug-window: set temp directory as default folder when saving logs
Guillaume Desmottes
2010-04-07
1
-0
/
+3
*
map-view: no need to create a model
Guillaume Desmottes
2010-04-05
1
-41
/
+17
*
Support append hint in notifications (#607446)
Nicolò Chieffo
2010-04-01
2
-32
/
+79
*
empathy_call_window_sink_added_cb: unref the pad
Guillaume Desmottes
2010-04-01
1
-0
/
+1
*
unref liveadder when disposing
Guillaume Desmottes
2010-04-01
1
-0
/
+4
*
don't recreate a video preview or update the window if we're about to destroy it
Guillaume Desmottes
2010-04-01
1
-4
/
+11
*
don't leak the fullscreen window
Guillaume Desmottes
2010-04-01
1
-0
/
+4
*
init_contact_avatar_with_size: don't leak the pixbuf
Guillaume Desmottes
2010-04-01
1
-0
/
+3
*
stop using gst_bin_add_many and gst_element_link_many
Guillaume Desmottes
2010-04-01
1
-4
/
+30
*
use tp_g_signal_connect_object so we don't have to disconnect empathy_call_wi...
Guillaume Desmottes
2010-04-01
1
-4
/
+4
*
Fix race when restarting a call
Guillaume Desmottes
2010-04-01
1
-1
/
+12
*
Allow to use the video preview when the call has been terminated (#602937)
Guillaume Desmottes
2010-04-01
1
-4
/
+15
*
empathy_call_window_restart_call: there is no reason to show_all all the hbox
Guillaume Desmottes
2010-04-01
1
-2
/
+0
*
empathy_call_window_reset_pipeline: start the new pipeline right away
Guillaume Desmottes
2010-04-01
1
-2
/
+13
*
Actually turn off the camera when preview/sending is disabled
Guillaume Desmottes
2010-04-01
1
-26
/
+54
*
stop disabling the video-preview button when call is disconnected (#602937)
Guillaume Desmottes
2010-04-01
1
-12
/
+0
*
recreate the pipeline as soon we destroyed the old one
Guillaume Desmottes
2010-04-01
1
-1
/
+2
*
split create_video_output_widget out of create_pipeline
Guillaume Desmottes
2010-04-01
1
-3
/
+9
*
recycle the audio input gst element
Guillaume Desmottes
2010-04-01
1
-15
/
+3
*
recycle the video input gst element
Guillaume Desmottes
2010-04-01
1
-5
/
+9
*
rename initialize_output_elements to create_video_output_widget
Guillaume Desmottes
2010-04-01
1
-2
/
+2
*
recycle the audio output gst element
Guillaume Desmottes
2010-04-01
1
-4
/
+8
*
destroy the video_output widget when the call is disconnected
Guillaume Desmottes
2010-04-01
1
-3
/
+7
*
No need to recreate GTK+ widgets when recreating the pipeline
Guillaume Desmottes
2010-04-01
1
-29
/
+30
*
call-window: factor out create_pipeline
Guillaume Desmottes
2010-04-01
1
-31
/
+33
*
Merge branch 'undo-close-tab'
Jonny Lamb
2010-03-30
7
-0
/
+406
|
\
|
*
chat-manager: take an EmpathyChat instead of an EmpathyContact
Jonny Lamb
2010-03-06
3
-20
/
+105
|
*
Add EmpathyChatManager::chats-changed signal and make the chat window listen ...
Jonny Lamb
2010-03-06
3
-7
/
+67
|
*
Add chat manager which tracks chats closing and can respawn them (bug #609832)
Jonny Lamb
2010-03-06
7
-0
/
+261
*
|
fix #endif comment
Guillaume Desmottes
2010-03-30
1
-1
/
+1
*
|
add gconf key to disable auto-away (#613603)
Christian Kampka
2010-03-30
1
-2
/
+23
*
|
map-view: display position of contacts added after the map has been created (...
Guillaume Desmottes
2010-03-30
1
-0
/
+41
*
|
factor out contact_added
Guillaume Desmottes
2010-03-30
1
-4
/
+11
*
|
map_view_update_contact_position: don't call contact_has_location twice
Guillaume Desmottes
2010-03-30
1
-5
/
+7
*
|
Always connect "notify::location" on contact
Guillaume Desmottes
2010-03-30
1
-3
/
+0
*
|
map_view_contacts_foreach: no need to create the marker any more
Guillaume Desmottes
2010-03-30
1
-1
/
+0
*
|
map_view_update_contact_position: create marker if needed
Guillaume Desmottes
2010-03-30
1
-1
/
+10
*
|
factor out contact_has_location
Guillaume Desmottes
2010-03-30
1
-10
/
+19
*
|
factor out create_marker
Guillaume Desmottes
2010-03-30
1
-19
/
+28
*
|
rename map_view_marker_update_position to map_view_update_contact_position an...
Guillaume Desmottes
2010-03-30
1
-18
/
+14
*
|
map-view: add a mapping from EmpathyContact to ChamplainMarker
Guillaume Desmottes
2010-03-30
1
-0
/
+8
[next]