aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove EmpathyTpGroupXavier Claessens2009-04-223-1076/+0
|
* Use the account manager to map from connection to account.Xavier Claessens2009-04-221-6/+19
|
* Add empathy_tp_chat_get_connection() to direct access the channel's connection.Xavier Claessens2009-04-222-0/+11
|
* Reorder functions to not declare them on topXavier Claessens2009-04-221-267/+267
|
* Fix some coding styleXavier Claessens2009-04-221-105/+90
|
* Port EmpathyTpChat to new API and drop usage of EmpathyTpGroup.Xavier Claessens2009-04-222-403/+375
|
* Port EmpathyCallHandler to new APIXavier Claessens2009-04-221-30/+20
|
* Port EmpathyTpCall to new APIXavier Claessens2009-04-221-36/+23
|
* Port EmpathyLogManager to new APIXavier Claessens2009-04-221-2/+6
|
* Port EmpathyDispatchOperation to new APIXavier Claessens2009-04-221-6/+61
|
* Port EmpathyTpFile to new API and add a ready propertyXavier Claessens2009-04-222-43/+130
|
* EmpathyDispatcher: Use new EmpathyAccountManager API and rebase on ↵Xavier Claessens2009-04-222-200/+83
| | | | TpConnection instead of McAccount
* Drop unused include of contact factoryXavier Claessens2009-04-221-1/+0
|
* EmpathyContactManager: Use new API of EmpathyAccountManager and ↵Xavier Claessens2009-04-222-89/+65
| | | | EmpathyTpContactList.
* Rebase EmpathyTpContactList on TpConnection instead of McAccount.Xavier Claessens2009-04-222-121/+53
|
* Change API of EmpathyTpContactFactory:Xavier Claessens2009-04-222-776/+313
| | | | | | - Based on TpConnection instead of McAccount. - Drop all code that is now handled in TpContact. - Make it per-connection singleton.
* Drop EmpathyContactFactoryXavier Claessens2009-04-223-270/+2
|
* Keep a ref to all TpConnection objects. Map account<>connection.Xavier Claessens2009-04-222-0/+159
|
* Turn EmpathyContact into a TpContact wrapperXavier Claessens2009-04-222-385/+213
|
* update python bindingsGuillaume Desmottes2009-04-221-0/+60
|
* Output GtkBuilder errors as g_critical() not DEBUG()Davyd Madeley2009-04-221-1/+1
|
* Updated Spanish translationJorge Gonzalez2009-04-221-203/+187
|
* Updated Spanish translationJorge Gonzalez2009-04-221-27/+39
|
* Add ellipsis to the add account button. Fixes bug #548704Guillaume Desmottes2009-04-211-2/+36
|
* empathy-accounts-dialog.ui: no change, the file has just been opened and ↵Guillaume Desmottes2009-04-211-27/+57
| | | | sauved in Glade
* Updated Galician TranslationFrco. Javier Rial2009-04-212-471/+763
|
* Merge branch 'tube-bus-name'Guillaume Desmottes2009-04-212-1/+33
|\
| * empathy_tube_handler_build_bus_name: escape invalid char in the service nameGuillaume Desmottes2009-04-211-1/+22
| |
| * don't dispatch D-Bus tube having an invalid ServiceNameGuillaume Desmottes2009-04-211-0/+11
| |
* | Add context string for translation (#575442)Frederic Peters2009-04-211-1/+1
|/
* Instead of destroying the submenu when it's not needed only create it if thereLars-Peter Clausen2009-04-211-13/+5
| | | | is a submenu item.
* Fix indent.Lars-Peter Clausen2009-04-212-3/+3
|
* Fix memleak in avatar_chooser_maybe_convert_and_scale. Unref the scaled bufferLars-Peter Clausen2009-04-211-1/+2
| | | | after it has been saved and is not needed anymore.
* Fix memleak in avatar_chooser_update_preview_cb. Free string returned byLars-Peter Clausen2009-04-211-0/+2
| | | | gtk_file_chooser_get_preview_filename.
* Fix memleak in contact_widget_model_populate_columns. Since it not used anywhereLars-Peter Clausen2009-04-211-6/+0
| | | | else it does not make sense to add a ref to the renderer, or does it?
* Fix memleak in tp_contact_list_group_member_removed_cb. Free group name whenLars-Peter Clausen2009-04-211-0/+1
| | | | it is removed from the group list.
* Fix memleak in empathy_tp_chat_acknowledge_messages. Unref message after it hasLars-Peter Clausen2009-04-211-0/+1
| | | | been removed from the message queue.
* Fix memleak in empathy_contact_invite_menu_item_new. Just callingLars-Peter Clausen2009-04-211-1/+3
| | | | gtk_widget_destroy on submenu won't free it since it is floating.
* Fix memleak. Free strings retrieved from gtk_tree_model_get.Lars-Peter Clausen2009-04-211-0/+2
|
* Fix memleak in empathy_account_manager_init. Do not create unused account data.Lars-Peter Clausen2009-04-211-6/+1
|
* Fix memleak in empathy_tp_file_accept. Free content of priv->filename beforeLars-Peter Clausen2009-04-211-0/+1
| | | | overwriting it.
* fix memleak in preferences_widget_sync_string_combo. Previously name was notLars-Peter Clausen2009-04-211-6/+3
| | | | freed if it was a match.
* Fix memleak in log_store_empathy_get_chats_for_dir. Only build filename if itsLars-Peter Clausen2009-04-211-3/+1
| | | | needed and freed again.
* Coding style fixDavyd Madeley2009-04-211-2/+1
|
* s/favourite/favorite/Davyd Madeley2009-04-211-9/+9
|
* Reliably set favourite-starDavyd Madeley2009-04-212-31/+53
|
* Update the preset listDavyd Madeley2009-04-211-1/+21
|
* Add a favourite icon to custom/saved messagesDavyd Madeley2009-04-211-8/+81
|
* More icon sizesDavyd Madeley2009-04-209-0/+8
|
* Icons from FirefoxDavyd Madeley2009-04-203-0/+2
|
* Merge commit 'bigon/configure-deprecated-flag'Xavier Claessens2009-04-1910-13/+18
|\
| * Use autotools magic to take care of disabling deprecated symbolsLaurent Bigonville2009-04-1810-13/+18
| | | | | | | | | | Passing --enable-maintainer-mode to the configure will disable deprecated symbols
* | Fix plural formsKhaled Hosny2009-04-191-4/+4
| |
* | Updated Spanish translationJorge Gonzalez2009-04-191-464/+467
| |
* | Updated British English translationPhilip Withnall2009-04-181-180/+180
| |
* | Fix coding style by not going over 80 chars too muchPierre-Luc Beaudoin2009-04-181-10/+18
| |
* | Fix indent and translationPierre-Luc Beaudoin2009-04-181-3/+3
| |
* | Fix memory leaks + minor coding style changesPierre-Luc Beaudoin2009-04-181-5/+7
| |
* | Add members, invite and password columns to Join dialogPierre-Luc Beaudoin2009-04-181-5/+61
| |
* | Add more information to EmpathyChatroomPierre-Luc Beaudoin2009-04-183-3/+242
| | | | | | | | | | | | | | - Invite Only - Require password - Subject - Member count
* | Modify deeply the join chatroom dialog.Pierre-Luc Beaudoin2009-04-182-125/+70
| | | | | | | | | | | | The rationale is that the room list is now loaded when the expander is open. It will refresh it if is open and the server is changed.
* | Remove the New in Join New... menu itemPierre-Luc Beaudoin2009-04-181-1/+1
| | | | | | | | As the the dialog doesn't necessarily create a new room, it makes no sens.
* | Updated POTFILES.in (.glade to .ui)Claude Paroz2009-04-181-27/+27
| |
* | AM_MAINTAINER_MODE is evilOlivier Crête2009-04-181-1/+0
| |
* | Correct English.Jonny Lamb2009-04-171-1/+1
|/ | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* Fix urgency hint for MUCsXavier Claessens2009-04-171-1/+7
|
* tp-tube: remove priv->parametersGuillaume Desmottes2009-04-171-5/+0
|
* tp-tube: remove priv->serviceGuillaume Desmottes2009-04-171-3/+0
|
* tp-tube: remove priv->initiator_contact and priv->factory as they are not usedGuillaume Desmottes2009-04-171-9/+0
|
* empathy-tp-tube: remove initiator and type member variables as they are not usedGuillaume Desmottes2009-04-171-2/+0
|
* empathy_tp_tube_class_init: set NUM_EMP_TUBE_CHANNEL_STATES as max value for ↵Guillaume Desmottes2009-04-171-1/+2
| | | | the state property
* empathy_tp_tube_class_init: use G_PARAM_STATIC_STRINGSGuillaume Desmottes2009-04-171-4/+2
|
* empathy-tp-tube: the state is a EmpTubeChannelState not a guintGuillaume Desmottes2009-04-171-2/+2
|
* Save empathy-presence-chooser.ui using glade-3, it fix a crasher because of ↵Xavier Claessens2009-04-171-15/+22
| | | | malformed format.
* Remove comments coming from the doap templateXavier Claessens2009-04-171-12/+2
|
* Updated Arabic translationKhaled Hosny2009-04-171-460/+834
|
* Add empathy.doap file for project description.Xavier Claessens2009-04-171-0/+30
|
* Fix python bingindXavier Claessens2009-04-171-0/+2
|
* Fix compilation warning: chatrooms_window_model_get_selected() was not used.Xavier Claessens2009-04-171-0/+8
|
* Update python bindingXavier Claessens2009-04-161-33/+27
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2877
* Remove reference to glade from panel appletsXavier Claessens2009-04-162-2/+0
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2876
* Remove libglade from libempathy-gtk.pcXavier Claessens2009-04-161-2/+2
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2875
* Remove unused edit-chatroom dialog from the UI file. ↵Xavier Claessens2009-04-162-220/+2
| | | | | | | | gtk_builder_add_from_file creates all toplevel objects so the edit dialog popup in the same time as the manage chatroom dialog. From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2874
* Add cell renderer on the theme combobox. Seems GtkBuilder don't set a ↵Xavier Claessens2009-04-161-12/+21
| | | | | | | | default renderer like glade. From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2873
* Don't unref 2 times gui.Xavier Claessens2009-04-161-2/+0
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2872
* Refactor the floating ref hack into a new functionXavier Claessens2009-04-166-55/+31
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2871
* Regenerate empathy-preferences.ui with glade, it seems to fix mal formed xmlXavier Claessens2009-04-161-42/+91
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2870
* Add back some icons that were droped during the conversionXavier Claessens2009-04-163-0/+5
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2869
* Make use of GtkUIManager for EmpathyChatWindowXavier Claessens2009-04-162-216/+73
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2868
* Make use of GtkUIManager in EmpathyCallWindowXavier Claessens2009-04-162-92/+161
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2867
* Make use of GtkUIManager in EmpathyMainWindowXavier Claessens2009-04-162-110/+112
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2866
* Reorder functions to not declare them on topXavier Claessens2009-04-161-613/+526
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2865
* Make use of GtkUIManager in EmpathyStatusIconXavier Claessens2009-04-162-35/+40
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2864
* Port EmpathyStatusIcon to new APIXavier Claessens2009-04-161-9/+5
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2863
* Port EmpathyPreferences to new APIXavier Claessens2009-04-161-10/+6
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2862
* Port EmpathyNewChatroomDialog to new APIXavier Claessens2009-04-161-9/+5
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2861
* Port EmpathyMainWindow to new APIXavier Claessens2009-04-161-16/+12
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2860
* Port EmpathyImportDialog to new APIXavier Claessens2009-04-161-9/+5
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2859
* Port EmpathyFtManager to new APIXavier Claessens2009-04-161-7/+6
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2858
* Port EmpathyChatroomsWindow to new APIXavier Claessens2009-04-161-10/+6
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2857
* Port EmpathyChatWindow to new APIXavier Claessens2009-04-161-11/+7
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2856
* Port EmpathyCallWindow to new APIXavier Claessens2009-04-162-133/+79
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2855
* Port EmpathyAccountsDialog to new APIXavier Claessens2009-04-161-9/+5
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2854
* Port EmpathySpellDialog to new APIXavier Claessens2009-04-162-18/+7
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2853
* Port EmpathyPresenceChooser to new APIXavier Claessens2009-04-161-10/+6
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2852
* Port EmpathyNewMessageDialog to new APIXavier Claessens2009-04-161-8/+5
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2851
* Port EmpathyLogWindow to new APIXavier Claessens2009-04-161-9/+5
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2850
* Port EmpathyIrcNetwordDialog to new APIXavier Claessens2009-04-161-8/+5
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2849
* Modify Makefile.am for new file namesXavier Claessens2009-04-162-33/+33
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2848
* Port EmpathyContactWidget to new APIXavier Claessens2009-04-164-433/+463
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2847
* Port EmpathyContactDialogs to new APIXavier Claessens2009-04-161-5/+4
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2846
* Remove toplevel window from ui files if the window is not used.Xavier Claessens2009-04-1611-1783/+1812
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2845
* Port EmpathyChat to new APIXavier Claessens2009-04-161-6/+4
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2844
* Remove useless glade includeXavier Claessens2009-04-163-11/+1
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2843
* Port account widgets to new APIXavier Claessens2009-04-165-120/+107
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2842
* Port glade helpers to GtkBuilberXavier Claessens2009-04-162-133/+53
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2841
* Convert glade files to GtkBuilder formatXavier Claessens2009-04-1631-2327/+2160
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2840
* Remove glade depXavier Claessens2009-04-161-6/+0
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2839
* Make a separated module set for libempathy-gtk/ and src/Xavier Claessens2009-04-162-8/+26
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2838
* Plug a lear in log_store_empathy_get_messages_for_file. Fixes bug #579139Lars-Peter Clausen2009-04-161-0/+1
| | | | | | From: Lars-Peter Clausen <lars@metafoo.de> svn path=/trunk/; revision=2837
* coding style fixesGuillaume Desmottes2009-04-162-2/+2
| | | | | | From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2836
* enable coding style checks in testsGuillaume Desmottes2009-04-161-0/+5
| | | | | | From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2835
* Updated German translationMario Blättermann2009-04-141-127/+156
| | | | | | | | | 2009-04-13 Mario Blättermann <mariobl@gnome.org> * po/de.po: Updated German translation svn path=/trunk/; revision=2833
* Updated German translationMario Blättermann2009-04-141-338/+324
| | | | | | | | | 2009-04-13 Mario Blättermann <mariobl@svn.gnome.org> * help/de/de.po: Updated German translation svn path=/trunk/; revision=2832
* empathy_tp_tube_new_stream_tube: allow NULL as parameters. Fixes #575817Guillaume Desmottes2009-04-131-0/+7
| | | | | | From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2828
* Add libcanberra-gtk in Require.private of libempathy-gtk.pc. Fixe bug #577863Xavier Claessens2009-04-132-2/+4
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2826
* Steal GTK+'s way of generating ChangeLog from git logsXavier Claessens2009-04-131-5/+18
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2825
* Unref TpChat's channel after emitting destroy.Will Thompson2009-04-131-3/+2
| | | | | | | | | This allows callbacks connected to "destroy" to call functions which use priv->channel to work. Fixes Gnome bug #578356. Signed-off-by: Will Thompson <will.thompson@collabora.co.uk> svn path=/trunk/; revision=2821
* Fix ghelp link. Fixe bug #568562Paul Cutler2009-04-131-2/+1
| | | | | | From: Paul Cutler <pcutler@foresightlinux.org> svn path=/trunk/; revision=2819
* Set the default image when clearing the avatar, even if there were no avatar ↵Xavier Claessens2009-04-131-5/+3
| | | | | | | | previously. That happens when the widget is created. Fixe bug #566905 From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2817
* Let the chat dialog directly grab the channel on reconnectSjoerd Simons2009-04-131-2/+27
| | | | | | | | | | When reconnecting open chat dialogs requests a new channel. It can grab this directly when it is opened, no need to go through the dispatcher. Fixes issue with stealing focus From: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2814
* Updated Spanish translationJorge Gonzalez Gonzalez2009-04-122-37/+74
| | | | svn path=/trunk/; revision=2813
* Added Belarusian translation.Ihar Hrachyshka2009-04-113-0/+1761
| | | | svn path=/trunk/; revision=2810
* Fix support for /me and /say commands.Xavier Claessens2009-04-111-36/+16
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2809
* revert a little. search for blank contact in store.Elliot Fairweather2009-04-111-5/+6
| | | | | | From: Elliot Fairweather <elliot.fairweather@collabora.co.uk> svn path=/trunk/; revision=2808
* Look up the iter of the new tree row on the filter model for set_active_iterDavyd Madeley2009-04-111-5/+11
| | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2807
* Adjust empetit to test the contact selector filtering.Jonny Lamb2009-04-111-0/+3
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2806
* Initial empathy_contact_selector_set_visible implementation.Jonny Lamb2009-04-112-16/+79
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2805
* Fix more coding styleXavier Claessens2009-04-111-191/+186
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2804
* Add tests/test-empathy-presence-chooser to gitignoreXavier Claessens2009-04-111-0/+1
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2803
* Don't blat message if it updates whilst in editing modeDavyd Madeley2009-04-111-1/+3
| | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2802
* Coding style fix for testDavyd Madeley2009-04-111-2/+5
| | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2801
* make the type enum a named typeDavyd Madeley2009-04-111-12/+13
| | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2800
* Coding style fixesDavyd Madeley2009-04-111-99/+90
| | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2799
* Don't get stuck in editing mode when you load up the old dialogDavyd Madeley2009-04-111-0/+1
| | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2798
* Drop this, it breaks something subtlyDavyd Madeley2009-04-111-8/+1
| | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2797
* Fix focus-out autocommit using an idle handlerDavyd Madeley2009-04-111-3/+67
| | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2796
* Don't set editing mode on click, just select the textDavyd Madeley2009-04-111-2/+3
| | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2795
* Fix regression where going offline was overwriting the saved status messageDavyd Madeley2009-04-111-1/+2
| | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2794
* Clean up function namesDavyd Madeley2009-04-111-37/+50
| | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2793
* Ignore up/down arrow keypressesDavyd Madeley2009-04-111-0/+5
| | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2792
* Editing mode on clickDavyd Madeley2009-04-111-1/+22
| | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2791
* Refactor some code, cleans some things upDavyd Madeley2009-04-111-16/+29
| | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2790
* Fix reset status on EscDavyd Madeley2009-04-111-11/+13
| | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2789
* Commit the changed status message on focus-out.Davyd Madeley2009-04-111-0/+16
| | | | | | | | | | I'm dubious if this is the right behaviour, but there was no obvious consensus. So I propose we find out with actual users. It can always be changed. From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2788
* Don't make Hidden/Offline have customisable textDavyd Madeley2009-04-111-0/+17
| | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2787
* Ensure ::changed is connected on both the entry and the comboDavyd Madeley2009-04-111-0/+2
| | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2786
* When editing custom messages, preseed the entry with the current statusDavyd Madeley2009-04-111-0/+7
| | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2785
* Fix typo in my email addressDavyd Madeley2009-04-111-1/+1
| | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2784
* Only check model rows that will have valid statesDavyd Madeley2009-04-111-1/+3
| | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2783
* Update comment headers/copyrights/etc.Davyd Madeley2009-04-113-0/+24
| | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2782
* Unset focus from GtkEntry when editing is stoppedDavyd Madeley2009-04-111-1/+7
| | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2781
* Add Custom Messages dialog back in (this dialog needs some work ASAP)Davyd Madeley2009-04-111-5/+60
| | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2780
* Make custom messages dialog a transient of the window containing the ↵Davyd Madeley2009-04-111-4/+9
| | | | | | | | presence selector (if possible) From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2779
* Add a tooltip, mark user visible strings for translationDavyd Madeley2009-04-111-1/+6
| | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2778
* Fix bug where priv->state might be unsetDavyd Madeley2009-04-111-1/+9
| | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2777
* Escape to cancel from status editingDavyd Madeley2009-04-112-1/+24
| | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2776
* Separate out mc_set_custom_state from set_status_editingDavyd Madeley2009-04-111-22/+24
| | | | | | | | Also remove a bunch of debugging From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2775
* Reimplement flashing (untested). Prevent a possible recursive signal loop.Davyd Madeley2009-04-111-11/+16
| | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2774
* Reenable warning flags.. clean up messDavyd Madeley2009-04-111-32/+4
| | | | | | | | Need to fix flashing state From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2773
* Use EmpathyIdle to push MC aroundDavyd Madeley2009-04-111-195/+43
| | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2772
* Initial work on reimplementing presence_chooser_presence_changed_cbDavyd Madeley2009-04-111-6/+61
| | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2771
* Fix some type warningsDavyd Madeley2009-04-111-3/+3
| | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2770
* Set the chooser in "editing mode" when you start editing itDavyd Madeley2009-04-111-1/+34
| | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2769
* Initial work on reworking the presence selectorDavyd Madeley2009-04-112-191/+218
| | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2768
* Add a test program for the presence widgetDavyd Madeley2009-04-112-1/+32
| | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2767
* Updated th translation.Theppitak Karoonboonyanan2009-04-101-105/+116
| | | | svn path=/trunk/; revision=2766
* Updated Simplified Chinese translations by fwang.Aron Xu2009-04-041-341/+851
| | | | svn path=/trunk/; revision=2763
* Don't send unknown commands. Fixes bug #577026Xavier Claessens2009-04-031-8/+15
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2762
* Remove empathy-new-account.png from makefile, it is not used anymore. Fixes ↵Xavier Claessens2009-04-031-2/+1
| | | | | | | | bug #576375 From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2760
* Simplify how channel classes value is parsed. Fixes bug #577825Xavier Claessens2009-04-031-8/+4
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2759
* Free the capabilities array. Fixes bug #577826Xavier Claessens2009-04-031-1/+3
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2758
* Remove unnecessary string dup. Fixes bug #577829Xavier Claessens2009-04-031-3/+5
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2757
* Free completion. Fixes bug #577828Xavier Claessens2009-04-031-0/+1
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2756
* Use empathy_contact_call_when_ready instead of _run_ API. Fixes bug #561247 andXavier Claessens2009-03-291-4/+21
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2748
* Add colorspace and videoscale elements before the videosinkSjoerd Simons2009-03-281-1/+35
| | | | | | | | | | | | Farsight only adds colorspace and videoscale automatically on the input side of things, not on the output side. This causes things to break when the videosink isn't xvimagesink which can do scaling and colorspace conversion in hardware. Fixes gbz #576386 From: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2746
* use new GtkStatusIcon tooltip methods, formatting the header in italics.Frederic Peters2009-03-272-11/+7
| | | | | | (requires new GTK+ version, bumped dependency to 2.16.0) (bug #575265) svn path=/trunk/; revision=2745
* Use UTF-8 em dash (U+2014) instead of two hyphen/minus (U+002D)Frederic Peters2009-03-241-1/+1
| | | | | | (bug 574192) svn path=/trunk/; revision=2743
* Updated French translation by Frédéric Peters and Claude ParozClaude Paroz2009-03-241-175/+481
| | | | svn path=/trunk/; revision=2740
* Updated Dutch translation by Wouter Bolsterlee.Wouter Bolsterlee2009-03-241-388/+793
| | | | | | | | | 2009-03-23 Wouter Bolsterlee <wbolster@svn.gnome.org> * nl.po: Updated Dutch translation by Wouter Bolsterlee. svn path=/trunk/; revision=2737
* Added translator commentWouter Bolsterlee2009-03-241-0/+1
| | | | svn path=/trunk/; revision=2736
* Updated Dutch translation by Wouter Bolsterlee.Wouter Bolsterlee2009-03-242-11/+14
| | | | | | | | | 2009-03-23 Wouter Bolsterlee <wbolster@svn.gnome.org> * nl.po: Updated Dutch translation by Wouter Bolsterlee. svn path=/trunk/; revision=2735
* Updated Spanish translationJorge Gonzalez Gonzalez2009-03-221-30/+39
| | | | svn path=/trunk/; revision=2734
* mc_account_create can fail, don't crash if it happensXavier Claessens2009-03-211-0/+5
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2731
* Do not assert if the CM does not support RequestableChannelClassesXavier Claessens2009-03-201-2/+2
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2728
* Fix typoXavier Claessens2009-03-201-1/+1
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2727
* Stop compositing timeout if the chat channel is destroyed.Xavier Claessens2009-03-201-0/+1
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2726
* Use tp_channel_get_identifier instead of inspecting channel's handle.Xavier Claessens2009-03-201-18/+1
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2725
* Do not reconnect chats if there is no ID. That could probably happen for ↵Xavier Claessens2009-03-201-1/+2
| | | | | | | | | | MSN-like MUCs. From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2724
* empathy_contact_set_handle: remove the handle ready flag when the handle is ↵Guillaume Desmottes2009-03-201-1/+19
| | | | | | | | set to 0 From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2719
* Updated Galician translation by Suso Baleato.Ignacio Casal Quinteiro2009-03-192-697/+906
| | | | svn path=/trunk/; revision=2716
* Merge branch 'fix-ft' into to-mergeGuillaume Desmottes2009-03-181-8/+38
| | | | | | From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2713
* Correctly get foreground-gdk colorXavier Claessens2009-03-182-6/+5
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2711
* Fix creation of svn tagXavier Claessens2009-03-181-4/+7
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2710
* Update NEWS fileXavier Claessens2009-03-181-4/+12
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2709
* Update API docXavier Claessens2009-03-183-7/+12
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2708
* Update python bindingsXavier Claessens2009-03-184-4/+212
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2707
* Prepare NEWS entryXavier Claessens2009-03-181-0/+25
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2706
* Updated Spansih translation, fixes bug #575627Jorge Gonzalez Gonzalez2009-03-172-36/+40
| | | | svn path=/trunk/; revision=2704
* Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>Alexander Shopov2009-03-162-127/+138
| | | | | | | | | 2009-03-16 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Alexander Shopov <ash@contact.bg> svn path=/trunk/; revision=2693
* updated kn.poShankar Prasad2009-03-152-377/+178
| | | | svn path=/trunk/; revision=2684
* Updated British English translation.Philip Withnall2009-03-151-322/+322
| | | | svn path=/trunk/; revision=2683
* Updated German translationMario Blättermann2009-03-121-159/+372
| | | | | | | | | 2009-03-11 Mario Blättermann <mariobl@svn.gnome.org> * help/de/de.po: Updated German translation svn path=/trunk/; revision=2677
* Updated Italian translation Deleted the unused imagemiloc2009-03-112-233/+1007
| | | | | | | Updated Italian translation Deleted the unused image svn path=/trunk/; revision=2670
* Updated C/empathy.xml as of 2.26 branchmiloc2009-03-111-12/+10
| | | | | | Updated C/empathy.xml as of 2.26 branch svn path=/trunk/; revision=2669
* Bump version to 2.27.1Xavier Claessens2009-03-101-1/+1
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2666
* Make the "Import Accounts" button insensitive if there's nothing to import.Jonny Lamb2009-03-105-5/+35
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2665
* Fix release script in case there is no fixed bugsXavier Claessens2009-03-101-3/+9
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2664
* Updated British English manual translation.Philip Withnall2009-03-101-147/+443
| | | | svn path=/trunk/; revision=2659
* Updated Spanish translationJorge Gonzalez Gonzalez2009-03-101-3/+3
| | | | svn path=/trunk/; revision=2658
* Updated Spansih translationJorge Gonzalez Gonzalez2009-03-101-57/+351
| | | | svn path=/trunk/; revision=2657
* Updated Spanish translationJorge Gonzalez Gonzalez2009-03-102-51/+55
| | | | svn path=/trunk/; revision=2656
* Add empathy-log.h and empathy-log-store.h to Makefile.amXavier Claessens2009-03-101-0/+2
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2655
* Updated Czech translation by Martin Picek.Andre Klapper2009-03-101-272/+883
| | | | | | | | | 2009-03-09 Andre Klapper <a9016009@gmx.de> * help/cs/cs.po: Updated Czech translation by Martin Picek. svn path=/trunk/; revision=2654
* Chatroom dirs only exist on the toplevel log directorySjoerd Simons2009-03-101-1/+1
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2653
* Actually recurse in the chatrooms directorySjoerd Simons2009-03-101-1/+1
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2652
* Print a debug message if opening a log directory failsSjoerd Simons2009-03-101-2/+7
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2651
* First connect to the sink pad, then start playingSjoerd Simons2009-03-101-1/+2
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2650
* Refer to the gnome bug number belonging to the TODOSjoerd Simons2009-03-101-1/+1
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2649
* Updated Marathi TranslationsSandeep Shedmake2009-03-092-344/+795
| | | | svn path=/trunk/; revision=2648
* Added a new section on the documentation (Advanced Options) Removed onemiloc2009-03-092-3/+403
| | | | | | | Added a new section on the documentation (Advanced Options) Removed one image as it was not used anymore svn path=/trunk/; revision=2647
* hindi updated by Rajesh RanjanRajesh Ranjan2009-03-092-308/+720
| | | | svn path=/trunk/; revision=2646
* Make the sidebar nicely pop in and outSjoerd Simons2009-03-091-0/+13
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2645
* Only check if the error came from the video_input if it's thereSjoerd Simons2009-03-091-2/+3
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2644
* Redraw the video widget if there is no underlying overlaySjoerd Simons2009-03-091-1/+5
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2643
* Hook up audio mute buttonSjoerd Simons2009-03-091-6/+59
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2642
* Set the camera button sensitive while connected and there is a video inputSjoerd Simons2009-03-091-0/+4
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2641
* Handle resource-requestSjoerd Simons2009-03-091-0/+19
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2640
* Unref the video input and tee after removingSjoerd Simons2009-03-091-2/+10
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2639
* Forward resource requestsSjoerd Simons2009-03-091-1/+17
| | | | | | From: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2638
* Assert that the widget is realized before using its XIDSjoerd Simons2009-03-091-0/+1
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2637
* Set the pipeline to pause before starting the callSjoerd Simons2009-03-091-8/+107
| | | | | | | | | | Initially set the pipeline to PAUSED, if that fails because of the videoinput remove that input and continue as an audio-only call (we can still receive video though). Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2636
* Keep a weak pointer on the overlay in case it goes awaySjoerd Simons2009-03-091-0/+2
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2635
* Set empathy's media role to phone for so pulse can do policy on itSjoerd Simons2009-03-091-0/+1
| | | | | | | | | | | Empathy's media role should be phone. Apart from voip calls the only sounds we make are event sounds via libcanberra, which correctly sets the role to event when playing a sound. For more information see: http://pulseaudio.org/wiki/ApplicationProperties From: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2634
* Updated Greek tramslation by Jennie PetoumenouKostas Papadimas2009-03-092-1154/+387
| | | | svn path=/trunk/; revision=2633
* Make sure the UI is build in empathy_ft_manager_get_dialogXavier Claessens2009-03-081-0/+2
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2632
* Don't leak EmpathyFTManager object. Rebuild UI if it got destroyed.Xavier Claessens2009-03-082-51/+62
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2631
* Updated Slovenian translationMatej Urbančič2009-03-081-131/+109
| | | | svn path=/trunk/; revision=2630
* Remove check on GTK version, we depend on >= 2.14.0 now.Xavier Claessens2009-03-081-5/+0
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2629
* Use running++ and running-- instead of a booleanXavier Claessens2009-03-081-4/+4
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2628