Commit Graph

6041 Commits (6c446122402da8f055ee6b6dbc3ad40a49ed4276)

Author SHA1 Message Date
Lyubomir Marinov 6c44612240 Fixes issue JITSI-923 IllegalArgumentException: adding container's parent to itself at AdvancedConfigurationPanel.showFormContent.
15 years ago
Sebastien Vincent e38663e9cb 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.
15 years ago
Sebastien Vincent ab6a834425 Reinitialize only desktop streaming devices as it seems that webcam reinitalization causes some problem at least on Windows.
15 years ago
Sebastien Vincent 4df72682b3 Disable directshow horizontal flip capabilities. Note that the DLLs need to be rebuilt.
15 years ago
Sebastien Vincent b83c3f9ac7 Attempt to fix upside-down webcam problems on some computers.
15 years ago
Lyubomir Marinov f42a63045b 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.
15 years ago
Lyubomir Marinov 8802fb905e Fixes ErrorDialog to use the font used elsewhere in the UI.
15 years ago
Sebastien Vincent 3f2715a21a Fix coordinates problem with dual monitors (with different size) reported off-list by Emil Ivov.
15 years ago
Damian Minkov 92465f1ac1 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).
15 years ago
Yana Stamcheva a676143401 Make smiley selector box transparent on Windows and Linux.
15 years ago
Yana Stamcheva ae89064b3a Try to fix issue with contact list chat, call, video buttons reported by Emil Ivov.
15 years ago
Yana Stamcheva 128b4e6758 Adds some space between the search field and the photo in the contact list (on Windows and Linux).
15 years ago
Sebastien Vincent 9979ac0ca3 Revert directshow changes from revision 8273.
15 years ago
Yana Stamcheva 8cd17189dd Try to fix issue #776 Contact list selection leads to incorrect contact sizes.
15 years ago
Yana Stamcheva 178dcabe5b Improve provisioning warning text.
15 years ago
Yana Stamcheva bf3fd3dcda 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").
15 years ago
Yana Stamcheva 4269c5ff7d Fixes incorrect behavior when clicking on contact buttons (chat, call, video, etc.).
15 years ago
Sebastien Vincent ab01d9680e Handle case when video capture device or monitors are removed while Jitsi is running.
15 years ago
Yana Stamcheva ef41596c0a Implements "show more" functionality in contact list search.
15 years ago
Sebastien Vincent 7f49c4b20f Fix some coordinates problems in desktop sharing when having multiple monitor (especially with different resolutions).
15 years ago
Sebastien Vincent ba694b3c69 Properly handle switch from region desktop streaming session to webcam.
15 years ago
Sebastien Vincent 10d2d65d1b Fix an exception when logging packet that happen we close a call.
15 years ago
Yana Stamcheva 3ac7bd1970 Explicitly request the focus in the call panel in single window mode.
15 years ago
Sebastien Vincent f0bfafe743 Fix XMPP desktop sharing issue where callee cannot take remote control of caller desktop. Also don't enable desktop remote control after all parts are connected (SIP issue).
15 years ago
Yana Stamcheva 637fa06beb Remove enable remote desktop checkbox dark gray background on MacOSX.
15 years ago
Emil Ivov 708d7b452c Improves DNS resolution. Now we also enter redundant mode in cases where the DNS server does respond but we find that response to be non-satisfactory.
15 years ago
Lyubomir Marinov 41deed51a7 Fixes a couple of possible causes of access violation in the JNI library of the support for Microsoft Outlook contacts.
15 years ago
Yana Stamcheva c6971afd00 Showing categories and labels for contact details coming from AddressBook or Outlook.
15 years ago
Sebastien Vincent d72d64b136 Do not stop current video when we switch to desktop sharing (or vice-versa) as starting desktop sharing will trigger new session that closes and releases stuff from previous session.
15 years ago
Damian Minkov d9463ce340 Don't search and use directsound devices by default, causing problems on some machines. Use the default devices specified by the system.
15 years ago
Lyubomir Marinov 614c9d5ca5 Adds 'Instant Messaging' ContactDetail category and uses it in the Mac OS X Address Book ContactSourceService.
15 years ago
Sebastien Vincent b980e383e2 Mouse coordinates are now correctly handle in desktop sharing session with multi monitors.
15 years ago
Damian Minkov 538ee0876f Prefer application properties than hardcoded strings.
15 years ago
Lyubomir Marinov 667dd8ffce Uses Email and Phone as categories and Home, Work and Mobile as labels of the ContactDetails provided by the ContactSourceService implementations for Mac OS X Address Book and Microsoft Outlook.
15 years ago
Sebastien Vincent 56c928d272 When using partial desktop streaming, allow to switch from initial screen to another (switch occurs when upper left corner of the region is in another screen).
15 years ago
Sebastien Vincent 4c8e92049a Do not show screens selector when using partial desktop streaming. Properly handle DesktopSharingFrame location when using two monitors in all directions (i.e. second monitor on TOP, BOTTOM, LEFT or RIGHT of the first ones).
15 years ago
Lyubomir Marinov 657fe8e68f Delivers VideoEvent.VIDEO_REMOVED for the local visual component of desktop streaming/sharing. Reported by Yana Stamcheva.
15 years ago
Yana Stamcheva 91df3e2da0 For non transparent desktop sharing adds some small tip to help the user understand how it works.
15 years ago
Yana Stamcheva 9186cfd7dc Log "transparency not available" exceptions at info label (as they're expected to happen on java 1.5 environment).
15 years ago
Yana Stamcheva f5b4bdac51 Fixes show/hide local video button state in full screen mode.
15 years ago
Yana Stamcheva 2dc7e2d3d7 Two separate menus for desktop sharing in the contact right button menu + their icons.
15 years ago
Lyubomir Marinov 5f660072cb Forces the loading of MsOutlookAddrBookContactQuery at the time of loading MsOutlookAddrBookContactSourceService in order to see how it affects issue #916 'UnsatisfiedLinkError: no jmsoutlookaddrbook in java.library.path'.
15 years ago
Lyubomir Marinov 6f775c7f46 Adds javadocs.
15 years ago
Emil Ivov 5c6419e873 Enables zone desktop sharing.
15 years ago
Yana Stamcheva 1388d9c583 Ongoing work on partial desktop sharing user interface (Not yet enabled for use) - Fixes partial desktop sharing screen button background on Linux and add some java5 user interface improvements.
15 years ago
Yana Stamcheva 513b1fe976 Fixes java5 compatibility.
15 years ago
Yana Stamcheva ef16da43d9 Make the remote control desktop sharing check box non-opaque on Windows and Linux.
15 years ago
Damian Minkov 9ae98308f2 Fix ClassCastException and creating conference calls.
15 years ago
Yana Stamcheva d4d42193b2 Ongoing work on partial desktop sharing user interface (Not yet enabled for use) - Make partial desktop sharing screen transparent on Linux.
15 years ago
Lyubomir Marinov f704de5658 Fixes (the fix for) an issue reported by Emil Ivov and found to cause modifications to the Mac OS X Address Book to not be picked up by SIP Communicator upon subsequent searches.
15 years ago