* Remove border from the LDAP server configuration form. * Set the minimum size for the LDAP configuration form. In some cases video calling seems not work on Windows (call status stay to calling while the other peer is connected) because of directshow, we address first the establishment of the call and we will try later to see the directshow problem. * Further fixes issues wit unsupported media types. Reports, logs, and traces provided by z___al * Other recent changes in earlier versions: * build.3345 * - Ongoing work on LDAP contact source: catch exception when trying to connect with no password, look also in mail attribute when perform a search. * build.3344 * - Add/remove LDAP contact source service in a separate thread to avoid take too much time in Event Dispatch Thread. * build.3343 * - Ongoing work on LDAP support: store password via credentials storage service, each LDAP enabled server has its own group in contact list, javadoc and other minor UI enhancements. * build.3342 * - Fixes protocol association handling in the Windows setup. * - Adds to a previous fix which was aiming to allow handling of unsupported media types. * build.3341 * - Makes it possible to choose in the Windows setup to remove the personal SIP Communicator configuration while removing the product. * build.3340 * - Allow peers to advertise G722 as G722/16000. * build.3339 * - Removes the sip2sip registration wizard. Will replace soon. * build.3338 * - Fix null pointer exception in LDAP contact source plugin. * build.3337 * - Ongoing work on LDAP contact source support. * - Fix build. * build.3336 * - Adds proper handling for unsupported media types in SDP offers/answers. Bug reported on dev by Jose Sanchez (media type "text") and z___al (media type "image"). * build.3335 * - Fixes 'run.exe - Entry Point Not Found The procedure entry point RegCloseKey could not be located in the dynamic link library KERNEL32.dll' reported by Liviu Andronic on the dev mailing list in the thread 'SC fails to start on Win Vista' against Windows Vista x64. * build.3334 * - Fixes issue JITSI-923 IllegalArgumentException: adding container's parent to itself at AdvancedConfigurationPanel.showFormContent. * - Fixes issue JITSI-924 Bulgarian fb wizard is very wide on Windows. * - Fixes issue JITSI-922 Copyright notice in "About" is obsolete: "(c)2003-2009 Copyright" * - Rebuilds jmsoutlookaddrbook.dll using tdm-gcc instead of mingw-w64. * build.3333 * - Disable directshow horizontal flip capabilities. Note that the DLLs need to be rebuilt. * - Recompile jdirectshow DLL for Windows 32-bit and 64-bit. * - Reinitialize only desktop streaming devices as it seems that webcam reinitalization causes some problem at least on Windows. * - Use MediaType pointer obtained with IAMStreamConfig::GetStreamCaps() to set the resolution with IAMStreamConfig::SetFormat. This should fix problem with Microsoft Lifecam NX3000 webcam, reported by Ingo Bauersachs on dev mailing list. * build.3332 * - Fixes ErrorDialog to use the font used elsewhere in the UI. * - Re: issue JITSI-924 "Bulgarian fb wizard is very wide on Windows", fixes the fb account wizard to use the font used elsewhere in the UI. * - Attempt to fix upside-down webcam problems on some computers. * build.3331 * - Fix coordinates problem with dual monitors (with different size) reported off-list by Emil Ivov. * build.3330 * - Some dns enhancements: remove a PTR query after SRV results dispatching, use our dns resolver for xcap http requests (still a PTR for https requests). Possible PTRs in jabber, SocketFactory created solving the issue(not enabled). * build.3329 * - Revert directshow changes from revision 8273. * - Adds some space between the search field and the photo in the contact list (on Windows and Linux). * - Try to fix issue with contact list chat, call, video buttons reported by Emil Ivov. Fixes contact list double click clicking on underlying buttons issue. * - Make smiley selector box transparent on Windows and Linux. * build.3328 * - Try to fix issue #776 Contact list selection leads to incorrect contact sizes. * build.3327 * - Update ice4j.jar to fix some delay problems when using TURN. * build.3326 * - Allow to enable provisioning when you start jitsi for the first time. As part of the solution proposed by Conrad Beckert on dev (subject: "Re: Updates to the Provisioning Plugin"). * - Improve provisioning warning text.