Commit Graph

8230 Commits (9ca0368803531e47df01fdfd3db30786cbb52ab1)
 

Author SHA1 Message Date
Lyubomir Marinov 9ca0368803 Reduces the number of times that Jitsi's CaptureDevices get started/stopped in order to, for example, bring down the number of times that (some) webcams flash on and off.
14 years ago
Damian Minkov ae4eab7297 Fixes local audio levels when peer removed from call.
14 years ago
Yana Stamcheva 14a65e1148 Makes tooltips and menus disappear when the parent window is not on focus.
14 years ago
Damian Minkov 466a88e2c3 Remove protocol zeroconf.
14 years ago
Sebastien Vincent b149a5908f Attempt to fix problems when adding an XMPP contact. Sometime we got a 'no response from the server' exception due a too small timeout for waiting jabber:iq:roster result messages and sometime we go another exception that failed the add, it was due to a event not triggered.
14 years ago
Damian Minkov 3bfbc47261 Fixes checking for jabber contacts when calling from call history(jid with resource).
14 years ago
Sebastien Vincent 409c7065bd Put system properties settings in a separate function. Fixes styles and javadoc warnings.
14 years ago
Yana Stamcheva 61dddfb046 Fixes disappearing messages in chat window.
14 years ago
Yana Stamcheva 29ca0170cd Fixes NullPointerException blocking the project to run.
14 years ago
Damian Minkov 5b41c05a39 Listens for changes in configuration service and reflect it in current configuration.
14 years ago
Damian Minkov 4054f6b85b Fixes some issues with jabber statuses and priority of resources.
14 years ago
Lyubomir Marinov 73e1aab264 Refactors the ConfigurationService implementation in preparation for providing a database store.
14 years ago
Lyubomir Marinov b29032a326 Fixes an incorrect #define in the source code of the Microsoft Outlook Address Book and Contacts integration.
14 years ago
Lyubomir Marinov 97cfeac103 Implements AccountManager#removeStoredAccounts which removes all accounts which have been persistently stored.
14 years ago
Damian Minkov 1904faab53 Makes a noisy error to warning.
14 years ago
Damian Minkov e3ff8a5b36 Fixes NPE if a default string is missing.
14 years ago
Damian Minkov 3186bca42c Separates xcap contactlist implementation and adds option for contacts retrieval from XiVO.
14 years ago
Yana Stamcheva c84999149c Makes the call via and chat via components show the account display name instead of the account address. An ACCOUNT_DISPLAY_NAME property has been added in order to configure the display name additionally.
14 years ago
Sebastien Vincent c0f33ed97c Avoids blocking the smack receive thread when we process candidates and have previously receive the session-accept (otherwise we process one and only one candidates messages thus in certain case, we do ICE connectivity checks with only remote peer's local address and no STUN/relay addresses).
14 years ago
Ingo Bauersachs 873236cd10 Format code according to Jitsi conventions
14 years ago
Ingo Bauersachs cb9f89daa4 OTR: Update button state and table when a fingerprint was verified/revoked. Patch by Jonas Lauener, FHNW
14 years ago
Ingo Bauersachs 4a0003edfd Introduce a property to let the OS window manager position dialogs when their saved position is outside the screen
14 years ago
Ingo Bauersachs c05b12614e Stop caching the screen bounds
14 years ago
Ingo Bauersachs 070302ad1e Throw distinct error when RTP/AVP is rejected because of RTP/SAVP required
14 years ago
Ingo Bauersachs 5fc69aca75 Increase size of the buddy auth dialog and adapt colors to Jitsi L&F. Patch by Jonas Lauener, FHNW
14 years ago
Ingo Bauersachs 314627595f Add space to Portaudio Combos and remove background of frame rate checkbox
14 years ago
Ingo Bauersachs cd0852b9aa Resize general config pane along with the outer window
14 years ago
Ingo Bauersachs 3da9b0f947 Remove border from dialpad-button to hide the button style on ubuntu
14 years ago
Ingo Bauersachs 500005002f General config: put labels on top of the section to gain h-space
14 years ago
Ingo Bauersachs e4839632b4 Add a border to the options form buttons when OS is not MacOS
14 years ago
Ingo Bauersachs 14137f440b Split audio and video configuration forms into tabbed panes
14 years ago
Ingo Bauersachs 74000644c5 Reference config panels type-safe
14 years ago
Damian Minkov 37d7b326e2 Fixes a NPE in history reading.
14 years ago
Sebastien Vincent 3eede72c8e Fixes a problem when we cancel a Jingle call, it is not really cancelled. In fact the session-terminate was sent _before_ session-initiate.
14 years ago
Yana Stamcheva 0da9e559d9 Fixes issue with not appearing advanced form if the configuration window is opened too early.
14 years ago
Sebastien Vincent cb2422fc88 Updates ice4j.jar that reduces logs output when ICE state is completed.
14 years ago
Damian Minkov 880dcf9078 Adds missing dependency to debian package.
14 years ago
Sebastien Vincent 6894e29a21 Adds an AbstractQualityControlWrapper to remove duplicated code between SIP and Jabber QualityControlWrapper.
14 years ago
Sebastien Vincent c8667d18b4 Adds support of changing video resolution the remote peer send to us for XMPP.
14 years ago
Yana Stamcheva f8dad6e62e Fixes Java 5 incompatibility in AuthenticationWindow constructor, by using another super constructor.
14 years ago
Yana Stamcheva 7fe9d95f1a Fixes Java 5 incompatibility in AuthenticationWindow constructor, causing IllegalArgumentException.
14 years ago
Damian Minkov d02d76a944 Adds task for signing windows binaries.
14 years ago
Yana Stamcheva 9aab8f1618 Checks if the parent meta group exists before trying to remove a contact from it.
14 years ago
Yana Stamcheva 3be2726261 Changes protocol name from JABBER to Jabber.
14 years ago
Sebastien Vincent c3a01fd164 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.
14 years ago
Damian Minkov 1d1e11d349 Moves building msi in separate target.
14 years ago
Sebastien Vincent 9e64dda2b8 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.
14 years ago
Damian Minkov a9999eedee Changes sip status dispatching behaviour (basic closed status, sets to offline even if we have additional presence info).
15 years ago
Ingo Bauersachs ccc9e43533 OTR: Fix a recursive call that should have gone to the outer class
15 years ago
Lyubomir Marinov c5004d3a1d In Jitsi's run.exe:
15 years ago