aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* empathy-status-icon: check if notification daemon supports actionsGuillaume Desmottes2009-10-021-1/+21
|
* initialize libnotify earlier in main()Guillaume Desmottes2009-10-021-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-021-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 Desmottes2009-10-022-26/+46
|
* Merge branch 'chain'Cosimo Cecchi2009-10-011-145/+3
|\
| * Chain up to the parent class render, instead of copying it.Cosimo Cecchi2009-10-011-145/+3
| |
* | Merge commit 'gabriel/fix-581488'Dafydd Harries2009-10-013-1/+58
|\ \ | |/ |/|
| * Fixed a leak of strGabriel Millaire2009-10-011-2/+2
| |
| * Fix after reviewGabriel Millaire2009-10-012-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 Millaire2009-10-013-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 Cecchi2009-10-011-0/+3
| |
* | empathy.schemas.in: s/criterium/criterion (#594308)Guillaume Desmottes2009-10-011-2/+2
| |
* | Rephrase geolocation preferences (#585957)Pierre-Luc Beaudoin2009-10-011-4/+4
|/
* 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
* 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.
* Rename the Create button to Add on moblin.Cosimo Cecchi2009-09-301-0/+3
|
* Disable account creation on moblin.Cosimo Cecchi2009-09-301-0/+8
|
* Add a spacing of 6 between the buttons.Cosimo Cecchi2009-09-301-0/+1
|
* Make sure the Add and Import buttons are always the same height.Cosimo Cecchi2009-09-301-19/+27
|
* Don't expand/fill the import button.Cosimo Cecchi2009-09-301-0/+2
|
* Hide the action area if we're on moblin.Cosimo Cecchi2009-09-301-0/+8
|
* Add a vertical padding to the rows.Cosimo Cecchi2009-09-301-0/+3
|
* Use the property in the accounts dialog.Cosimo Cecchi2009-09-301-0/+3
|
* Add a "show-on-select" property.Cosimo Cecchi2009-09-302-60/+283
| | | | | This implies copying the render function from gtkcellrendererpixbuf.c and modifying it slightly.
* Updated German doc translationMario Blättermann2009-09-301-1468/+1573
|
* Add an import button back to the accounts dialog.Cosimo Cecchi2009-09-282-1/+27
| | | | The button is only shown when there are actually accounts to import.
* Merge branch 'moblin'Cosimo Cecchi2009-09-283-5/+103
|\ | | | | | | | | Conflicts: libempathy-gtk/empathy-account-widget.c
| * Instant-apply the "enabled" setting.Cosimo Cecchi2009-09-281-9/+12
| |
| * Add configure switches for nbtk (off by default).Cosimo Cecchi2009-09-282-0/+30
| |
| * Add an optional NbtkGtkLightSwitch.Cosimo Cecchi2009-09-281-5/+70
| | | | | | | | | | Use an optional NbtkGtkLightSwitch instead of a GtkToggleButton to set an account enabled/disabled.
* | Instant-apply the "enabled" setting.Cosimo Cecchi2009-09-281-9/+9
|/
* Updated Japanese translationKentaro Kazuhama2009-09-271-781/+1672
|
* Updated Italian translationMilo Casagrande2009-09-261-2/+2
|
* Updated Polish translationTomasz Dominikowski2009-09-251-246/+117
|
* Update POTFILES to match new nst plugin nameBastien Nocera2009-09-241-1/+1
|
* Add nautilus-sendto pluginBastien Nocera2009-09-245-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 Cecchi2009-09-241-2/+12
| | | | This should fix bug #595945.
* Updated Spanish translationJorge González2009-09-241-60/+48
|
* Fix little coding styleXavier Claessens2009-09-241-1/+1
|
* Bump GLib requirement to 2.22.0Xavier Claessens2009-09-241-1/+1
|
* Revert "Revert "Remove deprecated call to g_mapped_file_free()""Xavier Claessens2009-09-241-8/+1
| | | | This reverts commit 0343c43f77ab5e59c614af0c0fa60d518d78a774.
* Merge branch 'missing-icon'Cosimo Cecchi2009-09-241-0/+8
|\
| * Don't show the "missing" image (#595921).Cosimo Cecchi2009-09-241-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-231-2/+0
|/
* Merge branch 'contact-id'Xavier Claessens2009-09-231-1/+1
|\
| * 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.
* Add a Best fit button to the map view (#584034)Olivier Le Thanh Duong2009-09-222-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 Claessens2009-09-221-6/+2
| | | | we don't link with -lm.
* Bump version to 2.29.1Xavier Claessens2009-09-221-1/+1
|
* Update python bindingsXavier Claessens2009-09-222-0/+138
|
* Update NEWSXavier Claessens2009-09-221-0/+57
|
* [help] Commenting out copyright info for nowShaun McCance2009-09-2242-0/+84
|
* Merge commit 'istaz/handle_none'Xavier Claessens2009-09-213-15/+14
|\
| * Fallback to the contact id if present when there is no room id for ↵Olivier Le Thanh Duong2009-09-213-15/+14
| | | | | | | | empathy_tp_chat
* | Add StreamMedia channelfilters with InitialAudio and InitialVideoSjoerd Simons2009-09-201-0/+21
| |
* | Set the ice-udp capability directly as wellSjoerd Simons2009-09-201-1/+3
| |
* | Updated Bulgarian translationYavor Doganov2009-09-201-338/+654
| |
* | Updating Estonian translationMattias Põldaru2009-09-191-25/+15
| |
* | maithili updateRajesh Ranjan2009-09-182-0/+2816
| |
* | Merge branch 'idle-state'Jonny Lamb2009-09-182-3/+30
|\ \
| * | presence-chooser: only listen to EmpathyIdle::notify::stateJonny Lamb2009-09-181-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 stateJonny Lamb2009-09-181-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 translationMaxim V. Dziumanenko2009-09-181-379/+680
|/ /
* | Updated Romanian translationLucian Adrian Grijincu2009-09-181-975/+1778
| |
* | Don't paste if the remote contact is disconnected (#595417).Cosimo Cecchi2009-09-171-0/+7
| |
* | Iterate avatar tokens with a GHashTableIterWill Thompson2009-09-171-30/+19
| |
* | Get rid of the last two _run_ calls in EmpathyWill Thompson2009-09-171-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čka2009-09-171-433/+833
| |
* | Updated Finnish translationIlkka Tuohela2009-09-161-526/+657
| |
* | 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
| |
* | Update Polish translationTomasz Dominikowski2009-09-161-1/+1
| |
* | Update Polish translationTomasz Dominikowski2009-09-161-27/+27
| |
* | Updated Polish translationPiotr Drąg2009-09-161-39/+40
| |
* | Updated Polish translationPiotr Drąg2009-09-161-9/+10
| |
* | Updated Slovenian translationMatej Urbančič2009-09-161-2/+2
| |
* | Updated Slovenian translationMatej Urbančič2009-09-161-924/+1831
| |
* | Updated Galician TranslationAntón Méixome2009-09-161-369/+669
| |
* | Adding as to LINGUAS and adding new Assamese translations.Amitakhya Phukan2009-09-162-0/+2855
| |
* | 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
| |
* | Updated Hungarian translationGabor Kelemen2009-09-161-74/+92
| |
* | Updated Bengali India TranslationsRuna Bhattacharjee2009-09-161-70/+105
|/
* Updated Hebrew translationYaron Shahrabani2009-09-161-155/+128
|
* Updated Telugu Translationkrishnababu k2009-09-151-785/+860
|
* Fix long lines.Cosimo Cecchi2009-09-151-6/+8
|
* Always call _ensure_channel for text chats.Cosimo Cecchi2009-09-151-10/+42
| | | | So we can catch opened channels as well, e.g. if we crashed.
* Release the busname on disposal.Cosimo Cecchi2009-09-151-4/+31
|
* [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
|
* Updated Basque languageInaki Larranaga Murgoitio2009-09-071-3/+37
|
* Updating Estonian translationIvar Smolin2009-09-071-20/+23
|
* tp-contact-factory: allow _get_from_handles to call with no handles.Jonny Lamb2009-09-071-0/+5
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* Updated Serbian translationBranko Kokanović2009-09-062-1558/+3062
|
* Convert Pidgin's int values to uintsCosimo Cecchi2009-09-061-2/+5
|
* Fix a long lineCosimo Cecchi2009-09-061-1/+2
|
* Manually handle delete events.Cosimo Cecchi2009-09-061-1/+12
|
* Updating Translation for Gurmukhi by A S AlamA S Alam2009-09-061-577/+924
|
* Updated Italian translationMilo Casagrande2009-09-061-204/+2
|
* chatroom-manager: only parse xml file once the account manager is readyJonny Lamb2009-09-061-1/+31
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* [help] Created the Contact Management section in the index pageMilo Casagrande2009-09-063-2/+9
| | | | Moved the contact related tasks in the new section
* Hungarian translation updatedGabor Kelemen2009-09-051-786/+1519
|
* Updating Estonian translationIvar Smolin2009-09-051-37/+77
|
* [help] Some small correctionsShaun McCance2009-09-052-5/+11
|
* [help] Updates to instructions for audio and video conversationsShaun McCance2009-09-053-105/+148
|
* [help] Fixed a wrong full stop on a titleMilo Casagrande2009-09-041-1/+1
|
* Updated Italian translationMilo Casagrande2009-09-041-780/+1656
|
* Updated German translationChristian Kirbach2009-09-031-93/+154
|
* add facebook iconGuillaume Desmottes2009-09-034-0/+3
|
* Updated Hebrew translationMark Krapivner2009-09-031-463/+740
|
* [help] Changing select to choose where appropriate, per GDP Style GuideShaun McCance2009-09-037-8/+8
|
* [help] Updates to create-account, import-account, and offline-contactsShaun McCance2009-09-033-112/+79
|
* Updated Basque languageInaki Larranaga Murgoitio2009-09-031-58/+106
|
* Limit the x264enc bitrateOlivier Crête2009-09-021-0/+1
|
* Updated Brazilian Portuguese translation by Fábio Nogueira ↵Fábio Nogueira2009-09-021-720/+853
| | | | <fnogueira@gnome.org> and Og Maciel <ogmaciel@gnome.org>.
* Stop the sink on stream close to prevent deadlockOlivier Crête2009-09-021-0/+48
|
* Add stream-closed signal to EmpathyCallHandler for when a stream is closedOlivier Crête2009-09-021-0/+16
|
* callback is for handler no TfChannelOlivier Crête2009-09-021-1/+2
|
* Use GOptionContext to parse optionsOlivier Crête2009-09-021-8/+14
| | | | | Use GOptionContext directly to the help for gst options is also displayed.
* [help] More reviews and updates for account management topicsShaun McCance2009-09-029-288/+211
|
* [help] Completed review of some pagesShaun McCance2009-09-029-46/+62
|
* [help] Adding Google Talk notes, review informationShaun McCance2009-09-022-2/+15
|
* Fix long lines.Cosimo Cecchi2009-09-011-2/+4
|
* Be sure that FindChannelRequest has a ref to the DispatcherCosimo Cecchi2009-09-011-1/+1
| | | | It has to own a reference, as it will unref when free-ing the struct.
* Don't set empty values for the default EmpathyHandlerCosimo Cecchi2009-09-012-0/+14
| | | | | | | | | This implies the following: - have an empty default handler when the Dispatcher is used directly with the singleton - autogenerate the name for the default handler - set priv->filters in the handler to an empty GPtrArray in this case, as that can't be NULL.
* Update Norwegian bokmål translation.Kjartan Maraas2009-09-011-333/+609
|
* Fix duplicate XML ids in GtkBuilder file that stopped it from loadingDavyd Madeley2009-09-011-3/+3
|
* [empathy_builder_get_file] NULL out passed GObj ptrs if GtkBuilder file brokenDavyd Madeley2009-09-011-1/+11
| | | | | | | | | | | If the GtkBuilder file passed to empathy_builder_get_file is broken, it returns NULL, but doesn't touch the contents of any pointers passed to retrieve GObjects. In several places we start using these pointers without checking whether the file was actually setup, which causes Empathy to crash. Ideally callers of empathy_builder_get_file() should check whether or not the function returned correctly before using any of the passed pointers, but in case they don't, make sure we're not passing pointers to random memory.
* Updated Swedish translationDaniel Nylander2009-09-011-128/+192
|
* Changed dialog constructor calls to use a string literal with format argumentsLouis-Francis Ratté-Boulianne2009-09-011-4/+4
|
* Updated French translationClaude Paroz2009-09-011-669/+876
| | | | Contributed by Bruno Brouard and Claude Paroz
* Updated Spanish translationJorge González2009-09-011-101/+147
|
* [help] Remove irc-account from Makefile.amShaun McCance2009-09-011-1/+0
|
* Always try to use the Requests interface before calling RequestChannelSjoerd Simons2009-09-011-10/+43
|
* [help] More info about IRC passwords and file sendingShaun McCance2009-09-013-66/+28
|
* [help] Updating IRC instructions, removing irc-account.pageShaun McCance2009-09-014-136/+9
|
* Updated Arabic translationKhaled Hosny2009-09-011-69/+111
|
* Only set the icon name to gtalk for gtalk accountsSjoerd Simons2009-08-311-1/+2
|
* Sort Gtalk after jabberSjoerd Simons2009-08-311-0/+11
|
* Add display name for "gtalk"Cosimo Cecchi2009-08-311-0/+1
|
* Use the new APIs in the assistant and the dialogCosimo Cecchi2009-08-312-10/+25
|
* GTalk-enable the protocol chooserSjoerd Simons2009-08-312-7/+34
|
* Construct the GTalk widget according to the icon nameCosimo Cecchi2009-08-311-1/+28
|
* Add a specialized GTalk widget UI in gladeCosimo Cecchi2009-08-311-5/+114
|
* Fix a long lineCosimo Cecchi2009-08-311-1/+2
|
* Use empathy_protocol_icon_name()Cosimo Cecchi2009-08-311-1/+1
|
* Fall back to the default icon if an empty icon name is setCosimo Cecchi2009-08-311-5/+6
|
* Always set the icon name on account creation.Cosimo Cecchi2009-08-311-5/+2
|
* Implement setting icon name to the account and to the settings.Cosimo Cecchi2009-08-314-2/+166
|
* Use valid desktop category.Brian Pepple2009-08-311-1/+1
|
* Always update the control buttons sensitivity on creation.Cosimo Cecchi2009-08-311-11/+7
|
* Fixed some of the EmpathyAccountWidget's control button behaviour.Jonathan Tellier2009-08-311-2/+16
| | | | | | | - When creating an IRC account, we are now making sure that the control buttons have the correct state. - When creating an account, the "Cancel" button is always sensitive. - Fixed a style error in EmpathyAccountsDialog.
* Merge commit 'jtellier/confirm-lose-accounts-settings'Cosimo Cecchi2009-08-313-62/+330
|\
| * Fixed styleJonathan Tellier2009-08-291-15/+18
| |
| * Marked strings for translation.Jonathan Tellier2009-08-291-7/+7
| |
| * Merged with masterJonathan Tellier2009-08-291-1/+8
| |
| * Fixed bug which would occur when deleting account with pending changesJonathan Tellier2009-08-291-8/+9
| | | | | | | | | | | | | | | | | | | | | | | | - When the selected account was NULL, accounts_dialog_has_pending_change() would not check its state correctly. That function is working with a pointer on a pointer to the account and was not dereferencing properly. - The pointer to the account we pass to accounts_dialog_has_pending_change() is now properly initialized to NULL. - When deleting an account, the COL_ACCOUNT_POINTER column is now properly set to NULL.
| * Using GtkTreeRowReference instead of a string path.Jonathan Tellier2009-08-291-9/+10
| | | | | | | | | | | | | | - When the user selects another account and has pending changes to the currently selected account, we need to keed track of the destination row. Instead of saving that information as the string representation of a GtkTreePath, we now use a GtkTreeRowReference.