aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* prepare 2.28.1.2 releaseEMPATHY_2_28_1_2Guillaume Desmottes2009-11-191-0/+27
|
* We should ensure, not create muc channelsSjoerd Simons2009-11-171-0/+1
|
* Updated Simplified Chinese translation.Aron Xu2009-11-161-255/+381
|
* Force an unset presence type to appear as offline in the presence chooser ↵Jonny Lamb2009-11-122-0/+13
| | | | | | | | | | and status icon. An unset presence type *does* make sense, but not in these contexts. As an aside, there is no icon for an unset presence, so nothing is displayed, which is bad. Fixes bug #597819
* empathy-tp-contact-factory: ensure that ↵Guillaume Desmottes2009-11-121-1/+18
| | | | empathy_tp_contact_factory_get_from_handle always return an error if the contact hasn't been created
* empathy_dispatch_operation_dispose: fix crash when disconnecting the ready ↵Guillaume Desmottes2009-11-121-5/+3
| | | | | | | signal We were trying to disconnect the wrong signal and it should be disconnected before unrefing channel_wrapper.
* Updated Latvian translation.Rudolfs Mazurs2009-11-101-1040/+1997
|
* main-window: save the size of the window when destroyedGuillaume Desmottes2009-11-091-0/+4
|
* empathy-ft-manager: save the size of the window when disposingGuillaume Desmottes2009-11-091-1/+5
|
* chat-window: save the size of the window when disposingGuillaume Desmottes2009-11-091-0/+1
| | | | | The size wasn't saved when the window was closed before the timeout was fired (#601190).
* Updated Italian translationMilo Casagrande2009-11-071-5/+6
|
* Updated Crimean Tatar (Crimean Turkish) translationReşat SABIQ2009-11-061-14/+75
|
* Added Crimean Tatar (Crimean Turkish) translationReşat SABIQ2009-11-062-0/+2913
|
* Empathy should link on Farsight2Guillaume Desmottes2009-11-051-0/+1
| | | | | Empathy uses some Farsight2 API but doesn't explicitely link on it (#600671).
* empathy-dispatch-operation: ensure that the operation stays alive while ↵Guillaume Desmottes2009-11-041-2/+12
| | | | tp_channel_call_when_ready is running
* empathy-dispatch-operation: ensure that the operation stays alive while ↵Guillaume Desmottes2009-11-041-0/+12
| | | | tp_connection_call_when_ready is running (#600551)
* get_default_display_name: use the real protocol name to check if it's IRC or notGuillaume Desmottes2009-11-031-4/+7
|
* Updated Italian translation of the helpMilo Casagrande2009-11-022-1011/+3938
| | | | * Updated the screenshot
* 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
|
* start dev of next releaseGuillaume Desmottes2009-10-271-1/+1
|
* prepare 2.28.1.1 releaseEMPATHY_2_28_1_1Guillaume Desmottes2009-10-271-0/+31
|
* 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
|
* Fixed hotkeyLeonid Kanter2009-10-261-62/+62
|
* Fix crash when joining a chat, GTK_WIDGET_VISIBLE is not NULL-safeXavier Claessens2009-10-261-2/+1
|
* 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-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.
* fix a comment so the style checker is happy (#599243)Guillaume Desmottes2009-10-221-1/+1
|
* Updated Finnish translationTommi Vainikainen2009-10-221-79/+105
|
* Updated Thai translation.Theppitak Karoonboonyanan2009-10-221-4/+4
|
* Updating Estonian translationIvar Smolin2009-10-221-7/+30
|
* 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.
* Updated Lithuanian translationŽygimantas Beručka2009-10-211-102/+73
|
* 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
* start dev of 2.28.2Guillaume Desmottes2009-10-201-1/+1
|
* 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
|
* NEWS: update for 2.28.1EMPATHY_2_28_1Guillaume Desmottes2009-10-201-0/+45
|
* next release is going to be 2.28.1Guillaume Desmottes2009-10-201-1/+1
|
* 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).
* Move destruction of connections from finalize to dispose.Mike Ruprecht2009-10-191-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-191-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-191-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
* test-empathy-account-assistant: empathy_account_assistant_new has been ↵Guillaume Desmottes2009-10-191-1/+1
| | | | renamed to empathy_account_assistant_show
* 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-8/+7
|
* Rename HAVE_NBTK to HAVE_MOBLINSjoerd Simons2009-10-191-2/+2
| | | | | HAVE_NBTK has been renamed to HAVE_MOBLIN a while ago, apparently some #if's were missed, causing things to break :(
* Updated Italian translationMilo Casagrande2009-10-181-2/+2
|
* Updated Russian translationLeonid Kanter2009-10-181-225/+226
|
* Updated Italian translationMilo Casagrande2009-10-181-4/+4
|
* 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 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 French translationClaude Paroz2009-10-161-87/+114
|
* Make sure -h is respected when there were no mc4 accounts to importSjoerd Simons2009-10-151-1/+1
|
* Iterate avatar tokens with a GHashTableIterWill Thompson2009-10-151-30/+19
|
* Get rid of the last two _run_ calls in EmpathyWill Thompson2009-10-151-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
* 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.
* Complete Translation for PunjabiA S Alam2009-10-151-143/+139
|
* 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
|
* 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
|
* Updated Hungarian translationGabor Kelemen2009-10-111-70/+97
|
* Updated Czech translation by Jan DrabekPetr Kovar2009-10-101-768/+869
| | | | Reviewed by: Lucas Lommer & Petr Kovar.
* Updated Norwegian bokmål translation.Kjartan Maraas2009-10-101-78/+112
|
* Improved French translationClaude Paroz2009-10-101-15/+17
|
* Updated Bulgarian translationAlexander Shopov2009-10-071-35/+61
|
* Minor fix to Catalan translationGil Forcada2009-10-061-10/+7
|
* Updated Catalan translationGil Forcada2009-10-061-700/+909
|
* 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
|
* 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
|
* Updated Russian translation by d.yacenko@gmail.comLeonid Kanter2009-10-051-283/+101
|
* Updated Russian translation by d.yacenko@gmail.comLeonid Kanter2009-10-051-1/+1
|
* Updated Russian translation by d.yacenko@gmail.comLeonid Kanter2009-10-051-782/+1731
|
* Rename HAVE_NBTK to HAVE_MOBLIN.Xavier Claessens2009-10-053-32/+34
|
* Updated Spanish translationJorge González2009-10-051-36/+65
|
* 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-74/+97
|
* Updated Italian translationMilo Casagrande2009-10-031-70/+101
|
* Updated German translationMario Blättermann2009-10-031-113/+136
|
* start dev of next 2.28.x releaseGuillaume Desmottes2009-10-031-1/+1
|
* upgrade NEWS for 2.28.0.1EMPATHY_2_28_0_1Guillaume Desmottes2009-10-031-0/+29
|
* next stable release is going to be 2.28.0.1Guillaume Desmottes2009-10-031-1/+1
|
* empathy-status-icon: disable notification_action_cb if built without moblinGuillaume Desmottes2009-10-031-0/+2
|
* display 'Respond' button in notifications only if built for MoblinGuillaume Desmottes2009-10-031-0/+2
| | | | | We don't want to have this feature on the desktop until it's properly integrated (#597124) which will be for 2.30.
* empathy-accounts-dialog: 'Create' button should be 'Next' on MoblinGuillaume Desmottes2009-10-031-2/+3
|
* Bring up notifications until the conversation is accepted (#597125)Rob Bradford2009-10-031-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-031-17/+15
|
* empathy-status-icon: check if notification daemon supports actionsGuillaume Desmottes2009-10-031-1/+21
|
* initialize libnotify earlier in main()Guillaume Desmottes2009-10-031-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 Bradford2009-10-031-0/+19
| | | | | The positive action is the same positive action that would be accomplished by clicking on the status icon.
* Merge commit 'cosimo/moblin' into gnome-2-28Guillaume Desmottes2009-10-036-71/+283
|\ | | | | | | | | Conflicts: libempathy-gtk/empathy-account-widget.c
| * 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
| |
| * Chain up to the parent class render, instead of copying it.Cosimo Cecchi2009-10-011-145/+3
| |
| * Return if the renderer has no pixbuf.Cosimo Cecchi2009-10-011-0/+3
| |
| * Rename the Create button to Add on moblin.Cosimo Cecchi2009-10-011-0/+3
| |
| * Disable account creation on moblin.Cosimo Cecchi2009-10-011-0/+8
| |
| * Hide the action area if we're on moblin.Cosimo Cecchi2009-10-011-0/+8
| |
| * Add a vertical padding to the rows.Cosimo Cecchi2009-10-011-0/+3
| |
| * Use the property in the accounts dialog.Cosimo Cecchi2009-10-011-0/+3
| |
| * Add a "show-on-select" property.Cosimo Cecchi2009-10-012-60/+283
| | | | | | | | | | This implies copying the render function from gtkcellrendererpixbuf.c and modifying it slightly.
| * Instant-apply the "enabled" setting.Cosimo Cecchi2009-10-011-0/+3
| | | | | | | | | | | | Conflicts: libempathy-gtk/empathy-account-widget.c
| * Add configure switches for nbtk (off by default).Cosimo Cecchi2009-10-012-0/+30
| |
| * Add an optional NbtkGtkLightSwitch.Cosimo Cecchi2009-10-011-5/+70
| | | | | | | | | | Use an optional NbtkGtkLightSwitch instead of a GtkToggleButton to set an account enabled/disabled.
| * Instant-apply the "enabled" setting.Cosimo Cecchi2009-10-011-9/+9
| |
* | Instant-apply the "enabled" setting.Cosimo Cecchi2009-10-021-9/+9
|/
* Don't rely on EmpathyAccountManager to be ready.Cosimo Cecchi2009-09-301-37/+62
| | | | | This fixes a crash when Empathy is launched with the '--accounts' option.
* Even if Next*.html are missing, we have to use the appendNextMessage js ↵Xavier Claessens2009-09-301-5/+8
| | | | function for consecutive message.
* Respect "DisableCombineConsecutive" adium theme setting. Fixes bug #596317Xavier Claessens2009-09-301-3/+6
|
* Make the correct fallbacks in case of missing html files in an Adium theme. ↵Xavier Claessens2009-09-301-50/+51
| | | | Fixes bug #596303
* Updated German doc translationMario Blättermann2009-09-301-1468/+1573
|
* Don't show the "missing" image (#595921).Cosimo Cecchi2009-09-281-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 Cecchi2009-09-281-2/+0
|
* Updated Japanese translationKentaro Kazuhama2009-09-271-781/+1672
|
* Updated Italian translationMilo Casagrande2009-09-261-2/+2
|
* Updated Hebrew translationYaron Shahrabani2009-09-251-262/+456
|
* Updated Polish translationTomasz Dominikowski2009-09-251-246/+117
|
* Don't rely on the widget allocation to be != 0.Cosimo Cecchi2009-09-251-2/+12
| | | | This should fix bug #595945.
* Updated Spanish translationJorge González2009-09-241-60/+48
|
* Init contact_id to NULL to silent some stupid compilators. It can't really ↵Xavier Claessens2009-09-231-1/+1
| | | | be used not initialized anyway.
* Cancel existing group animation before starting anotherWill Thompson2009-09-231-0/+7
| | | | Fixes Gnome bug #595962.
* Do not use math.h for trunc(). It is useless and it does not build because ↵Xavier Claessens2009-09-221-6/+2
| | | | we don't link with -lm.
* Generate changelog only since 2.28.0Xavier Claessens2009-09-222-2/+2
|
* Bump version to 2.28.1Xavier Claessens2009-09-221-1/+1
|
* Update python bindingsEMPATHY_2_28_0Xavier Claessens2009-09-222-0/+138
|
* Update NEWSXavier Claessens2009-09-221-0/+57
|
* [help] Commenting out copyright info for nowShaun McCance2009-09-2242-0/+84
|
* Updating Assamese translationsAmitakhya Phukan2009-09-211-73/+120
|
* Updating Estonian translationMattias Põldaru2009-09-211-6/+10
|
* Set the ice-udp capability directly as wellSjoerd Simons2009-09-201-1/+3
|
* Updated Bulgarian translationYavor Doganov2009-09-201-339/+655
|
* Merge branch 'gnome-2-28-candidate' into gnome-2-28Cosimo Cecchi2009-09-193-18/+88
|\
| * Don't paste if the remote contact is disconnected (#595417).Cosimo Cecchi2009-09-171-0/+7
| |
| * Fix indentation of previous patchXavier Claessens2009-09-161-1/+3
| |
| * empathy_avatar_new takes ownership of arguments. Do not free filename.Xavier Claessens2009-09-161-2/+2
| |
| * Only handle manually text channels.Cosimo Cecchi2009-09-161-0/+6
| |
| * Dispatch existing channels once we initialize the connection.Cosimo Cecchi2009-09-161-0/+21
| |
| * Fix long lines.Cosimo Cecchi2009-09-161-6/+8
| |
| * Always call _ensure_channel for text chats.Cosimo Cecchi2009-09-161-10/+42
| | | | | | | | So we can catch opened channels as well, e.g. if we crashed.
* | maithili updateRajesh Ranjan2009-09-182-0/+2816
| |
* | Updated Ukrainian translationMaxim V. Dziumanenko2009-09-181-379/+684
| |
* | Updated Romanian translationLucian Adrian Grijincu2009-09-181-975/+1778
| |
* | Updated Tamil Translationsifelix2009-09-171-127/+179
| |
* | Adding as to LINGUAS and adding Assamese translations.Amitakhya Phukan2009-09-172-0/+2855
| |
* | Updated Greek translation.Kostas Papadimas2009-09-171-557/+665
| |
* | Updated Lithuanian translationŽygimantas Beručka2009-09-171-433/+833
| |
* | Updated Finnish translationIlkka Tuohela2009-09-161-527/+659
|/
* Update Polish translationTomasz Dominikowski2009-09-161-27/+27
|
* Updated Polish translationPiotr Drąg2009-09-161-47/+49
|
* Updated Slovenian translationMatej Urbančič2009-09-161-925/+1832
|
* Updated Galician TranslationAntón Méixome2009-09-161-369/+669
|
* hindi update by Rajesh RanjanRajesh Ranjan2009-09-161-302/+252
|
* Updated Bengali India TranslationsRuna Bhattacharjee2009-09-161-102/+94
|
* Upadted Oriya TranslationManoj Kumar Giri2009-09-161-257/+352
|
* Updated Telugu Translationkrishnababu k2009-09-151-785/+860
|
* Updating Estonian translationIvar Smolin2009-09-151-20/+6
|
* Updated Finnish translationIlkka Tuohela2009-09-151-1170/+1281
|
* Updated Finnish translationIlkka Tuohela2009-09-151-1281/+1170
|
* Updaeted Malayalam TranslationsAni2009-09-151-227/+126
|
* Updaeted Malayalam TranslationsAni2009-09-151-430/+280
|
* [help] Fixed MSN support of audio/video call, chenged to YesMilo Casagrande2009-09-151-2/+2
|
* Use : instead of / to seperate account and contact idSjoerd Simons2009-09-151-7/+11
|
* Correctly split and sanity check dropped contactsSjoerd Simons2009-09-151-7/+9
|
* Ignore the drop if we can't get the right information from itSjoerd Simons2009-09-151-6/+16
|
* Don't use "/" to separate account and contact.Cosimo Cecchi2009-09-152-2/+2
|
* Fix previous patch.Steve Frécinaux2009-09-151-4/+4
| | | | Sometimes, reworking trivial patches goes bad...
* Ensure the Contact List is moved to the current workspace when shown.Steve Frécinaux2009-09-151-8/+6
| | | | | | | | | | The new metacity/mutter 2.27 only moves windows to current workspace on present() when the window is a dialog. The Contact List isn't one, so we try to be smart and move explicitely the window's toplevel GdkWindow on the current workspace before trying to present it. This has been tested successfully with mutter 2.27 and metacity 2.26. This fixes Bug 593883 - Empathy misbehaviour within gnome-shell.
* Depend on released libchamplain 0.4Pierre-Luc Beaudoin2009-09-151-4/+4
|
* Plug some leaksCosimo Cecchi2009-09-142-0/+5
|
* Added Asturian translationAstur2009-09-142-0/+2941
|
* Check for NULL sink.Cosimo Cecchi2009-09-141-0/+3
|
* Fix long lines.Cosimo Cecchi2009-09-141-22/+33
|
* Move the toolbar setup after we initialize the audio outputCosimo Cecchi2009-09-141-2/+2
|
* Updated Bengali India TranslationsRuna Bhattacharjee2009-09-141-959/+1140
|
* Fix a long line.Cosimo Cecchi2009-09-141-1/+2
|
* Watch the DBus signature of the param.Cosimo Cecchi2009-09-141-5/+28
| | | | We used to hardcode UINT, but this does not work for haze CMs.
* Move accounts assignment after the CMS are readyCosimo Cecchi2009-09-141-2/+2
|
* Move protocol_is_supported() to empathy-import-utilsCosimo Cecchi2009-09-143-26/+53
|
* [EmpathyVideoWidget] fix X crash when using Empathy with GTK+ c-s-wDanielle Madeley2009-09-141-0/+13
| | | | | | | | | | | | | | In client-side-windows enabled GTK+, a call to GDK_WINDOW_XID() implicitly calls gdk_window_ensure_native() so that a native X11 window exists serverside to have an XID for. Calling gdk_window_ensure_native() from a thread is not awesome and causes Empathy to abort with one of several X errors. The fix is to call GDK_WINDOW_XID() as soon as the widget is realized, before the XID is requested from a thread (it would be neater to call gdk_window_ensure_native() here, but that would force us to require GTK+ 2.18, which we don't want to do). Fixes gnome bug #594890
* Assert that we get a non-null account passed when creating a contact for a logSjoerd Simons2009-09-141-0/+1
|
* When getting messages for a file, pass the account as we already know itSjoerd Simons2009-09-141-14/+4
|
* Ensure we don't add the same contact twice at the top-levelSjoerd Simons2009-09-141-0/+18
|
* Check if the remote-contact is actually there before putting it on the listSjoerd Simons2009-09-141-1/+2
|
* Ensure the notification callback data is always freedSjoerd Simons2009-09-141-6/+20
|
* Fix potential usage of an unitialized valueSjoerd Simons2009-09-141-1/+1
|
* Updated Danish translationAsk H. Larsen2009-09-131-139/+88
|
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2009-09-132-216/+216
|
* Updated British English translationPhilip Withnall2009-09-131-852/+1752
|
* Updated Danish translationKenneth Nielsen2009-09-121-992/+1786
|
* Added Bengali translationJamil Ahmed2009-09-122-0/+2966
|
* remove duplicated id in yahoo account ui file (GNOME bug 594776)Frédéric Péters2009-09-111-1/+1
|
* Updated Portuguese translationDuarte Loreto2009-09-111-887/+1720
|
* Updated Kannada(kn) translationShankar Prasad2009-09-111-93/+146
|
* hindi update by Rajesh RanjanRajesh Ranjan2009-09-101-879/+1708
|
* Updated Turkish translation.Baris Cicek2009-09-101-122/+188
|
* Updated German doc translationMario Blättermann2009-09-101-1017/+2936
|
* [help] Adding geolocation note about servers supporting PEPShaun McCance2009-09-101-0/+8
|
* dispatcher_request_failed: check if conn_data is not NULLGuillaume Desmottes2009-09-101-2/+7
| | | | | | | | | | Trace attached on lp #392678 seems to indicate that the priv->connections hash table doesn't have a ConnectionData associated with the connection. A possible explanation could be that this connection has been invalidated before the RequestChannel call is terminated. Check if ConnectionData so Empathy won't crash in such case.
* [help] Minimal proofreading, deferring some reviews to after 2.28.0Shaun McCance2009-09-1010-43/+90
|
* empathy_account_settings_get_uint32: check if empathy_account_settings_get ↵Guillaume Desmottes2009-09-091-0/+2
| | | | returned NULL (#594653)
* [help] Changing "Salut" to "People Nearby"Shaun McCance2009-09-094-10/+10
|
* [help] Removing start-conversation pageShaun McCance2009-09-092-72/+0
| | | | | We no doubt need to provide some sort of help for the New Conversation dialog, but this isn't the way to do it.
* Updated Greek translation.Kostas Papadimas2009-09-091-981/+1671
|
* Malayalam translations updated.Praveen Arimbrathodiyil2009-09-091-793/+1694
|
* Bump telepathy-glib requirement to 0.7.35Cosimo Cecchi2009-09-091-1/+1
|
* start dev of 2.28.0Guillaume Desmottes2009-09-091-1/+1
|
* upgrade NEWS for 2.27.92EMPATHY_2_27_92Guillaume Desmottes2009-09-091-0/+61
|
* [help] Fixing validity errorsShaun McCance2009-09-0924-2/+48
| | | | Mostly due to broken external-namespace defs in the Mallard spec
* Merge branch 'auto-connect'Jonny Lamb2009-09-082-0/+113
|\
| * empathy: no need to connect to status-changed; notify::connection will doJonny Lamb2009-09-081-57/+29
| | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
| * empathy: auto-connect to chatrooms where appropriateJonny Lamb2009-09-081-0/+123
| | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
| * chatroom-manager: add a ready propertyJonny Lamb2009-09-081-0/+18
| | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* | Bump the libempathy and libempathy-gtk sonames againSjoerd Simons2009-09-081-2/+2
| |
* | fix typoSjoerd Simons2009-09-081-1/+1
|/
* Updated Marathi TranslationsSandeep Shedmake2009-09-081-119/+187
|
* Updated Gujarati TranslationsSweta Kothari2009-09-081-98/+148
|
* Updated Polish translationPiotr Drąg2009-09-071-2034/+1663
|