]> git.0d.be Git - empathy.git/shortlog
empathy.git
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
2008-03-11 Xavier ClaessensAdd a test for empathy_contact_run_until_ready
2008-03-11 Xavier ClaessensRemove useless empathy_contact_run_until_ready and...
2008-03-11 Xavier ClaessensSimplify !(a==b) to a!=b
2008-03-11 Xavier ClaessensMake sure we don't expect contact id and handle to...
2008-03-11 Xavier ClaessensSimplify tp_group_get_contact.
2008-03-11 Xavier ClaessensAdd debug messages in _run_until_ready
2008-03-11 Xavier ClaessensKeep EmpathyContact object instead of the self handle...
2008-03-11 Xavier ClaessensFix droping a contact to the chat window.
2008-03-11 Xavier Claessenssimplify empathy_call_with_contact_id using empathy_con...
2008-03-11 Xavier ClaessensAdd empathy_contact_run_until_ready()
2008-03-11 Xavier ClaessensReady property on EmpathyContact is not a boolean but...
2008-03-11 Xavier ClaessensAdd a ready property on EmpathyContact and make use...
2008-03-11 Xavier ClaessensLazy init of contact hash.
2008-03-11 Xavier ClaessensIf we set contact's id and name is still empty, emit...
2008-03-11 Xavier ClaessensMake InspectHandles call async
2008-03-11 Xavier ClaessensSet self handle to 0 when connection is invalidated
2008-03-11 Xavier ClaessensUse new api
2008-03-11 Xavier ClaessensFix compilation and usage of GError
2008-03-11 Xavier ClaessensFix build of extensions: s/>>/>/ for signals rule.
2008-03-11 Xavier ClaessensFix leaks
2008-03-11 Xavier ClaessensAvoid dup the url string if not needed.
2008-03-11 Xavier ClaessensDrop gnome-vfs dependency and use gio instead. Fixes...
2008-03-11 Xavier ClaessensFix a leak and simplify account_chooser_set_account_for...
2008-03-11 Xavier ClaessensBy default display all the favorite rooms in the favori...
2008-03-11 Xavier ClaessensNever show avatars in compact mode. Fixes #475789 ...
2008-03-11 Xavier ClaessensFix indentation
2008-03-11 Xavier ClaessensMerge commit 'bari/disable-avatars-opt-if-compact'
2008-03-11 Xavier ClaessensDo not use a global variable but a field in the call...
2008-03-11 Xavier ClaessensFix: do not close the call channel if stream-engine...
2008-03-10 Iñaki Larrañaga... Updated Basque translation ( Inaki Larranaga Murgoitio...
2008-03-10 Jorge Gonzalez... Updated Spanish translation (Jorge Gonzalez)
2008-03-10 Xavier ClaessensRemoved some tasks from TODO
2008-03-09 Xavier ClaessensBump revision version of ABI
2008-03-09 Xavier ClaessensUpdate NEWS
2008-03-09 Xavier ClaessensRemove commit log that has nothing to do there.
2008-03-09 Xavier ClaessensRemove useless header
2008-03-09 Xavier ClaessensUpdatre python binding
2008-03-09 Xavier ClaessensUpdate API documentation
2008-03-09 Xavier ClaessensAdd missing file in POTFILES.in
2008-03-09 Ilkka TuohelaUpdated Finnish translation
2008-03-08 Xavier ClaessensBump version, forgot to do that after previous release
2008-03-08 Xavier ClaessensReset block event time to 1sec, messages are not blocke...
next