* Add space to Portaudio Combos and remove background of frame rate checkbox * Increase size of the buddy auth dialog and adapt colors to Jitsi L&F. Patch by Jonas Lauener, FHNW * Other recent changes in earlier versions: * build.3754 * - Resize general config pane along with the outer window * build.3753 * - Reference config panels type-safe * - Split audio and video configuration forms into tabbed panes * - Add a border to the options form buttons when OS is not MacOS * - General config: put labels on top of the section to gain h-space * - Remove border from dialpad-button to hide the button style on ubuntu * build.3752 * - Fixes a NPE in history reading. * build.3751 * - Fixes a problem when we cancel a Jingle call, it is not really cancelled. In fact the session-terminate was sent _before_ session-initiate. * build.3750 * - Fixes issue with not appearing advanced form if the configuration window is opened too early. * build.3749 * - Updates ice4j.jar that reduces logs output when ICE state is completed. * build.3748 * - Adds missing dependency to debian package. * build.3747 * - Fixes Java 5 incompatibility in AuthenticationWindow constructor, by using another super constructor. * - Adds support of changing video resolution the remote peer send to us for XMPP. * - Adds an AbstractQualityControlWrapper to remove duplicated code between SIP and Jabber QualityControlWrapper. * build.3746 * - Fixes Java 5 incompatibility in AuthenticationWindow constructor, causing IllegalArgumentException. * build.3745 * - Adds task for signing windows binaries. * build.3744 * - Changes protocol name from JABBER to Jabber. * - Checks if the parent meta group exists before trying to remove a contact from it. * build.3743 * - Fixes another case where video resolution failed to change. The situation is A switch to low resolution (LO), B switch to LO, A switch to standard resolution and after switch to LO. * build.3742 * - Moves building msi in separate target. * build.3741 * - Fixes call video resolution changes in the following situation: A changes to low resolution (LO), B switches to LO, A switch to standard resolution (SD) and B automatically switches to SD which is not desired. * build.3740 * - Changes sip status dispatching behaviour (basic closed status, sets to offline even if we have additional presence info). * build.3739 * - OTR: Fix a recursive call that should have gone to the outer class * build.3738 * - In Jitsi's run.exe: - Applies Ingo Bauersachs' fix for a crash related to an invalid calling convention upon trying to call JNI_CreateJavaVM. - Fixes a failure to load the JRE runtime library because of unreachable dependencies which are actually available in the bin directory. * build.3737 * - Fixes NullPointerException when making a call. * build.3736 * - Fixes fullscreen issue on Mac OS X with multi monitors where all screens turn black in fullscreen. * - Makes Preferences/Options window resizable. Part of patch provided by Ingo Bauersachs + some adjustments specific to the Video configuration section. * build.3735 * - Updates ice4j.jar which logs only some debug information in certain ICE state and doesn't log stacktrace for 'no route to host' error. * - Fixes tooltips staying visible when the parent window has lost focus.