]> git.0d.be Git - empathy.git/history - src/empathy.c
remove second call of g_set_application_name as doc says explicitely it have to be...
[empathy.git] / src / empathy.c
2009-02-10 Guillaume Desmottesremove second call of g_set_application_name as doc...
2009-02-03 Sjoerd SimonsToss out the old EmpathyCallWindow initialise the CallF...
2009-02-03 Sjoerd SimonsInitial port from telepathy-stream-engine to telepathy...
2009-02-02 Xavier ClaessensFix some i18n issues in main().
2009-02-02 Xavier ClaessensRe-add "--version" option from command line.
2009-01-30 Xavier ClaessensUse PACKAGE_NAME instead of hardcoding "empathy" on...
2009-01-30 Xavier Claessensuninit linotify after unrefing status icon
2009-01-30 Xavier Claessensadd notify uninit
2009-01-30 Xavier Claessensinitialize libnotify
2009-01-16 Jonny LambRemoved extensions.h inclusion in public API.
2009-01-15 Xavier Claessensempathy_mission_control_new -> dup_singleton.
2009-01-09 Sjoerd SimonsMake the dispatch operation _get_ functions not return...
2009-01-09 Sjoerd SimonsInitialise the chatroom manager from empathy itself
2009-01-09 Sjoerd SimonsMove the dispatcher to the new singleton policy
2009-01-09 Sjoerd SimonsNo need to call empathy_run_until_ready, the DispatchOp...
2009-01-09 Sjoerd SimonsStyle fixes
2009-01-09 Sjoerd SimonsDIspatch streamed media channels
2009-01-09 Sjoerd SimonsCall emp_cli_init in empathy_init
2009-01-09 Sjoerd SimonsEnabled dispatching of file tranfers
2009-01-09 Sjoerd SimonsInitial port to the new dispatcher
2009-01-09 Xavier ClaessensPort EmpathyFTManager to the new singleton policy.
2009-01-09 Xavier ClaessensPort EmpathyIdle to the new singleton policy.
2008-12-12 Xavier Claessensgtk_init and g_thread_init shouldn't be called by libra...
2008-12-12 Xavier ClaessensUse gi18n-lib.h instead of gi18n.h for libraries.
2008-12-12 Xavier ClaessensAdd empathy_init(), empathy_gtk_init() and empathy_gtk_...
2008-11-21 Xavier ClaessensRemove empathy_tp_file_keep_alive hack and connect...
2008-11-21 Xavier ClaessensAvoid a string dup.
2008-11-21 Xavier ClaessensFix ref counting of tp_file, make it singleton per...
2008-11-21 Xavier ClaessensSimplify the code to add a FT in the manager.
2008-11-21 Xavier ClaessensMove the ft manager to src/ other programs do not need it.
2008-11-21 Xavier ClaessensFix coding style and cleanup
2008-11-21 Xavier ClaessensImplement latest ft draft
2008-11-21 Xavier Claessensfix FT client side code as the generated code changed
2008-11-21 Jonny LambAdded a wait for file channels so outgoing transfers...
2008-11-21 Jonny LambHandle new file channels regardless of direction in...
2008-11-21 Jonny LambRemoved empathy_init in favour of calling emp_cli_init...
2008-11-21 Jonny LambAdded empathy_init function to call emp_cli_init in...
2008-08-18 Xavier ClaessensDo not crash if there is no salut profile installed
2008-08-04 Xavier ClaessensFix translators complains about ambigous strings. Fixes...
2008-08-01 Xavier ClaessensFix little coding style
2008-08-01 Jonny LambImplemented showing a single accounts dialog from the...
2008-07-14 Xavier ClaessensMerge branch 'leak'
2008-06-04 Xavier ClaessensAdd a command line option to hide contact list on start...
2008-05-26 Xavier ClaessensOnly permit to have one running call at any time. Fixes...
2008-05-18 Xavier ClaessensImprove dispatcher. Fixes bug #465928.
2008-05-08 Xavier ClaessensMove non-gtk parts of EmpathyFilter to EmpathyDispatche...
2008-04-30 Xavier ClaessensMake use of tp-glib debug system.
2008-04-20 Xavier ClaessensDisplay error message when cannot create salut account.
2008-04-19 Xavier ClaessensDrop Chandler and Filter, do not use MC for dispatching...
2008-04-19 Frederic PetersAdded a --no-connect option. Fixes: #526208. (Frederi...
2008-04-17 Xavier ClaessensRedirect debug messages after printing help. Fixes...
2008-04-11 Xavier ClaessensUpdate for new API
2008-04-03 Xavier ClaessensRemoved deleted header
2008-04-02 Xavier ClaessensFix various warnings
2008-04-02 Xavier ClaessensAdapt to new api
2008-04-02 Xavier ClaessensAdd empathy_chat_new and don't use empathy_group/privat...
2008-03-17 Xavier ClaessensDo not autoconnect if networkmanager says we are not...
2008-03-16 Xavier ClaessensFix includes of files that are now in src/. Fixes bug...
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-11 Xavier ClaessensDrop gnome-vfs dependency and use gio instead. Fixes...
2008-03-08 Xavier ClaessensDo not run multiple instances of empathy. Fixes bug...
2008-03-02 Xavier ClaessensUpdate collabora copyright to 2008
2008-02-12 Xavier ClaessensTry to create salut account if getting the gconf key...
2008-02-07 Xavier ClaessensMove nickname to the main section of account setting...
2008-01-24 Xavier Claessensfix src/empathy build. empathy-conf was moved to libemp...
2008-01-12 Xavier ClaessensAdd option in preference to automatically connect at...
2007-12-02 Xavier ClaessensConflicts:
2007-11-11 Xavier ClaessensMove chats to its own process.
2007-11-03 Xavier ClaessensMake use of gtk_init_with_args for command line parsing...
2007-10-28 Xavier ClaessensRename icons to follow fd.o icon naming spec. Move...
2007-10-08 Xavier ClaessensImplement EmpathyAvatarChooser and EmpathyAvatarImage...
2007-09-28 Xavier ClaessensRemove GnomeProgram, not useful anymore, drop libgnome...
2007-08-24 Xavier ClaessensChech if there is already a Salut account before creati...
2007-08-23 Xavier ClaessensAdd specialised UI for salut settings. Configure a...
2007-07-20 Xavier ClaessensInitial room list support. It does not works yet.
2007-07-09 Xavier ClaessensAdd EMPATHY_LOGFILE env variable. Fixes bug #455240...
2007-06-30 Xavier ClaessensFix a leaked ref.
2007-06-22 Xavier ClaessensRename all filenames starting with "gossip" by "empathy...
2007-06-20 Xavier ClaessensAdding NetworkManager support.
2007-06-14 Xavier ClaessensEmpathy is no more splitted into 2 processes. It makes...