aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Move custom FileHandler to util package and add util classes to system ↵Damian Minkov2008-08-211-1/+1
| | | | classloader under windows.
* New custom FileHandler for the logger, now creates the log directory if ↵Damian Minkov2008-08-201-0/+195
| | | | missing and sets the log files to the proper location.
* Stop sending typing notifications through the XEP-0022 mechanism as we now ↵Emil Ivov2008-08-202-4/+14
| | | | handle them through XEP-0085 and having both is redundant and causes our XMPP unit tests to fail.
* Prevents the support for typing notifications in ChatWritePanel from ↵Lyubomir Marinov2008-08-192-47/+55
| | | | retaining ChatWindow after it's closed.
* Fixes a memory leak of ChatWindow instances opened in response to receiving ↵Lyubomir Marinov2008-08-185-15/+61
| | | | messages.
* Prevents the leaking of MetaContactChatPanel upon its closing. (The case of ↵Lyubomir Marinov2008-08-183-44/+142
| | | | a MetaContact changing the list of its list of Contacts while an associated MetaContactChatPanel is open is still not handled.)
* Disabling offline messages for AIM as we don't seem to support them properly ↵Emil Ivov2008-08-181-1/+4
| | | | at this point.
* Implemented support for XEP-0085 - Typing notifications with jabber.Emil Ivov2008-08-1811-17/+182
| | | | | Fixed a typo in the name of the typingNotificationReceiFed() method of the TypingNotificationListener
* Prevents .plugin.notificationconfiguration from creating the UI of its ↵Lyubomir Marinov2008-08-185-53/+74
| | | | ConfigurationForm implementation at start up and delays it until it's really necessary.
* Slims down the shallow size of the ConfigurationForm implementation of ↵Lyubomir Marinov2008-08-173-92/+45
| | | | .plugin.notificationconfiguration because it's huge.
* We shouldn't be creating meta groups from with protocol providers.Emil Ivov2008-08-131-37/+0
| | | | | If such a group is necessary we should be creating it from the wizard.
* Transfers a Call upon receiving a REFER request. The new Call being referred ↵Lyubomir Marinov2008-08-138-98/+808
| | | | to/created as part of the transfer is still not displayed in the UI.
* fix localization resourcesYana Stamcheva2008-08-121-6/+11
|
* default resource packsYana Stamcheva2008-08-111-19/+55
|
* default resource packsYana Stamcheva2008-08-115-145/+155
|
* Chat menu bar implements plugin component listener.Yana Stamcheva2008-08-112-20/+96
|
* Offline messages are now supported by the lib, remove the checkDamian Minkov2008-08-081-13/+0
|
* Update jml, improve synch of user login. Add handling in protocol for ↵Damian Minkov2008-08-082-42/+135
| | | | AuthorizationHandler.
* meta resources introducedYana Stamcheva2008-08-085-18/+93
|
* Do not dump stack trace when no version properties are availableEmil Ivov2008-08-072-11/+15
|
* Update jml, trying to fix random disconnects when making changes in the ↵Damian Minkov2008-08-071-1/+12
| | | | contact list.
* Remove unused resources properties files.Yana Stamcheva2008-08-052-209/+0
|
* Fix msn login and offline message support.Damian Minkov2008-08-052-1/+40
|
* Deleteing unused resourcesEmil Ivov2008-08-05311-44736/+0
|
* getSoundURL() fixed. Yana Stamcheva2008-08-041-1/+1
|
* Register a global exception handler Emil Ivov2008-08-041-4/+4
| | | | | (was already in there for a while but we had disabled it because of the Java 1.4 compatibility)
* Fix initial login issue with msn. Damian Minkov2008-08-042-17/+3
|
* Introduces an abstract base implementation of OperationSetPersistentPresence ↵Lyubomir Marinov2008-08-0416-1561/+319
| | | | which takes care of the functionality to support adding and removing SubscriptionEvent listeners and firing the mentioned events. As a side effect, the Jabber implementation no longer allows adding one and the same SubscriptionListener more than once.
* Enhanced resource management.Yana Stamcheva2008-08-039-543/+631
|
* Add support for more resource packs in the ResourceManagement service.Yana Stamcheva2008-08-032-150/+312
|
* Prevents the keybinding service from retaining SIPCommFrame (e.g. ChatWindow).Lyubomir Marinov2008-08-021-0/+7
|
* Fixes a memory leak which amounts to ChatWindows being retained after being ↵Lyubomir Marinov2008-08-023-4/+64
| | | | closed. The fix is tested only in the scenario of opening a ChatWindow and closing it right away without receiving or sending any messages. Any other memory leaks of ChatWindows in different scenarios will be addressed separately.
* Initial support for Msn protocol version up to 15.Damian Minkov2008-07-316-559/+212
|
* when the current resource pack is unregistered, reload the default packYana Stamcheva2008-07-312-14/+32
|
* Fixes a memory leak of 600+ KB caused by ↵Lyubomir Marinov2008-07-312-79/+67
| | | | .plugin.simpleaccreg.InitialAccountRegistrationFrame being retained.
* Fixed NPE occurring on some systems, when screensaver starts (no mouseinfo ↵Thomas Hofer2008-07-311-2/+13
| | | | can be received)
* Fixes a memory leak which repeatedly retains 600+ KB of heap on each ↵Lyubomir Marinov2008-07-311-97/+84
| | | | invocation of Help > About i.e. .plugin.branding.AboutWindow.
* Fixes a memory leak of 800+ KB caused by .plugin.branding.BrandingActivator ↵Lyubomir Marinov2008-07-291-28/+68
| | | | through retaining WelcomeWindow.
* Fix for adding plugin components in the main toolbar, contributed by Alan C ↵Yana Stamcheva2008-07-292-0/+4
| | | | Kelly.
* Introduces support for muting a call.Lyubomir Marinov2008-07-2916-219/+688
|
* Fix removing native plugins.Yana Stamcheva2008-07-241-4/+20
|
* Fixes OperationSetPresenceSipImpl to not create a new thread each time ↵Lyubomir Marinov2008-07-241-34/+75
| | | | REGISTER keep-alives succeed.
* Support for more plugins in the chat window.Yana Stamcheva2008-07-241-9/+106
|
* little fix for previous commitYana Stamcheva2008-07-241-4/+6
|
* commented method to ensure, window is visible on the screen. Thomas Hofer2008-07-242-61/+158
| | | | fixed a bug: window now restores maximized, if it was closed when being maximized
* Support for native plugin components in the main window.Yana Stamcheva2008-07-249-26/+271
|
* Dial panel "+" button functionality.Yana Stamcheva2008-07-241-119/+171
|
* Added a property to disable greying history of some hidden protocols.Yana Stamcheva2008-07-242-10/+61
|
* Show Display Names for volatile contacts (Report by Dan Bogos)Emil Ivov2008-07-223-7/+31
|
* Remove debug lines.Yana Stamcheva2008-07-221-3/+0
|