Commit Graph

411 Commits (833358c13aa13875f82bc74b08db3f4bcf933b04)

Author SHA1 Message Date
Lyubomir Marinov 833358c13a Allows automatic gain control (AGC) to be enabled/disabled for Windows Audio Session API (WASAPI). Patch by Timothy Price.
12 years ago
hristoterezov db6a1b3fa0 Implements publishing a conference in chat room (Merged from publish-conference branch).
12 years ago
Damian Minkov d397840450 Indicates on mobile device per resource in the tooltip.
12 years ago
hristoterezov a16097f5cd Adds check for image size and content type for the image replacement of links. Adds "show preview" link next to the image link if the preview of the images is disabled. Patch provided by Marin Dzhigarov on dev mailing list (subject: "PATCH: Replacement of Image/Video links").
12 years ago
hristoterezov 4cd13a4a64 Implements private messaging chats.
12 years ago
Damian Minkov 901c3f43d2 Adds an option when using proxies to forward DNS traffic to an address, useful for Tor users to avoid DNS leak.
12 years ago
Damian Minkov 6a21b7ef24 Fixes history button in chat window to work and with chat rooms.
12 years ago
Damian Minkov b330917676 Adds message when otr session is enabled whether chat logging history is on or off and an option to open menu to change this settings.
12 years ago
Damian Minkov a9cd74ac92 Adds button in chat window to easily enable/disable chat history logging.
12 years ago
hristoterezov 5bb698e456 Adds "set subject" checkbox and subject text field to the chat room nickname dialog. If the subject checkbox is checked the subject of the room will be changed when the user join the chat room.
12 years ago
Damian Minkov e9de32d9ce Adds web page button, if contacts has web page detail, shows a button to open that page.
12 years ago
Lyubomir Marinov b4c90af949 Implements an editor which allows the user to edit Jitsi's configuration properties from within the application. (Marin Dzhigarov)
12 years ago
Damian Minkov 302a49f784 Removes chatroom authentication window and uses the default one.
12 years ago
Damian Minkov fcedab72a1 Displays error message when we try to change our nickname to an existing one in the chatroom.
12 years ago
hristoterezov 58444fe1e5 Adds chat room password to saved passwords form.
12 years ago
Ingo Bauersachs d31b9ee581 Show the error message from the server on an account creation attempt
12 years ago
Damian Minkov a1b0335bb3 Updates chat room configuration button on local user role change.
12 years ago
Damian Minkov 6f4ca47396 Adds some tooltips to buttons in chat rooms window.
12 years ago
hristoterezov 818ace92b4 Adds functionality to save passwords and nicknames for chat rooms.
12 years ago
hristoterezov e278630c4d Fixes issue with error COIN packets. If error COIN packet is recieved it isn't handled as normal COIN packet anymore, jitsi only displays systray popup message with the error, logs the error and displays error text in the peer panel.
12 years ago
Lyubomir Marinov 328f9b587c Adds user interface to control the H.264 encoder's use of Periodic Intra Refresh and maximum interval between keyframes.
13 years ago
hristoterezov e7467d8a84 Adds new methods to AlertUIServiceImpl that show a notification popup. If the popup is clicked an error dialog is shown. CallManger uses the new methods to show an error if enabling the local video fails.
13 years ago
Richard Whitehouse 135eccfefa Add resource string for no conferencing account available message
13 years ago
Ingo Bauersachs e1aec3707f Change install new version warning as suggested by David Bolton on dev
13 years ago
Yana Stamcheva 59dc2fc9f5 Renames the Options menu in MacOSX systray to Preferences to ensure conformity.
13 years ago
Damian Minkov dc4730bff4 Adds h264 high profile and its configuration entry.
13 years ago
Ingo Bauersachs e65b7c8f54 Add ContactSource plugin for Thunderbird
13 years ago
Boris Grozev 5ffef82d0f Adds an option to set the video bitrate. Patches provided by Benoît Laniel on the dev@ mailing list (under the subject of '[PATCH] Set default max video bandwidth to 128')
13 years ago
Yana Stamcheva 77b1249b45 Adds "push to talk" functionality. The default shortcut for push to talk is "Shift Ctrl/Meta T". Native global shortcuts are now committed only for Mac. Windows and Linux coming soon. Patch provided by Hristo Terezov on dev (March 25, 2013, subject: "Re: [jitsi-dev] [PATCH] Push to talk"). Additionally this commit also removes the ppc command from the globalshortcut target.
13 years ago
Vincent Lucas a1e648c6ef Adds a minimal duration for RTP DTMF tones. This minimal duration can be configured by provisioning with the net.java.sip.communicator.service.protocol.minimalRtpDtmfToneDuration property, or by setting it in the account preferences.
13 years ago
Ingo Bauersachs 012f43d028 Rename remaining localized Jabber names to XMPP
13 years ago
Damian Minkov fd097c2eb2 Adds a warning dialog when trying to make an audio call with no audio device or no codecs enabled.
13 years ago
Emil Ivov 90d22ce041 Renames Opus sampling rare config param text box from 'Audio bandwidth' to 'Sampling rate' to avoid confusion with bitrate.
13 years ago
Damian Minkov 46bcbd306e Dispatches video contact details. Uses voice as default number detail, if no type is available. Use position index in MetaContactRightButtonMenu.
13 years ago
Yana Stamcheva 8b6b45aa53 Extends contact source apis to support editable contact sources. Fixes internationalization issues with contact source details. Adds additional categories and sub-categories of contact details.
13 years ago
Ingo Bauersachs b05f89fbae Update links to use SSL and copyright to 2013
13 years ago
Damian Minkov fad7b70203 Adds option to enable/disable task bar / dock alerts. Alert main window on incoming calls.
13 years ago
Damian Minkov e8bf8578c1 Adds option to change h264 encoder presets.
13 years ago
Damian Minkov 23009ed6e7 Adds visualisation of the currently selected status message, and saves custom status messages for later reuse.
13 years ago
Ingo Bauersachs 872293bf84 Localize forget password button
13 years ago
Vincent Lucas 55db5abf69 Adds a message in the audio configuration dialog, to inform the user that the none audio system is currently selected, only because there is no available audio device.
13 years ago
Boris Grozev c8b1aff23f Updates FMJ to r11. This revision uses an adaptive jitter buffer (for audio streams), which changes size according to the number of packets arriving too late. Passes the net.java.sip.communicator.impl.neomedia.adaptive_jitter_buffer.* properties to the FMJ Registry. Changes the mechanism through which the number of discarded packets is obtained in MediaStreamStatsImpl, now using a FMJ controls. Shows more information about discarded packets and the adaptive jitter buffer in the "call info" window.
13 years ago
Vincent Lucas f3df7dc1f6 Adds pop-up notifications for new video selected device.
13 years ago
Vincent Lucas de80427e32 Adds the device name and its state (connected or disconnected) for the "Device configuration has changed" pop-up notification. Adds a "New selected device" pop-up notification when the selected audio device has changed (for audio in, audio out and notifications).
13 years ago
Ingo Bauersachs aad6f7cb26 Add certificate revocation checking options to TLS configuration panel
13 years ago
Yana Stamcheva a7f88957c6 Fixes error message when create call fails.
13 years ago
Emil Ivov a626039f66 Modifies the Voicemail notifications GUI so that it would also display the number of urgent voicemail messages. Patch by Tom Denham
13 years ago
Damian Minkov 773e1fa6f8 Adds support for protocol providers without wizards. Patch contributed by Tom Denham.
13 years ago
Boris Grozev 1e7e76e755 Adds an Opus configuration form and changes the default Opus settings. Updates the Opus JNI binaries. Notifies encoders that implement PacketLossAwareEncoder (Opus and SILK) of packet loss information received via RTCP.
13 years ago
Boris Grozev e21c425aac Adds a missing resource property. Patch contributed by Tom Denham.
13 years ago