Yana Stamcheva
de35e20445
- Fixing a bug reported bu Matthieu Casanova (on dev@sip-communicator.dev.java.net 02/16/2010 subject: "AddContactWizard : disable back button when on first page")
...
- Make all wizard first pages to return null as a "back page identifier" instead of the DEFAULT_PAGE_IDENTIFIER, which was meant for a different case.
16 years ago
scmerger
bc1fbe7cb4
Merge branch '1.0-local' into trunk-local
...
* 1.0-local:
Fixes an inconsistency when creating an AIM account through the multi-protocol meebo-like account registration form which used to not remember the password and it would immediately be asked for right after closing the registration form while the behavior used to be different for the other protocols.
17 years ago
Emil Ivov
308d34533c
Fixes issue #601 : Can create an account with no userid . Note that this is a lame fix and a more comprehensive solution should be implemented as a part of issue #625
17 years ago
Alan Kelly
c0fe7cae95
GUI enhancements: Remove opacity and editability from JTextAreas used for instructions
17 years ago
Yana Stamcheva
333a823b14
- Fixes Issue #: 434 Wrong ID when try to install an already installed account.
...
- Removes the "Override server" option from account wizards.
- Adds a property to the ProtocolProviderFactory which indicates if the server has been modified
17 years ago
Lyubomir Marinov
d02eba788a
- Reduces garbage created when working with AccoutID.getAccountProperties() which creates a copy of the internal Hashtable by introducing getAccountProperty(), getAccountPropertyString(), getAccountPropertyBoolean() and getAccountPropertyInt(). The last two also carry out the conversions between Object and boolean/int without additional allocations in contrast to most of the previous uses which would perform allocations.
...
- Modifies SimpleStatusMenu to load its necessary image once instead of three times and to spare a ImageIcon instance.
17 years ago
Yana Stamcheva
9daa19303f
Language resources updated.
18 years ago
Lyubomir Marinov
a83833f357
Moves the functionality of swing-common.jar into util.jar and removes swing-common.jar.
18 years ago
Lyubomir Marinov
c3156c99c5
Makes the background of JCheckBox transparent on Windows in order to respect the blue theme.
18 years ago
Lyubomir Marinov
dd002dcd6c
As part of the ongoing work on issue #492 - Grey background dialogs, makes the AccountRegistrationWizard implementations respect the new blue theme. The uses of JTabbedPane which thus don't comply with the theme will be taken care of in a separate revision.
18 years ago
Yana Stamcheva
bbceee07e5
UI enhancements.
18 years ago
Yana Stamcheva
a48515ce36
uinAndPassword property key renamed to AimUinAndPassword
18 years ago
Damian Minkov
795fac7d71
Resource Management Service and its implementation. The service holds all resources and all bundles(except configuration service) use it to retrieve i18n strings,images,settings...
18 years ago
Yana Stamcheva
b04e3f61cb
New Account configuration forms.
18 years ago
Yana Stamcheva
2c111b0a89
Sign up link added to simple account registration page.
18 years ago
Yana Stamcheva
e67371701c
New simplified sign in form shown when the application is started for the first time.
18 years ago
Yana Stamcheva
7eadba9c85
"UIN" replaced by identifier or user identifier
18 years ago
Yana Stamcheva
3507976141
wizard modifications merged with alpha2
19 years ago
Damian Minkov
214e73f509
Aim wizard and some improvments on the loading of accounts for the aim/icq protocol.
19 years ago