Directory src/net/java/sip/communicator/impl/gui/main/chatroomslist/joinforms/

Directory Created:
2007-07-30 13:03
Total Files:
10
Deleted Files:
1
Lines of Code:
1964

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

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 104 (100.0%) 2784 (100.0%) 26.7
yanas 50 (48.1%) 2101 (75.5%) 42.0
vmartinet 4 (3.8%) 436 (15.7%) 109.0
emcho 12 (11.5%) 99 (3.6%) 8.2
lubomir_m 29 (27.9%) 72 (2.6%) 2.4
sympho 2 (1.9%) 33 (1.2%) 16.5
damencho 1 (1.0%) 33 (1.2%) 33.0
akelly7 2 (1.9%) 5 (0.2%) 2.5
wernerd 3 (2.9%) 4 (0.1%) 1.3
scmerger 1 (1.0%) 1 (0.0%) 1.0

Most Recent Commits

emcho 2011-10-18 14:03

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

10 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/chatroomslist/joinforms: ChatRoomAuthenticationWindow.java (+1 -1), ChatRoomNamePanel.java (+1 -1), JoinChatRoomDialog.java (+1 -1), JoinChatRoomWindow.java (+1 -1), JoinChatRoomWizard.java (+1 -1), JoinChatRoomWizardPage1.java (+1 -1), JoinChatRoomWizardPage2.java (+1 -1), NewChatRoom.java (+1 -1), SearchChatRoomPanel.java (+1 -1), SelectAccountPanel.java (+1 -1)
yanas 2010-11-03 20:56

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

133 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/chatroomslist/joinforms: ChatRoomAuthenticationWindow.java (+25 -2), JoinChatRoomDialog.java (+24 -8), JoinChatRoomWindow.java (+54 -17), SelectAccountPanel.java (+30 -16)
damencho 2010-04-08 13:14

- Fix message history skip messages coming from null members.
- Showing the same dialog for joining chat rooms and fix showing create chat room.
- Fix formating of date for Certificate details.

33 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/chatroomslist/joinforms: JoinChatRoomWindow.java (+33 -16)
yanas 2010-03-07 04:16

Ongoing work on issue # 572 Adding a contact is too much of a painful process.

Also enhanced the "Add group" dialog and and changed some related icons.

3 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/chatroomslist/joinforms: JoinChatRoomDialog.java (+1 -1), JoinChatRoomWizardPage2.java (+1 -2), SelectAccountPanel.java (+1 -1)
vmartinet 2010-02-28 19:52

Introduces a new "Join chatroom" dialog,
as proposed (off-list) by Emil Ivov.

353 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/chatroomslist/joinforms: JoinChatRoomWindow.java (new 353)
vmartinet 2010-02-27 12:38

Fix a NPE when searching for rooms in the SearchChatRoomPanel
(reported on dev ML by Emil Ivov, "A couple of chat room issues").

4 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/chatroomslist/joinforms: SearchChatRoomPanel.java (+4 -2)
vmartinet 2010-02-11 23:34

- Increase the height of the chat rooms list
in the join chat room wizard because it's too
small, especially when we have big lists.

- Added an interactive search: chat room list updated
for each change in the chat room name field.

- Deleted warnings.

79 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/chatroomslist/joinforms: ChatRoomNamePanel.java (+12), SearchChatRoomPanel.java (+67 -14)
lubomir_m 2009-09-02 14:01

Commits the patch of Sebastien Vincent provided on the dev mailing in an e-mail with subject "Fix warnings in Javadoc" which fixes javadoc warnings.

7 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/chatroomslist/joinforms: ChatRoomAuthenticationWindow.java (-1), JoinChatRoomDialog.java (+2 -3), JoinChatRoomWizardPage1.java (+3 -3), SearchChatRoomPanel.java (+2 -3)
lubomir_m 2009-08-30 22:31

Introduces a default implementation of OperationSetMultiUserChat which removes duplications from extenders and fixes warnings.

0 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/chatroomslist/joinforms: ChatRoomAuthenticationWindow.java (-5)
scmerger 2009-06-21 18:18

Merge branch '1.0-local' into trunk-local

1 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/chatroomslist/joinforms: ChatRoomAuthenticationWindow.java (+1 -1)
wernerd 2009-04-17 20:50

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

4 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/chatroomslist/joinforms: ChatRoomAuthenticationWindow.java (+1 -4), SearchChatRoomPanel.java (+2 -2), SelectAccountPanel.java (+1 -2)
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.

10 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/chatroomslist/joinforms: ChatRoomAuthenticationWindow.java (+3 -3), ChatRoomNamePanel.java (+4 -2), SelectAccountPanel.java (+3 -1)
emcho 2009-03-28 16:28

Fixes issue #624 : Protocol account selectors in wizards allow multiple selections. Removes the Radio buttons and reorganizes the AccountSelector page shown when clicking on the "Join chatroom" button

89 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/chatroomslist/joinforms: JoinChatRoomWizardPage1.java (+12 -19), SelectAccountPanel.java (+77 -66)
sympho 2009-03-12 20:43

modification to few jabber class related to MUC to make some tests work
removed opacity on some MUC related component to have the SC background rather than the gray one
on modified files : made class members final when possible, added some generics

11 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/chatroomslist/joinforms: SearchChatRoomPanel.java (+11 -10)
lubomir_m 2009-03-02 18:56

Removes unnecessary fields.

4 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/chatroomslist/joinforms: ChatRoomAuthenticationWindow.java (+4 -2)
akelly7 2009-02-27 23:27

Minor GUI improvement--remove grey (opaque) background

4 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/chatroomslist/joinforms: SearchChatRoomPanel.java (+4)
sympho 2009-02-26 12:29

use smaller icons in the select account panel.
modifiy javadoc in some OperationSetMultiUserChat#findRoom to reflect what the code does.
minor changes seen from lubomir (adding final where possible in modified files)

22 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/chatroomslist/joinforms: SelectAccountPanel.java (+22 -20)
lubomir_m 2009-02-10 14:09

Removes unused Logger instances (and thus resolves the warnings about them as well).

0 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/chatroomslist/joinforms: JoinChatRoomDialog.java (-3), JoinChatRoomWizard.java (-8), SearchChatRoomPanel.java (-3), SelectAccountPanel.java (-3)
akelly7 2009-01-31 00:28

Make <tt>noAccountsTextArea</tt> background transparent in chat room dialogs

1 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/chatroomslist/joinforms: SelectAccountPanel.java (+1)
yanas 2008-12-10 00:28

Language resources updated.

63 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/chatroomslist/joinforms: ChatRoomAuthenticationWindow.java (+17 -15), ChatRoomNamePanel.java (+7 -7), JoinChatRoomDialog.java (+12 -11), JoinChatRoomWizard.java (+4 -3), SearchChatRoomPanel.java (+11 -6), SelectAccountPanel.java (+12 -7)

(20 more)

Generated by StatSVN 0.3.1