Directory src/net/java/sip/communicator/impl/gui/main/authorization/

Directory Created:
2006-08-01 17:55
Total Files:
4
Deleted Files:
0
Lines of Code:
841

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

Lines of Code

src/net/java/sip/communicator/impl/gui/main/authorization/ Lines of Code

Developers

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

Most Recent Commits

emcho 2011-10-18 14:03

Changes project name in source license headers from SIP Communicator to Jitsi

4 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/authorization: AuthorizationHandlerImpl.java (+1 -1), AuthorizationRequestedDialog.java (+1 -1), AuthorizationResponseDialog.java (+1 -1), RequestAuthorizationDialog.java (+1 -1)
yanas 2011-08-01 22:17

Extends the authorization request process with the possibility to automatically add the requesting contact to the contact list.

116 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/authorization: AuthorizationHandlerImpl.java (+22 -9), AuthorizationRequestedDialog.java (+91 -24), AuthorizationResponseDialog.java (+3 -4)
yanas 2011-04-13 16:35

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:

  • src/net/java/sip/communicator/impl/gui/main/authorization: AuthorizationRequestedDialog.java (-1)
yanas 2010-11-03 20:56

Skin support patch provided by Adam Netocny. Adding skin support in the SIP Communicator look&feel.

39 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/authorization: AuthorizationRequestedDialog.java (+13 -1), AuthorizationResponseDialog.java (+13 -1), RequestAuthorizationDialog.java (+13 -1)
yanas 2010-10-16 12:37

Some space added between the icon and the text.

197 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/authorization: AuthorizationRequestedDialog.java (+64 -49), AuthorizationResponseDialog.java (+67 -44), RequestAuthorizationDialog.java (+66 -49)
wernerd 2009-04-17 20:50

Fix raw types, unused variables, possible NP, etc, this contributes to fix issue #637

0 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/authorization: RequestAuthorizationDialog.java (-4)
lubomir_m 2009-04-17 11:32

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:

  • src/net/java/sip/communicator/impl/gui/main/authorization: AuthorizationRequestedDialog.java (+4 -2), AuthorizationResponseDialog.java (+4 -2), RequestAuthorizationDialog.java (+3 -1)
wernerd 2009-04-05 09:49

Undo revision 5226, see Lubo's e-mail in list.

0 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/authorization: AuthorizationRequestedDialog.java (-2), AuthorizationResponseDialog.java (-2), RequestAuthorizationDialog.java (-2)
wernerd 2009-04-04 20:32

Remove warning, mostly serialVersionUID stuff. This is part of the effort to resolve issue #637

6 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/authorization: AuthorizationRequestedDialog.java (+2), AuthorizationResponseDialog.java (+2), RequestAuthorizationDialog.java (+2)
yanas 2008-12-10 00:28

Language resources updated.

76 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/authorization: AuthorizationRequestedDialog.java (+40 -34), AuthorizationResponseDialog.java (+15 -11), RequestAuthorizationDialog.java (+21 -16)
lubomir_m 2008-12-08 21:18

Moves the functionality of swing-common.jar into util.jar and removes swing-common.jar.

3 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/authorization: AuthorizationRequestedDialog.java (+1 -1), AuthorizationResponseDialog.java (+1 -1), RequestAuthorizationDialog.java (+1 -1)
lubomir_m 2008-12-05 02:05

Respects the blue theme some more.

26 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/authorization: AuthorizationRequestedDialog.java (+10 -9), AuthorizationResponseDialog.java (+7 -7), RequestAuthorizationDialog.java (+9 -9)
lubomir_m 2008-12-04 22:01

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:

  • src/net/java/sip/communicator/impl/gui/main/authorization: AuthorizationRequestedDialog.java (+2 -1), AuthorizationResponseDialog.java (+1), RequestAuthorizationDialog.java (+2)
yanas 2007-02-28 18:01

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:

  • src/net/java/sip/communicator/impl/gui/main/authorization: AuthorizationRequestedDialog.java (+1 -1), RequestAuthorizationDialog.java (+1 -1)
yanas 2006-12-11 18:31

remove all not used text areas from authorization windows

19 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/authorization: AuthorizationHandlerImpl.java (+3 -5), AuthorizationRequestedDialog.java (+2 -22), RequestAuthorizationDialog.java (+14 -14)
yanas 2006-12-06 16:29

accept button text fixed

1 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/authorization: AuthorizationRequestedDialog.java (+1 -2)
yanas 2006-12-05 16:03

update all mnemonics

37 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/authorization: AuthorizationRequestedDialog.java (+17 -13), AuthorizationResponseDialog.java (+8 -4), RequestAuthorizationDialog.java (+12 -9)
yanas 2006-12-01 18:31

size fixed

1 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/authorization: AuthorizationRequestedDialog.java (+1 -1)
yanas 2006-12-01 18:19

the request response area should not be removed

1 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/authorization: AuthorizationRequestedDialog.java (+1 -2)
yanas 2006-12-01 17:39

hide response and request area if the request/response contains no reason

8 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/authorization: AuthorizationRequestedDialog.java (+5 -3), AuthorizationResponseDialog.java (+3 -2)

(14 more)

Generated by StatSVN 0.3.1