Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix memleak in empathy_tp_chat_acknowledge_messages. Unref message after it has | Lars-Peter Clausen | 2009-04-21 | 1 | -0/+1 |
| | | | | been removed from the message queue. | ||||
* | Fix memleak in empathy_contact_invite_menu_item_new. Just calling | Lars-Peter Clausen | 2009-04-21 | 1 | -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 Clausen | 2009-04-21 | 1 | -0/+2 |
| | |||||
* | Fix memleak in empathy_account_manager_init. Do not create unused account data. | Lars-Peter Clausen | 2009-04-21 | 1 | -6/+1 |
| | |||||
* | Fix memleak in empathy_tp_file_accept. Free content of priv->filename before | Lars-Peter Clausen | 2009-04-21 | 1 | -0/+1 |
| | | | | overwriting it. | ||||
* | fix memleak in preferences_widget_sync_string_combo. Previously name was not | Lars-Peter Clausen | 2009-04-21 | 1 | -6/+3 |
| | | | | freed if it was a match. | ||||
* | Fix memleak in log_store_empathy_get_chats_for_dir. Only build filename if its | Lars-Peter Clausen | 2009-04-21 | 1 | -3/+1 |
| | | | | needed and freed again. | ||||
* | Coding style fix | Davyd Madeley | 2009-04-21 | 1 | -2/+1 |
| | |||||
* | s/favourite/favorite/ | Davyd Madeley | 2009-04-21 | 1 | -9/+9 |
| | |||||
* | Reliably set favourite-star | Davyd Madeley | 2009-04-21 | 2 | -31/+53 |
| | |||||
* | Update the preset list | Davyd Madeley | 2009-04-21 | 1 | -1/+21 |
| | |||||
* | Add a favourite icon to custom/saved messages | Davyd Madeley | 2009-04-21 | 1 | -8/+81 |
| | |||||
* | More icon sizes | Davyd Madeley | 2009-04-20 | 9 | -0/+8 |
| | |||||
* | Icons from Firefox | Davyd Madeley | 2009-04-20 | 3 | -0/+2 |
| | |||||
* | Merge commit 'bigon/configure-deprecated-flag' | Xavier Claessens | 2009-04-19 | 10 | -13/+18 |
|\ | |||||
| * | Use autotools magic to take care of disabling deprecated symbols | Laurent Bigonville | 2009-04-18 | 10 | -13/+18 |
| | | | | | | | | | | Passing --enable-maintainer-mode to the configure will disable deprecated symbols | ||||
* | | Fix plural forms | Khaled Hosny | 2009-04-19 | 1 | -4/+4 |
| | | |||||
* | | Updated Spanish translation | Jorge Gonzalez | 2009-04-19 | 1 | -464/+467 |
| | | |||||
* | | Updated British English translation | Philip Withnall | 2009-04-18 | 1 | -180/+180 |
| | | |||||
* | | Fix coding style by not going over 80 chars too much | Pierre-Luc Beaudoin | 2009-04-18 | 1 | -10/+18 |
| | | |||||
* | | Fix indent and translation | Pierre-Luc Beaudoin | 2009-04-18 | 1 | -3/+3 |
| | | |||||
* | | Fix memory leaks + minor coding style changes | Pierre-Luc Beaudoin | 2009-04-18 | 1 | -5/+7 |
| | | |||||
* | | Add members, invite and password columns to Join dialog | Pierre-Luc Beaudoin | 2009-04-18 | 1 | -5/+61 |
| | | |||||
* | | Add more information to EmpathyChatroom | Pierre-Luc Beaudoin | 2009-04-18 | 3 | -3/+242 |
| | | | | | | | | | | | | | | - Invite Only - Require password - Subject - Member count | ||||
* | | Modify deeply the join chatroom dialog. | Pierre-Luc Beaudoin | 2009-04-18 | 2 | -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 item | Pierre-Luc Beaudoin | 2009-04-18 | 1 | -1/+1 |
| | | | | | | | | As the the dialog doesn't necessarily create a new room, it makes no sens. | ||||
* | | Updated POTFILES.in (.glade to .ui) | Claude Paroz | 2009-04-18 | 1 | -27/+27 |
| | | |||||
* | | AM_MAINTAINER_MODE is evil | Olivier Crête | 2009-04-18 | 1 | -1/+0 |
| | | |||||
* | | Correct English. | Jonny Lamb | 2009-04-17 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | Fix urgency hint for MUCs | Xavier Claessens | 2009-04-17 | 1 | -1/+7 |
| | |||||
* | tp-tube: remove priv->parameters | Guillaume Desmottes | 2009-04-17 | 1 | -5/+0 |
| | |||||
* | tp-tube: remove priv->service | Guillaume Desmottes | 2009-04-17 | 1 | -3/+0 |
| | |||||
* | tp-tube: remove priv->initiator_contact and priv->factory as they are not used | Guillaume Desmottes | 2009-04-17 | 1 | -9/+0 |
| | |||||
* | empathy-tp-tube: remove initiator and type member variables as they are not used | Guillaume Desmottes | 2009-04-17 | 1 | -2/+0 |
| | |||||
* | empathy_tp_tube_class_init: set NUM_EMP_TUBE_CHANNEL_STATES as max value for ↵ | Guillaume Desmottes | 2009-04-17 | 1 | -1/+2 |
| | | | | the state property | ||||
* | empathy_tp_tube_class_init: use G_PARAM_STATIC_STRINGS | Guillaume Desmottes | 2009-04-17 | 1 | -4/+2 |
| | |||||
* | empathy-tp-tube: the state is a EmpTubeChannelState not a guint | Guillaume Desmottes | 2009-04-17 | 1 | -2/+2 |
| | |||||
* | Save empathy-presence-chooser.ui using glade-3, it fix a crasher because of ↵ | Xavier Claessens | 2009-04-17 | 1 | -15/+22 |
| | | | | malformed format. | ||||
* | Remove comments coming from the doap template | Xavier Claessens | 2009-04-17 | 1 | -12/+2 |
| | |||||
* | Updated Arabic translation | Khaled Hosny | 2009-04-17 | 1 | -460/+834 |
| | |||||
* | Add empathy.doap file for project description. | Xavier Claessens | 2009-04-17 | 1 | -0/+30 |
| | |||||
* | Fix python bingind | Xavier Claessens | 2009-04-17 | 1 | -0/+2 |
| | |||||
* | Fix compilation warning: chatrooms_window_model_get_selected() was not used. | Xavier Claessens | 2009-04-17 | 1 | -0/+8 |
| | |||||
* | Update python binding | Xavier Claessens | 2009-04-16 | 1 | -33/+27 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2877 | ||||
* | Remove reference to glade from panel applets | Xavier Claessens | 2009-04-16 | 2 | -2/+0 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2876 | ||||
* | Remove libglade from libempathy-gtk.pc | Xavier Claessens | 2009-04-16 | 1 | -2/+2 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2875 | ||||
* | Remove unused edit-chatroom dialog from the UI file. ↵ | Xavier Claessens | 2009-04-16 | 2 | -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 Claessens | 2009-04-16 | 1 | -12/+21 |
| | | | | | | | | default renderer like glade. From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2873 | ||||
* | Don't unref 2 times gui. | Xavier Claessens | 2009-04-16 | 1 | -2/+0 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2872 | ||||
* | Refactor the floating ref hack into a new function | Xavier Claessens | 2009-04-16 | 6 | -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 xml | Xavier Claessens | 2009-04-16 | 1 | -42/+91 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2870 | ||||
* | Add back some icons that were droped during the conversion | Xavier Claessens | 2009-04-16 | 3 | -0/+5 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2869 | ||||
* | Make use of GtkUIManager for EmpathyChatWindow | Xavier Claessens | 2009-04-16 | 2 | -216/+73 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2868 | ||||
* | Make use of GtkUIManager in EmpathyCallWindow | Xavier Claessens | 2009-04-16 | 2 | -92/+161 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2867 | ||||
* | Make use of GtkUIManager in EmpathyMainWindow | Xavier Claessens | 2009-04-16 | 2 | -110/+112 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2866 | ||||
* | Reorder functions to not declare them on top | Xavier Claessens | 2009-04-16 | 1 | -613/+526 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2865 | ||||
* | Make use of GtkUIManager in EmpathyStatusIcon | Xavier Claessens | 2009-04-16 | 2 | -35/+40 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2864 | ||||
* | Port EmpathyStatusIcon to new API | Xavier Claessens | 2009-04-16 | 1 | -9/+5 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2863 | ||||
* | Port EmpathyPreferences to new API | Xavier Claessens | 2009-04-16 | 1 | -10/+6 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2862 | ||||
* | Port EmpathyNewChatroomDialog to new API | Xavier Claessens | 2009-04-16 | 1 | -9/+5 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2861 | ||||
* | Port EmpathyMainWindow to new API | Xavier Claessens | 2009-04-16 | 1 | -16/+12 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2860 | ||||
* | Port EmpathyImportDialog to new API | Xavier Claessens | 2009-04-16 | 1 | -9/+5 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2859 | ||||
* | Port EmpathyFtManager to new API | Xavier Claessens | 2009-04-16 | 1 | -7/+6 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2858 | ||||
* | Port EmpathyChatroomsWindow to new API | Xavier Claessens | 2009-04-16 | 1 | -10/+6 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2857 | ||||
* | Port EmpathyChatWindow to new API | Xavier Claessens | 2009-04-16 | 1 | -11/+7 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2856 | ||||
* | Port EmpathyCallWindow to new API | Xavier Claessens | 2009-04-16 | 2 | -133/+79 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2855 | ||||
* | Port EmpathyAccountsDialog to new API | Xavier Claessens | 2009-04-16 | 1 | -9/+5 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2854 | ||||
* | Port EmpathySpellDialog to new API | Xavier Claessens | 2009-04-16 | 2 | -18/+7 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2853 | ||||
* | Port EmpathyPresenceChooser to new API | Xavier Claessens | 2009-04-16 | 1 | -10/+6 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2852 | ||||
* | Port EmpathyNewMessageDialog to new API | Xavier Claessens | 2009-04-16 | 1 | -8/+5 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2851 | ||||
* | Port EmpathyLogWindow to new API | Xavier Claessens | 2009-04-16 | 1 | -9/+5 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2850 | ||||
* | Port EmpathyIrcNetwordDialog to new API | Xavier Claessens | 2009-04-16 | 1 | -8/+5 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2849 | ||||
* | Modify Makefile.am for new file names | Xavier Claessens | 2009-04-16 | 2 | -33/+33 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2848 | ||||
* | Port EmpathyContactWidget to new API | Xavier Claessens | 2009-04-16 | 4 | -433/+463 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2847 | ||||
* | Port EmpathyContactDialogs to new API | Xavier Claessens | 2009-04-16 | 1 | -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 Claessens | 2009-04-16 | 11 | -1783/+1812 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2845 | ||||
* | Port EmpathyChat to new API | Xavier Claessens | 2009-04-16 | 1 | -6/+4 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2844 | ||||
* | Remove useless glade include | Xavier Claessens | 2009-04-16 | 3 | -11/+1 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2843 | ||||
* | Port account widgets to new API | Xavier Claessens | 2009-04-16 | 5 | -120/+107 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2842 | ||||
* | Port glade helpers to GtkBuilber | Xavier Claessens | 2009-04-16 | 2 | -133/+53 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2841 | ||||
* | Convert glade files to GtkBuilder format | Xavier Claessens | 2009-04-16 | 31 | -2327/+2160 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2840 | ||||
* | Remove glade dep | Xavier Claessens | 2009-04-16 | 1 | -6/+0 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2839 | ||||
* | Make a separated module set for libempathy-gtk/ and src/ | Xavier Claessens | 2009-04-16 | 2 | -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 #579139 | Lars-Peter Clausen | 2009-04-16 | 1 | -0/+1 |
| | | | | | | From: Lars-Peter Clausen <lars@metafoo.de> svn path=/trunk/; revision=2837 | ||||
* | coding style fixes | Guillaume Desmottes | 2009-04-16 | 2 | -2/+2 |
| | | | | | | From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2836 | ||||
* | enable coding style checks in tests | Guillaume Desmottes | 2009-04-16 | 1 | -0/+5 |
| | | | | | | From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2835 | ||||
* | Updated German translation | Mario Blättermann | 2009-04-14 | 1 | -127/+156 |
| | | | | | | | | | 2009-04-13 Mario Blättermann <mariobl@gnome.org> * po/de.po: Updated German translation svn path=/trunk/; revision=2833 | ||||
* | Updated German translation | Mario Blättermann | 2009-04-14 | 1 | -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 #575817 | Guillaume Desmottes | 2009-04-13 | 1 | -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 #577863 | Xavier Claessens | 2009-04-13 | 2 | -2/+4 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2826 | ||||
* | Steal GTK+'s way of generating ChangeLog from git logs | Xavier Claessens | 2009-04-13 | 1 | -5/+18 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2825 | ||||
* | Unref TpChat's channel after emitting destroy. | Will Thompson | 2009-04-13 | 1 | -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 #568562 | Paul Cutler | 2009-04-13 | 1 | -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 Claessens | 2009-04-13 | 1 | -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 reconnect | Sjoerd Simons | 2009-04-13 | 1 | -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 translation | Jorge Gonzalez Gonzalez | 2009-04-12 | 2 | -37/+74 |
| | | | | svn path=/trunk/; revision=2813 | ||||
* | Added Belarusian translation. | Ihar Hrachyshka | 2009-04-11 | 3 | -0/+1761 |
| | | | | svn path=/trunk/; revision=2810 | ||||
* | Fix support for /me and /say commands. | Xavier Claessens | 2009-04-11 | 1 | -36/+16 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2809 | ||||
* | revert a little. search for blank contact in store. | Elliot Fairweather | 2009-04-11 | 1 | -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_iter | Davyd Madeley | 2009-04-11 | 1 | -5/+11 |
| | | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2807 | ||||
* | Adjust empetit to test the contact selector filtering. | Jonny Lamb | 2009-04-11 | 1 | -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 Lamb | 2009-04-11 | 2 | -16/+79 |
| | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2805 | ||||
* | Fix more coding style | Xavier Claessens | 2009-04-11 | 1 | -191/+186 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2804 | ||||
* | Add tests/test-empathy-presence-chooser to gitignore | Xavier Claessens | 2009-04-11 | 1 | -0/+1 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2803 | ||||
* | Don't blat message if it updates whilst in editing mode | Davyd Madeley | 2009-04-11 | 1 | -1/+3 |
| | | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2802 | ||||
* | Coding style fix for test | Davyd Madeley | 2009-04-11 | 1 | -2/+5 |
| | | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2801 | ||||
* | make the type enum a named type | Davyd Madeley | 2009-04-11 | 1 | -12/+13 |
| | | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2800 | ||||
* | Coding style fixes | Davyd Madeley | 2009-04-11 | 1 | -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 dialog | Davyd Madeley | 2009-04-11 | 1 | -0/+1 |
| | | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2798 | ||||
* | Drop this, it breaks something subtly | Davyd Madeley | 2009-04-11 | 1 | -8/+1 |
| | | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2797 | ||||
* | Fix focus-out autocommit using an idle handler | Davyd Madeley | 2009-04-11 | 1 | -3/+67 |
| | | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2796 | ||||
* | Don't set editing mode on click, just select the text | Davyd Madeley | 2009-04-11 | 1 | -2/+3 |
| | | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2795 | ||||
* | Fix regression where going offline was overwriting the saved status message | Davyd Madeley | 2009-04-11 | 1 | -1/+2 |
| | | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2794 | ||||
* | Clean up function names | Davyd Madeley | 2009-04-11 | 1 | -37/+50 |
| | | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2793 | ||||
* | Ignore up/down arrow keypresses | Davyd Madeley | 2009-04-11 | 1 | -0/+5 |
| | | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2792 | ||||
* | Editing mode on click | Davyd Madeley | 2009-04-11 | 1 | -1/+22 |
| | | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2791 | ||||
* | Refactor some code, cleans some things up | Davyd Madeley | 2009-04-11 | 1 | -16/+29 |
| | | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2790 | ||||
* | Fix reset status on Esc | Davyd Madeley | 2009-04-11 | 1 | -11/+13 |
| | | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2789 | ||||
* | Commit the changed status message on focus-out. | Davyd Madeley | 2009-04-11 | 1 | -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 text | Davyd Madeley | 2009-04-11 | 1 | -0/+17 |
| | | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2787 | ||||
* | Ensure ::changed is connected on both the entry and the combo | Davyd Madeley | 2009-04-11 | 1 | -0/+2 |
| | | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2786 | ||||
* | When editing custom messages, preseed the entry with the current status | Davyd Madeley | 2009-04-11 | 1 | -0/+7 |
| | | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2785 | ||||
* | Fix typo in my email address | Davyd Madeley | 2009-04-11 | 1 | -1/+1 |
| | | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2784 | ||||
* | Only check model rows that will have valid states | Davyd Madeley | 2009-04-11 | 1 | -1/+3 |
| | | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2783 | ||||
* | Update comment headers/copyrights/etc. | Davyd Madeley | 2009-04-11 | 3 | -0/+24 |
| | | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2782 | ||||
* | Unset focus from GtkEntry when editing is stopped | Davyd Madeley | 2009-04-11 | 1 | -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 Madeley | 2009-04-11 | 1 | -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 Madeley | 2009-04-11 | 1 | -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 translation | Davyd Madeley | 2009-04-11 | 1 | -1/+6 |
| | | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2778 | ||||
* | Fix bug where priv->state might be unset | Davyd Madeley | 2009-04-11 | 1 | -1/+9 |
| | | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2777 | ||||
* | Escape to cancel from status editing | Davyd Madeley | 2009-04-11 | 2 | -1/+24 |
| | | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2776 | ||||
* | Separate out mc_set_custom_state from set_status_editing | Davyd Madeley | 2009-04-11 | 1 | -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 Madeley | 2009-04-11 | 1 | -11/+16 |
| | | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2774 | ||||
* | Reenable warning flags.. clean up mess | Davyd Madeley | 2009-04-11 | 1 | -32/+4 |
| | | | | | | | | Need to fix flashing state From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2773 | ||||
* | Use EmpathyIdle to push MC around | Davyd Madeley | 2009-04-11 | 1 | -195/+43 |
| | | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2772 | ||||
* | Initial work on reimplementing presence_chooser_presence_changed_cb | Davyd Madeley | 2009-04-11 | 1 | -6/+61 |
| | | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2771 | ||||
* | Fix some type warnings | Davyd Madeley | 2009-04-11 | 1 | -3/+3 |
| | | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2770 | ||||
* | Set the chooser in "editing mode" when you start editing it | Davyd Madeley | 2009-04-11 | 1 | -1/+34 |
| | | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2769 | ||||
* | Initial work on reworking the presence selector | Davyd Madeley | 2009-04-11 | 2 | -191/+218 |
| | | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2768 | ||||
* | Add a test program for the presence widget | Davyd Madeley | 2009-04-11 | 2 | -1/+32 |
| | | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2767 | ||||
* | Updated th translation. | Theppitak Karoonboonyanan | 2009-04-10 | 1 | -105/+116 |
| | | | | svn path=/trunk/; revision=2766 | ||||
* | Updated Simplified Chinese translations by fwang. | Aron Xu | 2009-04-04 | 1 | -341/+851 |
| | | | | svn path=/trunk/; revision=2763 | ||||
* | Don't send unknown commands. Fixes bug #577026 | Xavier Claessens | 2009-04-03 | 1 | -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 Claessens | 2009-04-03 | 1 | -2/+1 |
| | | | | | | | | bug #576375 From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2760 | ||||
* | Simplify how channel classes value is parsed. Fixes bug #577825 | Xavier Claessens | 2009-04-03 | 1 | -8/+4 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2759 | ||||
* | Free the capabilities array. Fixes bug #577826 | Xavier Claessens | 2009-04-03 | 1 | -1/+3 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2758 | ||||
* | Remove unnecessary string dup. Fixes bug #577829 | Xavier Claessens | 2009-04-03 | 1 | -3/+5 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2757 | ||||
* | Free completion. Fixes bug #577828 | Xavier Claessens | 2009-04-03 | 1 | -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 and | Xavier Claessens | 2009-03-29 | 1 | -4/+21 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2748 | ||||
* | Add colorspace and videoscale elements before the videosink | Sjoerd Simons | 2009-03-28 | 1 | -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 Peters | 2009-03-27 | 2 | -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 Peters | 2009-03-24 | 1 | -1/+1 |
| | | | | | | (bug 574192) svn path=/trunk/; revision=2743 | ||||
* | Updated French translation by Frédéric Peters and Claude Paroz | Claude Paroz | 2009-03-24 | 1 | -175/+481 |
| | | | | svn path=/trunk/; revision=2740 | ||||
* | Updated Dutch translation by Wouter Bolsterlee. | Wouter Bolsterlee | 2009-03-24 | 1 | -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 comment | Wouter Bolsterlee | 2009-03-24 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=2736 | ||||
* | Updated Dutch translation by Wouter Bolsterlee. | Wouter Bolsterlee | 2009-03-24 | 2 | -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 translation | Jorge Gonzalez Gonzalez | 2009-03-22 | 1 | -30/+39 |
| | | | | svn path=/trunk/; revision=2734 | ||||
* | mc_account_create can fail, don't crash if it happens | Xavier Claessens | 2009-03-21 | 1 | -0/+5 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2731 | ||||
* | Do not assert if the CM does not support RequestableChannelClasses | Xavier Claessens | 2009-03-20 | 1 | -2/+2 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2728 | ||||
* | Fix typo | Xavier Claessens | 2009-03-20 | 1 | -1/+1 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2727 | ||||
* | Stop compositing timeout if the chat channel is destroyed. | Xavier Claessens | 2009-03-20 | 1 | -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 Claessens | 2009-03-20 | 1 | -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 Claessens | 2009-03-20 | 1 | -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 Desmottes | 2009-03-20 | 1 | -1/+19 |
| | | | | | | | | set to 0 From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2719 | ||||
* | Updated Galician translation by Suso Baleato. | Ignacio Casal Quinteiro | 2009-03-19 | 2 | -697/+906 |
| | | | | svn path=/trunk/; revision=2716 | ||||
* | Merge branch 'fix-ft' into to-merge | Guillaume Desmottes | 2009-03-18 | 1 | -8/+38 |
| | | | | | | From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2713 | ||||
* | Correctly get foreground-gdk color | Xavier Claessens | 2009-03-18 | 2 | -6/+5 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2711 | ||||
* | Fix creation of svn tag | Xavier Claessens | 2009-03-18 | 1 | -4/+7 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2710 | ||||
* | Update NEWS file | Xavier Claessens | 2009-03-18 | 1 | -4/+12 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2709 | ||||
* | Update API doc | Xavier Claessens | 2009-03-18 | 3 | -7/+12 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2708 | ||||
* | Update python bindings | Xavier Claessens | 2009-03-18 | 4 | -4/+212 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2707 | ||||
* | Prepare NEWS entry | Xavier Claessens | 2009-03-18 | 1 | -0/+25 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2706 | ||||
* | Updated Spansih translation, fixes bug #575627 | Jorge Gonzalez Gonzalez | 2009-03-17 | 2 | -36/+40 |
| | | | | svn path=/trunk/; revision=2704 | ||||
* | Updated Bulgarian translation by Alexander Shopov <ash@contact.bg> | Alexander Shopov | 2009-03-16 | 2 | -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.po | Shankar Prasad | 2009-03-15 | 2 | -377/+178 |
| | | | | svn path=/trunk/; revision=2684 | ||||
* | Updated British English translation. | Philip Withnall | 2009-03-15 | 1 | -322/+322 |
| | | | | svn path=/trunk/; revision=2683 | ||||
* | Updated German translation | Mario Blättermann | 2009-03-12 | 1 | -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 image | miloc | 2009-03-11 | 2 | -233/+1007 |
| | | | | | | | Updated Italian translation Deleted the unused image svn path=/trunk/; revision=2670 | ||||
* | Updated C/empathy.xml as of 2.26 branch | miloc | 2009-03-11 | 1 | -12/+10 |
| | | | | | | Updated C/empathy.xml as of 2.26 branch svn path=/trunk/; revision=2669 | ||||
* | Bump version to 2.27.1 | Xavier Claessens | 2009-03-10 | 1 | -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 Lamb | 2009-03-10 | 5 | -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 bugs | Xavier Claessens | 2009-03-10 | 1 | -3/+9 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2664 | ||||
* | Updated British English manual translation. | Philip Withnall | 2009-03-10 | 1 | -147/+443 |
| | | | | svn path=/trunk/; revision=2659 | ||||
* | Updated Spanish translation | Jorge Gonzalez Gonzalez | 2009-03-10 | 1 | -3/+3 |
| | | | | svn path=/trunk/; revision=2658 | ||||
* | Updated Spansih translation | Jorge Gonzalez Gonzalez | 2009-03-10 | 1 | -57/+351 |
| | | | | svn path=/trunk/; revision=2657 | ||||
* | Updated Spanish translation | Jorge Gonzalez Gonzalez | 2009-03-10 | 2 | -51/+55 |
| | | | | svn path=/trunk/; revision=2656 | ||||
* | Add empathy-log.h and empathy-log-store.h to Makefile.am | Xavier Claessens | 2009-03-10 | 1 | -0/+2 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2655 | ||||
* | Updated Czech translation by Martin Picek. | Andre Klapper | 2009-03-10 | 1 | -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 directory | Sjoerd Simons | 2009-03-10 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2653 | ||||
* | Actually recurse in the chatrooms directory | Sjoerd Simons | 2009-03-10 | 1 | -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 fails | Sjoerd Simons | 2009-03-10 | 1 | -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 playing | Sjoerd Simons | 2009-03-10 | 1 | -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 TODO | Sjoerd Simons | 2009-03-10 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2649 | ||||
* | Updated Marathi Translations | Sandeep Shedmake | 2009-03-09 | 2 | -344/+795 |
| | | | | svn path=/trunk/; revision=2648 | ||||
* | Added a new section on the documentation (Advanced Options) Removed one | miloc | 2009-03-09 | 2 | -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 Ranjan | Rajesh Ranjan | 2009-03-09 | 2 | -308/+720 |
| | | | | svn path=/trunk/; revision=2646 | ||||
* | Make the sidebar nicely pop in and out | Sjoerd Simons | 2009-03-09 | 1 | -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 there | Sjoerd Simons | 2009-03-09 | 1 | -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 overlay | Sjoerd Simons | 2009-03-09 | 1 | -1/+5 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2643 | ||||
* | Hook up audio mute button | Sjoerd Simons | 2009-03-09 | 1 | -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 input | Sjoerd Simons | 2009-03-09 | 1 | -0/+4 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2641 | ||||
* | Handle resource-request | Sjoerd Simons | 2009-03-09 | 1 | -0/+19 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2640 | ||||
* | Unref the video input and tee after removing | Sjoerd Simons | 2009-03-09 | 1 | -2/+10 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2639 | ||||
* | Forward resource requests | Sjoerd Simons | 2009-03-09 | 1 | -1/+17 |
| | | | | | | From: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2638 | ||||
* | Assert that the widget is realized before using its XID | Sjoerd Simons | 2009-03-09 | 1 | -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 call | Sjoerd Simons | 2009-03-09 | 1 | -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 away | Sjoerd Simons | 2009-03-09 | 1 | -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 it | Sjoerd Simons | 2009-03-09 | 1 | -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 Petoumenou | Kostas Papadimas | 2009-03-09 | 2 | -1154/+387 |
| | | | | svn path=/trunk/; revision=2633 | ||||
* | Make sure the UI is build in empathy_ft_manager_get_dialog | Xavier Claessens | 2009-03-08 | 1 | -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 Claessens | 2009-03-08 | 2 | -51/+62 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2631 | ||||
* | Updated Slovenian translation | Matej Urbančič | 2009-03-08 | 1 | -131/+109 |
| | | | | svn path=/trunk/; revision=2630 | ||||
* | Remove check on GTK version, we depend on >= 2.14.0 now. | Xavier Claessens | 2009-03-08 | 1 | -5/+0 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2629 | ||||
* | Use running++ and running-- instead of a boolean | Xavier Claessens | 2009-03-08 | 1 | -4/+4 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2628 | ||||
* | Prevent an infinite loop when query tooltip on contact list view. | Xavier Claessens | 2009-03-08 | 1 | -4/+15 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2627 | ||||
* | Updated Spanish translation | Jorge Gonzalez Gonzalez | 2009-03-08 | 2 | -70/+75 |
| | | | | svn path=/trunk/; revision=2626 | ||||
* | Updated Lithuanian translation. | Gintautas Miliauskas | 2009-03-07 | 2 | -382/+762 |
| | | | | | | | | | | 2009-03-07 Gintautas Miliauskas <gintas@akl.lt> * lt.po: Updated Lithuanian translation. svn path=/trunk/; revision=2625 | ||||
* | Updated French translation by Frédéric Peters and Bruno Brouard. | Claude Paroz | 2009-03-07 | 1 | -259/+620 |
| | | | | svn path=/trunk/; revision=2624 | ||||
* | Fix typo in a comment | Xavier Claessens | 2009-03-06 | 1 | -2/+2 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2623 | ||||
* | Use tp_strdiff in empathy_message_equal to compare body. | Xavier Claessens | 2009-03-06 | 1 | -1/+3 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2622 | ||||
* | Remove unused empathy_message_get_unique_id | Xavier Claessens | 2009-03-06 | 2 | -10/+0 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2621 | ||||
* | Improve comment to explain what empathy_log_manager_get_filtered_messages does | Xavier Claessens | 2009-03-06 | 1 | -1/+2 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2620 | ||||
* | Little optimization of log_store_empathy_get_filtered_messages() and add a ↵ | Xavier Claessens | 2009-03-06 | 1 | -1/+8 |
| | | | | | | | | FIXME. From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2619 | ||||
* | Remove useless include of contact-factory.h | Xavier Claessens | 2009-03-06 | 1 | -1/+0 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2618 | ||||
* | Optimize empathy_log_manager_get_filtered_messages and make it easier to ↵ | Xavier Claessens | 2009-03-06 | 1 | -39/+44 |
| | | | | | | | | understand. From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2617 | ||||
* | Simplify finalize using g_list_foreachc | Xavier Claessens | 2009-03-06 | 1 | -7/+1 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2616 | ||||
* | Use if (n != NULL) instead of if (n). | Jonny Lamb | 2009-03-06 | 2 | -6/+6 |
| | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2615 | ||||
* | Use g_list_delete_link instead of g_list_remove. | Jonny Lamb | 2009-03-06 | 2 | -6/+3 |
| | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2614 | ||||
* | Use g_list_next (l) instead of l->next. | Jonny Lamb | 2009-03-06 | 2 | -10/+10 |
| | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2613 | ||||
* | Use a single-line return statement instead of if/else if/else if. | Jonny Lamb | 2009-03-06 | 1 | -10/+1 |
| | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2612 | ||||
* | Use atoi instead of sscanf. | Jonny Lamb | 2009-03-06 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2611 | ||||
* | Call GET_PRIV after checking the parameters of empathy_message_equal. | Jonny Lamb | 2009-03-06 | 1 | -2/+5 |
| | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2610 | ||||
* | libempathy-gtk/totem-subtitle-encoding.h: Added copyright, based on .c file. | Jonny Lamb | 2009-03-06 | 1 | -0/+29 |
| | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2609 | ||||
* | Use get_filtered_messages in EmpathyChat. | Jonny Lamb | 2009-03-06 | 1 | -22/+28 |
| | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2608 | ||||
* | Implemented get_filtered_messages in empathy log store. | Jonny Lamb | 2009-03-06 | 1 | -0/+41 |
| | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2607 | ||||
* | Added empathy_log_store_get_filtered_messages. | Jonny Lamb | 2009-03-06 | 2 | -0/+24 |
| | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2606 | ||||
* | Replaced get_last_messages with get_filtered_messages. | Jonny Lamb | 2009-03-06 | 2 | -23/+60 |
| | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2605 | ||||
* | Added checks to the arguments of empathy_message_equal. | Jonny Lamb | 2009-03-06 | 1 | -0/+3 |
| | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2604 | ||||
* | Get last messages for the last day - 1 as well as the last day. | Jonny Lamb | 2009-03-06 | 1 | -1/+11 |
| | | | | | | | | | As messages are being logged straight away, the most recent day will *always* be today. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2603 | ||||
* | EmpathyChat: Simplified adding appropriate messages to the window. | Jonny Lamb | 2009-03-06 | 1 | -31/+15 |
| | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2602 | ||||
* | Removed duplicate log source addition. | Jonny Lamb | 2009-03-06 | 1 | -3/+0 |
| | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2601 | ||||
* | EmpathyChat: Remove messages from log messages which are pending. | Jonny Lamb | 2009-03-06 | 1 | -1/+23 |
| | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2600 | ||||
* | EmpathyLogStore: Store the CM message ID in the logs, and use it when ↵ | Jonny Lamb | 2009-03-06 | 1 | -2/+14 |
| | | | | | | | | reading logs. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2599 | ||||
* | Added empathy_message_get_unique_id & empathy_message_equal. | Jonny Lamb | 2009-03-06 | 2 | -0/+25 |
| | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2598 | ||||
* | Remove MessageObserveData as the TpChannel can be retrieved from an ↵ | Jonny Lamb | 2009-03-06 | 1 | -27/+8 |
| | | | | | | | | EmpathyTpChat. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2597 | ||||
* | Updated python bindings. | Jonny Lamb | 2009-03-06 | 2 | -21/+38 |
| | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2596 | ||||
* | Cleaned up rebasing brokenness. | Jonny Lamb | 2009-03-06 | 1 | -2/+3 |
| | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2595 | ||||
* | Changed some G_STR_EQUALs to EMP_STR_EQUAL. | Jonny Lamb | 2009-03-06 | 1 | -3/+3 |
| | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2594 | ||||
* | Renamed EmpathyLogSource to EmpathyLogStore. | Jonny Lamb | 2009-03-06 | 8 | -382/+448 |
| | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2593 | ||||
* | Moved dispatcher observing and logging into EmpathyLogManager. | Jonny Lamb | 2009-03-06 | 3 | -53/+84 |
| | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2592 |