[root]/src/net/java/sip/communicator/impl/gui/main/authorization

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 87 (100.0%) | 1421 (100.0%) | 16.3 |
| yanas | 60 (69.0%) | 1346 (94.7%) | 22.4 |
| lubomir_m | 12 (13.8%) | 45 (3.2%) | 3.7 |
| emcho | 8 (9.2%) | 24 (1.7%) | 3.0 |
| wernerd | 7 (8.0%) | 6 (0.4%) | 0.8 |
Changes project name in source license headers from SIP Communicator to Jitsi
4 lines of code changed in:
Extends the authorization request process with the possibility to automatically add the requesting contact to the contact list.
116 lines of code changed in:
Remove the default button from the authorization window in order to prevent the user from accidently accepting authorization requests.
0 lines of code changed in:
Skin support patch provided by Adam Netocny. Adding skin support in the SIP Communicator look&feel.
39 lines of code changed in:
Some space added between the icon and the text.
197 lines of code changed in:
Fix raw types, unused variables, possible NP, etc, this contributes to fix issue #637
0 lines of code changed in:
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.
11 lines of code changed in:
Undo revision 5226, see Lubo's e-mail in list.
0 lines of code changed in:
Remove warning, mostly serialVersionUID stuff. This is part of the effort to resolve issue #637
6 lines of code changed in:
Language resources updated.
76 lines of code changed in:
Moves the functionality of swing-common.jar into util.jar and removes swing-common.jar.
3 lines of code changed in:
Respects the blue theme some more.
26 lines of code changed in:
Moves SIPCommFrame into public visibility out of its defining bundle so that it can be used not only in the main UI but also in the plugins. Though no plugin currently takes advantage of it, I'm committing it because there're a lot of changed files involved and I don't really want to merge.
5 lines of code changed in:
error messages concerning the user account now look sth like this:
An error occurred when ... in the following user account: User name: <username>,
Server name: <server>.
i18n messages now allow more than one parameter to be set
2 lines of code changed in:
remove all not used text areas from authorization windows
19 lines of code changed in:
accept button text fixed
1 lines of code changed in:
update all mnemonics
37 lines of code changed in:
size fixed
1 lines of code changed in:
the request response area should not be removed
1 lines of code changed in:
hide response and request area if the request/response contains no reason
8 lines of code changed in:
(14 more)