aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove obsolet test applicationsXavier Claessens2009-04-223-120/+0
* Add a group channel only if suppress_handler == FALSEXavier Claessens2009-04-221-3/+5
* Make sure to not ref a NULL objectXavier Claessens2009-04-221-0/+3
* index begin at 0 and not 1 for GArrayXavier Claessens2009-04-221-1/+1
* Get the factory in _constructed because connection property is not set yet in...Xavier Claessens2009-04-221-2/+3
* CONSTRUCT_ONLY properties must be writableXavier Claessens2009-04-221-3/+5
* Get the priv struct of the right object.Xavier Claessens2009-04-221-2/+2
* Get the connection for newly created accountsXavier Claessens2009-04-221-44/+53
* Port empathy.c to new APIXavier Claessens2009-04-221-1/+8
* Do not use empathy_contact_equal anymore, pointer comparaison is guaranteed t...Xavier Claessens2009-04-222-3/+2
* Port EmpathyNEwChatroomDialog to new APIXavier Claessens2009-04-221-3/+3
* Port EmpathyMainWindow to new APIXavier Claessens2009-04-221-35/+9
* - Split info/edit/personal dialogs into different functions.Xavier Claessens2009-04-224-63/+142
* Port EmpathyEventManager to new APIXavier Claessens2009-04-221-96/+43
* There is no "contact" property on EmpathyTpFileXavier Claessens2009-04-221-2/+0
* Port EmpathyNewMessageDialog to new API.Xavier Claessens2009-04-221-45/+55
* Port EmpathyContactWidget to new API.Xavier Claessens2009-04-221-42/+62
* Add empathy_account_chooser_get_connection()Xavier Claessens2009-04-222-0/+19
* Base EmpathyAvatarChooser on connection instead of account.Xavier Claessens2009-04-221-83/+29
* EmpathyTpContactFactory don't have a ready property anymore.Xavier Claessens2009-04-221-12/+6
* Remove unused function empathy_dispatcher_call_with_contact().Xavier Claessens2009-04-222-31/+0
* Port EmpathyContactDialogs to new API.Xavier Claessens2009-04-221-4/+16
* Port EmpathyChatWindow to new API and remove dead code.Xavier Claessens2009-04-221-15/+1
* Port EmpathyChat to new API.Xavier Claessens2009-04-222-33/+18
* Remove usage of EmpathyTpGroup from EmpathyTpContactListXavier Claessens2009-04-221-566/+610
* 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 TpConnecti...Xavier Claessens2009-04-222-200/+83
* Drop unused include of contact factoryXavier Claessens2009-04-221-1/+0
* EmpathyContactManager: Use new API of EmpathyAccountManager and EmpathyTpCont...Xavier Claessens2009-04-222-89/+65
* Rebase EmpathyTpContactList on TpConnection instead of McAccount.Xavier Claessens2009-04-222-121/+53
* Change API of EmpathyTpContactFactory:Xavier Claessens2009-04-222-776/+313
* 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 sauv...Guillaume Desmottes2009-04-211-27/+57
* 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
* 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
* Fix memleak in avatar_chooser_update_preview_cb. Free string returned byLars-Peter Clausen2009-04-211-0/+2
* Fix memleak in contact_widget_model_populate_columns. Since it not used anywhereLars-Peter Clausen2009-04-211-6/+0
* Fix memleak in tp_contact_list_group_member_removed_cb. Free group name whenLars-Peter Clausen2009-04-211-0/+1
* Fix memleak in empathy_tp_chat_acknowledge_messages. Unref message after it hasLars-Peter Clausen2009-04-211-0/+1
* Fix memleak in empathy_contact_invite_menu_item_new. Just callingLars-Peter Clausen2009-04-211-1/+3
* 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
* fix memleak in preferences_widget_sync_string_combo. Previously name was notLars-Peter Clausen2009-04-211-6/+3
* Fix memleak in log_store_empathy_get_chats_for_dir. Only build filename if itsLars-Peter Clausen2009-04-211-3/+1
* 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
* | 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
* | Modify deeply the join chatroom dialog.Pierre-Luc Beaudoin2009-04-182-125/+70
* | Remove the New in Join New... menu itemPierre-Luc Beaudoin2009-04-181-1/+1
* | 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
|/
* 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
* 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 m...Xavier Claessens2009-04-171-15/+22
* 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
* Remove reference to glade from panel appletsXavier Claessens2009-04-162-2/+0
* Remove libglade from libempathy-gtk.pcXavier Claessens2009-04-161-2/+2
* Remove unused edit-chatroom dialog from the UI file. gtk_builder_add_from_fil...Xavier Claessens2009-04-162-220/+2
* Add cell renderer on the theme combobox. Seems GtkBuilder don't set a default...Xavier Claessens2009-04-161-12/+21
* Don't unref 2 times gui.Xavier Claessens2009-04-161-2/+0
* Refactor the floating ref hack into a new functionXavier Claessens2009-04-166-55/+31
* Regenerate empathy-preferences.ui with glade, it seems to fix mal formed xmlXavier Claessens2009-04-161-42/+91
* Add back some icons that were droped during the conversionXavier Claessens2009-04-163-0/+5
* Make use of GtkUIManager for EmpathyChatWindowXavier Claessens2009-04-162-216/+73
* Make use of GtkUIManager in EmpathyCallWindowXavier Claessens2009-04-162-92/+161
* Make use of GtkUIManager in EmpathyMainWindowXavier Claessens2009-04-162-110/+112
* Reorder functions to not declare them on topXavier Claessens2009-04-161-613/+526
* Make use of GtkUIManager in EmpathyStatusIconXavier Claessens2009-04-162-35/+40
* Port EmpathyStatusIcon to new APIXavier Claessens2009-04-161-9/+5
* Port EmpathyPreferences to new APIXavier Claessens2009-04-161-10/+6
* Port EmpathyNewChatroomDialog to new APIXavier Claessens2009-04-161-9/+5
* Port EmpathyMainWindow to new APIXavier Claessens2009-04-161-16/+12
* Port EmpathyImportDialog to new APIXavier Claessens2009-04-161-9/+5
* Port EmpathyFtManager to new APIXavier Claessens2009-04-161-7/+6
* Port EmpathyChatroomsWindow to new APIXavier Claessens2009-04-161-10/+6
* Port EmpathyChatWindow to new APIXavier Claessens2009-04-161-11/+7
* Port EmpathyCallWindow to new APIXavier Claessens2009-04-162-133/+79
* Port EmpathyAccountsDialog to new APIXavier Claessens2009-04-161-9/+5
* Port EmpathySpellDialog to new APIXavier Claessens2009-04-162-18/+7
* Port EmpathyPresenceChooser to new APIXavier Claessens2009-04-161-10/+6
* Port EmpathyNewMessageDialog to new APIXavier Claessens2009-04-161-8/+5
* Port EmpathyLogWindow to new APIXavier Claessens2009-04-161-9/+5
* Port EmpathyIrcNetwordDialog to new APIXavier Claessens2009-04-161-8/+5
* Modify Makefile.am for new file namesXavier Claessens2009-04-162-33/+33
* Port EmpathyContactWidget to new APIXavier Claessens2009-04-164-433/+463
* Port EmpathyContactDialogs to new APIXavier Claessens2009-04-161-5/+4
* Remove toplevel window from ui files if the window is not used.Xavier Claessens2009-04-1611-1783/+1812
* Port EmpathyChat to new APIXavier Claessens2009-04-161-6/+4
* Remove useless glade includeXavier Claessens2009-04-163-11/+1
* Port account widgets to new APIXavier Claessens2009-04-165-120/+107
* Port glade helpers to GtkBuilberXavier Claessens2009-04-162-133/+53
* Convert glade files to GtkBuilder formatXavier Claessens2009-04-1631-2327/+2160
* Remove glade depXavier Claessens2009-04-161-6/+0
* Make a separated module set for libempathy-gtk/ and src/Xavier Claessens2009-04-162-8/+26
* Plug a lear in log_store_empathy_get_messages_for_file. Fixes bug #579139Lars-Peter Clausen2009-04-161-0/+1
* coding style fixesGuillaume Desmottes2009-04-162-2/+2
* enable coding style checks in testsGuillaume Desmottes2009-04-161-0/+5
* Updated German translationMario Blättermann2009-04-141-127/+156
* Updated German translationMario Blättermann2009-04-141-338/+324
* empathy_tp_tube_new_stream_tube: allow NULL as parameters. Fixes #575817Guillaume Desmottes2009-04-131-0/+7
* Add libcanberra-gtk in Require.private of libempathy-gtk.pc. Fixe bug #577863Xavier Claessens2009-04-132-2/+4
* Steal GTK+'s way of generating ChangeLog from git logsXavier Claessens2009-04-131-5/+18
* Unref TpChat's channel after emitting destroy.Will Thompson2009-04-131-3/+2
* Fix ghelp link. Fixe bug #568562Paul Cutler2009-04-131-2/+1
* Set the default image when clearing the avatar, even if there were no avatar ...Xavier Claessens2009-04-131-5/+3
* Let the chat dialog directly grab the channel on reconnectSjoerd Simons2009-04-131-2/+27
* Updated Spanish translationJorge Gonzalez Gonzalez2009-04-122-37/+74
* Added Belarusian translation.Ihar Hrachyshka2009-04-113-0/+1761
* Fix support for /me and /say commands.Xavier Claessens2009-04-111-36/+16
* revert a little. search for blank contact in store.Elliot Fairweather2009-04-111-5/+6
* Look up the iter of the new tree row on the filter model for set_active_iterDavyd Madeley2009-04-111-5/+11
* Adjust empetit to test the contact selector filtering.Jonny Lamb2009-04-111-0/+3
* Initial empathy_contact_selector_set_visible implementation.Jonny Lamb2009-04-112-16/+79
* Fix more coding styleXavier Claessens2009-04-111-191/+186
* Add tests/test-empathy-presence-chooser to gitignoreXavier Claessens2009-04-111-0/+1
* Don't blat message if it updates whilst in editing modeDavyd Madeley2009-04-111-1/+3
* Coding style fix for testDavyd Madeley2009-04-111-2/+5
* make the type enum a named typeDavyd Madeley2009-04-111-12/+13
* Coding style fixesDavyd Madeley2009-04-111-99/+90
* Don't get stuck in editing mode when you load up the old dialogDavyd Madeley2009-04-111-0/+1
* Drop this, it breaks something subtlyDavyd Madeley2009-04-111-8/+1
* Fix focus-out autocommit using an idle handlerDavyd Madeley2009-04-111-3/+67
* Don't set editing mode on click, just select the textDavyd Madeley2009-04-111-2/+3
* Fix regression where going offline was overwriting the saved status messageDavyd Madeley2009-04-111-1/+2
* Clean up function namesDavyd Madeley2009-04-111-37/+50
* Ignore up/down arrow keypressesDavyd Madeley2009-04-111-0/+5
* Editing mode on clickDavyd Madeley2009-04-111-1/+22
* Refactor some code, cleans some things upDavyd Madeley2009-04-111-16/+29
* Fix reset status on EscDavyd Madeley2009-04-111-11/+13
* Commit the changed status message on focus-out.Davyd Madeley2009-04-111-0/+16
* Don't make Hidden/Offline have customisable textDavyd Madeley2009-04-111-0/+17
* Ensure ::changed is connected on both the entry and the comboDavyd Madeley2009-04-111-0/+2
* When editing custom messages, preseed the entry with the current statusDavyd Madeley2009-04-111-0/+7
* Fix typo in my email addressDavyd Madeley2009-04-111-1/+1
* Only check model rows that will have valid statesDavyd Madeley2009-04-111-1/+3
* Update comment headers/copyrights/etc.Davyd Madeley2009-04-113-0/+24
* Unset focus from GtkEntry when editing is stoppedDavyd Madeley2009-04-111-1/+7
* Add Custom Messages dialog back in (this dialog needs some work ASAP)Davyd Madeley2009-04-111-5/+60
* Make custom messages dialog a transient of the window containing the presence...Davyd Madeley2009-04-111-4/+9
* Add a tooltip, mark user visible strings for translationDavyd Madeley2009-04-111-1/+6
* Fix bug where priv->state might be unsetDavyd Madeley2009-04-111-1/+9
* Escape to cancel from status editingDavyd Madeley2009-04-112-1/+24
* Separate out mc_set_custom_state from set_status_editingDavyd Madeley2009-04-111-22/+24
* Reimplement flashing (untested). Prevent a possible recursive signal loop.Davyd Madeley2009-04-111-11/+16
* Reenable warning flags.. clean up messDavyd Madeley2009-04-111-32/+4
* Use EmpathyIdle to push MC aroundDavyd Madeley2009-04-111-195/+43
* Initial work on reimplementing presence_chooser_presence_changed_cbDavyd Madeley2009-04-111-6/+61
* Fix some type warningsDavyd Madeley2009-04-111-3/+3
* Set the chooser in "editing mode" when you start editing itDavyd Madeley2009-04-111-1/+34
* Initial work on reworking the presence selectorDavyd Madeley2009-04-112-191/+218
* Add a test program for the presence widgetDavyd Madeley2009-04-112-1/+32
* Updated th translation.Theppitak Karoonboonyanan2009-04-101-105/+116
* Updated Simplified Chinese translations by fwang.Aron Xu2009-04-041-341/+851
* Don't send unknown commands. Fixes bug #577026Xavier Claessens2009-04-031-8/+15
* Remove empathy-new-account.png from makefile, it is not used anymore. Fixes b...Xavier Claessens2009-04-031-2/+1
* Simplify how channel classes value is parsed. Fixes bug #577825Xavier Claessens2009-04-031-8/+4
* Free the capabilities array. Fixes bug #577826Xavier Claessens2009-04-031-1/+3
* Remove unnecessary string dup. Fixes bug #577829Xavier Claessens2009-04-031-3/+5
* Free completion. Fixes bug #577828Xavier Claessens2009-04-031-0/+1
* Use empathy_contact_call_when_ready instead of _run_ API. Fixes bug #561247 andXavier Claessens2009-03-291-4/+21
* Add colorspace and videoscale elements before the videosinkSjoerd Simons2009-03-281-1/+35
* use new GtkStatusIcon tooltip methods, formatting the header in italics.Frederic Peters2009-03-272-11/+7
* Use UTF-8 em dash (U+2014) instead of two hyphen/minus (U+002D)Frederic Peters2009-03-241-1/+1
* Updated French translation by Frédéric Peters and Claude ParozClaude Paroz2009-03-241-175/+481
* Updated Dutch translation by Wouter Bolsterlee.Wouter Bolsterlee2009-03-241-388/+793
* Added translator commentWouter Bolsterlee2009-03-241-0/+1
* Updated Dutch translation by Wouter Bolsterlee.Wouter Bolsterlee2009-03-242-11/+14
* Updated Spanish translationJorge Gonzalez Gonzalez2009-03-221-30/+39
* mc_account_create can fail, don't crash if it happensXavier Claessens2009-03-211-0/+5
* Do not assert if the CM does not support RequestableChannelClassesXavier Claessens2009-03-201-2/+2
* Fix typoXavier Claessens2009-03-201-1/+1
* Stop compositing timeout if the chat channel is destroyed.Xavier Claessens2009-03-201-0/+1
* Use tp_channel_get_identifier instead of inspecting channel's handle.Xavier Claessens2009-03-201-18/+1
* Do not reconnect chats if there is no ID. That could probably happen for MSN-...Xavier Claessens2009-03-201-1/+2
* empathy_contact_set_handle: remove the handle ready flag when the handle is s...Guillaume Desmottes2009-03-201-1/+19
* Updated Galician translation by Suso Baleato.Ignacio Casal Quinteiro2009-03-192-697/+906
* Merge branch 'fix-ft' into to-mergeGuillaume Desmottes2009-03-181-8/+38
* Correctly get foreground-gdk colorXavier Claessens2009-03-182-6/+5
* Fix creation of svn tagXavier Claessens2009-03-181-4/+7
* Update NEWS fileXavier Claessens2009-03-181-4/+12
* Update API docXavier Claessens2009-03-183-7/+12
* Update python bindingsXavier Claessens2009-03-184-4/+212
* Prepare NEWS entryXavier Claessens2009-03-181-0/+25
* Updated Spansih translation, fixes bug #575627Jorge Gonzalez Gonzalez2009-03-172-36/+40
* Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>Alexander Shopov2009-03-162-127/+138
* updated kn.poShankar Prasad2009-03-152-377/+178
* Updated British English translation.Philip Withnall2009-03-151-322/+322
* Updated German translationMario Blättermann2009-03-121-159/+372
* Updated Italian translation Deleted the unused imagemiloc2009-03-112-233/+1007
* Updated C/empathy.xml as of 2.26 branchmiloc2009-03-111-12/+10
* Bump version to 2.27.1Xavier Claessens2009-03-101-1/+1
* Make the "Import Accounts" button insensitive if there's nothing to import.Jonny Lamb2009-03-105-5/+35
* Fix release script in case there is no fixed bugsXavier Claessens2009-03-101-3/+9
* Updated British English manual translation.Philip Withnall2009-03-101-147/+443
* Updated Spanish translationJorge Gonzalez Gonzalez2009-03-101-3/+3
* Updated Spansih translationJorge Gonzalez Gonzalez2009-03-101-57/+351
* Updated Spanish translationJorge Gonzalez Gonzalez2009-03-102-51/+55
* Add empathy-log.h and empathy-log-store.h to Makefile.amXavier Claessens2009-03-101-0/+2
* Updated Czech translation by Martin Picek.Andre Klapper2009-03-101-272/+883
* Chatroom dirs only exist on the toplevel log directorySjoerd Simons2009-03-101-1/+1