aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/impl/gui/swing.ui.manifest.mf
Commit message (Collapse)AuthorAgeFilesLines
* Replace deprecated calls to ice4jIngo Bauersachs2017-01-141-0/+1
|
* Remove jfontchooserIngo Bauersachs2016-06-041-1/+0
| | | | It wasn't used anywhere anymore.
* Follow libjitsi move of DTMFtone from protocol to neomediaIngo Bauersachs2015-08-231-1/+0
| | | | Corresponds to jitsi/libjitsi@13b7b0b72871d90a2d1a67ade916ea55ef863e47
* Move security events back from libjitsi as they are solely used here.Ingo Bauersachs2015-08-231-1/+0
| | | | Corresponds to commit jitsi/libjitsi@263cc1e53e4d2ebd3f4762c42b2c27462b4d830c
* Different approach to (plain text) chat message processing.Danny van Heumen2014-09-161-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This modification fixes issues w.r.t. message caused by loss of styling due to opening/closing <plaintext> tags. Additionally it simplifies html / plain text message handling and text replacement. Implemented a different approach to ChatMessage processing. This new implementation strictly watches for the moment when a chat message (possibly HTML already, but might also be plain text) is definitely converted into HTML. This happens when certain processing steps are taken. As soon as these processing steps are taken, the approach changes into HTML by default and every piece of text that still is plain text will be HTML-escaped. Just before appending the new text message to the (HTML) chat document, we always have HTML "text" and as soon as a processing step is used of which we know that it definitely converts to HTML, we start using the HTML content type. This also means that on a number of occasions we have removed the contentType parameter, since we already know or have this information. Since we now know for sure that from a certain moment on, we are strictly dealing with HTML "text" and we also know that everything plain text will be HTML-escaped, we can adopt a different plain text search pattern (TEXT_TO_REPLACE_PATTERN). This search approach searches for all text in between lesser than (<) and greater than (>) signs, since we can be sure that that is normal (escaped) text. We unescape these pieces of text before running through the replacement services such that they can behave as they always have. This shouldn't break (much of) the Replacement Services implementations. Also check and tag hyperlinks for HTML messages. Added dependency to Apache Commons Lang to swing-ui. Removed option skipSmiley. It is not needed anymore, now that hyperlink hrefs aren't found anymore.
* Adapts to the changes to libjitsi moving the Recorder interface to the ↵Boris Grozev2014-06-171-0/+1
| | | | "recording" package.
* Replace System-Bundle header by BSN and a list that defines sys-bundlesIngo Bauersachs2013-12-071-1/+1
|
* Implements the right button menu for chat room contacts. Fixes the issuehristoterezov2013-11-181-1/+2
| | | | with the dialog for chat room password.
* Adds the possibility to edit account details. Patch provided by Marinyanas2013-11-121-0/+1
| | | Dzhigarov on dev (Nov 8, 2013).
* Adds new MUC bundle to handle the chat rooms. Moves ChatRoomWrapper,hristoterezov2013-11-071-1/+1
| | | | | ChatRoomList and ChatRoomProviderWrapper classes from GUI to the MUC bundle. Moves most of ConferenceChatManager methods in MUCService.
* Adds chat room contacts to the search filter in the contact list.hristoterezov2013-11-011-1/+2
|
* Adds check for image size and content type for the image replacement of ↵hristoterezov2013-09-301-0/+1
| | | | 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").
* Adds functionality to save passwords and nicknames for chat rooms.hristoterezov2013-07-241-1/+2
|
* Removes jdic dependency used for java 1.5 campatibility.Damian Minkov2013-06-111-1/+0
| | | | | Removes duplicate lib commons-logging. Update deb-src build target to fix clean procedure to run building package twice, updates the use of the debian povided bouncycastle lib.
* Adds new methods to AlertUIServiceImpl that show a notification popup. If ↵hristoterezov2013-05-081-0/+1
| | | | the popup is clicked an error dialog is shown. CallManger uses the new methods to show an error if enabling the local video fails.
* Adds a global display details service giving access to the global display ↵Yana Stamcheva2013-04-191-0/+2
| | | | name and the global avatar. Uses this new service to show the global display name and avatar in the conference call interface.
* Moves CallRenderer and CallPeerRenderer interfaces to service gui. Moves the ↵Yana Stamcheva2013-01-291-0/+2
| | | | CallPeerAdapter class to the utility package.
* Moves account related utility methods like getRegisteredAccounts(), ↵Yana Stamcheva2013-01-281-0/+1
| | | | getRegisteredProvidersForOpSet(), etc. to an AccountUtils class so that they can be accessed from all other bundles.
* Adds second group of status messages which is loaded from configuration, ↵Damian Minkov2013-01-251-0/+1
| | | | which allow those messages to be provisioned. Reuse status message menu under global status -> provider and under systray menu.
* Moves desktop related utils to plugin/desktoputils. Separates ComponentUtils ↵Yana Stamcheva2013-01-241-5/+5
| | | | and WindowsUtils from general GuiUtils.
* Updates jna library to use original file structure, skipping duplicate ↵Damian Minkov2013-01-151-1/+1
| | | | binaries (keeping the same version 3.2.7).
* Adds more options to sound notifications and their config. Sound ↵Damian Minkov2012-10-121-0/+1
| | | | notifications now can use playback, notification or pc speaker device.
* Makes the "toggle video" button in the call window active only if we're ↵Boris Grozev2012-09-261-1/+2
| | | | ready to send video, and shows an appropriate tooltip otherwise. Same for the desktop sharing button.
* A new custom contact action service allowing to represent more actions for a ↵Yana Stamcheva2012-08-131-0/+1
| | | | contact entry in the contact list.
* Adds global status menu to the tray menus, adding global status service.Damian Minkov2012-07-031-0/+1
|
* Switches Jitsi trunk to libjitsi. (Tries to fix the build tests.)Lyubomir Marinov2012-06-291-1/+3
|
* Switches Jitsi trunk to libjitsi.Lyubomir Marinov2012-06-291-1/+1
|
* Switches Jitsi trunk to libjitsi.Lyubomir Marinov2012-06-291-29/+32
|
* Integrates Jitsi presence, IM and VoIP with MS Outlook.Lyubomir Marinov2012-06-011-1/+1
|
* Adds (experimental) support for the cobri Jabber extension.Lyubomir Marinov2012-04-021-2/+3
|
* Adds first part of call information statistcs (codec, encoding frequency, ↵Vincent Lucas2012-02-221-0/+1
| | | | local and remote address ip/port, download rate/loss).
* Isolates notification management and triggering.Damian Minkov2011-11-171-1/+0
|
* Ongoing work on partial desktop sharing user interface.Yana Stamcheva2011-02-171-0/+1
|
* Use registry for autostart on windows.Damian Minkov2011-01-121-0/+1
|
* Introduce possibility to control capture volume from the GUI through media ↵Damian Minkov2010-12-171-0/+1
| | | | service. Add capture and playback volume buttons to fullscreen call dialog.
* Remove import of non-existing packageWerner Dittmann2010-10-181-1/+0
|
* Desktop sharing user interface (work in progress).Yana Stamcheva2010-10-151-0/+1
| | | | | | | Start video calls from your contact list and chat window. Some call interface code enhancements and javadoc comments added. Disabled the desktop sharing feature until completely tested and ready to use.
* Moved the CertificateVerificationService to its own bundle.Yana Stamcheva2010-09-291-4/+0
| | | | Moved SIPCommHTMLEditorKit and SIPCommHTMLEditorPane to the util package.
* New interface and implementations added allowing to reload a skin runtime. ↵Yana Stamcheva2010-09-221-0/+1
| | | | Patch provided by Adam Netocny.
* Resolved duplicate import of json library.Yana Stamcheva2010-09-131-0/+1
| | | | | | Fixed smiley source dependency to ui implementation. Fixed ReplacementService bundled in each implementation.
* Support for video and photo previews in chat window provided by Purvesh ↵Yana Stamcheva2010-09-071-0/+1
| | | | Sahoo as part of its GSoC project.
* - Introduces new contact list data model that allows adding of external ↵Yana Stamcheva2010-05-031-0/+1
| | | | | | | contact sources and hence the search in such sources. - As part of the support for external contact sources, implements a call history external source and its user interface. - Addresses issue #706 Indicate missed calls
* Disable the video button when if there's no available video device or if the ↵Yana Stamcheva2010-04-141-0/+2
| | | | device is "receive only"
* - Fix saving certificates, there was a problem when on startup more than one ↵Damian Minkov2010-04-121-0/+1
| | | | | | certificates need save. - Fix closing chatroom window on disconnected provider.
* Displaying certificates in more pretty way.Damian Minkov2010-03-231-0/+3
|
* Add sound level listeners for the situation where we are focus in conference ↵Damian Minkov2009-11-271-2/+0
| | | | call and for one-2-one call.
* Adds local user sound level indicators and their implementation. Change ↵Damian Minkov2009-11-201-0/+2
| | | | Players to be Processors in neomedia service impl, in order to have control on codec chain and to add there the sound level indicators.
* Commits the patch of Linus Wallgren which introduces ShutdownService to ↵Lyubomir Marinov2009-08-141-14/+15
| | | | better abstract the shutdown procedure of the application.
* User interface for file history using the new MetaHistoryService.Yana Stamcheva2009-06-241-1/+3
|
* Adding support for file transfer for XMPP and graphical User Interface for ↵Yana Stamcheva2009-06-151-0/+2
| | | | | | | | | file transfer (ongoing work). This first commit adds the needed gui that enables users to send and receive files, to drag and drop files into chat windows. It displays incoming file notifications, file icons or previews (where possible, e.g. images). This work package also contains a first file transfer implementation over the XMPP protocol (using the smack implementation of xep-0096: http://xmpp.org/extensions/xep-0096.html). Unfortunately this implementation won't work very well with GoogleTalk accounts for now, as Google servers seem to block every file bigger than 60K. This commit contains also some improvements in the way we load the history and we manage error messages in the gui.