aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* move test_init/test_deinit to test-helper.cGuillaume Desmottes2009-11-034-17/+31
|
* port check-empathy-utils.c to GTestGuillaume Desmottes2009-11-036-34/+72
|
* 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
| | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* accounts-dialog: don't always select the first account automaticallyJonny Lamb2009-11-031-2/+7
| | | | | | | | | | | | | | | | | | | Sometimes it takes a while to get all account details, but getting the account names is fairly quick. What tends to happen is that the tree view of account names is populated immediately, but the account widget is just grey until all details are retrieved. This time is enough to select an account in the tree view for editing. However, previously, once all details are retrieved, the first account is automatically selected. This is of course sensible if the user has not selected an account, but it's pretty annoying if you've already selected your seventeenth jabber account and then it plonks you back to number one. This patch only selects the first account if there is not one already selected. Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* Remove LIBPANELAPPLET entry from configure.acDanielle Madeley2009-11-031-1/+0
|
* empathy-accounts-dialog: account-validity-changed signal now has a 'valid' ↵Guillaume Desmottes2009-11-031-0/+1
| | | | argument (#600446)
* Merge branch 'accountz'Jonny Lamb2009-11-0261-3462/+1308
|\
| * Upped dependency on tp-glibJonny Lamb2009-10-301-1/+1
| | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * contact-list-view: added note about waiting for manager to be come ready bugJonny Lamb2009-10-301-1/+1
| | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * empathy: when creating salut account, be sure to wait for the account managerJonny Lamb2009-10-301-14/+37
| | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * log-store-empathy: refer to "make logs async" bugJonny Lamb2009-10-301-1/+1
| | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * dispatcher: refer to EmpathyHandler bugJonny Lamb2009-10-301-1/+1
| | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * idle: added a comment to explain _is_just_connectedJonny Lamb2009-10-301-0/+3
| | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * idle: don't hardcode 10 seconds as the "just connected" timeJonny Lamb2009-10-301-1/+5
| | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * idle: add comment about the connect_times hash table typesJonny Lamb2009-10-301-0/+2
| | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * idle: updated commentJonny Lamb2009-10-301-2/+4
| | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * utils: remove FIXMEJonny Lamb2009-10-301-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | Although still true, the comment above the function will suffice and this can't really be changed without lots of making-async of other places in Empathy. I also don't think this is a problem in practice as everywhere in Empathy we use the account manager should have a _prepare called beforehand. Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * location-manager: keep a ref to self during preparation to make sure we stay ↵Jonny Lamb2009-10-301-1/+2
| | | | | | | | | | | | alive Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * all: log error messages if preparing the account manager failsJonny Lamb2009-10-3015-30/+112
| | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * check-empathy-chatroom-manager: port to new tp-glib account APIJonny Lamb2009-10-251-1/+1
| | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * tests: port to new tp-glib account APIJonny Lamb2009-10-252-4/+5
| | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * po: removed empathy-account.c from POTFILES.inJonny Lamb2009-10-251-1/+0
| | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * contact-manager, dispatcher: renamed _new_connection_cb to _status_changed_cbJonny Lamb2009-10-252-6/+6
| | | | | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=599169#c2 Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * idle: use the TpAccount pointer as key to the hash table, and remove values ↵Jonny Lamb2009-10-251-12/+8
| | | | | | | | | | | | | | | | on disconnect https://bugzilla.gnome.org/show_bug.cgi?id=599169#c2 Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * empathy: port to new tp-glib account APIJonny Lamb2009-10-241-85/+76
| | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * status-icon: port to new tp-glib account APIJonny Lamb2009-10-241-21/+36
| | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * new-chatroom-dialog: port to new tp-glib account APIJonny Lamb2009-10-241-3/+3
| | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * main-window: port to new tp-glib account APIJonny Lamb2009-10-241-48/+87
| | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * import-widget: port to new tp-glib account APIJonny Lamb2009-10-241-27/+30
| | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * import-mc4-accounts: port to new tp-glib account APIJonny Lamb2009-10-241-5/+5
| | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * event-manager: port to new tp-glib account APIJonny Lamb2009-10-241-4/+11
| | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * chatrooms-window: port to new tp-glib account APIJonny Lamb2009-10-241-2/+2
| | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * chat-window: port to new tp-glib account APIJonny Lamb2009-10-242-14/+18
| | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * accounts-dialog: port to new tp-glib account APIJonny Lamb2009-10-242-145/+70
| | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * account-assistant: port to new tp-glib account APIJonny Lamb2009-10-241-3/+3
| | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * ui-utils: port to new tp-glib account APIJonny Lamb2009-10-241-1/+0
| | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * theme-adium: port to new tp-glib account APIJonny Lamb2009-10-241-3/+3
| | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * presence-chooser: port to new tp-glib account APIJonny Lamb2009-10-241-14/+42
| | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * new-message-dialog: port to new tp-glib account APIJonny Lamb2009-10-241-1/+0
| | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * log-window: port to new tp-glib account APIJonny Lamb2009-10-242-30/+50
| | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * location-manager: port to new tp-glib account APIJonny Lamb2009-10-241-16/+77
| | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * irc-network-dialog: port to new tp-glib account APIJonny Lamb2009-10-241-1/+0
| | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * contact-widget: port to new tp-glib account APIJonny Lamb2009-10-241-3/+3
| | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * contact-list-view: port to new tp-glib account APIJonny Lamb2009-10-241-8/+10
| | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * contact-dialogs: port to new tp-glib account APIJonny Lamb2009-10-241-3/+4
| | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * chat-text-view: port to new tp-glib account APIJonny Lamb2009-10-241-1/+0
| | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * chat: port to new tp-glib account APIJonny Lamb2009-10-242-23/+44
| | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * account-widget: port to new tp-glib account APIJonny Lamb2009-10-241-14/+14
| | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * account-chooser: port to new tp-glib account APIJonny Lamb2009-10-242-79/+102
| | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * tp-roomlist: port to new tp-glib account APIJonny Lamb2009-10-242-8/+6
| | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * log-store: port to new tp-glib account APIJonny Lamb2009-10-242-19/+19
| | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * log-store-empathy: port to new tp-glib account APIJonny Lamb2009-10-241-17/+19
| | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * log-manager: port to new tp-glib account APIJonny Lamb2009-10-242-11/+11
| | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * dispatcher: port to new tp-glib account APIJonny Lamb2009-10-241-27/+48
| | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * contact: port to new tp-glib account APIJonny Lamb2009-10-242-17/+13
| | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * contact-manager: port to new tp-glib account APIJonny Lamb2009-10-241-22/+46
| | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * chatroom: port to new tp-glib account APIJonny Lamb2009-10-242-13/+14
| | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * chatroom-manager: port to new tp-glib account APIJonny Lamb2009-10-242-41/+27
| | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * account-settings: port to new tp-glib account APIJonny Lamb2009-10-242-77/+77
| | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * Add empathy_idle_account_is_just_connected function.Jonny Lamb2009-10-242-0/+70
| | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * idle: port to new tp-glib account APIJonny Lamb2009-10-241-20/+22
| | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * Add empathy_account_manager_get_accounts_connected function.Jonny Lamb2009-10-242-0/+36
| | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * Add empathy_get_account_for_connection function.Jonny Lamb2009-10-242-1/+36
| | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * Add empathy_idle_get_requested_presence function.Jonny Lamb2009-10-242-12/+44
| | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * Removed EmpathyAccount{,Manager}.Jonny Lamb2009-10-235-2604/+0
| | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* | Updated Italian translation of the helpMilo Casagrande2009-11-022-1011/+3938
| | | | | | | | * Updated the screenshot
* | Fixes cycling tab bug in chat window (#589263)Rômulo Fernandes Machado2009-10-301-12/+49
| |
* | empathy-accounts-dialog: do_constructor: always return a new referenceGuillaume Desmottes2009-10-291-3/+7
| | | | | | | | | | | | This fix is cleaner than the previous commmit. The constructor now always returns a new reference to the caller. It also now has an extra reference that it will release once the dialog as been destroyed.
* | empathy-accounts-dialog: do_constructor: don't ref the dialog if it already ↵Guillaume Desmottes2009-10-291-1/+3
| | | | | | | | | | | | | | exists (#600023) This breaks the concept of a constructor but the caller isn't supposed to unref it itself anyway (it's unreffed in accounts_dialog_destroy_cb).
* | Escape the header of the notification (#599431)Guillaume Desmottes2009-10-291-2/+7
| |
* | move test app needing user interaction to interactive/Guillaume Desmottes2009-10-2911-32/+45
| | | | | | | | tests/ should be used only for automatic unit tests.
* | Add new smileys available in the last Icon Naming Spec (#593327)Rodolphe2009-10-271-5/+11
| |
* | Merge branch 'mc5-debug'Danielle Madeley2009-10-271-0/+7
|\ \
| * | Add MissionControl to the debug windowDanielle Madeley2009-10-271-0/+7
| | |
* | | Updated Tamil translationdrtvasudevan2009-10-271-150/+135
|/ /
* | release.py: update last_tag_paternGuillaume Desmottes2009-10-271-1/+1
| |
* | start dev of 2.29.2Guillaume Desmottes2009-10-271-2/+2
| |
* | prepare 2.29.1 releaseEMPATHY_2_29_1Guillaume Desmottes2009-10-272-1/+129
| |
* | dispatcher_request_handles_cb: use request_data->dispatcher to get the self ↵Guillaume Desmottes2009-10-261-1/+1
| | | | | | | | | | | | | | pointer We don't pass a weak pointer to tp_cli_connection_call_request_handles so we can't rely on it (#599612).
* | theme_adium_parse_body: escape text between linksGuillaume Desmottes2009-10-261-2/+8
| |
* | theme_adium_parse_body: escape all the text if smileys are disabled (#599640)Guillaume Desmottes2009-10-261-0/+2
| |
* | theme_adium_append_event: escape textXavier Claessens2009-10-261-2/+6
| |
* | Updated Slovenian translationMatej Urbančič2009-10-261-235/+237
| |
* | Fix crash when joining a chat, GTK_WIDGET_VISIBLE is not NULL-safeXavier Claessens2009-10-261-2/+1
| |
* | check-empathy-irc-network-manager: fix shadow declarationsJonny Lamb2009-10-251-6/+0
| | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* | empathy-chat-window: Don't update the Contact menu if visibleRob Bradford2009-10-241-5/+26
| | | | | | | | | | | | | | If the Contact menu is currently visible do not update it. Instead update it once the menu is hidden. Fixes: #591360
* | empathy.c: document how the reference on the newly created EmpathyChat is ↵Guillaume Desmottes2009-10-231-2/+9
|/ | | | managed
* ft-manager: allow closing the dialog with C-w or EscJonny Lamb2009-10-231-0/+17
| | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* Set default font from Gnome system if not set in the style.Matěj Cepl2009-10-231-9/+73
| | | | | | | | If the font family and font size is not set in the style, we set style based on the Gnome default settings. Signed-off-by: Matěj Cepl <mcepl@redhat.com> Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* use empathy_released to check if we are releasing or notGuillaume Desmottes2009-10-231-9/+12
| | | | This allow us to release a 2.x.y.1 release without enabling Werror.
* Enable extra error CFLAGS in tests/Guillaume Desmottes2009-10-231-0/+1
|
* Enable extra error CFLAGS in libempathy/Guillaume Desmottes2009-10-231-0/+1
|
* Enable extra error CFLAGS in libempathy-gtk/Guillaume Desmottes2009-10-231-0/+1
|
* Enable extra error CFLAGS in src/Guillaume Desmottes2009-10-231-0/+1
|
* disable -Wstrict-prototypes as some GTK+ headers are buggedGuillaume Desmottes2009-10-231-1/+2
|
* remove m4/acinclude.m4Guillaume Desmottes2009-10-231-65/+0
| | | | We have our own errors management now.
* copy error flags from GabbleGuillaume Desmottes2009-10-231-1/+40
|
* add m4/as-compiler-flag.m4Guillaume Desmottes2009-10-231-0/+33
|
* copy version management from GabbleGuillaume Desmottes2009-10-231-1/+21
|
* empathy-protocol-chooser: don't cache TpConnectionManagerProtocol in the storeGuillaume Desmottes2009-10-231-28/+47
| | | | | | | TpConnectionManagerProtocol are not garanteed to stay valid so we shouldn't cache them in the store. Instead, we cache the protocol name and call tp_connection_manager_get_protocol each time we need it. This should fix crashers as the ones reported in #599386.
* Merge branch 'trivia'Guillaume Desmottes2009-10-2224-283/+300
|\
| * empathy-avatar-chooser.c: fix identationGuillaume Desmottes2009-10-221-2/+2
| |
| * empathy-utils.c: fix casting issuesGuillaume Desmottes2009-10-221-6/+8
| |
| * empathy-tp-contact-list.c: fix shadow declaration and uint comparaisonGuillaume Desmottes2009-10-221-6/+6
| |
| * empathy-tp-contact-factory.c: fix casting issueGuillaume Desmottes2009-10-221-1/+1
| |
| * empathy-time.c: fix shadow declarationGuillaume Desmottes2009-10-221-4/+4
| |
| * empathy-status-presets.c: fix casting issuesGuillaume Desmottes2009-10-221-10/+10
| |
| * empathy-log-store-empathy.c: fix casting issuesGuillaume Desmottes2009-10-221-12/+13
| |
| * empathy-irc-network-manager.c: fix casting issuesGuillaume Desmottes2009-10-221-22/+29
| |
| * empathy-dispatcher.c: fix shadow declarationsGuillaume Desmottes2009-10-221-123/+122
| |
| * empathy-contact-groups.c: fix casting issuesGuillaume Desmottes2009-10-221-10/+11
| |
| * empathy-connection-managers.c: fix shadow declarationsGuillaume Desmottes2009-10-221-14/+14
| |
| * empathy-chatroom-manager.c: fix casting issuesGuillaume Desmottes2009-10-221-8/+12
| |
| * empathy-account-settings.c: fix uint comparaisonGuillaume Desmottes2009-10-221-4/+4
| |
| * empathy-nautilus-sendto.c: fix shadow declarationGuillaume Desmottes2009-10-221-1/+1
| |
| * totem-subtitle-encoding.c: fix shadow declarationsGuillaume Desmottes2009-10-221-13/+13
| |
| * empathy-ui-utils.c: fix shadow declarationGuillaume Desmottes2009-10-221-4/+4
| |
| * empathy-theme-manager.c: fix shadow declarationsGuillaume Desmottes2009-10-221-4/+4
| |
| * empathy-theme-boxes.c: fix shadow declarationsGuillaume Desmottes2009-10-221-3/+3
| |
| * empathy-theme-adium.c: fix uint comparaisonsGuillaume Desmottes2009-10-221-2/+2
| |
| * empathy-status-preset-dialog: fix uint comparaisonsGuillaume Desmottes2009-10-221-2/+2
| |
| * empathy-contact-widget.c: fix shadow declarationsGuillaume Desmottes2009-10-221-11/+11
| |
| * empathy-chat-text-view.c: fix shadow declarations and uint comparaisonsGuillaume Desmottes2009-10-221-5/+5
| |
| * empathy-avatar-image.c: fix a casting issueGuillaume Desmottes2009-10-221-1/+2
| |
| * empathy-avatar-chooser.c: fix casting issuesGuillaume Desmottes2009-10-221-16/+18
| |
| * empathy-account-widget.c: fix uint comparaisonGuillaume Desmottes2009-10-221-1/+1
| |
* | fix a comment so the style checker is happy (#599243)Guillaume Desmottes2009-10-221-1/+1
| |
* | Updated Thai translation.Theppitak Karoonboonyanan2009-10-221-4/+4
|/
* empathy-account-settings: fix CLAMP usageGuillaume Desmottes2009-10-221-7/+9
| | | | | CLAMP syntax is (x, low, high), not (low, x, high). Also add some cast to fix compiler warnings.
* empathy-location-manager.c: fix shadow declarationsGuillaume Desmottes2009-10-211-45/+45
|
* empathy-contact-list-view.c: fix shadow declarations and uint comparaisonsGuillaume Desmottes2009-10-211-6/+6
|
* empathy-contact-list-store.c: fix shadow declarationsGuillaume Desmottes2009-10-211-4/+3
|
* empathy-tp-chat.c: fix shadow declarationGuillaume Desmottes2009-10-211-2/+2
|
* empathy-contact: cast data pointersGuillaume Desmottes2009-10-211-2/+4
|
* empathy-account-manager.c: fix uint comparaisonGuillaume Desmottes2009-10-211-1/+1
|
* empathy-irc-server: the port is a guintGuillaume Desmottes2009-10-211-1/+1
|
* Updated Lithuanian translation.Žygimantas Beručka2009-10-211-102/+73
|
* Merge commit 'kaserf/master'Guillaume Desmottes2009-10-211-1/+6
|\
| * Ignoring non installed languagesFelix Kaser2009-10-211-1/+6
| | | | | | | | Languages which are in the gconf setting but are not installed any more are ignored, fixes bug #598954
* | Also allow Esc to close debug window and map view.Jonny Lamb2009-10-212-3/+4
| | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* | Add Ctrl-w keybinding to close map window.Jonny Lamb2009-10-211-0/+17
|/ | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* Stop building libempathy{,-gtk} as a shared library. Closes bug #599086Jonny Lamb2009-10-216-135/+65
| | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* Stop building gtk-doc documentation. Closes bug #599087Jonny Lamb2009-10-2116-394/+1
| | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* src/ephy-spinner.c: remove useless guint comparaisonsGuillaume Desmottes2009-10-201-3/+2
|
* src/empathy.c: fix uint comparaisonGuillaume Desmottes2009-10-201-1/+1
|
* src/empathy-sidebar.c: fix shadow declarationsGuillaume Desmottes2009-10-201-12/+13
|
* src/empathy-main-window.c: fix shadow declarations and uint comparaisonsGuillaume Desmottes2009-10-201-7/+9
|
* src/empathy-preferences.c: fix shadow declarations and uint comparaisonsGuillaume Desmottes2009-10-201-3/+1
|
* src/empathy-import-pidgin: cast strings to (xmlChar *) when neededGuillaume Desmottes2009-10-201-3/+4
|
* src/empathy-import-mc4-accounts.c: fix uint comparaisonGuillaume Desmottes2009-10-201-1/+1
|
* src/empathy-debug-window: fix shadow declarations and uint comparaisonsGuillaume Desmottes2009-10-201-2/+2
|
* src/empathy-chat-window: fix shadow declarations and uint comparaisonsGuillaume Desmottes2009-10-201-16/+16
|
* empathy-call-window: fix shadow declarationsGuillaume Desmottes2009-10-201-4/+4
|
* Don't display any icon if we have been disconnectedGuillaume Desmottes2009-10-201-5/+15
|
* empathy-chat-window: update the tab icon when the TpChat is disconnected ↵Guillaume Desmottes2009-10-201-1/+11
| | | | (#597680)
* Re-add python.m4 as it may be needed for AM_PATH_PYTHON.Jonny Lamb2009-10-201-0/+66
| | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* Merge branch 'slatez-applets'Jonny Lamb2009-10-2021-1129/+0
|\ | | | | | | | | | | | | | | Conflicts: Makefile.am configure.ac Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * Remove the panel applets. (Closes bug #599042)Jonny Lamb2009-10-2021-1129/+0
| | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* | Remove python bindings. (Closes bug #599039)Jonny Lamb2009-10-2017-6480/+0
|/ | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* Updated Russian translationLeonid Kanter2009-10-201-792/+1606
|
* release.py: stop hardcoding the GNOME username used for uploadsGuillaume Desmottes2009-10-201-1/+9
|
* Correctly lookup project page for release notesXavier Claessens2009-10-201-2/+2
|
* Updating Estonian translationMattias Põldaru2009-10-201-23/+61
|
* Updated Spanish translationJorge González2009-10-201-38/+38
|
* Use the contacts alias in the information dialogSjoerd Simons2009-10-201-1/+2
|
* Ensure we don't try to register invalid bus namesSjoerd Simons2009-10-201-5/+6
|
* Unset pending_call explicitly instead of implicitlySjoerd Simons2009-10-201-2/+11
|
* empathy_call_window_setup_avatars: pass a weak object to ↵Guillaume Desmottes2009-10-191-1/+1
| | | | | | | | empathy_tp_contact_factory_get_from_handle Pass the call window as weak object to empathy_tp_contact_factory_get_from_handle so the callback won't be called if the window is destroyed (#598453).
* Merge commit 'maiku/bug_598332'Guillaume Desmottes2009-10-191-20/+33
|\
| * Move destruction of connections from finalize to dispose.Mike Ruprecht2009-10-151-8/+12
| | | | | | | | | | | | | | Code can potentially be run between the dispose and finalize methods. This moves the destruction of connections and subsequently outstanding_requests into the dispose function so the request callback can't be fired between unreffing the EmpathyDispatcher and cancelling the pending request.
| * Remove the weak_object parameter when requesting channels.Mike Ruprecht2009-10-151-8/+10
| | | | | | | | | | | | | | | | Use the EmpathyDispatcher pointed to in the DispatcherRequestData instead of the weak_object. Outstanding channel requests were being cancelled in the EmpathyDispatcher's finalize method. This had the potential to double-cancel the requests when the weak_object (EmpathyDispatcher) was unreffed, causing a segmentation fault.
| * Cancel outstanding channel requests if connection to the CM is lost.Mike Ruprecht2009-10-141-4/+11
| | | | | | | | | | | | | | | | | | | | When the connection to a given channel manager was lost (such as it crashed), any outstanding channel requests were freed, but then the request callback fired with an invalid (already freed) DispatcherRequestData parameter. It subsequently used this invalid data and crashed. This patch cancels all outstanding channel requests when they are freed so the callback isn't called with invalid data. Fixes #598332
* | rename contact_list_store_finalize to contact_list_store_disposeGuillaume Desmottes2009-10-191-4/+9
| | | | | | | | | | This method just disconnect signals, release references and remove idle callbacks so it should really be a dispose, not a finalize.
* | empathy-contact-list-store: remove the setup idle cb when store is destroyedGuillaume Desmottes2009-10-191-1/+7
| | | | | | | | | | This ensures that the setup cb isn't called on a destroyed object (#598452).
* | empathy-call-window: use empathy_signal_connect_weak to connect the ↵Guillaume Desmottes2009-10-191-2/+3
| | | | | | | | | | | | | | peak-level-changed signal That way the callback won't be called once the call window has been destroyed (#598432).
* | empathy_account_settings_get_tp_params: don't raise an error if tp_protocol ↵Guillaume Desmottes2009-10-191-1/+9
| | | | | | | | is NULL
* | empathy-account-settings: don't cache the TpConnectionManagerProtocolGuillaume Desmottes2009-10-191-6/+12
| | | | | | | | | | | | The result of tp_connection_manager_get_protocol isn't garanteed to be valid after the main loop re-entered. We can't cache it in the account settings and so have to request it each time we need it.
* | Make calling empathy without options idempotentSjoerd Simons2009-10-191-6/+21
| | | | | | | | | | | | | | When empathy is started without any accounts the account assistant shows up, but if empathy is already running and is called again nothing happens. Fixed by always showing the account assistant if empathy is called and there are no non-salut accounts
* | Explain the -h option betterSjoerd Simons2009-10-191-2/+2
| |
* | Fix assertion when closing a call window after CM crashed.Mike Ruprecht2009-10-191-2/+1
| | | | | | | | g_object_unref was called on a NULL pointer.
* | Updated Hungarian translationGabor Kelemen2009-10-191-1/+1
| |
* | Updated Greek documentation translationJennie Petoumenou2009-10-171-921/+3604
| |
* | idle: work around the case if the session doesn't tell us when we go idle ↵Jonny Lamb2009-10-171-6/+17
| | | | | | | | | | | | (fixes bug #594619) Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* | debug-window: add C-w keybinding to close the windowJonny Lamb2009-10-171-0/+18
| | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* | Updated Spanish translationJorge González2009-10-171-66/+52
| |
* | Merge branch 'trrrrrrrrrrrrrivia'Jonny Lamb2009-10-172-9/+9
|\ \
| * | empathy-import-mc4-accounts: no need to add newlines to DEBUG callsJonny Lamb2009-10-171-7/+7
| | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * | connectivity: small fix to a debug messageJonny Lamb2009-10-171-2/+2
| | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* | | Updated Brazilian Portuguese translation.André Gondim2009-10-161-131/+138
|/ /
* | presence-chooser: remove "\n"s from DEBUG callsJonny Lamb2009-10-161-5/+5
| | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* | presence-chooser: make the entry not editable when we are offlineJonny Lamb2009-10-161-0/+5
| | | | | | | | | | | | | | The idea behind this is that you can't set a custom status when you are offline. It just doesn't make sense. Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* | Updated Swedish translationDaniel Nylander2009-10-161-123/+761
| |
* | Updated Swedish translationDaniel Nylander2009-10-161-58/+59
| |
* | Updated French translation (and merged from gnome-2-28)Claude Paroz2009-10-161-154/+204
| |
* | Make sure -h is respected when there were no mc4 accounts to importSjoerd Simons2009-10-151-1/+1
| |
* | Factor out free-ing the message list.Cosimo Cecchi2009-10-151-4/+11
| |
* | Implement a cache for debug logs (#596101).Cosimo Cecchi2009-10-151-54/+220
| | | | | | | | | | The cache is useful when a CM disappears and we don't want to lose its debug output.
* | Don't try to double free the avatar data (#598423).Cosimo Cecchi2009-10-151-31/+11
| | | | | | | | Also, simplify the code for loading the avatar data from the file.
* | Use new API in the test.Cosimo Cecchi2009-10-151-1/+1
| |
* | Make sure the account manager is completely unreffed when exitingSjoerd Simons2009-10-151-1/+5
| |
* | Let empathy -a show the assistant if applicableSjoerd Simons2009-10-151-11/+52
| |
* | When starting hidden don't show the assistantSjoerd Simons2009-10-151-4/+5
| |
* | Show the assistant if there are no non-salut accountsSjoerd Simons2009-10-153-10/+41
| |
* | Use a nicer callback nameSjoerd Simons2009-10-151-5/+6
| |
* | Use empathy_signal_connect_weakSjoerd Simons2009-10-151-16/+10
| |
* | make the presence chooser insensitive no accounts are enabledSjoerd Simons2009-10-151-3/+58
| | | | | | | | | | | | | | | | When there are no accounts enabled, there isn't really any point in setting a presence and it's a bit confusing to the user as their action doesn't actually have a result Fixes #598354
* | accounts_dialog_add_account: connect notify::display-name using ↵Guillaume Desmottes2009-10-151-11/+3
| | | | | | | | | | | | | | empathy_signal_connect_weak empathy_signal_connect_weak will disconnect the signal when the accounts dialog is disposed. (#598408)
* | copy empathy_signal_connect_weak from telepathy-gabbleGuillaume Desmottes2009-10-152-0/+90
| |
* | Updated Greek translation.Kostas Papadimas2009-10-141-640/+809
| |
* | Use the protocol display name for new account namesSjoerd Simons2009-10-141-1/+4
|/ | | | | | | As the default display name for new accounts use the pretty human-readable version instead of the telepathy protocol names Fixes #598355
* Updated Czech translation by Marek CernockyPetr Kovar2009-10-141-5/+5
|
* Fix typo, correctly set the description of the sound being played.Xavier Claessens2009-10-121-1/+1
|
* Merge branch 'refactor-context-menu'Gustavo Noronha Silva2009-10-122-126/+122
|\
| * Refactor context menu code to use new HitTestResult APIGustavo Noronha Silva2009-10-102-126/+122
| | | | | | | | | | | | This is a big cleanup of the context menu code. The current API in WebKit is still not perfect, but we are now able to avoid lots of hacks and work-arounds.
* | Updated Tamil translationdrtvasudevan2009-10-111-199/+296
| |
* | Updated Hungarian translationGabor Kelemen2009-10-111-123/+128
| |
* | Updated Hungarian translationGabor Kelemen2009-10-111-34/+60
| |
* | Updated Czech translation by Jan DrabekPetr Kovar2009-10-101-768/+869
| | | | | | | | Reviewed by: Lucas Lommer & Petr Kovar.
* | Updated Spanish translationJorge González2009-10-101-99/+171
| |
* | Improved French translationClaude Paroz2009-10-101-15/+17
| |
* | Updated Italian translationMilo Casagrande2009-10-101-91/+124
|/
* Add missing ; to make it build.Xavier Claessens2009-10-091-1/+1
|
* Updated Bulgarian translationAlexander Shopov2009-10-071-92/+153
|
* Updated Catalan translationGil Forcada2009-10-061-744/+985
|
* Removed leak with g_string_free, added comment for 0xFFFCGabriel Millaire2009-10-061-1/+4
|
* accounts_dialog_account_display_name_changed_cb: check that ↵Guillaume Desmottes2009-10-061-0/+3
| | | | | | | accounts_dialog_model_get_selected_settings didn't return NULL (#597416) All the other callers of this function cope with setting being NULL so this one should do as well.
* Updated Thai translation.Theppitak Karoonboonyanan2009-10-051-783/+1683
|
* Merge branch 'fix-headers-597293'Guillaume Desmottes2009-10-053-19/+0
|\
| * upgrade Python bindingsGuillaume Desmottes2009-10-051-15/+0
| |
| * remove empathy_account_manager_remove from header; function has been removedGuillaume Desmottes2009-10-051-3/+0
| |
| * remove empathy_tp_contact_list_can_add from header; function has been removedGuillaume Desmottes2009-10-051-1/+0
| |
* | Merge branch 'contact-info'Xavier Claessens2009-10-051-1/+1
|\ \ | |/ |/|
| * Fix the contact information dialog's window.Xavier Claessens2009-10-051-1/+1
| |
* | Rename HAVE_NBTK to HAVE_MOBLIN.Xavier Claessens2009-10-053-32/+34
|/
* add myself as maintainerGuillaume Desmottes2009-10-052-0/+9
|
* Updated Slovenian translationMatej Urbančič2009-10-041-36/+62
|
* Updated German doc translationMario Blättermann2009-10-031-268/+577
|
* Updated italian translationMilo Casagrande2009-10-031-6/+7
|
* Updated Swedish translationDaniel Nylander2009-10-031-132/+179
|
* Updated Italian translationMilo Casagrande2009-10-031-70/+101
|
* Updated German translationMario Blättermann2009-10-031-113/+136
|
* empathy-accounts-dialog: 'Create' button should be 'Next' on MoblinGuillaume Desmottes2009-10-031-2/+3
|
* Remove the logic that re-applies the original enabled value.Cosimo Cecchi2009-10-031-17/+4
| | | | | Now that we instant-apply the setting, this is not needed anymore. Also, this fixes a crasher.
* empathy-account-widget: document that the 'Account:' string is moblin specificGuillaume Desmottes2009-10-031-0/+1
|
* Fix a typo in a string.Cosimo Cecchi2009-10-031-1/+1
|
* Change strings for the remove dialog on the moblin build.Cosimo Cecchi2009-10-031-0/+10
|
* Rename the Connect button to "Log in" on Moblin.Cosimo Cecchi2009-10-031-0/+7
|
* Bring up notifications until the conversation is accepted (#597125)Rob Bradford2009-10-021-7/+0
| | | | | | | Rather than filter out message received signals for new conversations that have already been tried to be initiated let them pass through. This results in you getting notifications repeatedly until you open accept the conversation and open the conversation window with the user.
* fix coding stylesGuillaume Desmottes2009-10-021-17/+15
|