Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | check-empathy-irc-network-manager: fix shadow declarations | Jonny Lamb | 2009-10-25 | 1 | -6/+0 |
| | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | empathy-chat-window: Don't update the Contact menu if visible | Rob Bradford | 2009-10-24 | 1 | -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 Desmottes | 2009-10-23 | 1 | -2/+9 |
| | | | | managed | ||||
* | ft-manager: allow closing the dialog with C-w or Esc | Jonny Lamb | 2009-10-23 | 1 | -0/+17 |
| | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | Set default font from Gnome system if not set in the style. | Matěj Cepl | 2009-10-23 | 1 | -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 not | Guillaume Desmottes | 2009-10-23 | 1 | -9/+12 |
| | | | | This allow us to release a 2.x.y.1 release without enabling Werror. | ||||
* | Enable extra error CFLAGS in tests/ | Guillaume Desmottes | 2009-10-23 | 1 | -0/+1 |
| | |||||
* | Enable extra error CFLAGS in libempathy/ | Guillaume Desmottes | 2009-10-23 | 1 | -0/+1 |
| | |||||
* | Enable extra error CFLAGS in libempathy-gtk/ | Guillaume Desmottes | 2009-10-23 | 1 | -0/+1 |
| | |||||
* | Enable extra error CFLAGS in src/ | Guillaume Desmottes | 2009-10-23 | 1 | -0/+1 |
| | |||||
* | disable -Wstrict-prototypes as some GTK+ headers are bugged | Guillaume Desmottes | 2009-10-23 | 1 | -1/+2 |
| | |||||
* | remove m4/acinclude.m4 | Guillaume Desmottes | 2009-10-23 | 1 | -65/+0 |
| | | | | We have our own errors management now. | ||||
* | copy error flags from Gabble | Guillaume Desmottes | 2009-10-23 | 1 | -1/+40 |
| | |||||
* | add m4/as-compiler-flag.m4 | Guillaume Desmottes | 2009-10-23 | 1 | -0/+33 |
| | |||||
* | copy version management from Gabble | Guillaume Desmottes | 2009-10-23 | 1 | -1/+21 |
| | |||||
* | empathy-protocol-chooser: don't cache TpConnectionManagerProtocol in the store | Guillaume Desmottes | 2009-10-23 | 1 | -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 Desmottes | 2009-10-22 | 24 | -283/+300 |
|\ | |||||
| * | empathy-avatar-chooser.c: fix identation | Guillaume Desmottes | 2009-10-22 | 1 | -2/+2 |
| | | |||||
| * | empathy-utils.c: fix casting issues | Guillaume Desmottes | 2009-10-22 | 1 | -6/+8 |
| | | |||||
| * | empathy-tp-contact-list.c: fix shadow declaration and uint comparaison | Guillaume Desmottes | 2009-10-22 | 1 | -6/+6 |
| | | |||||
| * | empathy-tp-contact-factory.c: fix casting issue | Guillaume Desmottes | 2009-10-22 | 1 | -1/+1 |
| | | |||||
| * | empathy-time.c: fix shadow declaration | Guillaume Desmottes | 2009-10-22 | 1 | -4/+4 |
| | | |||||
| * | empathy-status-presets.c: fix casting issues | Guillaume Desmottes | 2009-10-22 | 1 | -10/+10 |
| | | |||||
| * | empathy-log-store-empathy.c: fix casting issues | Guillaume Desmottes | 2009-10-22 | 1 | -12/+13 |
| | | |||||
| * | empathy-irc-network-manager.c: fix casting issues | Guillaume Desmottes | 2009-10-22 | 1 | -22/+29 |
| | | |||||
| * | empathy-dispatcher.c: fix shadow declarations | Guillaume Desmottes | 2009-10-22 | 1 | -123/+122 |
| | | |||||
| * | empathy-contact-groups.c: fix casting issues | Guillaume Desmottes | 2009-10-22 | 1 | -10/+11 |
| | | |||||
| * | empathy-connection-managers.c: fix shadow declarations | Guillaume Desmottes | 2009-10-22 | 1 | -14/+14 |
| | | |||||
| * | empathy-chatroom-manager.c: fix casting issues | Guillaume Desmottes | 2009-10-22 | 1 | -8/+12 |
| | | |||||
| * | empathy-account-settings.c: fix uint comparaison | Guillaume Desmottes | 2009-10-22 | 1 | -4/+4 |
| | | |||||
| * | empathy-nautilus-sendto.c: fix shadow declaration | Guillaume Desmottes | 2009-10-22 | 1 | -1/+1 |
| | | |||||
| * | totem-subtitle-encoding.c: fix shadow declarations | Guillaume Desmottes | 2009-10-22 | 1 | -13/+13 |
| | | |||||
| * | empathy-ui-utils.c: fix shadow declaration | Guillaume Desmottes | 2009-10-22 | 1 | -4/+4 |
| | | |||||
| * | empathy-theme-manager.c: fix shadow declarations | Guillaume Desmottes | 2009-10-22 | 1 | -4/+4 |
| | | |||||
| * | empathy-theme-boxes.c: fix shadow declarations | Guillaume Desmottes | 2009-10-22 | 1 | -3/+3 |
| | | |||||
| * | empathy-theme-adium.c: fix uint comparaisons | Guillaume Desmottes | 2009-10-22 | 1 | -2/+2 |
| | | |||||
| * | empathy-status-preset-dialog: fix uint comparaisons | Guillaume Desmottes | 2009-10-22 | 1 | -2/+2 |
| | | |||||
| * | empathy-contact-widget.c: fix shadow declarations | Guillaume Desmottes | 2009-10-22 | 1 | -11/+11 |
| | | |||||
| * | empathy-chat-text-view.c: fix shadow declarations and uint comparaisons | Guillaume Desmottes | 2009-10-22 | 1 | -5/+5 |
| | | |||||
| * | empathy-avatar-image.c: fix a casting issue | Guillaume Desmottes | 2009-10-22 | 1 | -1/+2 |
| | | |||||
| * | empathy-avatar-chooser.c: fix casting issues | Guillaume Desmottes | 2009-10-22 | 1 | -16/+18 |
| | | |||||
| * | empathy-account-widget.c: fix uint comparaison | Guillaume Desmottes | 2009-10-22 | 1 | -1/+1 |
| | | |||||
* | | fix a comment so the style checker is happy (#599243) | Guillaume Desmottes | 2009-10-22 | 1 | -1/+1 |
| | | |||||
* | | Updated Thai translation. | Theppitak Karoonboonyanan | 2009-10-22 | 1 | -4/+4 |
|/ | |||||
* | empathy-account-settings: fix CLAMP usage | Guillaume Desmottes | 2009-10-22 | 1 | -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 declarations | Guillaume Desmottes | 2009-10-21 | 1 | -45/+45 |
| | |||||
* | empathy-contact-list-view.c: fix shadow declarations and uint comparaisons | Guillaume Desmottes | 2009-10-21 | 1 | -6/+6 |
| | |||||
* | empathy-contact-list-store.c: fix shadow declarations | Guillaume Desmottes | 2009-10-21 | 1 | -4/+3 |
| | |||||
* | empathy-tp-chat.c: fix shadow declaration | Guillaume Desmottes | 2009-10-21 | 1 | -2/+2 |
| | |||||
* | empathy-contact: cast data pointers | Guillaume Desmottes | 2009-10-21 | 1 | -2/+4 |
| | |||||
* | empathy-account-manager.c: fix uint comparaison | Guillaume Desmottes | 2009-10-21 | 1 | -1/+1 |
| | |||||
* | empathy-irc-server: the port is a guint | Guillaume Desmottes | 2009-10-21 | 1 | -1/+1 |
| | |||||
* | Updated Lithuanian translation. | Žygimantas Beručka | 2009-10-21 | 1 | -102/+73 |
| | |||||
* | Merge commit 'kaserf/master' | Guillaume Desmottes | 2009-10-21 | 1 | -1/+6 |
|\ | |||||
| * | Ignoring non installed languages | Felix Kaser | 2009-10-21 | 1 | -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 Lamb | 2009-10-21 | 2 | -3/+4 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | | Add Ctrl-w keybinding to close map window. | Jonny Lamb | 2009-10-21 | 1 | -0/+17 |
|/ | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | Stop building libempathy{,-gtk} as a shared library. Closes bug #599086 | Jonny Lamb | 2009-10-21 | 6 | -135/+65 |
| | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | Stop building gtk-doc documentation. Closes bug #599087 | Jonny Lamb | 2009-10-21 | 16 | -394/+1 |
| | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | src/ephy-spinner.c: remove useless guint comparaisons | Guillaume Desmottes | 2009-10-20 | 1 | -3/+2 |
| | |||||
* | src/empathy.c: fix uint comparaison | Guillaume Desmottes | 2009-10-20 | 1 | -1/+1 |
| | |||||
* | src/empathy-sidebar.c: fix shadow declarations | Guillaume Desmottes | 2009-10-20 | 1 | -12/+13 |
| | |||||
* | src/empathy-main-window.c: fix shadow declarations and uint comparaisons | Guillaume Desmottes | 2009-10-20 | 1 | -7/+9 |
| | |||||
* | src/empathy-preferences.c: fix shadow declarations and uint comparaisons | Guillaume Desmottes | 2009-10-20 | 1 | -3/+1 |
| | |||||
* | src/empathy-import-pidgin: cast strings to (xmlChar *) when needed | Guillaume Desmottes | 2009-10-20 | 1 | -3/+4 |
| | |||||
* | src/empathy-import-mc4-accounts.c: fix uint comparaison | Guillaume Desmottes | 2009-10-20 | 1 | -1/+1 |
| | |||||
* | src/empathy-debug-window: fix shadow declarations and uint comparaisons | Guillaume Desmottes | 2009-10-20 | 1 | -2/+2 |
| | |||||
* | src/empathy-chat-window: fix shadow declarations and uint comparaisons | Guillaume Desmottes | 2009-10-20 | 1 | -16/+16 |
| | |||||
* | empathy-call-window: fix shadow declarations | Guillaume Desmottes | 2009-10-20 | 1 | -4/+4 |
| | |||||
* | Don't display any icon if we have been disconnected | Guillaume Desmottes | 2009-10-20 | 1 | -5/+15 |
| | |||||
* | empathy-chat-window: update the tab icon when the TpChat is disconnected ↵ | Guillaume Desmottes | 2009-10-20 | 1 | -1/+11 |
| | | | | (#597680) | ||||
* | Re-add python.m4 as it may be needed for AM_PATH_PYTHON. | Jonny Lamb | 2009-10-20 | 1 | -0/+66 |
| | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | Merge branch 'slatez-applets' | Jonny Lamb | 2009-10-20 | 21 | -1129/+0 |
|\ | | | | | | | | | | | | | | | Conflicts: Makefile.am configure.ac Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
| * | Remove the panel applets. (Closes bug #599042) | Jonny Lamb | 2009-10-20 | 21 | -1129/+0 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | | Remove python bindings. (Closes bug #599039) | Jonny Lamb | 2009-10-20 | 17 | -6480/+0 |
|/ | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | Updated Russian translation | Leonid Kanter | 2009-10-20 | 1 | -792/+1606 |
| | |||||
* | release.py: stop hardcoding the GNOME username used for uploads | Guillaume Desmottes | 2009-10-20 | 1 | -1/+9 |
| | |||||
* | Correctly lookup project page for release notes | Xavier Claessens | 2009-10-20 | 1 | -2/+2 |
| | |||||
* | Updating Estonian translation | Mattias Põldaru | 2009-10-20 | 1 | -23/+61 |
| | |||||
* | Updated Spanish translation | Jorge González | 2009-10-20 | 1 | -38/+38 |
| | |||||
* | Use the contacts alias in the information dialog | Sjoerd Simons | 2009-10-20 | 1 | -1/+2 |
| | |||||
* | Ensure we don't try to register invalid bus names | Sjoerd Simons | 2009-10-20 | 1 | -5/+6 |
| | |||||
* | Unset pending_call explicitly instead of implicitly | Sjoerd Simons | 2009-10-20 | 1 | -2/+11 |
| | |||||
* | empathy_call_window_setup_avatars: pass a weak object to ↵ | Guillaume Desmottes | 2009-10-19 | 1 | -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 Desmottes | 2009-10-19 | 1 | -20/+33 |
|\ | |||||
| * | Move destruction of connections from finalize to dispose. | Mike Ruprecht | 2009-10-15 | 1 | -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 Ruprecht | 2009-10-15 | 1 | -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 Ruprecht | 2009-10-14 | 1 | -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_dispose | Guillaume Desmottes | 2009-10-19 | 1 | -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 destroyed | Guillaume Desmottes | 2009-10-19 | 1 | -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 Desmottes | 2009-10-19 | 1 | -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 Desmottes | 2009-10-19 | 1 | -1/+9 |
| | | | | | | | | is NULL | ||||
* | | empathy-account-settings: don't cache the TpConnectionManagerProtocol | Guillaume Desmottes | 2009-10-19 | 1 | -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 idempotent | Sjoerd Simons | 2009-10-19 | 1 | -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 better | Sjoerd Simons | 2009-10-19 | 1 | -2/+2 |
| | | |||||
* | | Fix assertion when closing a call window after CM crashed. | Mike Ruprecht | 2009-10-19 | 1 | -2/+1 |
| | | | | | | | | g_object_unref was called on a NULL pointer. | ||||
* | | Updated Hungarian translation | Gabor Kelemen | 2009-10-19 | 1 | -1/+1 |
| | | |||||
* | | Updated Greek documentation translation | Jennie Petoumenou | 2009-10-17 | 1 | -921/+3604 |
| | | |||||
* | | idle: work around the case if the session doesn't tell us when we go idle ↵ | Jonny Lamb | 2009-10-17 | 1 | -6/+17 |
| | | | | | | | | | | | | (fixes bug #594619) Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | | debug-window: add C-w keybinding to close the window | Jonny Lamb | 2009-10-17 | 1 | -0/+18 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | | Updated Spanish translation | Jorge González | 2009-10-17 | 1 | -66/+52 |
| | | |||||
* | | Merge branch 'trrrrrrrrrrrrrivia' | Jonny Lamb | 2009-10-17 | 2 | -9/+9 |
|\ \ | |||||
| * | | empathy-import-mc4-accounts: no need to add newlines to DEBUG calls | Jonny Lamb | 2009-10-17 | 1 | -7/+7 |
| | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
| * | | connectivity: small fix to a debug message | Jonny Lamb | 2009-10-17 | 1 | -2/+2 |
| | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | | | Updated Brazilian Portuguese translation. | André Gondim | 2009-10-16 | 1 | -131/+138 |
|/ / | |||||
* | | presence-chooser: remove "\n"s from DEBUG calls | Jonny Lamb | 2009-10-16 | 1 | -5/+5 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | | presence-chooser: make the entry not editable when we are offline | Jonny Lamb | 2009-10-16 | 1 | -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 translation | Daniel Nylander | 2009-10-16 | 1 | -123/+761 |
| | | |||||
* | | Updated Swedish translation | Daniel Nylander | 2009-10-16 | 1 | -58/+59 |
| | | |||||
* | | Updated French translation (and merged from gnome-2-28) | Claude Paroz | 2009-10-16 | 1 | -154/+204 |
| | | |||||
* | | Make sure -h is respected when there were no mc4 accounts to import | Sjoerd Simons | 2009-10-15 | 1 | -1/+1 |
| | | |||||
* | | Factor out free-ing the message list. | Cosimo Cecchi | 2009-10-15 | 1 | -4/+11 |
| | | |||||
* | | Implement a cache for debug logs (#596101). | Cosimo Cecchi | 2009-10-15 | 1 | -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 Cecchi | 2009-10-15 | 1 | -31/+11 |
| | | | | | | | | Also, simplify the code for loading the avatar data from the file. | ||||
* | | Use new API in the test. | Cosimo Cecchi | 2009-10-15 | 1 | -1/+1 |
| | | |||||
* | | Make sure the account manager is completely unreffed when exiting | Sjoerd Simons | 2009-10-15 | 1 | -1/+5 |
| | | |||||
* | | Let empathy -a show the assistant if applicable | Sjoerd Simons | 2009-10-15 | 1 | -11/+52 |
| | | |||||
* | | When starting hidden don't show the assistant | Sjoerd Simons | 2009-10-15 | 1 | -4/+5 |
| | | |||||
* | | Show the assistant if there are no non-salut accounts | Sjoerd Simons | 2009-10-15 | 3 | -10/+41 |
| | | |||||
* | | Use a nicer callback name | Sjoerd Simons | 2009-10-15 | 1 | -5/+6 |
| | | |||||
* | | Use empathy_signal_connect_weak | Sjoerd Simons | 2009-10-15 | 1 | -16/+10 |
| | | |||||
* | | make the presence chooser insensitive no accounts are enabled | Sjoerd Simons | 2009-10-15 | 1 | -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 Desmottes | 2009-10-15 | 1 | -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-gabble | Guillaume Desmottes | 2009-10-15 | 2 | -0/+90 |
| | | |||||
* | | Updated Greek translation. | Kostas Papadimas | 2009-10-14 | 1 | -640/+809 |
| | | |||||
* | | Use the protocol display name for new account names | Sjoerd Simons | 2009-10-14 | 1 | -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 Cernocky | Petr Kovar | 2009-10-14 | 1 | -5/+5 |
| | |||||
* | Fix typo, correctly set the description of the sound being played. | Xavier Claessens | 2009-10-12 | 1 | -1/+1 |
| | |||||
* | Merge branch 'refactor-context-menu' | Gustavo Noronha Silva | 2009-10-12 | 2 | -126/+122 |
|\ | |||||
| * | Refactor context menu code to use new HitTestResult API | Gustavo Noronha Silva | 2009-10-10 | 2 | -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 translation | drtvasudevan | 2009-10-11 | 1 | -199/+296 |
| | | |||||
* | | Updated Hungarian translation | Gabor Kelemen | 2009-10-11 | 1 | -123/+128 |
| | | |||||
* | | Updated Hungarian translation | Gabor Kelemen | 2009-10-11 | 1 | -34/+60 |
| | | |||||
* | | Updated Czech translation by Jan Drabek | Petr Kovar | 2009-10-10 | 1 | -768/+869 |
| | | | | | | | | Reviewed by: Lucas Lommer & Petr Kovar. | ||||
* | | Updated Spanish translation | Jorge González | 2009-10-10 | 1 | -99/+171 |
| | | |||||
* | | Improved French translation | Claude Paroz | 2009-10-10 | 1 | -15/+17 |
| | | |||||
* | | Updated Italian translation | Milo Casagrande | 2009-10-10 | 1 | -91/+124 |
|/ | |||||
* | Add missing ; to make it build. | Xavier Claessens | 2009-10-09 | 1 | -1/+1 |
| | |||||
* | Updated Bulgarian translation | Alexander Shopov | 2009-10-07 | 1 | -92/+153 |
| | |||||
* | Updated Catalan translation | Gil Forcada | 2009-10-06 | 1 | -744/+985 |
| | |||||
* | Removed leak with g_string_free, added comment for 0xFFFC | Gabriel Millaire | 2009-10-06 | 1 | -1/+4 |
| | |||||
* | accounts_dialog_account_display_name_changed_cb: check that ↵ | Guillaume Desmottes | 2009-10-06 | 1 | -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 Karoonboonyanan | 2009-10-05 | 1 | -783/+1683 |
| | |||||
* | Merge branch 'fix-headers-597293' | Guillaume Desmottes | 2009-10-05 | 3 | -19/+0 |
|\ | |||||
| * | upgrade Python bindings | Guillaume Desmottes | 2009-10-05 | 1 | -15/+0 |
| | | |||||
| * | remove empathy_account_manager_remove from header; function has been removed | Guillaume Desmottes | 2009-10-05 | 1 | -3/+0 |
| | | |||||
| * | remove empathy_tp_contact_list_can_add from header; function has been removed | Guillaume Desmottes | 2009-10-05 | 1 | -1/+0 |
| | | |||||
* | | Merge branch 'contact-info' | Xavier Claessens | 2009-10-05 | 1 | -1/+1 |
|\ \ | |/ |/| | |||||
| * | Fix the contact information dialog's window. | Xavier Claessens | 2009-10-05 | 1 | -1/+1 |
| | | |||||
* | | Rename HAVE_NBTK to HAVE_MOBLIN. | Xavier Claessens | 2009-10-05 | 3 | -32/+34 |
|/ | |||||
* | add myself as maintainer | Guillaume Desmottes | 2009-10-05 | 2 | -0/+9 |
| | |||||
* | Updated Slovenian translation | Matej Urbančič | 2009-10-04 | 1 | -36/+62 |
| | |||||
* | Updated German doc translation | Mario Blättermann | 2009-10-03 | 1 | -268/+577 |
| | |||||
* | Updated italian translation | Milo Casagrande | 2009-10-03 | 1 | -6/+7 |
| | |||||
* | Updated Swedish translation | Daniel Nylander | 2009-10-03 | 1 | -132/+179 |
| | |||||
* | Updated Italian translation | Milo Casagrande | 2009-10-03 | 1 | -70/+101 |
| | |||||
* | Updated German translation | Mario Blättermann | 2009-10-03 | 1 | -113/+136 |
| | |||||
* | empathy-accounts-dialog: 'Create' button should be 'Next' on Moblin | Guillaume Desmottes | 2009-10-03 | 1 | -2/+3 |
| | |||||
* | Remove the logic that re-applies the original enabled value. | Cosimo Cecchi | 2009-10-03 | 1 | -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 specific | Guillaume Desmottes | 2009-10-03 | 1 | -0/+1 |
| | |||||
* | Fix a typo in a string. | Cosimo Cecchi | 2009-10-03 | 1 | -1/+1 |
| | |||||
* | Change strings for the remove dialog on the moblin build. | Cosimo Cecchi | 2009-10-03 | 1 | -0/+10 |
| | |||||
* | Rename the Connect button to "Log in" on Moblin. | Cosimo Cecchi | 2009-10-03 | 1 | -0/+7 |
| | |||||
* | Bring up notifications until the conversation is accepted (#597125) | Rob Bradford | 2009-10-02 | 1 | -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 styles | Guillaume Desmottes | 2009-10-02 | 1 | -17/+15 |
| | |||||
* | empathy-status-icon: check if notification daemon supports actions | Guillaume Desmottes | 2009-10-02 | 1 | -1/+21 |
| | |||||
* | initialize libnotify earlier in main() | Guillaume Desmottes | 2009-10-02 | 1 | -1/+2 |
| | | | | | The status icon will have to query the notify daemon during its construction so libnotify has to be already initialized. | ||||
* | Add a "Respond" button to notifications to provide a positive action (#589408) | Rob Bradford | 2009-10-02 | 1 | -0/+19 |
| | | | | | The positive action is the same positive action that would be accomplished by clicking on the status icon. | ||||
* | add event type to EmpathyEvent (#589409) | Guillaume Desmottes | 2009-10-02 | 2 | -26/+46 |
| | |||||
* | Merge branch 'chain' | Cosimo Cecchi | 2009-10-01 | 1 | -145/+3 |
|\ | |||||
| * | Chain up to the parent class render, instead of copying it. | Cosimo Cecchi | 2009-10-01 | 1 | -145/+3 |
| | | |||||
* | | Merge commit 'gabriel/fix-581488' | Dafydd Harries | 2009-10-01 | 3 | -1/+58 |
|\ \ | |/ |/| | |||||
| * | Fixed a leak of str | Gabriel Millaire | 2009-10-01 | 1 | -2/+2 |
| | | |||||
| * | Fix after review | Gabriel Millaire | 2009-10-01 | 2 | -34/+33 |
| | | | | | | | | | | | | | | - 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 | 3 | -1/+59 |
| | | | | | | | | | | | | themes other than Classic Adds an association string to hbox for name and time in themes, adds an association string to pixbuf smiley | ||||
* | | Return if the renderer has no pixbuf. | Cosimo Cecchi | 2009-10-01 | 1 | -0/+3 |
| | | |||||
* | | empathy.schemas.in: s/criterium/criterion (#594308) | Guillaume Desmottes | 2009-10-01 | 1 | -2/+2 |
| | | |||||
* | | Rephrase geolocation preferences (#585957) | Pierre-Luc Beaudoin | 2009-10-01 | 1 | -4/+4 |
|/ | |||||
* | Even if Next*.html are missing, we have to use the appendNextMessage js ↵ | Xavier Claessens | 2009-09-30 | 1 | -5/+8 |
| | | | | function for consecutive message. | ||||
* | Respect "DisableCombineConsecutive" adium theme setting. Fixes bug #596317 | Xavier Claessens | 2009-09-30 | 1 | -3/+6 |
| | |||||
* | Make the correct fallbacks in case of missing html files in an Adium theme. ↵ | Xavier Claessens | 2009-09-30 | 1 | -50/+51 |
| | | | | Fixes bug #596303 | ||||
* | Don't rely on EmpathyAccountManager to be ready. | Cosimo Cecchi | 2009-09-30 | 1 | -37/+62 |
| | | | | | This fixes a crash when Empathy is launched with the '--accounts' option. | ||||
* | Rename the Create button to Add on moblin. | Cosimo Cecchi | 2009-09-30 | 1 | -0/+3 |
| | |||||
* | Disable account creation on moblin. | Cosimo Cecchi | 2009-09-30 | 1 | -0/+8 |
| | |||||
* | Add a spacing of 6 between the buttons. | Cosimo Cecchi | 2009-09-30 | 1 | -0/+1 |
| | |||||
* | Make sure the Add and Import buttons are always the same height. | Cosimo Cecchi | 2009-09-30 | 1 | -19/+27 |
| | |||||
* | Don't expand/fill the import button. | Cosimo Cecchi | 2009-09-30 | 1 | -0/+2 |
| | |||||
* | Hide the action area if we're on moblin. | Cosimo Cecchi | 2009-09-30 | 1 | -0/+8 |
| | |||||
* | Add a vertical padding to the rows. | Cosimo Cecchi | 2009-09-30 | 1 | -0/+3 |
| | |||||
* | Use the property in the accounts dialog. | Cosimo Cecchi | 2009-09-30 | 1 | -0/+3 |
| | |||||
* | Add a "show-on-select" property. | Cosimo Cecchi | 2009-09-30 | 2 | -60/+283 |
| | | | | | This implies copying the render function from gtkcellrendererpixbuf.c and modifying it slightly. | ||||
* | Updated German doc translation | Mario Blättermann | 2009-09-30 | 1 | -1468/+1573 |
| | |||||
* | Add an import button back to the accounts dialog. | Cosimo Cecchi | 2009-09-28 | 2 | -1/+27 |
| | | | | The button is only shown when there are actually accounts to import. | ||||
* | Merge branch 'moblin' | Cosimo Cecchi | 2009-09-28 | 3 | -5/+103 |
|\ | | | | | | | | | Conflicts: libempathy-gtk/empathy-account-widget.c | ||||
| * | Instant-apply the "enabled" setting. | Cosimo Cecchi | 2009-09-28 | 1 | -9/+12 |
| | | |||||
| * | Add configure switches for nbtk (off by default). | Cosimo Cecchi | 2009-09-28 | 2 | -0/+30 |
| | | |||||
| * | Add an optional NbtkGtkLightSwitch. | Cosimo Cecchi | 2009-09-28 | 1 | -5/+70 |
| | | | | | | | | | | Use an optional NbtkGtkLightSwitch instead of a GtkToggleButton to set an account enabled/disabled. | ||||
* | | Instant-apply the "enabled" setting. | Cosimo Cecchi | 2009-09-28 | 1 | -9/+9 |
|/ | |||||
* | Updated Japanese translation | Kentaro Kazuhama | 2009-09-27 | 1 | -781/+1672 |
| | |||||
* | Updated Italian translation | Milo Casagrande | 2009-09-26 | 1 | -2/+2 |
| | |||||
* | Updated Polish translation | Tomasz Dominikowski | 2009-09-25 | 1 | -246/+117 |
| | |||||
* | Update POTFILES to match new nst plugin name | Bastien Nocera | 2009-09-24 | 1 | -1/+1 |
| | |||||
* | Add nautilus-sendto plugin | Bastien Nocera | 2009-09-24 | 5 | -0/+341 |
| | | | | | | As nautilus-sendto now exports its plugin API. https://bugzilla.gnome.org/show_bug.cgi?id=596075 | ||||
* | Don't rely on the widget allocation to be != 0. | Cosimo Cecchi | 2009-09-24 | 1 | -2/+12 |
| | | | | This should fix bug #595945. | ||||
* | Updated Spanish translation | Jorge González | 2009-09-24 | 1 | -60/+48 |
| | |||||
* | Fix little coding style | Xavier Claessens | 2009-09-24 | 1 | -1/+1 |
| | |||||
* | Bump GLib requirement to 2.22.0 | Xavier Claessens | 2009-09-24 | 1 | -1/+1 |
| | |||||
* | Revert "Revert "Remove deprecated call to g_mapped_file_free()"" | Xavier Claessens | 2009-09-24 | 1 | -8/+1 |
| | | | | This reverts commit 0343c43f77ab5e59c614af0c0fa60d518d78a774. | ||||
* | Merge branch 'missing-icon' | Cosimo Cecchi | 2009-09-24 | 1 | -0/+8 |
|\ | |||||
| * | Don't show the "missing" image (#595921). | Cosimo Cecchi | 2009-09-24 | 1 | -0/+8 |
| | | | | | | | | | | If the icon theme doesn't have the protocol icon for the account we currently selected, show a default icon. | ||||
* | | Don't always show the main window (#596044). | Cosimo Cecchi | 2009-09-23 | 1 | -2/+0 |
|/ | |||||
* | Merge branch 'contact-id' | Xavier Claessens | 2009-09-23 | 1 | -1/+1 |
|\ | |||||
| * | Init contact_id to NULL to silent some stupid compilators. It can't really ↵ | Xavier Claessens | 2009-09-23 | 1 | -1/+1 |
| | | | | | | | | be used not initialized anyway. | ||||
* | | Cancel existing group animation before starting another | Will Thompson | 2009-09-23 | 1 | -0/+7 |
|/ | | | | Fixes Gnome bug #595962. | ||||
* | Add a Best fit button to the map view (#584034) | Olivier Le Thanh Duong | 2009-09-22 | 2 | -0/+33 |
| | | | | Add a button to the contact map view which show all the contacts at once. | ||||
* | Do not use math.h for trunc(). It is useless and it does not build because ↵ | Xavier Claessens | 2009-09-22 | 1 | -6/+2 |
| | | | | we don't link with -lm. | ||||
* | Bump version to 2.29.1 | Xavier Claessens | 2009-09-22 | 1 | -1/+1 |
| | |||||
* | Update python bindings | Xavier Claessens | 2009-09-22 | 2 | -0/+138 |
| | |||||
* | Update NEWS | Xavier Claessens | 2009-09-22 | 1 | -0/+57 |
| | |||||
* | [help] Commenting out copyright info for now | Shaun McCance | 2009-09-22 | 42 | -0/+84 |
| | |||||
* | Merge commit 'istaz/handle_none' | Xavier Claessens | 2009-09-21 | 3 | -15/+14 |
|\ | |||||
| * | Fallback to the contact id if present when there is no room id for ↵ | Olivier Le Thanh Duong | 2009-09-21 | 3 | -15/+14 |
| | | | | | | | | empathy_tp_chat | ||||
* | | Add StreamMedia channelfilters with InitialAudio and InitialVideo | Sjoerd Simons | 2009-09-20 | 1 | -0/+21 |
| | | |||||
* | | Set the ice-udp capability directly as well | Sjoerd Simons | 2009-09-20 | 1 | -1/+3 |
| | | |||||
* | | Updated Bulgarian translation | Yavor Doganov | 2009-09-20 | 1 | -338/+654 |
| | | |||||
* | | Updating Estonian translation | Mattias Põldaru | 2009-09-19 | 1 | -25/+15 |
| | | |||||
* | | maithili update | Rajesh Ranjan | 2009-09-18 | 2 | -0/+2816 |
| | | |||||
* | | Merge branch 'idle-state' | Jonny Lamb | 2009-09-18 | 2 | -3/+30 |
|\ \ | |||||
| * | | presence-chooser: only listen to EmpathyIdle::notify::state | Jonny Lamb | 2009-09-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | Previously, when the global presence changed in EmpathyIdle, it would notify for "state" and "status", so the state change callback would be called twice. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | | idle: wait for the account manager to be ready before setting initial state | Jonny Lamb | 2009-09-18 | 1 | -2/+29 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also, if we can get the global presence from the account manager straight away (in _init), then don't bother signalling the change. Otherwise, do signal the initial setting so things like the presence chooser and status icon will be updated with the initial presence. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | | | Added Ukrainian translation | Maxim V. Dziumanenko | 2009-09-18 | 1 | -379/+680 |
|/ / | |||||
* | | Updated Romanian translation | Lucian Adrian Grijincu | 2009-09-18 | 1 | -975/+1778 |
| | | |||||
* | | Don't paste if the remote contact is disconnected (#595417). | Cosimo Cecchi | 2009-09-17 | 1 | -0/+7 |
| | | |||||
* | | Iterate avatar tokens with a GHashTableIter | Will Thompson | 2009-09-17 | 1 | -30/+19 |
| | | |||||
* | | Get rid of the last two _run_ calls in Empathy | Will Thompson | 2009-09-17 | 1 | -31/+29 |
| | | | | | | | | | | | | | | | | Hooray! Also, don't try to get known avatar tokens or capabilities if the CM doesn't support them. This reduces the outrageous Debug spam when I connect to a Haze account or (worse) a big IRC channel. Fixes Gnome bug #532737 | ||||
* | | Updated Lithuanian translation | Žygimantas Beručka | 2009-09-17 | 1 | -433/+833 |
| | | |||||
* | | Updated Finnish translation | Ilkka Tuohela | 2009-09-16 | 1 | -526/+657 |
| | | |||||
* | | Fix indentation of previous patch | Xavier Claessens | 2009-09-16 | 1 | -1/+3 |
| | | |||||
* | | empathy_avatar_new takes ownership of arguments. Do not free filename. | Xavier Claessens | 2009-09-16 | 1 | -2/+2 |
| | | |||||
* | | Update Polish translation | Tomasz Dominikowski | 2009-09-16 | 1 | -1/+1 |
| | | |||||
* | | Update Polish translation | Tomasz Dominikowski | 2009-09-16 | 1 | -27/+27 |
| | | |||||
* | | Updated Polish translation | Piotr Drąg | 2009-09-16 | 1 | -39/+40 |
| | | |||||
* | | Updated Polish translation | Piotr Drąg | 2009-09-16 | 1 | -9/+10 |
| | | |||||
* | | Updated Slovenian translation | Matej Urbančič | 2009-09-16 | 1 | -2/+2 |
| | | |||||
* | | Updated Slovenian translation | Matej Urbančič | 2009-09-16 | 1 | -924/+1831 |
| | | |||||
* | | Updated Galician Translation | Antón Méixome | 2009-09-16 | 1 | -369/+669 |
| | | |||||
* | | Adding as to LINGUAS and adding new Assamese translations. | Amitakhya Phukan | 2009-09-16 | 2 | -0/+2855 |
| | | |||||
* | | Only handle manually text channels. | Cosimo Cecchi | 2009-09-16 | 1 | -0/+6 |
| | | |||||
* | | Dispatch existing channels once we initialize the connection. | Cosimo Cecchi | 2009-09-16 | 1 | -0/+21 |
| | | |||||
* | | Updated Hungarian translation | Gabor Kelemen | 2009-09-16 | 1 | -74/+92 |
| | |