Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use _unref instead of _free _destroy when possible.unref | Xavier Claessens | 2011-11-16 | 1 | -1/+1 |
| | | | | | | | | | | | Replace g_(ptr_)array_free (foo, TRUE) and g_hash_table_destroy with respectively g_(ptr_)array_unref (foo) and g_hash_table_unref. I used this command to generate this patch: for f in `find -name "*.c"`; do sed -i $f -re 's/g_ptr_array_free \(([^ ,]+), TRUE\)/g_ptr_array_unref \(\1\)/'; done See Danielle's blog for explanation of possible bug _free can do: http://blogs.gnome.org/danni/2011/11/16/mistakes-with-g_value_set_boxed/ | ||||
* | empathy-spell: implement _get_enabled_language_codes with --disable-spell | Jonny Lamb | 2010-12-01 | 1 | -0/+7 |
| | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | empathy-spell: updated _get_suggestions disabled implementation | Jonny Lamb | 2010-12-01 | 1 | -1/+2 |
| | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | add a new popup-menu item in the chat window allowing to add words to ↵ | Vitaly Minko | 2010-10-22 | 1 | -1/+30 |
| | | | | dictionaries (#550775). | ||||
* | Separate spelling suggestions in one sub-menu per language (#532832) | Vitaly Minko | 2010-10-15 | 1 | -38/+53 |
| | |||||
* | Port Empathy code to GSettings, remove EmpathyConf | Danielle Madeley | 2010-06-18 | 1 | -11/+13 |
| | |||||
* | empathy_spell_check: remove debug message if there is no languages configured | Guillaume Desmottes | 2009-12-11 | 1 | -1/+0 |
| | | | | It floods debug logs. | ||||
* | Ignoring non installed languages | Felix Kaser | 2009-10-21 | 1 | -1/+6 |
| | | | | Languages which are in the gconf setting but are not installed any more are ignored, fixes bug #598954 | ||||
* | empathy-spell: remove trailing tabs | Guillaume Desmottes | 2009-06-25 | 1 | -2/+2 |
| | |||||
* | empathy-spell: update FSF address | Guillaume Desmottes | 2009-05-18 | 1 | -2/+2 |
| | |||||
* | Use gi18n-lib.h instead of gi18n.h for libraries. | Xavier Claessens | 2008-12-12 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=1967 | ||||
* | Make use of tp-glib debug system. | Xavier Claessens | 2008-05-01 | 1 | -12/+11 |
| | | | | svn path=/trunk/; revision=1066 | ||||
* | Cleanup the spell code. | Xavier Claessens | 2008-04-22 | 1 | -19/+20 |
| | | | | svn path=/trunk/; revision=1031 | ||||
* | Use enchant instead of aspell. Fixes bug #460624 (Frederic Peters). | Xavier Claessens | 2008-04-22 | 1 | -72/+66 |
| | | | | svn path=/trunk/; revision=1030 | ||||
* | Move modules that make no sense to be used in other applicaton from ↵ | Xavier Claessens | 2008-03-14 | 1 | -1/+0 |
| | | | | | | libempathy-gtk/ to src/ svn path=/trunk/; revision=789 | ||||
* | Move empathy-conf to libempathy-gtk. libempathy do not depend directly on ↵ | Xavier Claessens | 2008-01-23 | 1 | -1/+1 |
| | | | | | | gconf anymore. svn path=/trunk/; revision=597 | ||||
* | Rename all filenames starting with "gossip" by "empathy", change namespace | Xavier Claessens | 2007-06-22 | 1 | -0/+452 |
2007-06-22 Xavier Claessens <xclaesse@gmail.com> * libempathy/*.[ch]: * libempathy-gtk/*.[ch]: * src/*.[ch]: Rename all filenames starting with "gossip" by "empathy", change namespace of all gossip_*() functions to empathy_*(). Fixes bug #444490 (Mario Danic, Xavier Claessens). svn path=/trunk/; revision=170 |