aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/plugin/spellcheck
Commit message (Collapse)AuthorAgeFilesLines
* Updates the license headers.Damian Minkov2015-07-209-12/+120
|
* Spellcheck plugin: Locales now define their flag icon in the XML file.GunChleoc2014-04-142-6/+19
|
* Adds the ability for the OTR plugin to work with Jabber resourcesMarin2014-01-101-0/+5
|
* Replace System-Bundle header by BSN and a list that defines sys-bundlesIngo Bauersachs2013-12-071-0/+1
|
* Fixes loading spellcheck dictionaries.Damian Minkov2013-12-061-1/+2
|
* Fixes missing account setup and improves menu account info menuyanas2013-11-261-0/+11
| | | handling.
* Use resource for "Add word" spellcheck menu itemIngo Bauersachs2013-11-181-1/+3
|
* Use system hunspell dictionary if it exists for the selected langIngo Bauersachs2013-11-183-5/+51
|
* Use the included dictionaries instead of copying them for each userIngo Bauersachs2013-11-182-50/+111
|
* Adds the possibility to edit account details. Patch provided by Marinyanas2013-11-121-0/+5
| | | Dzhigarov on dev (Nov 8, 2013).
* Use separate dirs for application logs, cache and configuration dataIngo Bauersachs2013-11-101-6/+12
| | | | | This is primarily used on Windows to store logs and cached data on the local computers instead of on the network when roaming profiles with folder redirection is used.
* Updates spellchecker plugin to lower memory usage. As we save and use one ↵Damian Minkov2013-10-214-8/+148
| | | | setting for all chat windows - makes spellchecker and dictionary static. Fix changing selected dictionary over plugin instances. Does not load dictionary on every window open.
* Removes chat listener to release spell checker instances. Make sure we have ↵Damian Minkov2013-10-172-16/+12
| | | | one spell checker per plugin, as plugin can have several instances used in different windows.
* Fixes warnings, spelling mistakes.Lyubomir Marinov2013-10-031-3/+2
|
* Adds method to match PluginComponent to parent factory, used when ↵Damian Minkov2013-09-302-3/+25
| | | | unregistering plugins to match already created ui components to be remove from plugin container, fix for a problem: while unregistering bundle a new plugin component was created.
* Adds PluginComponentFactory which is responsible for creating the ↵Damian Minkov2013-09-244-181/+92
| | | | PluginComponent, fixes the problem of adding multiple instances of the same plugin component on different panels (multi window chats).
* Fixes warnings, removes trailing whitespace, adds @Override annotations.Lyubomir Marinov2013-05-2310-54/+67
|
* Fixes Java 1.5 compatibility breakage reported by Heikki Lindholm. Fixes ↵Lyubomir Marinov2013-02-251-16/+11
| | | | warnings.
* Fixes warnings. Adds and/or fixes javadocs.Lyubomir Marinov2013-02-251-26/+31
|
* Moves desktop related utils to plugin/desktoputils. Separates ComponentUtils ↵Yana Stamcheva2013-01-243-4/+4
| | | | and WindowsUtils from general GuiUtils.
* Moves loading the gui (creating main frame) in event dispatch thread. Make ↵Damian Minkov2012-11-192-21/+50
| | | | some bundles dependent on ui service, they wait for registered ui service before starting initialization. Listeners for protocol events in swing-ui run the swing dependent code in event dispatch thread.
* Removes unused icons and references.Damian Minkov2012-09-271-1/+1
|
* Refactors the utility class SwingWorker to perform thread pooling because it ↵Lyubomir Marinov2012-09-251-1/+2
| | | | is extensively used during chat.
* Switches Jitsi trunk to libjitsi.Lyubomir Marinov2012-06-295-10/+8
|
* Switches Jitsi trunk to libjitsi.Lyubomir Marinov2012-06-299-20/+20
|
* Integrates Jitsi presence, IM and VoIP with MS Outlook.Lyubomir Marinov2012-06-011-1/+1
|
* Fixes sip tcp ports in pcap file.Damian Minkov2012-04-232-6/+22
| | | | Fixes a possible deadlock in spellcheck obtaining chats and an early chat/typing notification while starting.
* Moves dictionaries download location. Fixes a problem with loading when ↵Damian Minkov2012-03-242-4/+26
| | | | | | dictionary is not available for download. Fixes double packaging of default dictionaries.
* Fixes javadoc and eclipse related warnings in the code.Sebastien Vincent2012-03-092-27/+47
|
* Fixes problem with deleting chars on macosx java 1.5 and handling some ↵Damian Minkov2012-02-131-0/+8
| | | | | | special chars in the written text. Fixes subsequent open of chat history urls when trying to focus back on the chat conversation by clicking the mouse on the chat history panel.
* Commits work in progress on fixing leaks of every CallDialog and ChatWindow.Lyubomir Marinov2012-02-102-48/+93
|
* Changes project name in source license headers from SIP Communicator to JitsiEmil Ivov2011-10-1810-10/+10
|
* Adds tooltips for some chat toolbar buttons and adjusts menu item names.Yana Stamcheva2011-10-072-11/+13
|
* Removes @override annotations for java 5 compatibility. Fixes Mac build.Yana Stamcheva2011-08-282-28/+16
|
* Adds support to uninstall dictionary and persist enable state across reboots.Purvesh Sahoo2011-08-283-24/+308
|
* fixes the infinite loop reported by IngoPurvesh Sahoo2011-08-051-2/+10
|
* Enables spell check plugin and adds some improvements provided by Purvesh Sahoo.Yana Stamcheva2011-07-2710-271/+1361
|
* Spell Check plugin (work in progress). Note that the spellcheck plugin is ↵Yana Stamcheva2010-11-018-0/+1675
not enabled and would be available once it's ready and finished.