Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Port all timestamps from time_t to gint64 (#648188) | Guillaume Desmottes | 2011-04-19 | 1 | -1/+1 |
| | |||||
* | Use the avatar filename rather than token for change detection | Philip Withnall | 2010-08-24 | 1 | -5/+7 |
| | | | | | The filename includes the token, so this allows us to remove the token field from EmpathyAvatar. | ||||
* | Merge EmpathyContact:name and *_set_alias() to EmpathyContact:alias | Philip Withnall | 2010-07-22 | 1 | -2/+2 |
| | | | | The "name" API was a relic of Gossip. | ||||
* | Port Empathy code to GSettings, remove EmpathyConf | Danielle Madeley | 2010-06-18 | 1 | -1/+0 |
| | |||||
* | Always show avatars in "Boxes" C theme | Will Thompson | 2010-04-28 | 1 | -33/+4 |
| | | | | | | | | | | | | Previously, avatars were only shown in the conversation window if they were shown in the contact list. It's not an obvious connection — I had to look at the source to figure it out — and also I'd argue that if anything, you're more likely to want avatars in the conversation window if you don't have them in the contact list, because you won't ever see them otherwise. (Or, that's what I found. :)) I left the boolean in place, forcing it to TRUE, so that if someone feels like it they can add a tickybox to the Theme tab in Preferences. | ||||
* | group messages only if the delay is short | Felix Kaser | 2010-04-08 | 1 | -4/+11 |
| | | | | messages from the same sender should not be grouped when the delay between two messages is too long (5min). fixes bug #604475 | ||||
* | empathy-theme-boxes.c: fix shadow declarations | Guillaume Desmottes | 2009-10-22 | 1 | -3/+3 |
| | |||||
* | Fix after review | Gabriel Millaire | 2009-10-01 | 1 | -4/+4 |
| | | | | | | | - Early return if no selection - Now uses a for-loop with gtk_text_iter_equal - Renamed flag_return to ignore_newlines, same meaning - Improvement to string_append | ||||
* | Fix copy clipboard to show smileys and to show name and time when using ↵ | Gabriel Millaire | 2009-10-01 | 1 | -0/+11 |
| | | | | | | themes other than Classic Adds an association string to hbox for name and time in themes, adds an association string to pixbuf smiley | ||||
* | empathy-theme-boxes: remove trailing tabs | Guillaume Desmottes | 2009-06-25 | 1 | -3/+3 |
| | |||||
* | Introduce empathy_contact_equal, adapt themes | Patryk Zawadzki | 2009-06-16 | 1 | -1/+1 |
| | | | | | Fixed adium and boxes theme engines to check if contacts refer to the same id instead of comparing pointers. This fixes bug #585885. | ||||
* | empathy-theme-boxes: fix coding style and update FSF address | Guillaume Desmottes | 2009-05-18 | 1 | -4/+4 |
| | |||||
* | Do not use empathy_contact_equal anymore, pointer comparaison is guaranteed ↵ | Xavier Claessens | 2009-04-22 | 1 | -2/+2 |
| | | | | to be enough. | ||||
* | Correctly get foreground-gdk color | Xavier Claessens | 2009-03-18 | 1 | -3/+5 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2711 | ||||
* | Completely rework the theming system to make easy implementing themes based ↵ | Xavier Claessens | 2008-12-16 | 1 | -615/+134 |
| | | | | | | on other classes like webkit. svn path=/trunk/; revision=1993 | ||||
* | Move chat_view_get_avatar_pixbuf_with_cache to EmpathyThemeBoxes where it ↵ | Xavier Claessens | 2008-12-16 | 1 | -1/+95 |
| | | | | | | makes more sense. svn path=/trunk/; revision=1982 | ||||
* | Use gi18n-lib.h instead of gi18n.h for libraries. | Xavier Claessens | 2008-12-12 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=1967 | ||||
* | Keep a priv pointer in the object struct instead of using ↵ | Xavier Claessens | 2008-05-06 | 1 | -9/+8 |
| | | | | | | G_TYPE_INSTANCE_GET_PRIVATE all the time. svn path=/trunk/; revision=1082 | ||||
* | Make use of tp-glib debug system. | Xavier Claessens | 2008-05-01 | 1 | -4/+3 |
| | | | | svn path=/trunk/; revision=1066 | ||||
* | Escape text in strings using Pango markup. Fixes bug #528529 (Frederic Peters). | Xavier Claessens | 2008-04-17 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=959 | ||||
* | Remove EmpathyChatViewBlock and empaty_chat_view_set_last_contact | Xavier Claessens | 2008-03-14 | 1 | -37/+4 |
| | | | | svn path=/trunk/; revision=791 | ||||
* | 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 | ||||
* | Simplify !(a==b) to a!=b | Xavier Claessens | 2008-03-11 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=756 | ||||
* | Make sure we don't expect contact id and handle to be directly ready. Add ↵ | Xavier Claessens | 2008-03-11 | 1 | -1/+1 |
| | | | | | | some _run_until_ready. svn path=/trunk/; revision=755 | ||||
* | Create avatar pixbuf only if the theme shows avatars | Xavier Claessens | 2008-02-16 | 1 | -7/+8 |
| | | | | svn path=/trunk/; revision=639 | ||||
* | Rename BlockType to EMPATHY_CHAT_VIEW_BLOCK to respect namespace | Xavier Claessens | 2008-01-16 | 1 | -8/+8 |
| | | | | svn path=/trunk/; revision=563 | ||||
* | Revert "merge git work" | Xavier Claessens | 2007-12-29 | 1 | -266/+66 |
| | | | | | | This reverts commit 0cfd80847f0d66967f56c7d6b3eb46793f725859. svn path=/trunk/; revision=519 | ||||
* | merge git work | Xavier Claessens | 2007-12-29 | 1 | -66/+266 |
| | | | | svn path=/trunk/; revision=518 | ||||
* | Simplify chat theme system | Xavier Claessens | 2007-12-29 | 1 | -266/+66 |
| | | | | svn path=/trunk/; revision=507 | ||||
* | New chat theme engine imported from Gossip (Daniel Gryniewicz, Xavier ↵ | Xavier Claessens | 2007-12-21 | 1 | -0/+1036 |
Claessens). svn path=/trunk/; revision=494 |