aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk
Commit message (Expand)AuthorAgeFilesLines
* Don't crash when the buffer has length 0Danielle Madeley2011-11-071-1/+4
* Merge branch 'ui-fixes'Danielle Madeley2011-11-051-0/+6
|\
| * dialpad-widget: make grid rows/columns homogeneousDanielle Madeley2011-11-041-0/+2
| * dialpad-widget: ensure able to show with gtk_widget_show()Danielle Madeley2011-11-041-0/+4
* | Fix crash when opening GOA facebook account settingsXavier Claessens2011-11-041-1/+1
|/
* Fix set-but-not-used build warningXavier Claessens2011-11-021-2/+2
* Revert "contact-blocking-dialog: use tp-glib high level blocking API"Guillaume Desmottes2011-11-022-158/+319
* contact-blocking-dialog: use tp-glib high level blocking APIGuillaume Desmottes2011-11-022-319/+158
* contact-blocking-dialog: split COL_* enumsGuillaume Desmottes2011-11-021-15/+21
* individual-widget: port to GtkGridGuillaume Desmottes2011-11-011-11/+11
* dialpad-widget: port to GtkGridGuillaume Desmottes2011-11-011-5/+5
* contact-widget: port to GtkGridGuillaume Desmottes2011-11-012-81/+57
* account-widget-*: port to GtkGridGuillaume Desmottes2011-11-0113-483/+126
* coding style fixGuillaume Desmottes2011-11-011-2/+2
* empathy_account_chooser_set_account: select account later if not ready yetGuillaume Desmottes2011-10-282-34/+28
* account-chooser: factor out select_account()Guillaume Desmottes2011-10-281-11/+18
* add empathy_contact_chooser_show_tree_view()Guillaume Desmottes2011-10-282-5/+16
* refilter if the TpConnection of a TpAccount is changedGuillaume Desmottes2011-10-271-0/+16
* factor out update_account()Guillaume Desmottes2011-10-271-3/+13
* account-chooser: make sure that TP_ACCOUNT_FEATURE_CONNECTION and TP_CONNECTI...Guillaume Desmottes2011-10-271-0/+10
* log-window: use empathy_account_chooser_refilter()Guillaume Desmottes2011-10-271-6/+6
* factor out empathy_account_chooser_refilter()Guillaume Desmottes2011-10-272-5/+13
* move pre-defined filter at the end of the filesGuillaume Desmottes2011-10-272-28/+32
* account-chooser: replace finalize by disposeGuillaume Desmottes2011-10-271-5/+5
* account-chooser: use tp_g_signal_connect_object()Guillaume Desmottes2011-10-271-12/+5
* account-chooser: use self->priv patternGuillaume Desmottes2011-10-272-75/+39
* inline account_chooser_setup()Guillaume Desmottes2011-10-271-136/+129
* move down empathy_account_chooser_class_init()Guillaume Desmottes2011-10-271-46/+36
* account-chooser: port to new coding styleGuillaume Desmottes2011-10-272-715/+740
* contact-chooser: refilter when the tmp contacts change capabilitiesDanielle Madeley2011-10-261-0/+12
* use g_unichar_fully_decompose instead of g_unicode_canonical_decompositionGuillaume Desmottes2011-10-251-8/+1
* use g_format_size instead of g_format_size_for_displayGuillaume Desmottes2011-10-251-2/+2
* [presence-chooser] Set status message as the tooltipJovanka Gulicoska2011-10-251-4/+8
* theme-adium: escape the name in actions as wellGuillaume Desmottes2011-10-241-3/+3
* ensure that contact_list_store_contact_active_cb isn't called after the store...Guillaume Desmottes2011-10-241-5/+38
* contact_list_store_dispose: unset the timer idsGuillaume Desmottes2011-10-241-1/+3
* Port contact-widget to contactinfo-utilsDanielle Madeley2011-10-213-132/+58
* Incorporate updates from empathy-contact-widget into contactinfo-utilsDanielle Madeley2011-10-213-15/+72
* Move empathy-contactinfo-utils to libempathy-gtkDanielle Madeley2011-10-214-1/+229
* Port individual-widget to contactinfo-utilsDanielle Madeley2011-10-211-64/+17
* [contact-chooser] Don't reselect the first match if something else is selectedDanielle Madeley2011-10-201-2/+5
* [contact-chooser] Move the selection up/down without defocusing the entryDanielle Madeley2011-10-201-0/+56
* [contact-chooser] emit 'activate' on 'row-activated' as wellDanielle Madeley2011-10-201-0/+11
* Swap SMS and Text buttonsDanielle Madeley2011-10-201-4/+4
* Fix extra buttons in new-call/message dialogsDanielle Madeley2011-10-202-2/+4
* Remove contact-selector-dialogDanielle Madeley2011-10-204-751/+0
* Scroll dialpad entry right as more characters are inserted.Danielle Madeley2011-10-191-0/+1
* Move dialpad into a widget of its ownDanielle Madeley2011-10-195-107/+246
* theme_adium_append_message: escape alias before displaying itGuillaume Desmottes2011-10-191-2/+5
* empathy_new_message_dialog_response: initialize contactGuillaume Desmottes2011-10-181-1/+1
* empathy_new_message_dialog_response: initialize individualGuillaume Desmottes2011-10-181-1/+1
* new-call-dialog: use the self->priv patternGuillaume Desmottes2011-10-182-32/+31
* new-message-dialog: port to EmpathyContactChooserGuillaume Desmottes2011-10-182-126/+137
* new-call-dialog: port to EmpathyContactChooserGuillaume Desmottes2011-10-182-99/+121
* factor out empathy_individual_can_audio_video_call()Guillaume Desmottes2011-10-181-53/+4
* new-call-dialog: fix typo in commentGuillaume Desmottes2011-10-181-1/+1
* contact-chooser: add 'activate' signalGuillaume Desmottes2011-10-181-0/+19
* contact-chooser: when searching, make sure that the first matching item is se...Guillaume Desmottes2011-10-181-0/+3
* add empathy_individual_view_select_first()Guillaume Desmottes2011-10-182-0/+19
* contact-list-store: stop tracking favourite contactsGuillaume Desmottes2011-10-151-26/+0
* contact-list-store: remove 'fake group' codeGuillaume Desmottes2011-10-153-128/+1
* remove unused EMPATHY_CONTACT_FEATURE_FAVOURITEGuillaume Desmottes2011-10-152-51/+1
* adium themes: crash less hard when Template.html is missingWill Thompson2011-10-151-1/+9
* TpChat: hide guts of Telepathy properties.Will Thompson2011-10-151-43/+25
* Merge remote-tracking branch 'pochu/error-dialog'Danielle Madeley2011-10-143-5/+88
|\
| * Set a parent for the error dialogEmilio Pozuelo Monfort2011-09-051-5/+8
| * NewMessageDialog: show an error if starting the channel failsEmilio Pozuelo Monfort2011-09-051-2/+77
| * empathy_dispatcher_chat_with_contact_id(): add optional cbEmilio Pozuelo Monfort2011-09-053-5/+10
* | Merge remote-tracking branch 'pochu/misc-fixes'Danielle Madeley2011-10-142-0/+5
|\ \
| * | Display an accurate error when not enough creditEmilio Pozuelo Monfort2011-09-051-0/+2
| * | Cope with gtk_icon_theme_lookup_icon returning NULLSjoerd Simons2011-09-051-0/+3
| |/
* | Merge branch: 'Add top-up link to chat text when there is insufficient credit'Danielle Madeley2011-10-144-3/+78
|\ \
| * | EmpathyChat: add a 'Top up' link when there's not enough creditEmilio Pozuelo Monfort2011-09-051-3/+47
| * | EmpathyThemeAdium: implement append_event_markupEmilio Pozuelo Monfort2011-09-051-0/+9
| * | Add empathy_chat_view_append_event_markupEmilio Pozuelo Monfort2011-09-052-0/+22
| |/
* | contact-blocking-dialog: make debug more usefulGuillaume Desmottes2011-10-131-12/+21
* | Use default variant if we can't find any variantsGuillaume Desmottes2011-10-121-1/+4
* | remove empathy-contact-selectorGuillaume Desmottes2011-10-093-550/+0
* | contact-chooser: add API to hide the search entryGuillaume Desmottes2011-10-092-5/+15
* | individual-widget: use GtkGrid instead of GtkTableGuillaume Desmottes2011-09-292-17/+10
* | contact-selector-dialog: use GtkGrid instead of GtkTableGuillaume Desmottes2011-09-292-17/+16
* | empathy-contact-selector-dialog.ui: load/save in GladeGuillaume Desmottes2011-09-291-3/+5
* | Use new GOA desktop fileGuillaume Desmottes2011-09-291-2/+3
* | Use g_cclosure_marshal_generic for all signalsXavier Claessens2011-09-2814-45/+19
* | pass to proper user action time when requesting an outgoing FTGuillaume Desmottes2011-09-271-1/+2
* | e-account-widget-irc: Use a GtkGrid to fix label wrappingXavier Claessens2011-09-262-52/+49
* | Add /inspector command to show webkit inspectorXavier Claessens2011-09-263-0/+28
* | Don't try to request a Call channel if built without Call supportGuillaume Desmottes2011-09-261-0/+35
* | Factor out call_new_with_streams()Guillaume Desmottes2011-09-261-5/+22
* | contact-widget: left align status labelGuillaume Desmottes2011-09-261-0/+1
* | glade: move IRC's expander to the vbox instead of the tableXavier Claessens2011-09-231-130/+168
* | Glade: GtkGrid does not have n-rows and n-columns properties as GtkTableXavier Claessens2011-09-231-9/+0
* | Glade: fix sizing in SIP accounts widgetXavier Claessens2011-09-231-1/+2
* | e-account-widget-jabber: Use GtkGrid instead of GtkTableXavier Claessens2011-09-221-55/+71
* | e-account-widget-jabber: fix sizing issuesDiego Escalante Urrelo2011-09-221-347/+381
* | log-window: improve icons in the search entryCosimo Cecchi2011-09-201-4/+23
* | coding style fixEMPATHY_3_1_92Guillaume Desmottes2011-09-191-1/+1
* | Use always-writeable and writeable-properties for alias and groupsRaul Gutierrez Segales2011-09-191-2/+3
* | EmpathyChat: Set slider position after a timeoutXavier Claessens2011-09-191-16/+29
* | Use tp_proxy_prepare_async instead of tp_account_manager_prepare_asyncGuillaume Desmottes2011-09-196-14/+14
* | avatar-chooser: disable 'take picture' button if there is no camera connectedGuillaume Desmottes2011-09-161-1/+16
* | avatar-chooser: split creation of the file chooser dialogGuillaume Desmottes2011-09-161-11/+12
* | log-window: fix translators commentGuillaume Desmottes2011-09-151-3/+2
* | log-window: properly translate duration stringsGuillaume Desmottes2011-09-151-3/+14
* | Remove unused variables [-Werror=unused-but-set-variable]Alban Crequy2011-09-152-4/+0
* | contact-list-store: store GtkTreeIter rather than GtkTreeRowReference in the ...Guillaume Desmottes2011-09-151-59/+20
* | individual-store: store GtkTreeIter rather than GtkTreeRowReference in the cacheGuillaume Desmottes2011-09-151-64/+21
* | individual-widget: use GtkGrid instead of GtkTable internallyCosimo Cecchi2011-09-131-125/+118
* | AccountChooser: don't return garbage from _set_accountWill Thompson2011-09-131-0/+1
* | theme-adium: ensure we always use the same color when sending messagesGuillaume Desmottes2011-09-131-4/+10
* | rename text/{persona,individual}-id as they are not standardGuillaume Desmottes2011-09-133-8/+8
* | Because we like whalesXavier Claessens2011-09-091-2/+43
* | individual_store_remove_individual: ensure that the store stays alive during ...Guillaume Desmottes2011-09-091-0/+7
* | contact_list_store_remove_contact: ensure that the store stays alive during t...Guillaume Desmottes2011-09-091-0/+7
* | log-window: sort "Who" list store alphabeticallyJussi Kukkonen2011-09-081-11/+27
* | ContactSelector: mark standard action as the default.Will Thompson2011-09-071-16/+5
* | individual-store: use Folks directly to watch is-favourite changesGuillaume Desmottes2011-09-071-20/+18
* | Support launching GNOME Online Accounts in empathy-accountsDanielle Madeley2011-09-061-7/+65
* | log-window: add the "raised" style class to the account chooserCosimo Cecchi2011-09-031-0/+3
|/
* Use format-justify-fill everywhereEmilio Pozuelo Monfort2011-09-021-2/+2
* LogWindow: fix toolbar iconsEmilio Pozuelo Monfort2011-09-021-2/+2
* log-window: align the account chooser and search widgetGuillaume Desmottes2011-09-021-0/+26
* Fixes a segfault in empathy-individual-store.cCosimo Alfarano2011-09-021-0/+8
* Merge branch 'timezones-656189'Danielle Madeley2011-09-011-3/+3
|\
| * Use g_date_time_new_from_unix_local() to read timestamps from loggerDanielle Madeley2011-08-311-3/+3
* | Correct grouping in the hostname regexpSjoerd Simons2011-08-311-3/+4
|/
* coding style fixEMPATHY_3_1_90Guillaume Desmottes2011-08-292-3/+3
* Merge branch 'account-widget-657616'Guillaume Desmottes2011-08-291-0/+10
|\
| * account-widget-local-xmpp: put all the labels in a GtkSizeGroupGuillaume Desmottes2011-08-291-0/+10
* | contact list: optimize loading contactsAlban Crequy2011-08-292-194/+220
|/
* contact-widget: use the day-selected sig to update birthdayGuillaume Desmottes2011-08-291-1/+1
* Allow to call phone number of contactsGuillaume Desmottes2011-08-292-1/+209
* add EmpathyAccountSelectorDialogGuillaume Desmottes2011-08-293-0/+268
* Don't leak FDs when loading avatars.Will Thompson2011-08-261-5/+5
* Move the 'Show previous conversation' menu entryGuillaume Desmottes2011-08-262-15/+15
* Fix unclear string in avatar chooserMilo Casagrande2011-08-261-1/+1
* account-widget-sip: add option to mark account as being able to call phonesGuillaume Desmottes2011-08-242-1/+40
* widget-sip: load/save file in GladeGuillaume Desmottes2011-08-241-18/+73
* account-widget: add empathy_account_widget_get_settings()Guillaume Desmottes2011-08-242-0/+11
* libempathy-gtk: Explicitly close the input stream used for reading avatarsPhilip Withnall2011-08-241-0/+20
* Merge branch 'search-bar'Jonny Lamb2011-08-231-16/+27
|\
| * search-bar: shorten labels to just Next & PreviousJonny Lamb2011-08-221-3/+6
| * search-bar: use smaller iconsJonny Lamb2011-08-221-1/+1
| * search-bar: make close button non-important stock gtk-closeJonny Lamb2011-08-221-3/+2
| * search-bar: move close button to RHSJonny Lamb2011-08-221-12/+21
* | widget-irc: quit message entry shouldn't be invisibleGuillaume Desmottes2011-08-231-3/+0
|/
* Don't assume that all FolksIndividuals have a corresponding EmpathyContact.Travis Reitter2011-08-222-17/+25
* Don't assume that all TpfPersonas contain valid TpContactsTravis Reitter2011-08-226-94/+163
* Hide the request message entry if it can't be usedEmilio Pozuelo Monfort2011-08-201-8/+30
* Set the scrolled window shadow type to Etched inEmilio Pozuelo Monfort2011-08-201-0/+2
* Allow to specify the subscription request messageEmilio Pozuelo Monfort2011-08-201-3/+34
* contact-chooser: use tp_connection_get_account()Guillaume Desmottes2011-08-191-5/+1
* Merge branch 'trivia'Danielle Madeley2011-08-192-5/+5
|\
| * [log-window] Change Quit for CloseDanielle Madeley2011-08-192-5/+5
* | new-message-dialog: rely on the factory to prepare TP_CONNECTION_FEATURE_CAPA...Guillaume Desmottes2011-08-191-44/+11
* | new-call-dialog: rely on the factory to prepare TP_CONNECTION_FEATURE_CAPABIL...Guillaume Desmottes2011-08-191-44/+17
* | individual-widget: rely on the factory to prepare TP_CONNECTION_FEATURE_CONTA...Guillaume Desmottes2011-08-191-61/+35
* | contact-widget: rely on the factory to prepare TP_CONNECTION_FEATURE_CONTACT_...Guillaume Desmottes2011-08-191-10/+6
* | contact-search-dialog: rely on the factory to prepare TP_CONNECTION_FEATURE_A...Guillaume Desmottes2011-08-191-50/+10
* | avatar-chooser: rely on the factory to prepare TP_CONNECTION_FEATURE_AVATAR_R...Guillaume Desmottes2011-08-191-5/+1
* | account-chooser: rely on the factory to prepare TP_CONNECTION_FEATURE_CAPABIL...Guillaume Desmottes2011-08-191-44/+11
|/
* Port to new tp-glib client factoryGuillaume Desmottes2011-08-182-17/+13
* Merge branch 'log-window-webview'Danielle Madeley2011-08-187-429/+713
|\
| * Use context menu utility in log viewerDanielle Madeley2011-08-171-5/+25
| * Factor out WebKit context menu as a utilityDanielle Madeley2011-08-173-118/+145
| * Allow clicking on a row to select the contactDanielle Madeley2011-08-161-29/+83
| * Reimplement scrollToRowDanielle Madeley2011-08-161-14/+23
| * Make WebKit compulsoryDanielle Madeley2011-08-163-48/+11
| * Style fixDanielle Madeley2011-08-121-1/+1
| * Remove unused variableDanielle Madeley2011-08-121-2/+0
| * Remove old codeDanielle Madeley2011-08-091-15/+0
| * Set the primary toolbar styleDanielle Madeley2011-08-091-0/+3
| * Add icons to the new log viewerDanielle Madeley2011-08-091-2/+20
| * Add dates to new log viewerDanielle Madeley2011-08-091-3/+6
| * Use the same font-setting utility for empathy-theme-adiumDanielle Madeley2011-08-091-62/+15
| * Use this utility in the log viewerDanielle Madeley2011-08-091-0/+9
| * Utility to set the webkit default font/size from GSettingsDanielle Madeley2011-08-092-0/+77
| * Reimplement log_window_maybe_expand_events()Danielle Madeley2011-08-081-9/+6
| * Remove treeview_events -- make the webview the only viewing componentDanielle Madeley2011-08-072-117/+58
| * Replace highlighting of search stringsDanielle Madeley2011-08-051-41/+6
| * Support smileys in log viewerDanielle Madeley2011-08-041-2/+9
| * Handle links via external browserDanielle Madeley2011-08-011-0/+19
| * Add expander togglesDanielle Madeley2011-08-011-0/+23
| * Use webkit-utils in LogWindow webviewDanielle Madeley2011-08-011-45/+56
| * Abstract WebKit string parsers into empathy-webkit-utilsDanielle Madeley2011-08-014-68/+137
| * Add a webview widget for displaying the logDanielle Madeley2011-07-291-0/+133
* | Merge branch 'blockade'Will Thompson2011-08-162-11/+24
|\ \
| * | Blocking dialog: use a sensible default sizeWill Thompson2011-08-091-0/+2
| * | Blocking dialog: Gnome 3-ify Remove buttonWill Thompson2011-08-092-11/+22
* | | Bug 655212 — Update for libfolks API changes to AvatarDetailsPhilip Withnall2011-08-161-39/+101
* | | manually build the GstStructureGuillaume Desmottes2011-08-151-5/+11
* | | Enable echo cancellation if neededGuillaume Desmottes2011-08-151-2/+16
* | | Use gst_parse_bin_from_description() when EMPATHY_AUDIO_* vars are setGuillaume Desmottes2011-08-152-0/+15
* | | LogWindow: don't crash if there are logs from the futureEmilio Pozuelo Monfort2011-08-101-1/+1
|/ /
* | EmpathyContactChooser: remove EmpathyTpChat propertyGuillaume Desmottes2011-08-052-61/+2
* | Implement TpContact selection in EmpathyInviteParticipantDialogGuillaume Desmottes2011-08-052-55/+4
* | Implement filtering logic in EmpathyInviteParticipantDialogGuillaume Desmottes2011-08-052-43/+35
* | Add EmpathyContactChooserGuillaume Desmottes2011-08-053-0/+550
* | Allow to enter an email address as Yahoo IDGuillaume Desmottes2011-08-041-2/+4
* | Factor out empathy_launch_program()Emilio Pozuelo Monfort2011-08-042-0/+56
* | Dialpad: show an entry with the entered numbersEmilio Pozuelo Monfort2011-08-041-2/+31
* | empathy_send_file_with_file_chooser: keep on the contact while the dialog is ...Guillaume Desmottes2011-08-021-1/+2
* | chat_text_maybe_append_date_and_time: compute the right delta between timestampsGuillaume Desmottes2011-08-011-1/+1
* | Add letters underneath the numbers on the dialpadDanielle Madeley2011-07-261-13/+39
* | Factor out dialpad into a utility functionDanielle Madeley2011-07-262-0/+52
* | Merge remote-tracking branch 'danni/populate-popup-654669'Xavier Claessens2011-07-261-2/+4
|\ \
| * | Assume GDK_KEY_PRESS in the default caseDanielle Madeley2011-07-261-2/+4
* | | Merge remote-tracking branch 'danni/drag-n-drop-558942'Xavier Claessens2011-07-263-12/+52
|\ \ \ | |_|/ |/| |
| * | Apply the same fix to EmpathyContactListViewDanielle Madeley2011-07-261-3/+3
| * | Don't generate critical when dragging with no contact selectedDanielle Madeley2011-07-201-3/+3
| |/
| * Populate spelling suggestions when menu key is pressedDanielle Madeley2011-07-181-6/+46
* | Merge branch 'irc-dialog'Will Thompson2011-07-253-82/+205
|\ \
| * | IRC accounts: top-justify the password hint.Will Thompson2011-07-251-0/+1
| * | IRC: validate 'username' parameter.Will Thompson2011-07-191-0/+12
| * | IRC: rename “user_name” regex to “nick_name”Will Thompson2011-07-191-2/+2
| * | IRC accounts: make labels the same width.Will Thompson2011-07-191-0/+10
| * | Add an advanced section to the IRC configuration pageRob Sharp2011-07-192-80/+180
| |/
* / Revert "empathy_call_new_with_streams: prefer StreamedMedia over Call"Emilio Pozuelo Monfort2011-07-191-15/+15
|/
* LogWindow: stop retrieving logs if the window is closedEmilio Pozuelo Monfort2011-07-121-1/+4
* Only follow available cameras if the contact can do Video callsEmilio Pozuelo Monfort2011-07-121-4/+9
* LogWindow: disable Video calls if no camera connectedEmilio Pozuelo Monfort2011-07-121-1/+18
* Bind 'Video call' menu items to available camerasEmilio Pozuelo Monfort2011-07-121-0/+7
* NewCallDialog: make 'Enable video' unsensitive when there's no cameraEmilio Pozuelo Monfort2011-07-121-0/+19
* CallWindow: save the window geometry without the sidebarEmilio Pozuelo Monfort2011-07-122-16/+38
* CallWindow: don't add calls to searches if they don't matchEmilio Pozuelo Monfort2011-07-121-0/+15
* LogWindow: select 'Anyone' when searchingEmilio Pozuelo Monfort2011-07-121-3/+7
* LogWindow: don't crash when searchingEmilio Pozuelo Monfort2011-07-121-2/+3
* use tp_text_channel_ack_all_pending_messages_async()Guillaume Desmottes2011-07-111-1/+2
* theme-adium: use the pending-message-id instead of message-token in x-empathy...Guillaume Desmottes2011-07-081-18/+24
* LogWindow: make type filters unsensitive as necessaryEmilio Pozuelo Monfort2011-07-051-0/+81
* LogWindow: expand/collapse events when a row is activatedEmilio Pozuelo Monfort2011-07-051-0/+16
* Display `Chat in ...' for MUCsEmilio Pozuelo Monfort2011-07-051-13/+21
* LogWindow: really show the users' alias in the Who paneEmilio Pozuelo Monfort2011-07-051-2/+13
* empathy_contact_from_tpl_contact: don't override the aliasEmilio Pozuelo Monfort2011-07-053-5/+5
* LogWindow: refresh the logs when new events happenEmilio Pozuelo Monfort2011-07-041-3/+260
* LogWindow: make it a proper GtkWindow subclassEmilio Pozuelo Monfort2011-07-043-574/+645
* Mark untranslated strings for translation. Fixes:Gabor Kelemen2011-07-012-2/+2
* Autocomplete contacts when blocking by aliasEmilio Pozuelo Monfort2011-06-301-2/+81
* LogWindow: keep the selected dates when changing Who or WhatEmilio Pozuelo Monfort2011-06-291-5/+78
* Merge branch 'account-parameters'Will Thompson2011-06-281-2/+6
|\
| * Set require-encryption for Facebook and Google TalkWill Thompson2011-06-281-1/+4
| * Set 'server' parameter on GTalk accounts.Will Thompson2011-06-281-1/+2
* | account-widget: hide advanced section for GTalk accountsGuillaume Desmottes2011-06-281-1/+1
|/
* PresetDialog: remove support for adding statuses entirelyWill Thompson2011-06-242-335/+4
* PresetDialog: make status icon in entry non-activatableWill Thompson2011-06-241-0/+3
* PresetDialog: GNOME 3-ify the remove buttonWill Thompson2011-06-242-28/+54
* PresetDialog: Don't leak path when focusing freshly-created statusWill Thompson2011-06-241-0/+1
* PresetDialog: Select text cell of freshly-added statusWill Thompson2011-06-241-8/+12
* PresetDialog: Allow >1 status to be removed at a time.Will Thompson2011-06-241-16/+22
* PresetDialog: Don't allow resizing status preset dialogWill Thompson2011-06-241-0/+1