aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Port EmpathyImportDialog to new APIXavier Claessens2009-04-161-9/+5
* Port EmpathyFtManager to new APIXavier Claessens2009-04-161-7/+6
* Port EmpathyChatroomsWindow to new APIXavier Claessens2009-04-161-10/+6
* Port EmpathyChatWindow to new APIXavier Claessens2009-04-161-11/+7
* Port EmpathyCallWindow to new APIXavier Claessens2009-04-162-133/+79
* Port EmpathyAccountsDialog to new APIXavier Claessens2009-04-161-9/+5
* Port EmpathySpellDialog to new APIXavier Claessens2009-04-162-18/+7
* Port EmpathyPresenceChooser to new APIXavier Claessens2009-04-161-10/+6
* Port EmpathyNewMessageDialog to new APIXavier Claessens2009-04-161-8/+5
* Port EmpathyLogWindow to new APIXavier Claessens2009-04-161-9/+5
* Port EmpathyIrcNetwordDialog to new APIXavier Claessens2009-04-161-8/+5
* Modify Makefile.am for new file namesXavier Claessens2009-04-162-33/+33
* Port EmpathyContactWidget to new APIXavier Claessens2009-04-164-433/+463
* Port EmpathyContactDialogs to new APIXavier Claessens2009-04-161-5/+4
* Remove toplevel window from ui files if the window is not used.Xavier Claessens2009-04-1611-1783/+1812
* Port EmpathyChat to new APIXavier Claessens2009-04-161-6/+4
* Remove useless glade includeXavier Claessens2009-04-163-11/+1
* Port account widgets to new APIXavier Claessens2009-04-165-120/+107
* Port glade helpers to GtkBuilberXavier Claessens2009-04-162-133/+53
* Convert glade files to GtkBuilder formatXavier Claessens2009-04-1631-2327/+2160
* Remove glade depXavier Claessens2009-04-161-6/+0
* Make a separated module set for libempathy-gtk/ and src/Xavier Claessens2009-04-162-8/+26
* Plug a lear in log_store_empathy_get_messages_for_file. Fixes bug #579139Lars-Peter Clausen2009-04-161-0/+1
* coding style fixesGuillaume Desmottes2009-04-162-2/+2
* enable coding style checks in testsGuillaume Desmottes2009-04-161-0/+5
* Updated German translationMario Blättermann2009-04-141-127/+156
* Updated German translationMario Blättermann2009-04-141-338/+324
* empathy_tp_tube_new_stream_tube: allow NULL as parameters. Fixes #575817Guillaume Desmottes2009-04-131-0/+7
* Add libcanberra-gtk in Require.private of libempathy-gtk.pc. Fixe bug #577863Xavier Claessens2009-04-132-2/+4
* Steal GTK+'s way of generating ChangeLog from git logsXavier Claessens2009-04-131-5/+18
* Unref TpChat's channel after emitting destroy.Will Thompson2009-04-131-3/+2
* Fix ghelp link. Fixe bug #568562Paul Cutler2009-04-131-2/+1
* Set the default image when clearing the avatar, even if there were no avatar ...Xavier Claessens2009-04-131-5/+3
* Let the chat dialog directly grab the channel on reconnectSjoerd Simons2009-04-131-2/+27
* Updated Spanish translationJorge Gonzalez Gonzalez2009-04-122-37/+74
* Added Belarusian translation.Ihar Hrachyshka2009-04-113-0/+1761
* Fix support for /me and /say commands.Xavier Claessens2009-04-111-36/+16
* revert a little. search for blank contact in store.Elliot Fairweather2009-04-111-5/+6
* Look up the iter of the new tree row on the filter model for set_active_iterDavyd Madeley2009-04-111-5/+11
* Adjust empetit to test the contact selector filtering.Jonny Lamb2009-04-111-0/+3
* Initial empathy_contact_selector_set_visible implementation.Jonny Lamb2009-04-112-16/+79
* Fix more coding styleXavier Claessens2009-04-111-191/+186
* Add tests/test-empathy-presence-chooser to gitignoreXavier Claessens2009-04-111-0/+1
* Don't blat message if it updates whilst in editing modeDavyd Madeley2009-04-111-1/+3
* Coding style fix for testDavyd Madeley2009-04-111-2/+5
* make the type enum a named typeDavyd Madeley2009-04-111-12/+13
* Coding style fixesDavyd Madeley2009-04-111-99/+90
* Don't get stuck in editing mode when you load up the old dialogDavyd Madeley2009-04-111-0/+1
* Drop this, it breaks something subtlyDavyd Madeley2009-04-111-8/+1
* Fix focus-out autocommit using an idle handlerDavyd Madeley2009-04-111-3/+67
* Don't set editing mode on click, just select the textDavyd Madeley2009-04-111-2/+3
* Fix regression where going offline was overwriting the saved status messageDavyd Madeley2009-04-111-1/+2
* Clean up function namesDavyd Madeley2009-04-111-37/+50
* Ignore up/down arrow keypressesDavyd Madeley2009-04-111-0/+5
* Editing mode on clickDavyd Madeley2009-04-111-1/+22
* Refactor some code, cleans some things upDavyd Madeley2009-04-111-16/+29
* Fix reset status on EscDavyd Madeley2009-04-111-11/+13
* Commit the changed status message on focus-out.Davyd Madeley2009-04-111-0/+16
* Don't make Hidden/Offline have customisable textDavyd Madeley2009-04-111-0/+17
* Ensure ::changed is connected on both the entry and the comboDavyd Madeley2009-04-111-0/+2
* When editing custom messages, preseed the entry with the current statusDavyd Madeley2009-04-111-0/+7
* Fix typo in my email addressDavyd Madeley2009-04-111-1/+1
* Only check model rows that will have valid statesDavyd Madeley2009-04-111-1/+3
* Update comment headers/copyrights/etc.Davyd Madeley2009-04-113-0/+24
* Unset focus from GtkEntry when editing is stoppedDavyd Madeley2009-04-111-1/+7
* Add Custom Messages dialog back in (this dialog needs some work ASAP)Davyd Madeley2009-04-111-5/+60
* Make custom messages dialog a transient of the window containing the presence...Davyd Madeley2009-04-111-4/+9
* Add a tooltip, mark user visible strings for translationDavyd Madeley2009-04-111-1/+6
* Fix bug where priv->state might be unsetDavyd Madeley2009-04-111-1/+9
* Escape to cancel from status editingDavyd Madeley2009-04-112-1/+24
* Separate out mc_set_custom_state from set_status_editingDavyd Madeley2009-04-111-22/+24
* Reimplement flashing (untested). Prevent a possible recursive signal loop.Davyd Madeley2009-04-111-11/+16
* Reenable warning flags.. clean up messDavyd Madeley2009-04-111-32/+4
* Use EmpathyIdle to push MC aroundDavyd Madeley2009-04-111-195/+43
* Initial work on reimplementing presence_chooser_presence_changed_cbDavyd Madeley2009-04-111-6/+61
* Fix some type warningsDavyd Madeley2009-04-111-3/+3
* Set the chooser in "editing mode" when you start editing itDavyd Madeley2009-04-111-1/+34
* Initial work on reworking the presence selectorDavyd Madeley2009-04-112-191/+218
* Add a test program for the presence widgetDavyd Madeley2009-04-112-1/+32
* Updated th translation.Theppitak Karoonboonyanan2009-04-101-105/+116
* Updated Simplified Chinese translations by fwang.Aron Xu2009-04-041-341/+851
* Don't send unknown commands. Fixes bug #577026Xavier Claessens2009-04-031-8/+15
* Remove empathy-new-account.png from makefile, it is not used anymore. Fixes b...Xavier Claessens2009-04-031-2/+1
* Simplify how channel classes value is parsed. Fixes bug #577825Xavier Claessens2009-04-031-8/+4
* Free the capabilities array. Fixes bug #577826Xavier Claessens2009-04-031-1/+3
* Remove unnecessary string dup. Fixes bug #577829Xavier Claessens2009-04-031-3/+5
* Free completion. Fixes bug #577828Xavier Claessens2009-04-031-0/+1
* Use empathy_contact_call_when_ready instead of _run_ API. Fixes bug #561247 andXavier Claessens2009-03-291-4/+21
* Add colorspace and videoscale elements before the videosinkSjoerd Simons2009-03-281-1/+35
* use new GtkStatusIcon tooltip methods, formatting the header in italics.Frederic Peters2009-03-272-11/+7
* Use UTF-8 em dash (U+2014) instead of two hyphen/minus (U+002D)Frederic Peters2009-03-241-1/+1
* Updated French translation by Frédéric Peters and Claude ParozClaude Paroz2009-03-241-175/+481
* Updated Dutch translation by Wouter Bolsterlee.Wouter Bolsterlee2009-03-241-388/+793
* Added translator commentWouter Bolsterlee2009-03-241-0/+1
* Updated Dutch translation by Wouter Bolsterlee.Wouter Bolsterlee2009-03-242-11/+14
* Updated Spanish translationJorge Gonzalez Gonzalez2009-03-221-30/+39
* mc_account_create can fail, don't crash if it happensXavier Claessens2009-03-211-0/+5
* Do not assert if the CM does not support RequestableChannelClassesXavier Claessens2009-03-201-2/+2
* Fix typoXavier Claessens2009-03-201-1/+1
* Stop compositing timeout if the chat channel is destroyed.Xavier Claessens2009-03-201-0/+1
* Use tp_channel_get_identifier instead of inspecting channel's handle.Xavier Claessens2009-03-201-18/+1
* Do not reconnect chats if there is no ID. That could probably happen for MSN-...Xavier Claessens2009-03-201-1/+2
* empathy_contact_set_handle: remove the handle ready flag when the handle is s...Guillaume Desmottes2009-03-201-1/+19
* Updated Galician translation by Suso Baleato.Ignacio Casal Quinteiro2009-03-192-697/+906
* Merge branch 'fix-ft' into to-mergeGuillaume Desmottes2009-03-181-8/+38
* Correctly get foreground-gdk colorXavier Claessens2009-03-182-6/+5
* Fix creation of svn tagXavier Claessens2009-03-181-4/+7
* Update NEWS fileXavier Claessens2009-03-181-4/+12
* Update API docXavier Claessens2009-03-183-7/+12
* Update python bindingsXavier Claessens2009-03-184-4/+212
* Prepare NEWS entryXavier Claessens2009-03-181-0/+25
* Updated Spansih translation, fixes bug #575627Jorge Gonzalez Gonzalez2009-03-172-36/+40
* Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>Alexander Shopov2009-03-162-127/+138
* updated kn.poShankar Prasad2009-03-152-377/+178
* Updated British English translation.Philip Withnall2009-03-151-322/+322
* Updated German translationMario Blättermann2009-03-121-159/+372
* Updated Italian translation Deleted the unused imagemiloc2009-03-112-233/+1007
* Updated C/empathy.xml as of 2.26 branchmiloc2009-03-111-12/+10
* Bump version to 2.27.1Xavier Claessens2009-03-101-1/+1
* Make the "Import Accounts" button insensitive if there's nothing to import.Jonny Lamb2009-03-105-5/+35
* Fix release script in case there is no fixed bugsXavier Claessens2009-03-101-3/+9
* Updated British English manual translation.Philip Withnall2009-03-101-147/+443
* Updated Spanish translationJorge Gonzalez Gonzalez2009-03-101-3/+3
* Updated Spansih translationJorge Gonzalez Gonzalez2009-03-101-57/+351
* Updated Spanish translationJorge Gonzalez Gonzalez2009-03-102-51/+55
* Add empathy-log.h and empathy-log-store.h to Makefile.amXavier Claessens2009-03-101-0/+2
* Updated Czech translation by Martin Picek.Andre Klapper2009-03-101-272/+883
* Chatroom dirs only exist on the toplevel log directorySjoerd Simons2009-03-101-1/+1
* Actually recurse in the chatrooms directorySjoerd Simons2009-03-101-1/+1
* Print a debug message if opening a log directory failsSjoerd Simons2009-03-101-2/+7
* First connect to the sink pad, then start playingSjoerd Simons2009-03-101-1/+2
* Refer to the gnome bug number belonging to the TODOSjoerd Simons2009-03-101-1/+1
* Updated Marathi TranslationsSandeep Shedmake2009-03-092-344/+795
* Added a new section on the documentation (Advanced Options) Removed onemiloc2009-03-092-3/+403
* hindi updated by Rajesh RanjanRajesh Ranjan2009-03-092-308/+720
* Make the sidebar nicely pop in and outSjoerd Simons2009-03-091-0/+13
* Only check if the error came from the video_input if it's thereSjoerd Simons2009-03-091-2/+3
* Redraw the video widget if there is no underlying overlaySjoerd Simons2009-03-091-1/+5
* Hook up audio mute buttonSjoerd Simons2009-03-091-6/+59
* Set the camera button sensitive while connected and there is a video inputSjoerd Simons2009-03-091-0/+4
* Handle resource-requestSjoerd Simons2009-03-091-0/+19
* Unref the video input and tee after removingSjoerd Simons2009-03-091-2/+10
* Forward resource requestsSjoerd Simons2009-03-091-1/+17
* Assert that the widget is realized before using its XIDSjoerd Simons2009-03-091-0/+1
* Set the pipeline to pause before starting the callSjoerd Simons2009-03-091-8/+107
* Keep a weak pointer on the overlay in case it goes awaySjoerd Simons2009-03-091-0/+2
* Set empathy's media role to phone for so pulse can do policy on itSjoerd Simons2009-03-091-0/+1
* Updated Greek tramslation by Jennie PetoumenouKostas Papadimas2009-03-092-1154/+387
* Make sure the UI is build in empathy_ft_manager_get_dialogXavier Claessens2009-03-081-0/+2
* Don't leak EmpathyFTManager object. Rebuild UI if it got destroyed.Xavier Claessens2009-03-082-51/+62
* Updated Slovenian translationMatej Urbančič2009-03-081-131/+109
* Remove check on GTK version, we depend on >= 2.14.0 now.Xavier Claessens2009-03-081-5/+0
* Use running++ and running-- instead of a booleanXavier Claessens2009-03-081-4/+4
* Prevent an infinite loop when query tooltip on contact list view.Xavier Claessens2009-03-081-4/+15
* Updated Spanish translationJorge Gonzalez Gonzalez2009-03-082-70/+75
* Updated Lithuanian translation.Gintautas Miliauskas2009-03-072-382/+762
* Updated French translation by Frédéric Peters and Bruno Brouard.Claude Paroz2009-03-071-259/+620
* Fix typo in a commentXavier Claessens2009-03-061-2/+2
* Use tp_strdiff in empathy_message_equal to compare body.Xavier Claessens2009-03-061-1/+3
* Remove unused empathy_message_get_unique_idXavier Claessens2009-03-062-10/+0
* Improve comment to explain what empathy_log_manager_get_filtered_messages doesXavier Claessens2009-03-061-1/+2
* Little optimization of log_store_empathy_get_filtered_messages() and add a FI...Xavier Claessens2009-03-061-1/+8
* Remove useless include of contact-factory.hXavier Claessens2009-03-061-1/+0
* Optimize empathy_log_manager_get_filtered_messages and make it easier to unde...Xavier Claessens2009-03-061-39/+44
* Simplify finalize using g_list_foreachcXavier Claessens2009-03-061-7/+1
* Use if (n != NULL) instead of if (n).Jonny Lamb2009-03-062-6/+6
* Use g_list_delete_link instead of g_list_remove.Jonny Lamb2009-03-062-6/+3
* Use g_list_next (l) instead of l->next.Jonny Lamb2009-03-062-10/+10
* Use a single-line return statement instead of if/else if/else if.Jonny Lamb2009-03-061-10/+1
* Use atoi instead of sscanf.Jonny Lamb2009-03-061-1/+1
* Call GET_PRIV after checking the parameters of empathy_message_equal.Jonny Lamb2009-03-061-2/+5
* libempathy-gtk/totem-subtitle-encoding.h: Added copyright, based on .c file.Jonny Lamb2009-03-061-0/+29
* Use get_filtered_messages in EmpathyChat.Jonny Lamb2009-03-061-22/+28
* Implemented get_filtered_messages in empathy log store.Jonny Lamb2009-03-061-0/+41
* Added empathy_log_store_get_filtered_messages.Jonny Lamb2009-03-062-0/+24
* Replaced get_last_messages with get_filtered_messages.Jonny Lamb2009-03-062-23/+60
* Added checks to the arguments of empathy_message_equal.Jonny Lamb2009-03-061-0/+3
* Get last messages for the last day - 1 as well as the last day.Jonny Lamb2009-03-061-1/+11
* EmpathyChat: Simplified adding appropriate messages to the window.Jonny Lamb2009-03-061-31/+15
* Removed duplicate log source addition.Jonny Lamb2009-03-061-3/+0
* EmpathyChat: Remove messages from log messages which are pending.Jonny Lamb2009-03-061-1/+23
* EmpathyLogStore: Store the CM message ID in the logs, and use it when reading...Jonny Lamb2009-03-061-2/+14
* Added empathy_message_get_unique_id & empathy_message_equal.Jonny Lamb2009-03-062-0/+25
* Remove MessageObserveData as the TpChannel can be retrieved from an EmpathyTp...Jonny Lamb2009-03-061-27/+8
* Updated python bindings.Jonny Lamb2009-03-062-21/+38
* Cleaned up rebasing brokenness.Jonny Lamb2009-03-061-2/+3
* Changed some G_STR_EQUALs to EMP_STR_EQUAL.Jonny Lamb2009-03-061-3/+3
* Renamed EmpathyLogSource to EmpathyLogStore.Jonny Lamb2009-03-068-382/+448
* Moved dispatcher observing and logging into EmpathyLogManager.Jonny Lamb2009-03-063-53/+84
* Pass the channel to received_message_cb and use tp_channel_get_identifier.Jonny Lamb2009-03-061-13/+10
* Only write messages to one specified log source, hardcoded at the moment.Jonny Lamb2009-03-066-26/+60
* Added get_name function to EmpathyLogSource.Jonny Lamb2009-03-063-0/+24
* Use g_list_concat even if the current GList is empty (NULL).Jonny Lamb2009-03-061-16/+6
* Use the channel wrapper to log chats instead of connecting to the signals dir...Jonny Lamb2009-03-061-98/+18
* Move logging to the dispatcher on Received and Sent signals.Jonny Lamb2009-03-062-9/+130
* Fixed problems picked up when rebasing and cherry-picking.Jonny Lamb2009-03-061-14/+1
* Only call EmpathyLogSource methods if they are defined.Jonny Lamb2009-03-061-0/+24
* Added ack_message function to EmpathyLogSource interface.Jonny Lamb2009-03-063-0/+15
* Made EmpathyLogSource an interface and EmpathyLogSourceEmpathy extend it.Jonny Lamb2009-03-066-128/+334
* Don't override the constructor. (Jonny Lamb)Jonny Lamb2009-03-061-4/+15
* Make get_dates check whether a date is already in the GList before adding it ...Jonny Lamb2009-03-061-3/+21
* Made get_last_messages source independent. (Jonny Lamb)Jonny Lamb2009-03-062-43/+11
* Converted log code to Collabora coding style. (Jonny Lamb)Jonny Lamb2009-03-063-703/+968
* Updated Portuguese translation.Duarte Loreto2009-03-052-333/+874
* Updated Russian translation.Nickolay V. Shmyrev2009-03-052-423/+819
* Updated Danish translationKenneth Nielsen2009-03-052-113/+123
* Updated be@latin.poIhar Hrachyshka2009-03-042-307/+319
* Bump to 2.25.93Xavier Claessens2009-03-041-1/+1
* Update release script to correctly create SVN tag.EMPATHY_2_25_92Xavier Claessens2009-03-041-2/+3
* Update NEWS for releaseXavier Claessens2009-03-041-0/+37
* Add en_GB in gitignoreXavier Claessens2009-03-041-0/+1
* Bump LT versionXavier Claessens2009-03-041-3/+3
* Hardcode some a default codec preferencesSjoerd Simons2009-03-041-0/+52
* Remove some useless blanksSjoerd Simons2009-03-041-2/+0
* Remove gdk_threads_{enter,leave}, gdk thread support is useless untill we aud...Sjoerd Simons2009-03-041-2/+0
* Hook up the video input sidebar itemSjoerd Simons2009-03-041-16/+146
* Let the UI call the handler for bus messagesSjoerd Simons2009-03-042-37/+8
* Add support for changing various color channels of the video deviceSjoerd Simons2009-03-042-0/+149
* Hook up audio input panelSjoerd Simons2009-03-041-3/+37
* Add volume control and rms/peak level signalsSjoerd Simons2009-03-042-12/+269
* Remove some silly empty linesSjoerd Simons2009-03-041-3/+0
* Remove videorateSjoerd Simons2009-03-041-5/+4
* Fix typoSjoerd Simons2009-03-041-1/+1
* Put locks around timer_idSjoerd Simons2009-03-041-2/+12
* Add timer and make all gtk calls in the main threadSjoerd Simons2009-03-041-13/+62
* Use livesrc and fsfunnel to funnel the mediastreams to their outputsSjoerd Simons2009-03-041-16/+72
* Set the preview video widget not sync and asyncSjoerd Simons2009-03-041-0/+1
* Add sync and async propertiesSjoerd Simons2009-03-041-8/+80
* Add comments for callbacks that come from a different threadSjoerd Simons2009-03-041-0/+2
* Ensure to always call gtk/gdk functions while holding the gdk lockSjoerd Simons2009-03-042-0/+6
* Move URI regex to empathy-ui-utilsXavier Claessens2009-03-033-13/+26
* Automatically wrap enums in the empathy and empathygtk python bindingsMike Sheldon2009-03-032-0/+4
* add help/fi/*.xml in gitignoreXavier Claessens2009-03-031-0/+1
* Revert "Started splitting empathy log code from the log manager to make loggi...Xavier Claessens2009-03-035-889/+584
* Started splitting empathy log code from the log manager to make logging more ...Jonny Lamb2009-03-035-584/+889
* Added British English documentation translation.Philip Withnall2009-03-032-1/+1066
* Updated Czech translation by Lucas Lommer.Petr Kovar2009-03-022-327/+695
* Updated Slovenian translationMatej Urbančič2009-03-021-360/+413
* Updated Kannada(kn.po) translations Shankar Prasad2009-03-022-378/+1039
* Updated Polish translationTomasz Dominikowski2009-03-022-196/+517
* Added be@latin.poIhar Hrachyshka2009-02-283-0/+2142
* de.po: Updated German translationJochen Skulj2009-02-281-0/+4
* Updated German translationJochen Skulj2009-02-281-513/+541
* Updated Italian translation by Milo CasagrandeLuca Ferretti2009-02-272-507/+611
* updating for Punjabi translationAmanpreet Singh Alam2009-02-271-261/+205
* Compile icon cache for private icon repo as well as public oneDavyd Madeley2009-02-271-0/+10
* Updated Spanish translationJorge Gonzalez Gonzalez2009-02-252-35/+44
* Some string comments requested by translators (#572875)Frederic Peters2009-02-243-0/+5
* Updated British English translation.Philip Withnall2009-02-242-368/+797
* Add Finnish help translation by Valto Wirkola.Timo Jyrinki2009-02-235-1/+677