aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk
Commit message (Expand)AuthorAgeFilesLines
* Show protocol in compat mode tooGuillaume Desmottes2010-01-261-6/+2
* contact_list_store_update_list_mode_foreach: remove useless show_protocol var...Guillaume Desmottes2010-01-261-4/+0
* contact_list_store_contact_update: remove useless show_protocol variableGuillaume Desmottes2010-01-261-4/+0
* account-widget-salut: don't display advanced properties in simple modeGuillaume Desmottes2010-01-252-1/+6
* replace empathy_connection_managers_call_when_ready by prepare_{async_finish}...Guillaume Desmottes2010-01-221-5/+6
* empathy-protocol-chooser: use empathy_connection_managers_call_when_readyGuillaume Desmottes2010-01-221-11/+11
* Capture the escape key on the chat view and search bar, to make it hide the s...Thomas Meire2010-01-213-6/+32
* removed some trailing spacesThomas Meire2010-01-211-3/+3
* added a "find" menu itemThomas Meire2010-01-212-5/+13
* improve behaviour of match_case callbackThomas Meire2010-01-211-6/+22
* add match_case option to find_abilitiesThomas Meire2010-01-216-19/+49
* respect match_case in chat_text_view_highlightThomas Meire2010-01-211-7/+14
* Use gtk_text_iter_[backward/forward]_search for case sensitive searches, keepThomas Meire2010-01-211-12/+34
* added checkbox callbackThomas Meire2010-01-211-0/+8
* added case sensitive search for adium themes (reverted previous commit)Thomas Meire2010-01-216-27/+49
* make the adium theme respect new_searchThomas Meire2010-01-211-0/+6
* added case sensitive highlighting for adium themesThomas Meire2010-01-216-12/+18
* simple toggle button to match the caseThomas Meire2010-01-212-0/+19
* remove priv->last_search and factor out empathy_search_bar_searchThomas Meire2010-01-211-47/+40
* Make the "Edit Custom Messages" window 420px wide by default (#607463)Ken VanDine2010-01-201-0/+1
* Pass a boolean saying if the protocol is Google Talk or not to EmpathyProtoco...Guillaume Desmottes2010-01-192-2/+7
* add_register_buttons: don't show the register buttons in simple modeGuillaume Desmottes2010-01-191-0/+3
* account-widget: check that the apply button actually exist before modifying itGuillaume Desmottes2010-01-191-0/+4
* Make sure the column spacing is the same for all protocols.Cosimo Cecchi2010-01-192-2/+2
* Fix /join command with one channel (#607306)Thomas Meire2010-01-181-1/+1
* account-widget: add empathy_account_widget_set_{account,password}_paramGuillaume Desmottes2010-01-182-0/+38
* Support silent build rules with automake 1.11Javier Jardón2010-01-181-8/+7
* account-widget: use empathy_account_widget_changedGuillaume Desmottes2010-01-141-13/+5
* account-widget-irc: Call empathy_account_widget_changed when network combobox...Guillaume Desmottes2010-01-141-0/+1
* add empathy_account_widget_changed as protected methodGuillaume Desmottes2010-01-142-0/+13
* Call xmlCleanupParser() only once when exiting (#600693)Guillaume Desmottes2010-01-131-2/+0
* Merge branch 'contact'Xavier Claessens2010-01-134-1024/+947
|\
| * Remove the "Contact" alignment from contat widgetXavier Claessens2010-01-134-117/+85
| * Reorder functions to not declare them on topXavier Claessens2010-01-121-909/+864
* | Add search bar in chat text views (#585168)Thomas Meire2010-01-127-5/+462
* | contact_list_store_get_contact_status_icon_with_icon_name: early return if ic...Guillaume Desmottes2010-01-121-0/+3
* | empathy_pixbuf_contact_status_icon_with_icon_name: icon_name is not supposed ...Guillaume Desmottes2010-01-121-0/+1
* | use G_TYPE_OBJECT instead of G_TYPE_POINTERFelix Kaser2010-01-111-1/+1
* | connect to signals when account has been createdFelix Kaser2010-01-111-3/+3
* | remove box around advanced settingsFelix Kaser2010-01-091-27/+11
|/
* contact-list-view: merge the audio and vido call columnGuillaume Desmottes2010-01-071-47/+5
* Display a context menu when clicking on audio/video icons (#590051)Guillaume Desmottes2010-01-071-37/+32
* allow multiple rooms with /join (bug #604347)Thomas Meire2010-01-071-5/+16
* remove debug message when creating or retrieving a status icon from the cacheGuillaume Desmottes2010-01-061-3/+1
* Add the protocol icon in EmpathyContactWidget. That's displayed for contact l...Xavier Claessens2010-01-061-4/+22
* rename 'location' to 'loc' to fix shadow declarationGuillaume Desmottes2010-01-061-3/+3
* Remove Pango markup from translatable strings where possiblePhilip Withnall2010-01-068-25/+85
* Print autocompletion suggestions to chatview (#599779)Thomas Meire2010-01-061-0/+14
* Fix autocompletion for non-alphanumeric nicknamesThomas Meire2010-01-061-1/+10
* Miscellaneous string fixesPhilip Withnall2010-01-019-14/+14
* Punctuation fixes in translatable stringsPhilip Withnall2010-01-014-20/+20
* account-widget: presence_changed_cb: early return if widget has been destroyedGuillaume Desmottes2009-12-261-0/+3
* account-widget: ensure that the object stays alive during the tp_account_mana...Guillaume Desmottes2009-12-261-1/+5
* Add register buttons to the account widgetGuillaume Desmottes2009-12-221-0/+52
* factor out account_widget_is_gtalkGuillaume Desmottes2009-12-221-3/+10
* reorder moblin specific codeGuillaume Desmottes2009-12-221-27/+27
* account-widget: move the 'Enable' checkbox to the top of the widget (#593268)Guillaume Desmottes2009-12-221-4/+4
* account-widget: factor out add_enable_checkboxGuillaume Desmottes2009-12-221-62/+69
* Merge branch 'pmuc'Danielle Madeley2009-12-223-17/+57
|\
| * [EmpathyContactSelectorDialog] add contact filtering supportDanielle Madeley2009-12-222-10/+55
| * [EmpathyContactMenu] Replace raw Tp call with existing abstractionDanielle Madeley2009-12-211-7/+2
* | account-widget-sip: re-add tooltipsGuillaume Desmottes2009-12-211-1/+5
* | presence-chooser: Ellipsize long status messages (#576434)Pascal Potvin2009-12-212-0/+3
|/
* [EmpathyContactSelectorDialog] remove got_response vcallDanielle Madeley2009-12-214-47/+65
* [EmpathyContactSelectorDialog] initialise priv->show_account_chooser correctlyDanielle Madeley2009-12-211-0/+1
* [EmpathyContactSelectorDialog] normalise case in match functionDanielle Madeley2009-12-191-15/+21
* [EmpathyContactSelectorDialog] tweak paddingDanielle Madeley2009-12-191-1/+2
* [EmpathyContactSelectorDialog] switch from table_contents to VBoxDanielle Madeley2009-12-193-6/+11
* [EmpathyContactSelectorDialog] make the Account Chooser optionalDanielle Madeley2009-12-193-8/+115
* [EmpathyContactSelectorDialog] make this an abstract typeDanielle Madeley2009-12-191-1/+2
* [EmpathyContactSelectorDialog] Add missing includeDanielle Madeley2009-12-191-0/+1
* no need to export contact_list_store_get_contact_status_icon any moreGuillaume Desmottes2009-12-172-20/+16
* contact-selector-dialog: set a border of 12 as defined in the HIGGuillaume Desmottes2009-12-171-0/+2
* new-message-dialog: filter out CM which doesn't support 1-1 chatGuillaume Desmottes2009-12-171-0/+35
* new-call-dialog: filter out CM which doesn't support callsGuillaume Desmottes2009-12-171-0/+35
* contact-selector-dialog: add API for subclass to redefine the accoutn filter ...Guillaume Desmottes2009-12-172-2/+19
* new-call-dialog: add 'Send Video' check buttonGuillaume Desmottes2009-12-171-2/+31
* contact-selector-dialog: make table_contact a protected memberGuillaume Desmottes2009-12-172-4/+4
* contact-selector-dialog: emit response when the entry is activatedGuillaume Desmottes2009-12-171-0/+17
* add empathy-new-call-dialogGuillaume Desmottes2009-12-173-0/+244
* rename empathy-new-message-dialog.ui to empathy-contact-selector-dialog.uiGuillaume Desmottes2009-12-173-2/+2
* empathy-new-message-dialog: port to TP coding styleGuillaume Desmottes2009-12-172-52/+53
* new-message-dialog: inherit from EmpathyContactSelectorDialogGuillaume Desmottes2009-12-172-261/+22
* add empathy-contact-selector-dialogGuillaume Desmottes2009-12-173-0/+394
* new-message-dialog: remove the call buttonGuillaume Desmottes2009-12-171-40/+3
* contact_list: displays an icon showing the protocol by the contact (#603877)chantra2009-12-177-10/+279
* Merge branch 'create-cancel-crash'Felix Kaser2009-12-141-11/+14
|\
| * changed way of tracking pending changesFelix Kaser2009-12-101-11/+14
* | empathy_spell_check: remove debug message if there is no languages configuredGuillaume Desmottes2009-12-111-1/+0
* | account-chooser: display enabled accounts first (#604166)Guillaume Desmottes2009-12-091-0/+40
* | new-message-dialog: inherit from GtkDialog (#604097)Guillaume Desmottes2009-12-093-181/+223
|/
* chat: don't display pending messages before messages from logsGuillaume Desmottes2009-12-081-0/+7
* remember the chat window's paned width (#586290)ranjiao2009-12-082-0/+25
* remove useless castGuillaume Desmottes2009-12-081-1/+1
* chat: wait that connection is ready before re-requesting the channel (#603976)Guillaume Desmottes2009-12-081-23/+44
* chat_destroy_cb: use chat_update_contacts_visibility instead of empathy_chat_...Guillaume Desmottes2009-12-071-1/+2
* explicitely pass the show state to empathy_chat_set_show_contactsGuillaume Desmottes2009-12-071-6/+8
* chat_new_connection_cb: don't try to reconnect chats if the account is not co...Guillaume Desmottes2009-12-021-0/+3
* Hide state image in contact widget until the presense state is notified. (#60...Brian Pepple2009-12-022-1/+1
* chat: don't display latest logs in roomGuillaume Desmottes2009-12-021-1/+3
* added destroyed flagFelix Kaser2009-12-021-1/+20
* fixed problem with destroyed widget in async callFelix Kaser2009-12-021-0/+5
* update presence when account is enabledFelix Kaser2009-12-021-10/+39
* emit account-created signal outside enabled_cbFelix Kaser2009-12-021-9/+4
* Link libempathy-gtk against libnotifyLaurent Bigonville2009-12-011-0/+2
* Use \s to match spaces, it is the same as [ \t\n\r\f\v]Xavier Claessens2009-12-011-1/+1
* Merge commit 'shaunm/dndfiles2'Guillaume Desmottes2009-11-304-77/+266
|\
| * [empathy-contact-list-view] Don't accept file drags to offline/non-FT contactsShaun McCance2009-11-251-1/+3
| * Move GtkTargetLists into priv so they're no longer staticShaun McCance2009-11-251-7/+9
| * Fixed leak in drag motion and added comments for bug #595226Shaun McCance2009-11-251-1/+15
| * Utilitiy function to send files from a URI list, for dnd implementationsShaun McCance2009-11-254-18/+39
| * Split contact_list_view_drag_data_received into smaller functionsShaun McCance2009-11-251-118/+141
| * Setting reorderable on the contact list view to get row previews as drag iconsShaun McCance2009-11-251-1/+6
| * Allow contacts to be dragged anywhere in a group, or dragged to the non-groupShaun McCance2009-11-251-5/+20
| * Implemented file drags to contact list, along with row highlightsShaun McCance2009-11-251-79/+173
| * Implementing drag and drop file sending on chat windowsShaun McCance2009-11-253-13/+26
* | empathy-chat: keep count of the number of unread messagesGuillaume Desmottes2009-11-272-0/+26
* | chat-text-view: override GtkTextView copy_clipboardGuillaume Desmottes2009-11-261-0/+11
* | gssize isn't an int on various platformsSjoerd Simons2009-11-261-1/+1
* | Merge branch 'adium-events'Xavier Claessens2009-11-261-20/+28
|\ \
| * | Do not escape twice /me messages with adium theme.Xavier Claessens2009-11-251-20/+27
| |/
* | Clean how we insert smileys in adium themesXavier Claessens2009-11-261-13/+5
* | Clean how we insert link in adium themesXavier Claessens2009-11-261-8/+6
* | Rework the link regex to have "(user@server.com)" case work.Xavier Claessens2009-11-251-7/+9
* | Escape what is put inside <a> tagsGustavo Noronha Silva2009-11-251-1/+8
* | Add more test cases and fix some found issues in link regex.Xavier Claessens2009-11-251-1/+1
* | Replace GString param with a generic gpointer user_data, and port EmpathyChat...Xavier Claessens2009-11-254-164/+163
* | Make possible to define different replace function for parsersXavier Claessens2009-11-253-84/+133
* | Accept any foo:// URL SchemesXavier Claessens2009-11-251-4/+4
* | start and end positions in EmpathySmileyHit struct can't be negative. Change ...Xavier Claessens2009-11-253-4/+4
* | Add comments to explain empathy_smiley_manager_parse_len(), it is non-trivial...Xavier Claessens2009-11-252-4/+34
* | Optimisation: Do not fetch use-smiley gconf key for each substring.Xavier Claessens2009-11-251-6/+7
* | Extract empathy_string_parser_link and empathy_string_parser_escape from empa...Xavier Claessens2009-11-253-64/+76
* | Create API for generic string parserXavier Claessens2009-11-253-13/+54
* | Remove dead code from EmpathySmileyManagerXavier Claessens2009-11-252-95/+10
* | Use new smiley parser in EmpathyChatTextView.Xavier Claessens2009-11-252-13/+20
* | exclude " and ' from links.Xavier Claessens2009-11-251-2/+2
* | Rework the way message parsing and escaping is done.Xavier Claessens2009-11-251-90/+126
* | Introduce a new smiley parser that can parse only a part of a string.Xavier Claessens2009-11-252-0/+94
|/
* Make sure double quotes are not considered part of URIsGustavo Noronha Silva2009-11-251-2/+2
* Clarify macro namesXavier Claessens2009-11-241-15/+21
* Create EMPATHY_RECT_IS_ON_SCREEN macro instead of duplicating its code.Xavier Claessens2009-11-243-6/+8
* Restore position of window if it gets remapped.Xavier Claessens2009-11-241-14/+51
* Make empathy_present_window() also move to current desktop with compiz. Fixes...Xavier Claessens2009-11-241-3/+15
* Make sure to not save offscreen positioning. It happens with compiz.Xavier Claessens2009-11-241-0/+6
* account-widget-sip: translate all the labels in combo boxGuillaume Desmottes2009-11-231-5/+9
* empathy-account-widget-private: fix coding styleGuillaume Desmottes2009-11-231-3/+3
* rename account_widget_setup_widget empathy_account_widget_setup_widgetGuillaume Desmottes2009-11-233-6/+7
* fix position of the 2 combo boxesGuillaume Desmottes2009-11-231-2/+2
* move port settings to the same line as the hostGuillaume Desmottes2009-11-231-105/+106
* indent the STUN Server/Port label under the checkboxGuillaume Desmottes2009-11-231-2/+2
* rephrase subsection titles and their labelsGuillaume Desmottes2009-11-231-8/+8
* add indentation so subsections are clearerGuillaume Desmottes2009-11-231-130/+194
* rephrase the discover-stun checkbox labelGuillaume Desmottes2009-11-231-1/+1
* rename Misc section to MiscellaneousGuillaume Desmottes2009-11-231-1/+1
* account-widget-sip: add subsections in the advanced sectionGuillaume Desmottes2009-11-232-37/+90
* account-widget-sip: fix typo in variable nameGuillaume Desmottes2009-11-231-3/+3
* account-widget-sip: unsensitive the STUN labels as well when STUN is disabledGuillaume Desmottes2009-11-231-0/+6
* account_widget_combobox_changed_cb: check that param has a defaultGuillaume Desmottes2009-11-231-2/+3
* Set explicitely the model of combo boxGuillaume Desmottes2009-11-232-25/+69
* unsensitive the keep-alive spin button if keep-alive is disabledGuillaume Desmottes2009-11-231-0/+22
* account-widget-sip: add UI to configure the keepalive-mechanism and keepalive...Guillaume Desmottes2009-11-232-1/+67
* account-widget-sip: add UI to configure the discover-binding paramGuillaume Desmottes2009-11-232-1/+17
* account-widget-sip: add UI to configure the loose-routine paramGuillaume Desmottes2009-11-232-1/+17
* account-widget-sip: add UI to configure the transport paramGuillaume Desmottes2009-11-232-1/+39
* account_widget_setup_widget: add support for GtkComboBoxGuillaume Desmottes2009-11-231-0/+64
* empathy-account-widget: export account_widget_setup_widgetGuillaume Desmottes2009-11-232-1/+5
* account-widget-sip: Add UI to configure auth-user, proxy-host and port params...Guillaume Desmottes2009-11-232-1/+87
* notify-manager: unref the account mgr when disposingGuillaume Desmottes2009-11-191-0/+15
* account-widget: use the account-manaer instead of idleGuillaume Desmottes2009-11-191-32/+56
* notify-manager: use the account mgr directly instead of empathy_check_availab...Guillaume Desmottes2009-11-191-1/+39
* presence-chooser: use the account-manager directly to get our state and statusGuillaume Desmottes2009-11-191-17/+48
* don't mix code and variable declarationsGuillaume Desmottes2009-11-191-4/+4
* Fixed some of Gillaume's review comments from Bug #571642Jonathon Jongsma2009-11-191-44/+38
* Handle the case where a user's id changes in a chatroomJonathon Jongsma2009-11-192-0/+85
* presence-chooser: remove icon blinking supportGuillaume Desmottes2009-11-181-88/+4
* account-widget-jabber: increase spacing in the 'Override Server Settings' sec...Guillaume Desmottes2009-11-171-0/+2
* Use accessor functions instead direct access.Javier Jardón2009-11-1710-22/+33
* geometry: port to TP coding styleGuillaume Desmottes2009-11-162-152/+156
* Correctly store/restore maximized state of windows.Xavier Claessens2009-11-162-115/+173
* log-window: check if the account chooser isn't already readyGuillaume Desmottes2009-11-161-3/+7
* add empathy_account_chooser_is_readyGuillaume Desmottes2009-11-162-0/+11
* log-window: wait that the accounts chooser is ready before selecting the chatGuillaume Desmottes2009-11-161-4/+21
* account-chooser.c: add a 'ready' signalGuillaume Desmottes2009-11-161-0/+19
* Implement /nick commandXavier Claessens2009-11-141-0/+23
* account_widget_build_salut: focus the first name entry by defaultGuillaume Desmottes2009-11-141-1/+1
* Respect indentation style.Cosimo Cecchi2009-11-131-14/+14
* empathy-chat: watch for password-needed property changesGuillaume Desmottes2009-11-131-4/+16
* ask for password when joining a protected room (#579341)Guillaume Desmottes2009-11-131-0/+152
* empathy-chat: don't grab focus on the input entry is it's insensitiveGuillaume Desmottes2009-11-131-1/+3
* chat-ui: add info_bar_vbox on the top of the widgetGuillaume Desmottes2009-11-131-2/+11
* change 'capa' to 'cap'Guillaume Desmottes2009-11-132-23/+23
* empathy_notify_manager_init: no need to cast the return value of g_object_newGuillaume Desmottes2009-11-131-2/+1
* remove notify_manager_dispose as it doesn't do anythingGuillaume Desmottes2009-11-131-16/+0
* notify-manager: fetch capabilities in _init instead of _constructorGuillaume Desmottes2009-11-131-16/+13
* change empathy_notification_is_enabled to empathy_notify_manager_notification...Guillaume Desmottes2009-11-132-2/+3
* change empathy_misc_get_pixbuf_for_notification to empathy_notify_manager_get...Guillaume Desmottes2009-11-132-3/+6
* move empathy-misc to empathy-notify-managerGuillaume Desmottes2009-11-132-0/+58
* define constants for notify capabilitiesGuillaume Desmottes2009-11-131-0/+19
* add empathy_notify_manager_has_capabilityGuillaume Desmottes2009-11-132-0/+12
* notify-manager: fetch capabilities of the notification serverGuillaume Desmottes2009-11-131-1/+23
* add stub EmpathyNotifyManager (#601691)Guillaume Desmottes2009-11-133-0/+170
* libempathy-gtk/Makefile.am: sort filesGuillaume Desmottes2009-11-131-19/+19
* empathy_account_widget_get_default_display_name: special case should be done ...Guillaume Desmottes2009-11-131-0/+1
* move code generating the default display name of new account to account-widgetGuillaume Desmottes2009-11-132-0/+55
* Make location labels selectablePierre-Luc Beaudoin2009-11-121-0/+3
* Add missing location field in orderingPierre-Luc Beaudoin2009-11-121-0/+6
* Order location fieldsFrederic Peters2009-11-121-7/+21
* Force an unset presence type to appear as offline in the presence chooser and...Jonny Lamb2009-11-121-0/+6
* account-widget: Change the label of the Connect button to 'Login'.Guillaume Desmottes2009-11-061-14/+9
* contact-menu: rename "View Previous Conversations" menu entry to "Previous Co...Guillaume Desmottes2009-11-051-1/+1
* Print "Unknown command" when typing "/help unknown"Xavier Claessens2009-11-041-0/+3
* Make parsing of commend with no args work againXavier Claessens2009-11-041-2/+6
* Merge branch 'irc-command'Xavier Claessens2009-11-041-15/+363
|\
| * Optimisation: Remove of the duplicated check for the command prefix.Xavier Claessens2009-11-041-6/+2
| * Make clear that for(foo); does nothing.Xavier Claessens2009-11-041-1/+2
| * In case of unknown command, suggest /helpXavier Claessens2009-11-011-1/+2
| * Move /me and /say support from EmpathyMessage to EmpathyChat.Xavier Claessens2009-11-011-14/+69
| * Add support for /help command without arg, to list all available commands.Xavier Claessens2009-11-011-39/+47
| * Add support for /help command and fix review commentsXavier Claessens2009-11-011-91/+165
| * Refactor chat commands.Xavier Claessens2009-11-011-85/+127
| * Add support for /msg commandXavier Claessens2009-11-011-2/+74
| * Add support for /query commandXavier Claessens2009-11-011-0/+28
| * Add support for /join commandXavier Claessens2009-11-011-2/+30
| * Fix topic not always shown, and add /topic command support.Xavier Claessens2009-11-011-4/+47
* | empathy_account_widget_contains_pending_changes: return TRUE if we are creati...Guillaume Desmottes2009-11-031-0/+10
* | Merge branch 'fix-586098'Danielle Madeley2009-11-031-50/+251
|\ \
| * | empathy-chat.c: input history - Using GList pointer instead of gint index.Jerzy Mansarliński2009-11-011-83/+109
| * | Fix coding styleJerzy Mansarliński2009-10-301-36/+37
| * | Add terminal-like chat input history. Fixes bug #586098.Jerzy Mansarliński2009-10-301-37/+211
| |/
* | empathy-account-widget: update apply button when our state changesGuillaume Desmottes2009-11-031-0/+23
* | empathy-account-widget: replace the 'Connect' buton by a 'Save' one ...Guillaume Desmottes2009-11-031-2/+36
* | Autocomplete for offline contacts. Closes bug #583919.Justin Forest2009-11-031-17/+15
* | account-chooser: allow for a non-prepared account manager (fixes bug #600537)Jonny Lamb2009-11-031-0/+8
* | Merge branch 'accountz'Jonny Lamb2009-11-0217-197/+375
|\ \ | |/ |/|
| * contact-list-view: added note about waiting for manager to be come ready bugJonny Lamb2009-10-301-1/+1
| * location-manager: keep a ref to self during preparation to make sure we stay ...Jonny Lamb2009-10-301-1/+2
| * all: log error messages if preparing the account manager failsJonny Lamb2009-10-305-8/+33
| * ui-utils: port to new tp-glib account APIJonny Lamb2009-10-241-1/+0
| * theme-adium: port to new tp-glib account APIJonny Lamb2009-10-241-3/+3
| * presence-chooser: port to new tp-glib account APIJonny Lamb2009-10-241-14/+42
| * new-message-dialog: port to new tp-glib account APIJonny Lamb2009-10-241-1/+0
| * log-window: port to new tp-glib account APIJonny Lamb2009-10-242-30/+50
| * location-manager: port to new tp-glib account APIJonny Lamb2009-10-241-16/+77
| * irc-network-dialog: port to new tp-glib account APIJonny Lamb2009-10-241-1/+0
| * contact-widget: port to new tp-glib account APIJonny Lamb2009-10-241-3/+3
| * contact-list-view: port to new tp-glib account APIJonny Lamb2009-10-241-8/+10
| * contact-dialogs: port to new tp-glib account APIJonny Lamb2009-10-241-3/+4
| * chat-text-view: port to new tp-glib account APIJonny Lamb2009-10-241-1/+0
| * chat: port to new tp-glib account APIJonny Lamb2009-10-242-23/+44