EKIGA_3_0_2 TAG 2009-01-12 Damien Sandras * src/gui/main.cpp: Fixed one of the previous commits. 2009-01-12 Damien Sandras * TODO: Improved content. 2009-01-12 Damien Sandras * FAQ, README: Better files thanks to Eugen Dedu. 2009-01-12 Damien Sandras * NEWS: Updated NEWS file thanks to Eugen. 2009-01-12 Damien Sandras * lib/engine/gui/gtk-frontend/call-history-view-gtk.cpp: Fixed compilation error. 2009-01-12 Damien Sandras * src/Makefile.am: Fixed distclean target thanks to Eugen Dedu. 2009-01-12 Damien Sandras * configure.ac: Incremented ptlib and opal requested versions. Incremented Ekiga version to 3.0.2. 2009-01-06 Damien Sandras * src/gui/preferences.cpp: Fixed previous commit. 2008-12-28 Damien Sandras * lib/gui/xvwindow.h: Fixed potential compilation problems. 2008-12-28 Damien Sandras * src/endpoints/manager.cpp: Use API instead of direct variable access. 2008-12-28 Damien Sandras * src/gui/preferences.cpp: Make sure sound events are played through the correct devices following the type of sound event. Fixes #564370. 2008-12-21 Damien Sandras * src/gui/main.cpp: Fixed previous commit. 2008-12-15 Damien Sandras * src/gui/main.cpp: Realize widget at the begin to prevent warnings. 2008-12-11 Damien Sandras * src/gui/main.cpp: Fixed crash on missed call as reported by Thomas Schorpp. 2008-12-06 Damien Sandras * src/endpoints/sip-endpoint.cpp: Fixed GetRegisteredPartyName so that it uses GetDefaultRegisteredPartyName when Ekiga.net is not being used. 2008-12-06 Damien Sandras * src/gui/assistant.cpp: * src/gui/main.cpp: * src/gui/conf.cpp: Do not show the assistant after an upgrade for which Ekiga was already successfully setup. Correctly migrate audio & video devices settings, as well as the full name and the ekiga.net / diamondcard settings. (#561180) 2008-12-06 Damien Sandras * src/endpoints/opal-gmconf-bridge.cpp: * src/gui/preferences.cpp: * src/gui/accounts.cpp: * src/gui/conf.cpp: Fixed disable* builds. 2008-11-22 Damien Sandras * help/C/Makefile.am: Removed other obsolete references. 2008-11-22 Damien Sandras * help/C/Makefile.am: Some files do not exist anymore since long. Removed them. 2008-11-22 Damien Sandras * help/C/figures/config_d8.png: Added missing file. 2008-11-18 Damien Sandras * src/endpoints/sip-endpoint.cpp: * src/gui/statusmenu.cpp: * src/gui/main.cpp: Fixed previous commit. 2008-11-17 Damien Sandras * src/gui/main.cpp: Fixed problem reported by Eugen. 2008-11-15 Damien Sandras * src/endpoints/sip-endpoint.cpp: * src/endpoints/sip-endpoint.h: Fixed bug in previous commit. The presence information was not modified if the presence itself remained the same. 2008-11-15 Damien Sandras * src/endpoints/sip-endpoint.cpp: * src/endpoints/sip-endpoint.h: Fixed various problems with the initial notifications and empty ping back notifications. If we receive an initial notification with no status information, then the user is offline. If we receive a notification with an empty body then do not update the user status to offline or unknown because it is just a ping from the server indicating no status change. 2008-11-15 Damien Sandras * src/endpoints/sip-endpoint.cpp: * src/gui/statusmenu.cpp: * src/gui/statusmenu.h: * src/gui/main.cpp: * src/gui/statusicon.cpp: * lib/engine/components/avahi-publisher/avahi-publisher.cpp: * lib/engine/components/gmconf-personal-details/gmconf-personal-details.h: * lib/engine/components/gmconf-personal-details/gmconf-personal-details.cpp: * lib/engine/framework/personal-details.h: Large rework of the PersonalDetails class so that the short_status and long_status can be set at once. The GmConf notifiers are only triggering the updated signal when there was an update. Rewrite of the StatusMenu Gtk widget so that it deals with the PersonalDetails service and not directly with the GmConf keys. Renamed short_status into presence and long_status into status to match the naming of presentities. All of this prevent publishing partial, duplicate or incorrect status information to the SIP server. 2008-11-13 Damien Sandras * src/gui/main.cpp: Fixed a few warnings. Allow answering/rejecting calls from the main window when the notification area is used. 2008-11-12 Damien Sandras * lib/pixops/have_mmx.S: * lib/pixops/composite_line_22_4a4_mmx.S: Fixed compilation problems thanks to David Sainty and Eugen Dedu. 2008-11-12 Damien Sandras * NEWS: Cleaned file thanks to Eugen Dedu. 2008-11-11 Damien Sandras * src/endpoints/sip-endpoint.cpp: Do not suppose the status is now offline when receiving a NOTIFY with an empty body. EKIGA_3_0_1 TAG