| Commit message (Expand) | Author | Age | Files | Lines |
* | Update python binding | Xavier Claessens | 2009-04-22 | 4 | -426/+104 |
* | Remove useless include of empathy-contact-factory.h | Xavier Claessens | 2009-04-22 | 2 | -2/+0 |
* | Simplify empathy_contact_get_account | Xavier Claessens | 2009-04-22 | 1 | -7/+3 |
* | Extract protocol from the connection's object-path and correctly set the spec... | Xavier Claessens | 2009-04-22 | 3 | -4/+36 |
* | Add commented out code to set the _is_ready property of EmpathyContact | Xavier Claessens | 2009-04-22 | 1 | -0/+14 |
* | Disconnect all signals from tp_chat when the UI is destroyed | Xavier Claessens | 2009-04-22 | 1 | -6/+17 |
* | - Fix connection of "group-members-changed" signal | Xavier Claessens | 2009-04-22 | 1 | -14/+3 |
* | Remove dead code | Xavier Claessens | 2009-04-22 | 1 | -3/+0 |
* | Use new getters and setters of EmpathyChatroom. Simplify to lookup when a tp_... | Xavier Claessens | 2009-04-22 | 1 | -35/+20 |
* | Add getter and setter for "tp-chat" and "favorite" properties on EmpathyChatroom | Xavier Claessens | 2009-04-22 | 2 | -43/+85 |
* | Remove useless condition | Xavier Claessens | 2009-04-22 | 1 | -12/+9 |
* | Drop dead code | Xavier Claessens | 2009-04-22 | 2 | -101/+0 |
* | Drop usage of McAccount from EmpathyTpTube | Xavier Claessens | 2009-04-22 | 1 | -8/+1 |
* | If presence message is "", get the default message. | Xavier Claessens | 2009-04-22 | 1 | -1/+1 |
* | Remove dead code | Xavier Claessens | 2009-04-22 | 1 | -2/+0 |
* | Update doc | Xavier Claessens | 2009-04-22 | 2 | -5/+0 |
* | Remove obsolet test applications | Xavier Claessens | 2009-04-22 | 3 | -120/+0 |
* | Add a group channel only if suppress_handler == FALSE | Xavier Claessens | 2009-04-22 | 1 | -3/+5 |
* | Make sure to not ref a NULL object | Xavier Claessens | 2009-04-22 | 1 | -0/+3 |
* | index begin at 0 and not 1 for GArray | Xavier Claessens | 2009-04-22 | 1 | -1/+1 |
* | Get the factory in _constructed because connection property is not set yet in... | Xavier Claessens | 2009-04-22 | 1 | -2/+3 |
* | CONSTRUCT_ONLY properties must be writable | Xavier Claessens | 2009-04-22 | 1 | -3/+5 |
* | Get the priv struct of the right object. | Xavier Claessens | 2009-04-22 | 1 | -2/+2 |
* | Get the connection for newly created accounts | Xavier Claessens | 2009-04-22 | 1 | -44/+53 |
* | Port empathy.c to new API | Xavier Claessens | 2009-04-22 | 1 | -1/+8 |
* | Do not use empathy_contact_equal anymore, pointer comparaison is guaranteed t... | Xavier Claessens | 2009-04-22 | 2 | -3/+2 |
* | Port EmpathyNEwChatroomDialog to new API | Xavier Claessens | 2009-04-22 | 1 | -3/+3 |
* | Port EmpathyMainWindow to new API | Xavier Claessens | 2009-04-22 | 1 | -35/+9 |
* | - Split info/edit/personal dialogs into different functions. | Xavier Claessens | 2009-04-22 | 4 | -63/+142 |
* | Port EmpathyEventManager to new API | Xavier Claessens | 2009-04-22 | 1 | -96/+43 |
* | There is no "contact" property on EmpathyTpFile | Xavier Claessens | 2009-04-22 | 1 | -2/+0 |
* | Port EmpathyNewMessageDialog to new API. | Xavier Claessens | 2009-04-22 | 1 | -45/+55 |
* | Port EmpathyContactWidget to new API. | Xavier Claessens | 2009-04-22 | 1 | -42/+62 |
* | Add empathy_account_chooser_get_connection() | Xavier Claessens | 2009-04-22 | 2 | -0/+19 |
* | Base EmpathyAvatarChooser on connection instead of account. | Xavier Claessens | 2009-04-22 | 1 | -83/+29 |
* | EmpathyTpContactFactory don't have a ready property anymore. | Xavier Claessens | 2009-04-22 | 1 | -12/+6 |
* | Remove unused function empathy_dispatcher_call_with_contact(). | Xavier Claessens | 2009-04-22 | 2 | -31/+0 |
* | Port EmpathyContactDialogs to new API. | Xavier Claessens | 2009-04-22 | 1 | -4/+16 |
* | Port EmpathyChatWindow to new API and remove dead code. | Xavier Claessens | 2009-04-22 | 1 | -15/+1 |
* | Port EmpathyChat to new API. | Xavier Claessens | 2009-04-22 | 2 | -33/+18 |
* | Remove usage of EmpathyTpGroup from EmpathyTpContactList | Xavier Claessens | 2009-04-22 | 1 | -566/+610 |
* | Remove EmpathyTpGroup | Xavier Claessens | 2009-04-22 | 3 | -1076/+0 |
* | Use the account manager to map from connection to account. | Xavier Claessens | 2009-04-22 | 1 | -6/+19 |
* | Add empathy_tp_chat_get_connection() to direct access the channel's connection. | Xavier Claessens | 2009-04-22 | 2 | -0/+11 |
* | Reorder functions to not declare them on top | Xavier Claessens | 2009-04-22 | 1 | -267/+267 |
* | Fix some coding style | Xavier Claessens | 2009-04-22 | 1 | -105/+90 |
* | Port EmpathyTpChat to new API and drop usage of EmpathyTpGroup. | Xavier Claessens | 2009-04-22 | 2 | -403/+375 |
* | Port EmpathyCallHandler to new API | Xavier Claessens | 2009-04-22 | 1 | -30/+20 |
* | Port EmpathyTpCall to new API | Xavier Claessens | 2009-04-22 | 1 | -36/+23 |
* | Port EmpathyLogManager to new API | Xavier Claessens | 2009-04-22 | 1 | -2/+6 |
* | Port EmpathyDispatchOperation to new API | Xavier Claessens | 2009-04-22 | 1 | -6/+61 |
* | Port EmpathyTpFile to new API and add a ready property | Xavier Claessens | 2009-04-22 | 2 | -43/+130 |
* | EmpathyDispatcher: Use new EmpathyAccountManager API and rebase on TpConnecti... | Xavier Claessens | 2009-04-22 | 2 | -200/+83 |
* | Drop unused include of contact factory | Xavier Claessens | 2009-04-22 | 1 | -1/+0 |
* | EmpathyContactManager: Use new API of EmpathyAccountManager and EmpathyTpCont... | Xavier Claessens | 2009-04-22 | 2 | -89/+65 |
* | Rebase EmpathyTpContactList on TpConnection instead of McAccount. | Xavier Claessens | 2009-04-22 | 2 | -121/+53 |
* | Change API of EmpathyTpContactFactory: | Xavier Claessens | 2009-04-22 | 2 | -776/+313 |
* | Drop EmpathyContactFactory | Xavier Claessens | 2009-04-22 | 3 | -270/+2 |
* | Keep a ref to all TpConnection objects. Map account<>connection. | Xavier Claessens | 2009-04-22 | 2 | -0/+159 |
* | Turn EmpathyContact into a TpContact wrapper | Xavier Claessens | 2009-04-22 | 2 | -385/+213 |
* | update python bindings | Guillaume Desmottes | 2009-04-22 | 1 | -0/+60 |
* | Output GtkBuilder errors as g_critical() not DEBUG() | Davyd Madeley | 2009-04-22 | 1 | -1/+1 |
* | Updated Spanish translation | Jorge Gonzalez | 2009-04-22 | 1 | -203/+187 |
* | Updated Spanish translation | Jorge Gonzalez | 2009-04-22 | 1 | -27/+39 |
* | Add ellipsis to the add account button. Fixes bug #548704 | Guillaume Desmottes | 2009-04-21 | 1 | -2/+36 |
* | empathy-accounts-dialog.ui: no change, the file has just been opened and sauv... | Guillaume Desmottes | 2009-04-21 | 1 | -27/+57 |
* | Updated Galician Translation | Frco. Javier Rial | 2009-04-21 | 2 | -471/+763 |
* | Merge branch 'tube-bus-name' | Guillaume Desmottes | 2009-04-21 | 2 | -1/+33 |
|\ |
|
| * | empathy_tube_handler_build_bus_name: escape invalid char in the service name | Guillaume Desmottes | 2009-04-21 | 1 | -1/+22 |
| * | don't dispatch D-Bus tube having an invalid ServiceName | Guillaume Desmottes | 2009-04-21 | 1 | -0/+11 |
* | | Add context string for translation (#575442) | Frederic Peters | 2009-04-21 | 1 | -1/+1 |
|/ |
|
* | Instead of destroying the submenu when it's not needed only create it if there | Lars-Peter Clausen | 2009-04-21 | 1 | -13/+5 |
* | Fix indent. | Lars-Peter Clausen | 2009-04-21 | 2 | -3/+3 |
* | Fix memleak in avatar_chooser_maybe_convert_and_scale. Unref the scaled buffer | Lars-Peter Clausen | 2009-04-21 | 1 | -1/+2 |
* | Fix memleak in avatar_chooser_update_preview_cb. Free string returned by | Lars-Peter Clausen | 2009-04-21 | 1 | -0/+2 |
* | Fix memleak in contact_widget_model_populate_columns. Since it not used anywhere | Lars-Peter Clausen | 2009-04-21 | 1 | -6/+0 |
* | Fix memleak in tp_contact_list_group_member_removed_cb. Free group name when | Lars-Peter Clausen | 2009-04-21 | 1 | -0/+1 |
* | Fix memleak in empathy_tp_chat_acknowledge_messages. Unref message after it has | Lars-Peter Clausen | 2009-04-21 | 1 | -0/+1 |
* | Fix memleak in empathy_contact_invite_menu_item_new. Just calling | Lars-Peter Clausen | 2009-04-21 | 1 | -1/+3 |
* | 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 |
* | fix memleak in preferences_widget_sync_string_combo. Previously name was not | Lars-Peter Clausen | 2009-04-21 | 1 | -6/+3 |
* | Fix memleak in log_store_empathy_get_chats_for_dir. Only build filename if its | Lars-Peter Clausen | 2009-04-21 | 1 | -3/+1 |
* | 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 |
* | | 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 |
* | | Modify deeply the join chatroom dialog. | Pierre-Luc Beaudoin | 2009-04-18 | 2 | -125/+70 |
* | | Remove the New in Join New... menu item | Pierre-Luc Beaudoin | 2009-04-18 | 1 | -1/+1 |
* | | 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 |
|/ |
|
* | 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 |
* | 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 m... | Xavier Claessens | 2009-04-17 | 1 | -15/+22 |
* | 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 |
* | Remove reference to glade from panel applets | Xavier Claessens | 2009-04-16 | 2 | -2/+0 |
* | Remove libglade from libempathy-gtk.pc | Xavier Claessens | 2009-04-16 | 1 | -2/+2 |
* | Remove unused edit-chatroom dialog from the UI file. gtk_builder_add_from_fil... | Xavier Claessens | 2009-04-16 | 2 | -220/+2 |
* | Add cell renderer on the theme combobox. Seems GtkBuilder don't set a default... | Xavier Claessens | 2009-04-16 | 1 | -12/+21 |
* | Don't unref 2 times gui. | Xavier Claessens | 2009-04-16 | 1 | -2/+0 |
* | Refactor the floating ref hack into a new function | Xavier Claessens | 2009-04-16 | 6 | -55/+31 |
* | Regenerate empathy-preferences.ui with glade, it seems to fix mal formed xml | Xavier Claessens | 2009-04-16 | 1 | -42/+91 |
* | Add back some icons that were droped during the conversion | Xavier Claessens | 2009-04-16 | 3 | -0/+5 |
* | Make use of GtkUIManager for EmpathyChatWindow | Xavier Claessens | 2009-04-16 | 2 | -216/+73 |
* | Make use of GtkUIManager in EmpathyCallWindow | Xavier Claessens | 2009-04-16 | 2 | -92/+161 |
* | Make use of GtkUIManager in EmpathyMainWindow | Xavier Claessens | 2009-04-16 | 2 | -110/+112 |
* | Reorder functions to not declare them on top | Xavier Claessens | 2009-04-16 | 1 | -613/+526 |
* | Make use of GtkUIManager in EmpathyStatusIcon | Xavier Claessens | 2009-04-16 | 2 | -35/+40 |
* | Port EmpathyStatusIcon to new API | Xavier Claessens | 2009-04-16 | 1 | -9/+5 |
* | Port EmpathyPreferences to new API | Xavier Claessens | 2009-04-16 | 1 | -10/+6 |
* | Port EmpathyNewChatroomDialog to new API | Xavier Claessens | 2009-04-16 | 1 | -9/+5 |
* | Port EmpathyMainWindow to new API | Xavier Claessens | 2009-04-16 | 1 | -16/+12 |
* | Port EmpathyImportDialog to new API | Xavier Claessens | 2009-04-16 | 1 | -9/+5 |
* | Port EmpathyFtManager to new API | Xavier Claessens | 2009-04-16 | 1 | -7/+6 |
* | Port EmpathyChatroomsWindow to new API | Xavier Claessens | 2009-04-16 | 1 | -10/+6 |
* | Port EmpathyChatWindow to new API | Xavier Claessens | 2009-04-16 | 1 | -11/+7 |
* | Port EmpathyCallWindow to new API | Xavier Claessens | 2009-04-16 | 2 | -133/+79 |
* | Port EmpathyAccountsDialog to new API | Xavier Claessens | 2009-04-16 | 1 | -9/+5 |
* | Port EmpathySpellDialog to new API | Xavier Claessens | 2009-04-16 | 2 | -18/+7 |
* | Port EmpathyPresenceChooser to new API | Xavier Claessens | 2009-04-16 | 1 | -10/+6 |
* | Port EmpathyNewMessageDialog to new API | Xavier Claessens | 2009-04-16 | 1 | -8/+5 |
* | Port EmpathyLogWindow to new API | Xavier Claessens | 2009-04-16 | 1 | -9/+5 |
* | Port EmpathyIrcNetwordDialog to new API | Xavier Claessens | 2009-04-16 | 1 | -8/+5 |
* | Modify Makefile.am for new file names | Xavier Claessens | 2009-04-16 | 2 | -33/+33 |
* | Port EmpathyContactWidget to new API | Xavier Claessens | 2009-04-16 | 4 | -433/+463 |
* | Port EmpathyContactDialogs to new API | Xavier Claessens | 2009-04-16 | 1 | -5/+4 |
* | Remove toplevel window from ui files if the window is not used. | Xavier Claessens | 2009-04-16 | 11 | -1783/+1812 |
* | Port EmpathyChat to new API | Xavier Claessens | 2009-04-16 | 1 | -6/+4 |
* | Remove useless glade include | Xavier Claessens | 2009-04-16 | 3 | -11/+1 |
* | Port account widgets to new API | Xavier Claessens | 2009-04-16 | 5 | -120/+107 |
* | Port glade helpers to GtkBuilber | Xavier Claessens | 2009-04-16 | 2 | -133/+53 |
* | Convert glade files to GtkBuilder format | Xavier Claessens | 2009-04-16 | 31 | -2327/+2160 |
* | Remove glade dep | Xavier Claessens | 2009-04-16 | 1 | -6/+0 |
* | Make a separated module set for libempathy-gtk/ and src/ | Xavier Claessens | 2009-04-16 | 2 | -8/+26 |
* | Plug a lear in log_store_empathy_get_messages_for_file. Fixes bug #579139 | Lars-Peter Clausen | 2009-04-16 | 1 | -0/+1 |
* | coding style fixes | Guillaume Desmottes | 2009-04-16 | 2 | -2/+2 |
* | enable coding style checks in tests | Guillaume Desmottes | 2009-04-16 | 1 | -0/+5 |
* | Updated German translation | Mario Blättermann | 2009-04-14 | 1 | -127/+156 |
* | Updated German translation | Mario Blättermann | 2009-04-14 | 1 | -338/+324 |
* | empathy_tp_tube_new_stream_tube: allow NULL as parameters. Fixes #575817 | Guillaume Desmottes | 2009-04-13 | 1 | -0/+7 |
* | Add libcanberra-gtk in Require.private of libempathy-gtk.pc. Fixe bug #577863 | Xavier Claessens | 2009-04-13 | 2 | -2/+4 |
* | Steal GTK+'s way of generating ChangeLog from git logs | Xavier Claessens | 2009-04-13 | 1 | -5/+18 |
* | Unref TpChat's channel after emitting destroy. | Will Thompson | 2009-04-13 | 1 | -3/+2 |
* | Fix ghelp link. Fixe bug #568562 | Paul Cutler | 2009-04-13 | 1 | -2/+1 |
* | Set the default image when clearing the avatar, even if there were no avatar ... | Xavier Claessens | 2009-04-13 | 1 | -5/+3 |
* | Let the chat dialog directly grab the channel on reconnect | Sjoerd Simons | 2009-04-13 | 1 | -2/+27 |
* | Updated Spanish translation | Jorge Gonzalez Gonzalez | 2009-04-12 | 2 | -37/+74 |
* | Added Belarusian translation. | Ihar Hrachyshka | 2009-04-11 | 3 | -0/+1761 |
* | Fix support for /me and /say commands. | Xavier Claessens | 2009-04-11 | 1 | -36/+16 |
* | revert a little. search for blank contact in store. | Elliot Fairweather | 2009-04-11 | 1 | -5/+6 |
* | 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 |
* | Adjust empetit to test the contact selector filtering. | Jonny Lamb | 2009-04-11 | 1 | -0/+3 |
* | Initial empathy_contact_selector_set_visible implementation. | Jonny Lamb | 2009-04-11 | 2 | -16/+79 |
* | Fix more coding style | Xavier Claessens | 2009-04-11 | 1 | -191/+186 |
* | Add tests/test-empathy-presence-chooser to gitignore | Xavier Claessens | 2009-04-11 | 1 | -0/+1 |
* | Don't blat message if it updates whilst in editing mode | Davyd Madeley | 2009-04-11 | 1 | -1/+3 |
* | Coding style fix for test | Davyd Madeley | 2009-04-11 | 1 | -2/+5 |
* | make the type enum a named type | Davyd Madeley | 2009-04-11 | 1 | -12/+13 |
* | Coding style fixes | Davyd Madeley | 2009-04-11 | 1 | -99/+90 |
* | Don't get stuck in editing mode when you load up the old dialog | Davyd Madeley | 2009-04-11 | 1 | -0/+1 |
* | Drop this, it breaks something subtly | Davyd Madeley | 2009-04-11 | 1 | -8/+1 |
* | Fix focus-out autocommit using an idle handler | Davyd Madeley | 2009-04-11 | 1 | -3/+67 |
* | Don't set editing mode on click, just select the text | Davyd Madeley | 2009-04-11 | 1 | -2/+3 |
* | Fix regression where going offline was overwriting the saved status message | Davyd Madeley | 2009-04-11 | 1 | -1/+2 |
* | Clean up function names | Davyd Madeley | 2009-04-11 | 1 | -37/+50 |
* | Ignore up/down arrow keypresses | Davyd Madeley | 2009-04-11 | 1 | -0/+5 |
* | Editing mode on click | Davyd Madeley | 2009-04-11 | 1 | -1/+22 |
* | Refactor some code, cleans some things up | Davyd Madeley | 2009-04-11 | 1 | -16/+29 |
* | Fix reset status on Esc | Davyd Madeley | 2009-04-11 | 1 | -11/+13 |
* | Commit the changed status message on focus-out. | Davyd Madeley | 2009-04-11 | 1 | -0/+16 |
* | Don't make Hidden/Offline have customisable text | Davyd Madeley | 2009-04-11 | 1 | -0/+17 |
* | Ensure ::changed is connected on both the entry and the combo | Davyd Madeley | 2009-04-11 | 1 | -0/+2 |
* | When editing custom messages, preseed the entry with the current status | Davyd Madeley | 2009-04-11 | 1 | -0/+7 |
* | Fix typo in my email address | Davyd Madeley | 2009-04-11 | 1 | -1/+1 |
* | Only check model rows that will have valid states | Davyd Madeley | 2009-04-11 | 1 | -1/+3 |
* | Update comment headers/copyrights/etc. | Davyd Madeley | 2009-04-11 | 3 | -0/+24 |
* | Unset focus from GtkEntry when editing is stopped | Davyd Madeley | 2009-04-11 | 1 | -1/+7 |
* | Add Custom Messages dialog back in (this dialog needs some work ASAP) | Davyd Madeley | 2009-04-11 | 1 | -5/+60 |
* | Make custom messages dialog a transient of the window containing the presence... | Davyd Madeley | 2009-04-11 | 1 | -4/+9 |
* | Add a tooltip, mark user visible strings for translation | Davyd Madeley | 2009-04-11 | 1 | -1/+6 |
* | Fix bug where priv->state might be unset | Davyd Madeley | 2009-04-11 | 1 | -1/+9 |
* | Escape to cancel from status editing | Davyd Madeley | 2009-04-11 | 2 | -1/+24 |
* | Separate out mc_set_custom_state from set_status_editing | Davyd Madeley | 2009-04-11 | 1 | -22/+24 |
* | Reimplement flashing (untested). Prevent a possible recursive signal loop. | Davyd Madeley | 2009-04-11 | 1 | -11/+16 |
* | Reenable warning flags.. clean up mess | Davyd Madeley | 2009-04-11 | 1 | -32/+4 |
* | Use EmpathyIdle to push MC around | Davyd Madeley | 2009-04-11 | 1 | -195/+43 |
* | Initial work on reimplementing presence_chooser_presence_changed_cb | Davyd Madeley | 2009-04-11 | 1 | -6/+61 |
* | Fix some type warnings | Davyd Madeley | 2009-04-11 | 1 | -3/+3 |
* | Set the chooser in "editing mode" when you start editing it | Davyd Madeley | 2009-04-11 | 1 | -1/+34 |
* | Initial work on reworking the presence selector | Davyd Madeley | 2009-04-11 | 2 | -191/+218 |
* | Add a test program for the presence widget | Davyd Madeley | 2009-04-11 | 2 | -1/+32 |
* | Updated th translation. | Theppitak Karoonboonyanan | 2009-04-10 | 1 | -105/+116 |
* | Updated Simplified Chinese translations by fwang. | Aron Xu | 2009-04-04 | 1 | -341/+851 |
* | Don't send unknown commands. Fixes bug #577026 | Xavier Claessens | 2009-04-03 | 1 | -8/+15 |
* | Remove empathy-new-account.png from makefile, it is not used anymore. Fixes b... | Xavier Claessens | 2009-04-03 | 1 | -2/+1 |
* | Simplify how channel classes value is parsed. Fixes bug #577825 | Xavier Claessens | 2009-04-03 | 1 | -8/+4 |
* | Free the capabilities array. Fixes bug #577826 | Xavier Claessens | 2009-04-03 | 1 | -1/+3 |
* | Remove unnecessary string dup. Fixes bug #577829 | Xavier Claessens | 2009-04-03 | 1 | -3/+5 |
* | Free completion. Fixes bug #577828 | Xavier Claessens | 2009-04-03 | 1 | -0/+1 |
* | Use empathy_contact_call_when_ready instead of _run_ API. Fixes bug #561247 and | Xavier Claessens | 2009-03-29 | 1 | -4/+21 |
* | Add colorspace and videoscale elements before the videosink | Sjoerd Simons | 2009-03-28 | 1 | -1/+35 |
* | use new GtkStatusIcon tooltip methods, formatting the header in italics. | Frederic Peters | 2009-03-27 | 2 | -11/+7 |
* | Use UTF-8 em dash (U+2014) instead of two hyphen/minus (U+002D) | Frederic Peters | 2009-03-24 | 1 | -1/+1 |
* | Updated French translation by Frédéric Peters and Claude Paroz | Claude Paroz | 2009-03-24 | 1 | -175/+481 |
* | Updated Dutch translation by Wouter Bolsterlee. | Wouter Bolsterlee | 2009-03-24 | 1 | -388/+793 |
* | Added translator comment | Wouter Bolsterlee | 2009-03-24 | 1 | -0/+1 |
* | Updated Dutch translation by Wouter Bolsterlee. | Wouter Bolsterlee | 2009-03-24 | 2 | -11/+14 |
* | Updated Spanish translation | Jorge Gonzalez Gonzalez | 2009-03-22 | 1 | -30/+39 |
* | mc_account_create can fail, don't crash if it happens | Xavier Claessens | 2009-03-21 | 1 | -0/+5 |
* | Do not assert if the CM does not support RequestableChannelClasses | Xavier Claessens | 2009-03-20 | 1 | -2/+2 |
* | Fix typo | Xavier Claessens | 2009-03-20 | 1 | -1/+1 |
* | Stop compositing timeout if the chat channel is destroyed. | Xavier Claessens | 2009-03-20 | 1 | -0/+1 |
* | Use tp_channel_get_identifier instead of inspecting channel's handle. | Xavier Claessens | 2009-03-20 | 1 | -18/+1 |
* | Do not reconnect chats if there is no ID. That could probably happen for MSN-... | Xavier Claessens | 2009-03-20 | 1 | -1/+2 |
* | empathy_contact_set_handle: remove the handle ready flag when the handle is s... | Guillaume Desmottes | 2009-03-20 | 1 | -1/+19 |
* | Updated Galician translation by Suso Baleato. | Ignacio Casal Quinteiro | 2009-03-19 | 2 | -697/+906 |
* | Merge branch 'fix-ft' into to-merge | Guillaume Desmottes | 2009-03-18 | 1 | -8/+38 |
* | Correctly get foreground-gdk color | Xavier Claessens | 2009-03-18 | 2 | -6/+5 |
* | Fix creation of svn tag | Xavier Claessens | 2009-03-18 | 1 | -4/+7 |
* | Update NEWS file | Xavier Claessens | 2009-03-18 | 1 | -4/+12 |
* | Update API doc | Xavier Claessens | 2009-03-18 | 3 | -7/+12 |
* | Update python bindings | Xavier Claessens | 2009-03-18 | 4 | -4/+212 |
* | Prepare NEWS entry | Xavier Claessens | 2009-03-18 | 1 | -0/+25 |
* | Updated Spansih translation, fixes bug #575627 | Jorge Gonzalez Gonzalez | 2009-03-17 | 2 | -36/+40 |