Damian Minkov
|
fe56e3e062
|
New custom FileHandler for the logger, now creates the log directory if missing and sets the log files to the proper location.
|
18 years ago |
Emil Ivov
|
a05f42827f
|
Stop sending typing notifications through the XEP-0022 mechanism as we now handle them through XEP-0085 and having both is redundant and causes our XMPP unit tests to fail.
|
18 years ago |
Lyubomir Marinov
|
00d10077de
|
Prevents the support for typing notifications in ChatWritePanel from retaining ChatWindow after it's closed.
|
18 years ago |
Lyubomir Marinov
|
d65088550e
|
Fixes a memory leak of ChatWindow instances opened in response to receiving messages.
|
18 years ago |
Lyubomir Marinov
|
0de7e6c32c
|
Prevents the leaking of MetaContactChatPanel upon its closing. (The case of a MetaContact changing the list of its list of Contacts while an associated MetaContactChatPanel is open is still not handled.)
|
18 years ago |
Emil Ivov
|
1ddb65c2ae
|
Disabling offline messages for AIM as we don't seem to support them properly at this point.
|
18 years ago |
Emil Ivov
|
090f7637b2
|
Implemented support for XEP-0085 - Typing notifications with jabber.
Fixed a typo in the name of the typingNotificationReceiFed() method of the TypingNotificationListener
|
18 years ago |
Damian Minkov
|
47db1184a5
|
Fix msn login, proper addressbook parsing.
|
18 years ago |
Lyubomir Marinov
|
2fe2f0d5da
|
Prevents .plugin.notificationconfiguration from creating the UI of its ConfigurationForm implementation at start up and delays it until it's really necessary.
|
18 years ago |
Lyubomir Marinov
|
ecb95161eb
|
Slims down the shallow size of the ConfigurationForm implementation of .plugin.notificationconfiguration because it's huge.
|
18 years ago |
Emil Ivov
|
16219d3482
|
Lowering startlevel of growl because it was conflicting with the simple acc wizard
|
18 years ago |
Emil Ivov
|
a5b0bf718f
|
We shouldn't be creating meta groups from with protocol providers.
If such a group is necessary we should be creating it from the wizard.
|
18 years ago |
Emil Ivov
|
039ac1a506
|
Make sure the meta contact list is loaded after all protocols
|
18 years ago |
Emil Ivov
|
1bb8235992
|
Make sure that the simplified wizard loads after the other wizards as it is using them
|
18 years ago |
Lyubomir Marinov
|
bbfcbea0ec
|
Transfers a Call upon receiving a REFER request. The new Call being referred to/created as part of the transfer is still not displayed in the UI.
|
18 years ago |
Emil Ivov
|
c1bf31bad2
|
Do not include svg-s in the default resource pack
|
18 years ago |
Emil Ivov
|
32f51f4494
|
Switching use of 7zr to 7z for the windows installers
|
18 years ago |
Yana Stamcheva
|
2ec2e33121
|
change the start level of the default resource bundle.
|
18 years ago |
Yana Stamcheva
|
756f8af7b2
|
fix localization resources
|
18 years ago |
Yana Stamcheva
|
514f65723a
|
default resource packs
|
18 years ago |
Yana Stamcheva
|
3796ee9346
|
default resource packs
|
18 years ago |
Emil Ivov
|
f9b2af411f
|
Convert the windows zip installer into an executable (not sure why this was commented previously)
|
18 years ago |
Emil Ivov
|
829263684c
|
Add a dependency with version for the tasks that use it for the package name
|
18 years ago |
Emil Ivov
|
516df53e59
|
Removing make dependency in DMG and DEB packages as they may have been already
built (which is the case on our CC system) so there's no need to add the extra
time.
|
18 years ago |
Yana Stamcheva
|
465ecefce1
|
Chat menu bar implements plugin component listener.
|
18 years ago |
Damian Minkov
|
1b533ed057
|
Offline messages are now supported by the lib, remove the check
|
18 years ago |
Damian Minkov
|
b66ef6670e
|
Update jml, improve synch of user login. Add handling in protocol for AuthorizationHandler.
|
18 years ago |
Yana Stamcheva
|
69a5b4a823
|
meta resources introduced
|
18 years ago |
Emil Ivov
|
2960d558ec
|
Do not dump stack trace when no version properties are available
|
18 years ago |
Damian Minkov
|
dfab7bafb5
|
Update jml, trying to fix random disconnects when making changes in the contact list.
|
18 years ago |
Yana Stamcheva
|
e91bb45645
|
Remove unused resources properties files.
|
18 years ago |
Emil Ivov
|
1ca6526664
|
Renamed "status icons" to "statusicons"
|
18 years ago |
Damian Minkov
|
a375ac0830
|
Fix msn login and offline message support.
|
18 years ago |
Emil Ivov
|
5788287e50
|
Deleteing unused resources
|
18 years ago |
Yana Stamcheva
|
32373191f5
|
incoming and outgoing call svg-s
|
18 years ago |
Yana Stamcheva
|
f8ddf0de10
|
getSoundURL() fixed.
|
18 years ago |
Damian Minkov
|
1324f6990b
|
Trying to fix build
|
18 years ago |
Emil Ivov
|
05a4f14252
|
Register a global exception handler
(was already in there for a while but we had disabled it because of the Java 1.4 compatibility)
|
18 years ago |
Damian Minkov
|
22cb464e07
|
Fix initial login issue with msn.
|
18 years ago |
Lyubomir Marinov
|
f7f37307f1
|
Introduces an abstract base implementation of OperationSetPersistentPresence 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.
|
18 years ago |
Yana Stamcheva
|
cc7bb6ce26
|
Enhanced resource management.
|
18 years ago |
Yana Stamcheva
|
ebb735b2d0
|
Add support for more resource packs in the ResourceManagement service.
|
18 years ago |
Lyubomir Marinov
|
a998a693e7
|
Prevents the keybinding service from retaining SIPCommFrame (e.g. ChatWindow).
|
18 years ago |
Lyubomir Marinov
|
d51db53b59
|
Fixes a memory leak which amounts to ChatWindows being retained after being 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.
|
18 years ago |
Damian Minkov
|
195b95389b
|
Commit missing lib.
|
18 years ago |
Damian Minkov
|
6dd45adb2c
|
Initial support for Msn protocol version up to 15.
|
18 years ago |
Yana Stamcheva
|
eccdd31f13
|
when the current resource pack is unregistered, reload the default pack
|
18 years ago |
Lyubomir Marinov
|
c48ee0d7c6
|
Fixes a memory leak of 600+ KB caused by .plugin.simpleaccreg.InitialAccountRegistrationFrame being retained.
|
18 years ago |
Thomas Hofer
|
b2aad2c146
|
Fixed NPE occurring on some systems, when screensaver starts (no mouseinfo can be received)
|
18 years ago |
Lyubomir Marinov
|
df1d637e4d
|
Fixes a memory leak which repeatedly retains 600+ KB of heap on each invocation of Help > About i.e. .plugin.branding.AboutWindow.
|
18 years ago |