aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Move custom FileHandler to util package and add util classes to system ↵Damian Minkov2008-08-215-16/+14
| | | | classloader under windows.
* New custom FileHandler for the logger, now creates the log directory if ↵Damian Minkov2008-08-203-12/+205
| | | | 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-203-5/+19
| | | | 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-1816-22/+187
| | | | | Fixed a typo in the name of the typingNotificationReceiFed() method of the TypingNotificationListener
* Fix msn login, proper addressbook parsing.Damian Minkov2008-08-181-0/+0
|
* 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.
* Lowering startlevel of growl because it was conflicting with the simple acc ↵Emil Ivov2008-08-131-1/+1
| | | | wizard
* 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.
* Make sure the meta contact list is loaded after all protocolsEmil Ivov2008-08-131-1/+4
|
* Make sure that the simplified wizard loads after the other wizards as it is ↵Emil Ivov2008-08-131-4/+6
| | | | using them
* Transfers a Call upon receiving a REFER request. The new Call being referred ↵Lyubomir Marinov2008-08-1310-132/+810
| | | | to/created as part of the transfer is still not displayed in the UI.
* Do not include svg-s in the default resource packEmil Ivov2008-08-131-0/+1
|
* Switching use of 7zr to 7z for the windows installersEmil Ivov2008-08-131-1/+1
|
* change the start level of the default resource bundle.Yana Stamcheva2008-08-131-1/+3
|
* fix localization resourcesYana Stamcheva2008-08-121-6/+11
|
* default resource packsYana Stamcheva2008-08-111-19/+55
|
* default resource packsYana Stamcheva2008-08-115-145/+155
|
* Convert the windows zip installer into an executable (not sure why this was ↵Emil Ivov2008-08-111-2/+2
| | | | commented previously)
* Add a dependency with version for the tasks that use it for the package nameEmil Ivov2008-08-111-2/+2
|
* Removing make dependency in DMG and DEB packages as they may have been already Emil Ivov2008-08-111-2/+2
| | | | | | built (which is the case on our CC system) so there's no need to add the extra time.
* 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-083-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-072-1/+12
| | | | contact list.
* Remove unused resources properties files.Yana Stamcheva2008-08-052-209/+0
|
* Renamed "status icons" to "statusicons"Emil Ivov2008-08-055-0/+0
|
* Fix msn login and offline message support.Damian Minkov2008-08-053-1/+40
|
* Deleteing unused resourcesEmil Ivov2008-08-05311-44736/+0
|
* incoming and outgoing call svg-sYana Stamcheva2008-08-052-0/+504
|
* getSoundURL() fixed. Yana Stamcheva2008-08-041-1/+1
|
* Trying to fix buildDamian Minkov2008-08-041-0/+0
|
* 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-043-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-0310-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.
* Commit missing lib.Damian Minkov2008-08-011-0/+0
|
* Initial support for Msn protocol version up to 15.Damian Minkov2008-07-3111-574/+246
|
* 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)