]> git.0d.be Git - empathy.git/shortlog
empathy.git
2008-04-02 Xavier ClaessensUpdate python binding
2008-04-02 Xavier ClaessensFix ContactListStore constructor. Fixes bug #522297...
2008-04-02 Xavier ClaessensDo not ack pending messages until they are displayed
2008-04-02 Xavier ClaessensDo not update the chat if the window doesn't exists...
2008-04-02 Xavier Claessensref the contact temporally when setting properties...
2008-04-02 Xavier ClaessensFix a warning: don't set the ui sensitive if it's not...
2008-04-02 Xavier ClaessensAdd contact list and restructure a bit the code
2008-04-02 Xavier ClaessensMove create_ui to constructed()
2008-04-02 Xavier ClaessensCorrectly block events
2008-04-02 Xavier ClaessensRedefine size_request and size_allocation on EmpathyCha...
2008-04-02 Xavier ClaessensFix various warnings
2008-04-02 Xavier ClaessensFix separator in the glade and show the chat widget...
2008-04-02 Xavier ClaessensUpdate doc for new API
2008-04-02 Xavier ClaessensFix build errors EmpathyChatWindow, port to new API.
2008-04-02 Xavier ClaessensAdd a tooltip property on EmpathyChat
2008-04-02 Xavier ClaessensFix load/save chat geometry
2008-04-02 Xavier ClaessensRemove Room menu, chatrooms will be handled in a dedica...
2008-04-02 Xavier ClaessensAdapt to new api
2008-04-02 Xavier ClaessensBuild UI from glade
2008-04-02 Xavier ClaessensRework EmpathyChat's API, it is now a subclass of GtkBin.
2008-04-02 Xavier ClaessensMove window's glade to empathy-chat-window.glade. Reord...
2008-04-02 Xavier ClaessensFix some coding style and move group chat glade into...
2008-04-02 Xavier ClaessensRemove unimplementer and not used API
2008-04-02 Xavier ClaessensAdd empathy_chat_new and don't use empathy_group/privat...
2008-04-02 Xavier ClaessensRemove vtable and add info as properties. Reorder empat...
2008-04-02 Xavier ClaessensRemove deleted files from Makefile.am
2008-04-02 Xavier ClaessensRemove group/private chat, will unify in empathy-chat.ch
2008-04-02 Xavier ClaessensFix leaks in finalize
2008-04-02 Xavier ClaessensUpdate status icon for new chat API
2008-04-02 Xavier ClaessensUnify EmpathyTpChatroom and EmpathyTpChat.
2008-03-30 Nikos CharonitakisUpdated el translation by Giannis Katsampirhs
2008-03-27 Xavier ClaessensAdd missing glade files
2008-03-27 Xavier ClaessensAdd GUI to configure groupwise account. Fixes bug ...
2008-03-25 Xavier ClaessensDisconnect invalidated signal when TpCall is finalized...
2008-03-25 Xavier ClaessensBetter detection of backlog to avoid droping messages
2008-03-25 Xavier ClaessensAdd more SIP profiles
2008-03-25 Xavier ClaessensAdd a widget to configure SIP accounts. Fixes bug ...
2008-03-22 Xavier ClaessensDisconnect invalidated signal from stream-engine when...
2008-03-22 Xavier ClaessensMore coding style
2008-03-22 Xavier ClaessensFix some coding style
2008-03-21 Jorge Gonzalez... Updated Spanish translation (Jorge Gonzalez)
2008-03-18 Xavier ClaessensFix includes
2008-03-18 Xavier ClaessensHide unused functions with #if 0
2008-03-17 Xavier ClaessensDo not autoconnect if networkmanager says we are not...
2008-03-16 Xavier ClaessensAdding groupwise profile. Fixes bug #517776 (Vincent...
2008-03-16 Xavier ClaessensUse empathy_file_lookup for glade files since some...
2008-03-16 Xavier ClaessensRemove previous hack, it was stupid, we have a param...
2008-03-16 Jorge Gonzalez... Updated Spanish translation (Jorge Gonzalez)
2008-03-16 Xavier ClaessensKeep the 0 in the end of the array when duping it
2008-03-16 Xavier ClaessensMake sure the dup_handles array is ended by 0.
2008-03-16 Xavier ClaessensFix includes of files that are now in src/. Fixes bug...
2008-03-16 Xavier ClaessensFix warning when showing about dialog from a chat window
2008-03-16 Xavier ClaessensBump version to 0.23.1
2008-03-16 Xavier ClaessensRemove doc for modules removed from libempathy-gtk
2008-03-16 Xavier Claessensfix indentation
2008-03-16 Xavier ClaessensAdd python example
2008-03-16 Xavier ClaessensUpdate python binding
2008-03-16 Xavier ClaessensRemove Presence object, it doesn't exists anymore ...
2008-03-16 Xavier ClaessensRemove empathy_chat_present from header, it's not imple...
2008-03-16 Xavier ClaessensUpdate python binding and add a script to make it more...
2008-03-16 Xavier ClaessensRetry requesting aliases if it fails, it can happen...
2008-03-16 Nickolay V... Update POTFILES.in according to new files layout. Fixes...
2008-03-14 Xavier ClaessensInstall glade files that got moved to src/
2008-03-14 Xavier ClaessensCleanup a bit previous commit
2008-03-14 Xavier ClaessensConfirmation dialog on remove contact/group. Fixes...
2008-03-14 Xavier ClaessensWait for the factory to be ready before getting members
2008-03-14 Xavier ClaessensEmit notify::ready signals
2008-03-14 Xavier ClaessensRemove EmpathyChatViewBlock and empaty_chat_view_set_la...
2008-03-14 Xavier ClaessensAdd a ready property on EmpathyTpContactFactory
2008-03-13 Xavier ClaessensMove modules that make no sense to be used in other...
2008-03-13 Xavier ClaessensMove chat chandler into the same process than contact...
2008-03-13 Gil Forcada... Updated ca translation (Gil Forcada).
2008-03-12 Gil Forcada... Updated ca translation (Gil Forcada).
2008-03-11 Iñaki Larrañaga... Updated Basque translation (Inaki Larranaga Murgoitio...
2008-03-11 Xavier ClaessensRemove the select all entry for now
2008-03-11 Xavier ClaessensUse more stock menu entries and fix a separator
2008-03-11 Xavier ClaessensConvert another glade file to glade3
2008-03-11 Xavier ClaessensUse stock menu entries
2008-03-11 Xavier ClaessensConvert glade file to glade3 to minimize future delta
2008-03-11 Xavier ClaessensMake use of tp-glib helpers func for GValue
2008-03-11 Xavier Claessensremove _set_topic from binding since it's removed from API
2008-03-11 Xavier ClaessensRemove useless libtelepathy headers
2008-03-11 Xavier ClaessensFix warnings if finalizing a disconnected EmpathyGroupChat
2008-03-11 Xavier ClaessensConnect to PropertyFlagsChanged
2008-03-11 Xavier ClaessensCheck if property is writable before setting it. Fix...
2008-03-11 Xavier ClaessensImplement _set_property
2008-03-11 Xavier ClaessensFix usage of property iface and make use of it to get...
2008-03-11 Xavier ClaessensDisplay GError's message when a call fails.
2008-03-11 Xavier ClaessensFix some warnings when getting properties
2008-03-11 Xavier ClaessensAdd back "tp-chan" property, still used to inspect...
2008-03-11 Xavier ClaessensContinue property stuff
2008-03-11 Xavier ClaessensDo not close the channel if the channel is invalidated
2008-03-11 Xavier ClaessensPrepare a new API for chat properties
2008-03-11 Xavier ClaessensFix coding style
2008-03-11 Xavier ClaessensRemove unused priv->factory
2008-03-11 Xavier ClaessensQueue received messages until the sender got his alias.
2008-03-11 Xavier ClaessensRefactor EmpathyTpChat to use tp-glib client code
2008-03-11 Xavier ClaessensDon't wait for connection-ready if it was already ready.
2008-03-11 Xavier ClaessensImprove a bit the test and fix empathy_contact_run_unti...
2008-03-11 Xavier ClaessensMinimal version of contact-run-until-ready test
next