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

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

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

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 70 (100.0%) 1252 (100.0%) 17.8
yanas 38 (54.3%) 1163 (92.9%) 30.6
lubomir_m 16 (22.9%) 33 (2.6%) 2.0
sympho 1 (1.4%) 24 (1.9%) 24.0
emcho 8 (11.4%) 20 (1.6%) 2.5
vmartinet 2 (2.9%) 5 (0.4%) 2.5
wernerd 2 (2.9%) 3 (0.2%) 1.5
damencho 2 (2.9%) 3 (0.2%) 1.5
akelly7 1 (1.4%) 1 (0.1%) 1.0

Most Recent Commits

emcho 2011-10-18 14:03

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

7 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/chatroomslist/createforms: ChatRoomNamePanel.java (+1 -1), CreateChatRoomDialog.java (+1 -1), CreateChatRoomWizard.java (+1 -1), CreateChatRoomWizardPage1.java (+1 -1), CreateChatRoomWizardPage2.java (+1 -1), NewChatRoom.java (+1 -1), SelectAccountPanel.java (+1 -1)
lubomir_m 2010-09-04 16:14

Fixes warnings about unused imports and unnecessary casts.

0 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/chatroomslist/createforms: ChatRoomNamePanel.java (-1), SelectAccountPanel.java (-1)
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.

3 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/chatroomslist/createforms: ChatRoomNamePanel.java (-7), SelectAccountPanel.java (+3 -9)
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/createforms: ChatRoomNamePanel.java (+1 -1), CreateChatRoomWizardPage2.java (+1 -2), SelectAccountPanel.java (+1 -1)
yanas 2010-02-16 15:06

- 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.

1 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/chatroomslist/createforms: CreateChatRoomWizardPage2.java (+1 -1)
vmartinet 2010-01-25 12:47

Fix a GUI-related bug (room member not appearing on the list, however present in the room)

5 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/chatroomslist/createforms: CreateChatRoomDialog.java (+3 -1), CreateChatRoomWizard.java (+2 -1)
yanas 2009-09-14 18:51

Ongoing work on issue #725 ( Sepperate operation set for ad-hoc like chat rooms (Msn, Icq, Yahoo)) provided by Valentin Martinet. Introduces all the interfaces needed to represent an ad-hoc chat room and the corresponding implementations for Msn, Yahoo and Icq.

Also turns some tabs to spaces in the facebookaccregwizz and chatalerter plugins.

19 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/chatroomslist/createforms: CreateChatRoomDialog.java (+14 -14), CreateChatRoomWizard.java (+5 -4)
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.

1 lines of code changed in:

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

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

3 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/chatroomslist/createforms: CreateChatRoomWizardPage1.java (+2 -1), 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.

7 lines of code changed in:

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

13 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/chatroomslist/createforms: SelectAccountPanel.java (+13 -10)
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)

24 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/chatroomslist/createforms: SelectAccountPanel.java (+24 -34)
lubomir_m 2009-02-10 16:47

Removes unused fields, fixes raw-type warnings.

2 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/chatroomslist/createforms: CreateChatRoomWizardPage2.java (+2 -6)
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/createforms: CreateChatRoomWizard.java (-4)
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/createforms: SelectAccountPanel.java (+1)
yanas 2008-12-10 00:28

Language resources updated.

33 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/chatroomslist/createforms: ChatRoomNamePanel.java (+6 -7), CreateChatRoomDialog.java (+12 -11), CreateChatRoomWizard.java (+4 -3), SelectAccountPanel.java (+11 -7)
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/chatroomslist/createforms: ChatRoomNamePanel.java (+1 -1), CreateChatRoomDialog.java (+1 -1), SelectAccountPanel.java (+1 -1)
lubomir_m 2008-12-05 02:05

Respects the blue theme some more.

16 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/chatroomslist/createforms: ChatRoomNamePanel.java (+8 -7), CreateChatRoomDialog.java (+5 -4), SelectAccountPanel.java (+3 -3)
lubomir_m 2008-12-05 00:10

Moves SIPCommDialog 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. Also tries to use it for all JDialogs created by the application.

1 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/chatroomslist/createforms: CreateChatRoomDialog.java (+1 -2)
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.

3 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/chatroomslist/createforms: ChatRoomNamePanel.java (+1 -3), SelectAccountPanel.java (+2 -2)

(11 more)

Generated by StatSVN 0.3.1