Commit Graph

767 Commits (1a27a656fa7c94de458cae5c1ac819c0446e484d)

Author SHA1 Message Date
hristoterezov c8f03725e7 Renames "Go to chat room" label in the File menu and "Go to chat room"
13 years ago
hristoterezov c0f4ebdcd1 Removes the list of existing rooms in the "Go to chat room" dialog and
13 years ago
yanas 9383a5e000 Added improvements to OTR user interface, among which new icons and
13 years ago
Damian Minkov 2c7c656afc Changes clear defined button name to restore in the rename dialog.
13 years ago
hristoterezov a4e09b9f3c Implements chat room contacts action buttons and right menu actions.
13 years ago
hristoterezov 275cbb770c Implements the right button menu for chat room contacts. Fixes the issue
13 years ago
Damian Minkov 1dd9764ed7 Improves send sms functionality, updates icons.
13 years ago
Marin 3c2f5df647 Changes default otr policy to non-auto, till we update to latest otr version. Patch provided by Marin Dzhigarov.
13 years ago
yanas d55b3efebe Adds the possibility to edit account details. Patch provided by Marin
13 years ago
gpolitis fa69d4d2e7 Merge pull request #12 from mdzhigarov/otrJitsi
13 years ago
acastroy 24e3bae931 Commit from translate.jitsi.org by user acastroy.: 1507 of 1507 strings translated (0 fuzzy).
13 years ago
akerbeltz 197509e278 Commit from translate.jitsi.org by user akerbeltz.: 1507 of 1507 strings translated (0 fuzzy).
13 years ago
akerbeltz 88bb7bb85f Commit from translate.jitsi.org by user akerbeltz.: 1505 of 1507 strings translated (1 fuzzy).
13 years ago
ibauersachs 2cce452ed0 Commit from translate.jitsi.org by user ibauersachs.: 1507 of 1507 strings translated (0 fuzzy).
13 years ago
Ingo Bauersachs 402ae85195 Placeholder for error received from message
13 years ago
Ingo Bauersachs 272fbd87ee Close line break tag
13 years ago
ibauersachs 98b1b26880 Commit from translate.jitsi.org by user ibauersachs.: 1453 of 1507 strings translated (3 fuzzy).
13 years ago
ibauersachs df9ed6f65c Commit from translate.jitsi.org by user ibauersachs.: 1507 of 1507 strings translated (0 fuzzy).
13 years ago
Ingo Bauersachs 74cc014418 Add placeholders and fix spelling miskates
13 years ago
Marin 88bc48e9b1 Added support for SMP for the OTR plugin.
13 years ago
Lyubomir Marinov 833358c13a Allows automatic gain control (AGC) to be enabled/disabled for Windows Audio Session API (WASAPI). Patch by Timothy Price.
13 years ago
hristoterezov db6a1b3fa0 Implements publishing a conference in chat room (Merged from publish-conference branch).
13 years ago
Damian Minkov d397840450 Indicates on mobile device per resource in the tooltip.
13 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").
13 years ago
hristoterezov 4cd13a4a64 Implements private messaging chats.
13 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.
13 years ago
Damian Minkov 6a21b7ef24 Fixes history button in chat window to work and with chat rooms.
13 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.
13 years ago
Damian Minkov a9cd74ac92 Adds button in chat window to easily enable/disable chat history logging.
13 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.
13 years ago
Damian Minkov e9de32d9ce Adds web page button, if contacts has web page detail, shows a button to open that page.
13 years ago
Lyubomir Marinov b4c90af949 Implements an editor which allows the user to edit Jitsi's configuration properties from within the application. (Marin Dzhigarov)
13 years ago
Damian Minkov 302a49f784 Removes chatroom authentication window and uses the default one.
13 years ago
Damian Minkov fcedab72a1 Displays error message when we try to change our nickname to an existing one in the chatroom.
13 years ago
ibauersachs 8969b08d9b Commit from translate.jitsi.org by user ibauersachs.: 1465 of 1465 strings translated (0 fuzzy).
13 years ago
hristoterezov 58444fe1e5 Adds chat room password to saved passwords form.
13 years ago
Ingo Bauersachs d31b9ee581 Show the error message from the server on an account creation attempt
13 years ago
Damian Minkov a1b0335bb3 Updates chat room configuration button on local user role change.
13 years ago
Damian Minkov 6f4ca47396 Adds some tooltips to buttons in chat rooms window.
13 years ago
hristoterezov 818ace92b4 Adds functionality to save passwords and nicknames for chat rooms.
13 years ago
acastroy 0d08678144 Commit from translate.jitsi.org by user acastroy.: 1465 of 1465 strings translated (0 fuzzy).
13 years ago
jitsi-pootle 43ff2ab0ad New files added from translate.jitsi.org based on templates
13 years ago
jitsi-pootle 6645598fb2 New files added from translate.jitsi.org based on templates
13 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.
13 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
jitsi-pootle b6106125d8 New files added from translate.jitsi.org based on templates
13 years ago
ibauersachs 89fff29f3b Commit from translate.jitsi.org by user ibauersachs.: 1461 of 1461 strings translated (0 fuzzy).
13 years ago
Viktor Wellboy 94de38fa65 added Ukrainian resource language file resources_uk.properties
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.
14 years ago
Richard Whitehouse 135eccfefa Add resource string for no conferencing account available message
14 years ago