]> git.0d.be Git - empathy.git/shortlog
empathy.git
2009-03-10 Xavier ClaessensBump version to 2.27.1
2009-03-10 Jonny LambMake the "Import Accounts" button insensitive if there...
2009-03-10 Xavier ClaessensFix release script in case there is no fixed bugs
2009-03-10 Philip WithnallUpdated British English manual translation.
2009-03-09 Jorge Gonzalez... Updated Spanish translation
2009-03-09 Jorge Gonzalez... Updated Spansih translation
2009-03-09 Jorge Gonzalez... Updated Spanish translation
2009-03-09 Xavier ClaessensAdd empathy-log.h and empathy-log-store.h to Makefile.am
2009-03-09 Andre KlapperUpdated Czech translation by Martin Picek.
2009-03-09 Sjoerd SimonsChatroom dirs only exist on the toplevel log directory
2009-03-09 Sjoerd SimonsActually recurse in the chatrooms directory
2009-03-09 Sjoerd SimonsPrint a debug message if opening a log directory fails
2009-03-09 Sjoerd SimonsFirst connect to the sink pad, then start playing
2009-03-09 Sjoerd SimonsRefer to the gnome bug number belonging to the TODO
2009-03-09 Sandeep ShedmakeUpdated Marathi Translations
2009-03-09 milocAdded a new section on the documentation (Advanced...
2009-03-09 Rajesh Ranjanhindi updated by Rajesh Ranjan
2009-03-08 Sjoerd SimonsMake the sidebar nicely pop in and out
2009-03-08 Sjoerd SimonsOnly check if the error came from the video_input if...
2009-03-08 Sjoerd SimonsRedraw the video widget if there is no underlying overlay
2009-03-08 Sjoerd SimonsHook up audio mute button
2009-03-08 Sjoerd SimonsSet the camera button sensitive while connected and...
2009-03-08 Sjoerd SimonsHandle resource-request
2009-03-08 Sjoerd SimonsUnref the video input and tee after removing
2009-03-08 Sjoerd SimonsForward resource requests
2009-03-08 Sjoerd SimonsAssert that the widget is realized before using its XID
2009-03-08 Sjoerd SimonsSet the pipeline to pause before starting the call
2009-03-08 Sjoerd SimonsKeep a weak pointer on the overlay in case it goes...
2009-03-08 Sjoerd SimonsSet empathy's media role to phone for so pulse can...
2009-03-08 Kostas PapadimasUpdated Greek tramslation by Jennie Petoumenou
2009-03-08 Xavier ClaessensMake sure the UI is build in empathy_ft_manager_get_dialog
2009-03-08 Xavier ClaessensDon't leak EmpathyFTManager object. Rebuild UI if it...
2009-03-08 Matej UrbančičUpdated Slovenian translation
2009-03-08 Xavier ClaessensRemove check on GTK version, we depend on >= 2.14.0...
2009-03-08 Xavier ClaessensUse running++ and running-- instead of a boolean
2009-03-08 Xavier ClaessensPrevent an infinite loop when query tooltip on contact...
2009-03-07 Jorge Gonzalez... Updated Spanish translation
2009-03-07 Gintautas MiliauskasUpdated Lithuanian translation.
2009-03-07 Claude ParozUpdated French translation by Frédéric Peters and Bruno...
2009-03-06 Xavier ClaessensFix typo in a comment
2009-03-06 Xavier ClaessensUse tp_strdiff in empathy_message_equal to compare...
2009-03-06 Xavier ClaessensRemove unused empathy_message_get_unique_id
2009-03-06 Xavier ClaessensImprove comment to explain what empathy_log_manager_get...
2009-03-06 Xavier ClaessensLittle optimization of log_store_empathy_get_filtered_m...
2009-03-06 Xavier ClaessensRemove useless include of contact-factory.h
2009-03-06 Xavier ClaessensOptimize empathy_log_manager_get_filtered_messages...
2009-03-06 Xavier ClaessensSimplify finalize using g_list_foreachc
2009-03-06 Jonny LambUse if (n != NULL) instead of if (n).
2009-03-06 Jonny LambUse g_list_delete_link instead of g_list_remove.
2009-03-06 Jonny LambUse g_list_next (l) instead of l->next.
2009-03-06 Jonny LambUse a single-line return statement instead of if/else...
2009-03-06 Jonny LambUse atoi instead of sscanf.
2009-03-06 Jonny LambCall GET_PRIV after checking the parameters of empathy_...
2009-03-06 Jonny Lamblibempathy-gtk/totem-subtitle-encoding.h: Added copyrig...
2009-03-06 Jonny LambUse get_filtered_messages in EmpathyChat.
2009-03-06 Jonny LambImplemented get_filtered_messages in empathy log store.
2009-03-06 Jonny LambAdded empathy_log_store_get_filtered_messages.
2009-03-06 Jonny LambReplaced get_last_messages with get_filtered_messages.
2009-03-06 Jonny LambAdded checks to the arguments of empathy_message_equal.
2009-03-06 Jonny LambGet last messages for the last day - 1 as well as the...
2009-03-06 Jonny LambEmpathyChat: Simplified adding appropriate messages...
2009-03-06 Jonny LambRemoved duplicate log source addition.
2009-03-06 Jonny LambEmpathyChat: Remove messages from log messages which...
2009-03-06 Jonny LambEmpathyLogStore: Store the CM message ID in the logs...
2009-03-06 Jonny LambAdded empathy_message_get_unique_id & empathy_message_e...
2009-03-06 Jonny LambRemove MessageObserveData as the TpChannel can be retri...
2009-03-06 Jonny LambUpdated python bindings.
2009-03-06 Jonny LambCleaned up rebasing brokenness.
2009-03-06 Jonny LambChanged some G_STR_EQUALs to EMP_STR_EQUAL.
2009-03-06 Jonny LambRenamed EmpathyLogSource to EmpathyLogStore.
2009-03-06 Jonny LambMoved dispatcher observing and logging into EmpathyLogM...
2009-03-06 Jonny LambPass the channel to received_message_cb and use tp_chan...
2009-03-06 Jonny LambOnly write messages to one specified log source, hardco...
2009-03-06 Jonny LambAdded get_name function to EmpathyLogSource.
2009-03-06 Jonny LambUse g_list_concat even if the current GList is empty...
2009-03-06 Jonny LambUse the channel wrapper to log chats instead of connect...
2009-03-06 Jonny LambMove logging to the dispatcher on Received and Sent...
2009-03-06 Jonny LambFixed problems picked up when rebasing and cherry-picking.
2009-03-06 Jonny LambOnly call EmpathyLogSource methods if they are defined.
2009-03-06 Jonny LambAdded ack_message function to EmpathyLogSource interface.
2009-03-06 Jonny LambMade EmpathyLogSource an interface and EmpathyLogSource...
2009-03-06 Jonny LambDon't override the constructor. (Jonny Lamb)
2009-03-06 Jonny LambMake get_dates check whether a date is already in the...
2009-03-06 Jonny LambMade get_last_messages source independent. (Jonny Lamb)
2009-03-06 Jonny LambConverted log code to Collabora coding style. (Jonny...
2009-03-05 Duarte LoretoUpdated Portuguese translation.
2009-03-04 Nickolay V... Updated Russian translation.
2009-03-04 Kenneth NielsenUpdated Danish translation
2009-03-04 Ihar HrachyshkaUpdated be@latin.po
2009-03-03 Xavier ClaessensBump to 2.25.93
2009-03-03 Xavier ClaessensUpdate release script to correctly create SVN tag.
2009-03-03 Xavier ClaessensUpdate NEWS for release
2009-03-03 Xavier ClaessensAdd en_GB in gitignore
2009-03-03 Xavier ClaessensBump LT version
2009-03-03 Sjoerd SimonsHardcode some a default codec preferences
2009-03-03 Sjoerd SimonsRemove some useless blanks
2009-03-03 Sjoerd SimonsRemove gdk_threads_{enter,leave}, gdk thread support...
2009-03-03 Sjoerd SimonsHook up the video input sidebar item
2009-03-03 Sjoerd SimonsLet the UI call the handler for bus messages
2009-03-03 Sjoerd SimonsAdd support for changing various color channels of...
next