Emil Ivov
7076dcd63d
Significatnly stabilizes the meta contact list by fixing asynchronous contact loading and taking into account invalid xml node states.
...
This should thus fix issue #598 : Losing the meta contact list although we'll wait a bit before closing it.
17 years ago
Emil Ivov
896bf47772
Fixes raw type warnings (Part of issue #637 ).
17 years ago
Emil Ivov
d183350ccf
Fixes an error introduced (by me) in r5290 because of which it was impossible remove contacts in the root group. (This should fix the build)
...
Fixes some raw type warnings (part of issue #637 )
17 years ago
Lyubomir Marinov
f0d6c90e72
Fixes the following defect: after an account is deleted, it can still be seen in 'My chat rooms...' and the other join-related dialogs.
17 years ago
Lyubomir Marinov
2d35a92e12
Provides a tiny Map-iteration optimization, removes duplication, minor code simplifications.
17 years ago
Lyubomir Marinov
4afa5bd244
Fixes a NullPointerException in MclStorageManager which causes the contactlist to be recreated. The exception is thrown when a MSN account with hotmail.com is deleted by clicking the respective button in Tools > Options > Accounts.
17 years ago
Lyubomir Marinov
27194e062f
Fixes reINVITE-related functionality so that SC can join a 3-way auto-conference (SC doesn't really see that it's a conference) created by X-Lite.
17 years ago
Werner Dittmann
39779d7707
Provide a Map.Entry implememtation to enable compilation of SC with Java 5. This
...
implementation is a private class fo SIPAccountRegistrationWizard.
17 years ago
Lyubomir Marinov
7967be434b
Minor clean-up - fixes raw-type and unused-import warnings, simplifies a few for loops, adds final to a field.
17 years ago
Lyubomir Marinov
66a5e4f5d7
Removes duplication in Call and its implementers with respect to setCallState().
17 years ago
Werner Dittmann
5b39274f8e
Replace Hashtable with ArrayList and Map entries in getSummary. This keeps the intended order also
...
on the summary page.
17 years ago
Werner Dittmann
5e1edb61a1
Fix warning: raw types, unused variables, etc. Contributes to issue #637 .
17 years ago
Werner Dittmann
f196b48e88
Add functions to enable and disable the ZRTP Hello hash attribute in the SIP SDP data. The user
...
may enable/disable the ZRTP attribute on the SIP account advanced tab if security is also enabled.
17 years ago
Emil Ivov
6c2c4e338a
Masks duplicate contacts behind the protocol providers and thus addresses issue #657 ICQ/AIM, MSN, and XMPP report multiple parent groups for a single contact
...
This commit also removes the Contact.getContact(int) method so that contacts could be easily stored in hashmaps in order to optimize search operantions that allow avoiding contact duplicity.
Fixes some raw type warnings.
17 years ago
Yana Stamcheva
39da952cfe
Removed white curves from window decoration. They were not fitting the new borderless look.
17 years ago
Damian Minkov
906596471e
Fix do not include any svg files in resources. Change home dir setting or choosing behaviour. Move the place copying default resources to file for default language.
17 years ago
Yana Stamcheva
f8ce41bb2f
Rename two configuration properties in order to avoid confusion.
17 years ago
Yana Stamcheva
a11acf25df
Call pack() instead of setSize, in order to be sure to have the size of the contained main panel.
17 years ago
Lyubomir Marinov
ab48660466
Fixes NullPointerException causes.
17 years ago
Damian Minkov
d7856abe7c
Detect 64 bit linux and download proper binary when checking for updates.
17 years ago
Lyubomir Marinov
91ab8e173d
Attempts to workaround a problem I'm not sure about which causes the reduced auto-update progress dialog of the Windows MSI installer to not appear on Windows XP when built with earlier versions of WiX.
17 years ago
Damian Minkov
e1fe905bb7
Fix wrong resource string.
17 years ago
Yana Stamcheva
27ce6ab4c3
Code optimizations.
17 years ago
Damian Minkov
bd4b9a2471
Issue #544 (User list in chat rooms not searchable with keyboard).
17 years ago
Yana Stamcheva
f1be39ed74
Chat window toolbar background made configurable.
17 years ago
Yana Stamcheva
18c594ac3e
Chat tabbed pane look modified in order to help better distinguish selected and unselected tabs.
17 years ago
Werner Dittmann
4882fb691c
Fix warning: raw types, unused variables, etc. Contributes to issue #637 .
17 years ago
Yana Stamcheva
2af15f779d
Configurable foreground color of the tabbed pane look and feel.
17 years ago
Werner Dittmann
0a30edfce8
Small fix for conf2Ack handling, fix handling of "half-duplex" RTP connections.
17 years ago
Damien Roth
46eaa21030
- Chat: Moves the Font Chooser dialog to the Edit menu from the
...
Option menu
17 years ago
Werner Dittmann
ddf8af42ba
Fix warning: raw types, unused variables, etc. Contributes to issue #637 .
17 years ago
Lyubomir Marinov
8668a569e8
Fixes issue #542 (Notifications for conversations in chat rooms are not) and issue #642 (IRC treats ChatRoomMember as ChatRoom).
17 years ago
Werner Dittmann
02fad7b7ad
Fix raw types, unused variables, possible NP, etc, this contributes to fix issue #637
17 years ago
Damian Minkov
d526603597
Fix issue #606 (Moving contact to group, closes group).
17 years ago
Damian Minkov
b5ae1abe93
Subscribing new sip contacts, was broken when fixing issue #579(r5246). It is fixed now.
17 years ago
Lyubomir Marinov
f4ae619808
Limits the use of Constants.FONT because it overrides the system font (when it's available) and is thus related to issue #423 (GUI default font shows squares instead of Chinese characters). It's now used only in the SC L&F (which is itself not used on Windows, Mac OS X and GNU/Linux+GNOME) and to badge the protocol images with numbers.
17 years ago
Damian Minkov
dd5568cb3c
Retreiving nickname - avoid infinite loop in case of an exception and also avoid double call for one contact.
17 years ago
Lyubomir Marinov
6c2937b504
Fixes a NullPointerException thrown when the Update button of the plug-in manager is invoked for the IRC protocol provider plug-in.
17 years ago
Yana Stamcheva
7216c6b4f8
Fixing previous commit about scrollpane view. Thanks to Lubomir who noticed the mistake : this.setOpaque=view.setOpaque!
17 years ago
Yana Stamcheva
b58acd8d62
Make the scrollpane view transparent in order to be sure to have only the white background set by the custom viewport.
17 years ago
Werner Dittmann
060ff3d515
Fix raw-type warnings.
17 years ago
Damian Minkov
250f4ebb7a
Issue #533 (Plug-in ConfigurationForm buttons not properly enabled) update button also added to buttons with state changing. Doesn't allow System Bundle (felix) to be deactivated/activated.
17 years ago
Damian Minkov
7bb48bb5dc
Fix Issue#533.
17 years ago
Yana Stamcheva
ff90d8d0ac
Addressing issue #651 Non-default background color for chat conversation and write panels.
17 years ago
Lyubomir Marinov
319af800cd
Doesn't allow exceptions during the dispatching of registration state change events to break the registration (e.g. cause a disconnect). In this case, it prevents the Mac OS X Dock-related functionality to not disconnect all protocols right after connecting on 64-bit Java 6.
17 years ago
Lyubomir Marinov
40d4c1959f
Removes an unnecesasry border around the search results in the Call history dialog.
17 years ago
Lyubomir Marinov
ad067de163
Corrects the discovery of IRC ChatRoomMemberRoles to be the same as in PircBot. Fixes a few raw-type warnings.
17 years ago
Lyubomir Marinov
048b5b82bf
Removes an unnecessary border and empty strip at the bottom of the Tools > Options dialog.
17 years ago
Lyubomir Marinov
0160a3bf6b
Fixes issue #644 (IRC claims chat room members joined right after I joined).
17 years ago
Yana Stamcheva
17edf23796
Additional commit for issue #652 Unnecessary blue strip at top of ChatWindow with hidden toolbar.
17 years ago