Commit Graph

7429 Commits (9186cfd7dc4b8d04dd2ec30ec252c0bb111ea61e)
 

Author SHA1 Message Date
Yana Stamcheva 9186cfd7dc Log "transparency not available" exceptions at info label (as they're expected to happen on java 1.5 environment).
16 years ago
Yana Stamcheva f5b4bdac51 Fixes show/hide local video button state in full screen mode.
16 years ago
Yana Stamcheva 2dc7e2d3d7 Two separate menus for desktop sharing in the contact right button menu + their icons.
16 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'.
16 years ago
Lyubomir Marinov 6f775c7f46 Adds javadocs.
16 years ago
Lyubomir Marinov b394c71cfb Deploys JRE 1.6.0_24 as private during the setup of SIP Communicator on Windows.
16 years ago
Emil Ivov 5c6419e873 Enables zone desktop sharing.
16 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.
16 years ago
Yana Stamcheva 513b1fe976 Fixes java5 compatibility.
16 years ago
Lyubomir Marinov de8bc02e5f Makes it possible to deploy a private Java Runtime Environment on Windows as part of the setup of SIP Communicator.
16 years ago
Yana Stamcheva ef16da43d9 Make the remote control desktop sharing check box non-opaque on Windows and Linux.
16 years ago
Damian Minkov 9ae98308f2 Fix ClassCastException and creating conference calls.
16 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.
16 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.
16 years ago
Damian Minkov 94ceb98839 Fixing build.
16 years ago
Yana Stamcheva 30b2c5ba89 Ongoing work on partial desktop sharing user interface (Not yet enabled for use) - Changes the cursor to resize cursor on the border.
16 years ago
Sebastien Vincent 0c18b9770f Fix UPnP on Windows: weupnp library gets local address of a socket using DatagramSocket.connect() method but it always returns 0.0.0.0 address so use TCP Socket.connect with the host/port of the UPnP device location.
16 years ago
Damian Minkov fb072bcbe7 Update dns servers on all iface up events, with ipv6 configurations in some cases we can end up without primary dns server.
16 years ago
Sebastien Vincent 10c75adf54 Fix incorrect formula to have multiple of 16.
16 years ago
Yana Stamcheva 49ba477fe2 Ongoing work on partial desktop sharing user interface (Not yet enabled for use) - Ensures that on Windows and linux the width of the shared region is a multiple of 2.
16 years ago
Yana Stamcheva e741064d43 Ongoing work on partial desktop sharing user interface - Try to fix moving on Windows and Linux. (Not yet enabled for use)
16 years ago
Sebastien Vincent 9d90f1c67e Ensure that width and height of a partial desktop streaming device are even.
16 years ago
Yana Stamcheva 7ab0b8ca79 Ongoing work on partial desktop sharing user interface.
16 years ago
Damian Minkov 9ed22ae826 Tries to detect is the incoming call audio or video one.
16 years ago
Sebastien Vincent 479b6d0f8a Do not flip vertically images from directshow webcam if there are already flipped.
16 years ago
Damian Minkov f3845d02cb When creating new account (simple or advance form) make sure we don't reuse old AccountRegistration instances.
16 years ago
Damian Minkov 99dea31ea2 Removing option "remember password" when editing sip account don't work (reported by Davide Corda on dev mailing list).
16 years ago
Lyubomir Marinov 1ade1b3317 Fixes 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.
16 years ago
Sebastien Vincent ab2a92f0a6 Force width to be multiple of 16 on Mac OS X when we create a part desktop streaming device.
16 years ago
Lyubomir Marinov 48581b2a10 Fixes an issue reported by Bruno Konik in the crash handling functionality on Windows which could fail to start the application after a reboot while the application was running.
16 years ago
Sebastien Vincent f2b624c4d0 Add initial backend implementation to create and move part of desktop streaming (GUI is not yet commited).
16 years ago
Sebastien Vincent 635d98fb08 Update ice4j.jar
16 years ago
Sebastien Vincent edc82afa3c Stop JMF processing of local video when we hide it and start when we show it again.
16 years ago
Sebastien Vincent e0fa9f263d Recompile LocalhostRetriever.dll with -Wl,--kill-at for Windows x86 and x64.
16 years ago
Lyubomir Marinov 506e322cba Fixes javadocs.
16 years ago
Lyubomir Marinov 765a9a076b Adds javadocs.
16 years ago
Lyubomir Marinov f1047f3099 Fixes a crash in the crash handling functionality on Windows.
16 years ago
Lyubomir Marinov 6c0555519f Hopefully, fixes a possible deadlock between the crash handling implementation on Windows and the update functionality reported by Mr Smith on the dev mailing list in the thread 'win installer 3289 x86 incomplete - updates disturbed'.
16 years ago
Sebastien Vincent 0dc0754fc7 Add missing method in OperationSetDesktopStreaming to move a partial desktop streaming zone.
16 years ago
Emil Ivov b8da66e9a9 Fixes #JITSI-906, reported by Stefan Mayer: SIP Message flood.
16 years ago
Sebastien Vincent f0cde23a8f Add methods to MediaService for streaming a part of desktop and stub methods in MediaServiceImpl.
16 years ago
Sebastien Vincent 19b472daca Missing LocalhostRetriever.dll for Windows x86.
16 years ago
Sebastien Vincent 995b907ffc Add stripped and optimized LocalhostRetriever.dll for Windows x86 and x64.
16 years ago
Sebastien Vincent 6063b41e54 Fix screencapture JNI on Windows to properly capture a part of the screen.
16 years ago
Sebastien Vincent 281f563957 Recompile LocalhostRetriever.dll with mingw instead of VC++ for Windows x86 and x64.
16 years ago
Lyubomir Marinov 2ec8f1b300 Reports contact specifiers such as Home, Work, Mobile for the SourceContact ContactDetails returned by the Mac OS X Address Book ContactSourceService.
16 years ago
Sebastien Vincent 02e2cf6808 Additionnal checks for directshow native code.
16 years ago
Sebastien Vincent a462400312 Fix desktop streaming stop.
16 years ago
Lyubomir Marinov 0e1659e7a0 Reports contact specifiers such as Home, Work, Mobile for the SourceContact ContactDetails returned by the Microsoft Outlook ContactSourceService.
16 years ago
Lyubomir Marinov 4ff9fde938 Introduces a crash handler for SIP Communicator on Windows which asks after a crash whether the application is to be relaunched.
16 years ago