Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | compare accounts using their object paths rather than their TpAccount | Guillaume Desmottes | 2010-08-12 | 1 | -1/+3 |
| | | | | It's safer and we could have 2 proxies for the same Account. | ||||
* | use tp_strdiff | Guillaume Desmottes | 2010-08-12 | 1 | -3/+3 |
| | |||||
* | use explicit pointer comparaisons | Guillaume Desmottes | 2010-08-12 | 1 | -11/+11 |
| | |||||
* | select_account_once_ready: free the account and ID to avoid leaks | Guillaume Desmottes | 2010-08-12 | 1 | -0/+4 |
| | |||||
* | select the account once we have populated the model with its chats (#622714) | Guillaume Desmottes | 2010-08-12 | 1 | -6/+16 |
| | |||||
* | log_manager_got_chats_cb: don't rely on the selected account any more | Guillaume Desmottes | 2010-08-12 | 1 | -8/+4 |
| | | | | | | | | | Getting the chats is now an async operation, so the selected account could have changed while we were fetching the chats. So instead of using the currently selected account we use the account we receive from the hit. Note that this depends on this fix in the logger: https://bugs.freedesktop.org/show_bug.cgi?id=29058 | ||||
* | no need to pass account and chat infos to log_window_chats_set_selected | Guillaume Desmottes | 2010-08-12 | 1 | -14/+8 |
| | |||||
* | also use select_account_once_ready when the window already exists | Guillaume Desmottes | 2010-08-12 | 1 | -2/+1 |
| | |||||
* | keep a ref on the account | Guillaume Desmottes | 2010-08-12 | 1 | -1/+2 |
| | |||||
* | factor out select_account_once_ready | Guillaume Desmottes | 2010-08-12 | 1 | -12/+22 |
| | |||||
* | show the date in messages coming from history (#624599) | Nicolò Chieffo | 2010-08-02 | 1 | -1/+1 |
| | |||||
* | empathy-log-window: coding style fixes | Guillaume Desmottes | 2010-07-13 | 1 | -2/+2 |
| | |||||
* | log_window_get_messages_for_date: don't clear the marks on the calendar | Guillaume Desmottes | 2010-06-22 | 1 | -2/+0 |
| | | | | There is no reason to. | ||||
* | add 2 comments | Guillaume Desmottes | 2010-06-22 | 1 | -1/+3 |
| | |||||
* | log-window: check if the window still exist in async cb (#622273) | Guillaume Desmottes | 2010-06-22 | 1 | -0/+21 |
| | |||||
* | move the static variable used by the singleton out of empathy_log_window_show | Guillaume Desmottes | 2010-06-22 | 1 | -9/+13 |
| | | | | | That's useful for other functions which would like to check if there is still a window or not. | ||||
* | Depend on telepathy-logger (#610956) | Guillaume Desmottes | 2010-06-18 | 1 | -352/+0 |
| | |||||
* | use ISO-8601 dates in DEBUG | Guillaume Desmottes | 2010-06-18 | 1 | -5/+5 |
| | |||||
* | don't use strptime | Guillaume Desmottes | 2010-06-18 | 1 | -19/+8 |
| | |||||
* | TplLogEntry(Text) has been renamed to TplEntry(Text) | Guillaume Desmottes | 2010-06-18 | 1 | -1/+1 |
| | |||||
* | tpl_log_manager_search_new_async has been renamed to ↵ | Guillaume Desmottes | 2010-06-18 | 1 | -2/+2 |
| | | | | tpl_log_manager_search_async | ||||
* | tp-logger now use GDate rather than strings in its API | Guillaume Desmottes | 2010-06-18 | 1 | -64/+100 |
| | |||||
* | port to latest tp-logger API | Guillaume Desmottes | 2010-06-18 | 1 | -18/+12 |
| | |||||
* | log-window: start the search when the entry is activated (#619863) | Guillaume Desmottes | 2010-06-02 | 1 | -2/+18 |
| | |||||
* | Update to TPL 0.1.1 | Cosimo Alfarano | 2010-02-26 | 1 | -6/+6 |
| | | | | | | Updated the the pkg-config version to 0.1.1 Updated the the pkg-config dep name fom libtelepathy-logger to telepathy-logger Updated TPL's _finish() methods using one for each async API. | ||||
* | TPL Enabling patch, all-in-one. | Cosimo Alfarano | 2010-02-26 | 1 | -7/+526 |
| | | | | By default TPL is disabled, use --enable-tpl configure option to enable it. | ||||
* | add match_case option to find_abilities | Thomas Meire | 2010-01-21 | 1 | -0/+3 |
| | |||||
* | added case sensitive search for adium themes (reverted previous commit) | Thomas Meire | 2010-01-21 | 1 | -2/+7 |
| | |||||
* | added case sensitive highlighting for adium themes | Thomas Meire | 2010-01-21 | 1 | -2/+2 |
| | |||||
* | log-window: check if the account chooser isn't already ready | Guillaume Desmottes | 2009-11-16 | 1 | -3/+7 |
| | | | | If not we could wait forever if the chooser became ready right away. | ||||
* | log-window: wait that the accounts chooser is ready before selecting the chat | Guillaume Desmottes | 2009-11-16 | 1 | -4/+21 |
| | | | | | If we don't wait, the combobox is empty and so log_window_chats_set_selected can't find the chat (#601807). | ||||
* | all: log error messages if preparing the account manager fails | Jonny Lamb | 2009-10-30 | 1 | -1/+4 |
| | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | log-window: port to new tp-glib account API | Jonny Lamb | 2009-10-24 | 1 | -28/+48 |
| | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | remove usage of empathy_account_equal | Sjoerd Simons | 2009-07-30 | 1 | -1/+1 |
| | |||||
* | Get the icon name from the account object directly | Sjoerd Simons | 2009-07-05 | 1 | -1/+1 |
| | |||||
* | Port libempathy-gtk to EmpathyAccount | Sjoerd Simons | 2009-07-01 | 1 | -22/+23 |
| | |||||
* | empathy-log-window: remove trailing tabs | Guillaume Desmottes | 2009-06-25 | 1 | -2/+2 |
| | |||||
* | empathy-log-window: fix coding style and update FSF address | Guillaume Desmottes | 2009-05-18 | 1 | -5/+5 |
| | |||||
* | Renamed empathy_account_chooser_get_account to ↵ | Jonny Lamb | 2009-04-22 | 1 | -1/+1 |
| | | | | | | empathy_account_chooser_dup_account and fixed leaks. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | Port EmpathyLogWindow to new API | Xavier Claessens | 2009-04-16 | 1 | -9/+5 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2850 | ||||
* | Renamed G_STR_EMPTY to EMP_STR_EMPTY. | Jonny Lamb | 2009-01-23 | 1 | -2/+2 |
| | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2249 | ||||
* | Port EmpathyLogManager to the new singleton policy. | Xavier Claessens | 2009-01-09 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=2115 | ||||
* | Completely rework the theming system to make easy implementing themes based ↵ | Xavier Claessens | 2008-12-16 | 1 | -3/+3 |
| | | | | | | on other classes like webkit. svn path=/trunk/; revision=1993 | ||||
* | Rename EmpathyChatSimpleView to EmpathyChatTextView | Xavier Claessens | 2008-12-16 | 1 | -3/+3 |
| | | | | svn path=/trunk/; revision=1987 | ||||
* | Fix licence and clean up a bit the interface | Xavier Claessens | 2008-12-16 | 1 | -2/+3 |
| | | | | svn path=/trunk/; revision=1981 | ||||
* | Use gi18n-lib.h instead of gi18n.h for libraries. | Xavier Claessens | 2008-12-12 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=1967 | ||||
* | Fix previous commit. Oops. | Xavier Claessens | 2008-11-28 | 1 | -5/+5 |
| | | | | svn path=/trunk/; revision=1925 | ||||
* | Fix a crash in the log window when there is no account. Fixes bug #562071. | Xavier Claessens | 2008-11-28 | 1 | -0/+5 |
| | | | | svn path=/trunk/; revision=1924 | ||||
* | Make use of tp-glib debug system. | Xavier Claessens | 2008-05-01 | 1 | -9/+8 |
| | | | | svn path=/trunk/; revision=1066 | ||||
* | Rework EmpathyChat's API, it is now a subclass of GtkBin. | Xavier Claessens | 2008-04-02 | 1 | -21/+0 |
| | | | | svn path=/trunk/; revision=840 | ||||
* | Use empathy_file_lookup for glade files since some are in libempathy-gtk/ ↵ | Xavier Claessens | 2008-03-17 | 1 | -1/+6 |
| | | | | | | and others in src/ svn path=/trunk/; revision=813 | ||||
* | Update collabora copyright to 2008 | Xavier Claessens | 2008-03-03 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=688 | ||||
* | Add a program to show chat logs | Xavier Claessens | 2008-01-20 | 1 | -2/+4 |
| | | | | svn path=/trunk/; revision=584 | ||||
* | Fix crash if there is no date for a conversation. Fixes bug #473510. | Xavier Claessens | 2007-09-08 | 1 | -68/+53 |
| | | | | | | | | | | 2007-09-08 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-log-window.c: Fix crash if there is no date for a conversation. Fixes bug #473510. svn path=/trunk/; revision=289 | ||||
* | Do not show salut accounts in the add contact dialog. Rework a bit | Xavier Claessens | 2007-07-26 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | 2007-07-26 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-account-chooser.c: * libempathy-gtk/empathy-new-chatroom-dialog.c: * libempathy-gtk/empathy-account-chooser.h: * libempathy-gtk/empathy-contact-dialogs.c: * libempathy-gtk/empathy-chatrooms-window.c: * libempathy-gtk/empathy-contact-widget.c: * libempathy-gtk/empathy-contact-widget.h: * libempathy-gtk/empathy-log-window.c: * doc/*: Do not show salut accounts in the add contact dialog. Rework a bit EmpathyContactWidget. Fixes bug #459100 (Guillaume Desmottes, Xavier Claessens). svn path=/trunk/; revision=197 | ||||
* | Rename all filenames starting with "gossip" by "empathy", change namespace | Xavier Claessens | 2007-06-22 | 1 | -0/+1118 |
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 |