]> git.0d.be Git - empathy.git/shortlog
empathy.git
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...
2008-03-08 Xavier ClaessensDo not queue messages in EmpathyChat as there are queue...
2008-03-08 Xavier ClaessensQueue received messages until the sender got his alias.
2008-03-08 Xavier ClaessensReorder functions to avoid having to declare them in...
2008-03-08 Xavier ClaessensDo not run multiple instances of empathy. Fixes bug...
2008-03-08 Xavier ClaessensReduce block events time, this is still a ugly hack...
2008-03-08 Xavier ClaessensIf the main window already exists show it using empathy...
2008-03-08 Xavier ClaessensAllow underscores in URLs. Fixes bug #505616 (Marco...
2008-03-08 Xavier ClaessensMove the "Close" button after the other ones in the...
2008-03-08 Xavier ClaessensAdd an advanced expander in the generic setting widget...
2008-03-08 Xavier ClaessensRemember correctly the window position and size when...
2008-03-08 Philip WithnallUpdated en_GB translation (Philip Withnall).
2008-03-07 Daniel NylanderUpdated sv translation (Daniel Nylander).
2008-03-05 Stéphane Raimbault=== DO NOT EDIT ===
2008-03-05 Xavier ClaessensReplace g_signal_emit_by_name by g_signal_emit (Alban...
2008-03-05 Xavier ClaessensFix call when then stream is created with a 'Bidirectio...
2008-03-05 Xavier ClaessensRemove EMPATHY_CAPABILITIES_UNKNOWN flag when setting...
2008-03-05 Luca FerrettiUpdated it translation (Milo Casagrande)
2008-03-04 Jorge Gonzalez... Updated Spanish translation (Jorge Gonzalez)
2008-03-04 Xavier ClaessensAdd an action to the release script
2008-03-03 Xavier ClaessensAdd an entry for latest commit in NEWS
2008-03-03 Xavier ClaessensDon't hardcode path to uninstalled files, use EMPATHY_S...
2008-03-03 Iñaki Larrañaga... Updated eu translation <dooteo@euskalgnu.org>
2008-03-02 Xavier ClaessensAdd xml files for unit tests to the release tarball
2008-03-02 Xavier ClaessensInstall missing glade files and add them in POTFILES
2008-03-02 Xavier ClaessensAdd missing files to POTFILE
2008-03-02 Xavier ClaessensUpdate collabora copyright to 2008
2008-03-02 Xavier ClaessensPrepare for release
next