[root]/src/net/java/sip/communicator/plugin/accountinfo

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 46 (100.0%) | 2262 (100.0%) | 49.1 |
| yanas | 15 (32.6%) | 1149 (50.8%) | 76.6 |
| lubomir_m | 17 (37.0%) | 953 (42.1%) | 56.0 |
| vmartinet | 3 (6.5%) | 77 (3.4%) | 25.6 |
| damencho | 3 (6.5%) | 43 (1.9%) | 14.3 |
| s_vincent | 4 (8.7%) | 36 (1.6%) | 9.0 |
| emcho | 4 (8.7%) | 4 (0.2%) | 1.0 |
Fixes javadoc and eclipse related warnings in the code.
8 lines of code changed in:
Fixes style formating, javadoc and eclipse related warnings.
28 lines of code changed in:
Changes project name in source license headers from SIP Communicator to Jitsi
4 lines of code changed in:
Commits patches to enable the blue theme for the tabs of various pages in Tools > Options provided by Akash Nawani in the dev mailing list thread "Regarding Security Page".
1 lines of code changed in:
New interface and implementations added allowing to reload a skin runtime. Patch provided by Adam Netocny.
30 lines of code changed in:
First version of the modified contact list interface. Modifications include a new search box allowing to filter the contact list, contact expansion on select, different approach for calling contacts and more.
54 lines of code changed in:
- Changed createAdHocChatRoom(*, List<Contact>, *) to createAdHocChatRoom(*, List<String>, *)
(Contact are never used, only their address/ID. +More convenient for unit tests)
- Removed tabs (reported by Yana)
58 lines of code changed in:
Implements SipCommFileFilter in the Whiteboard plugin.
The Mac OS X save file dialog is now used.
Deleted warnings and corrected lines > 80 characters.
6 lines of code changed in:
Introduce the SipCommFileChooser, generic file chooser which gather
both Swing's JFileChooser and AWT's FileDialog, since FileDialog
is better to use on Mac OS X than JFileChooser.
Introduce SipCommFileFilter too.
Beginning of implementation in:
- MainToolBar
- ContactRightButtonMenu
- NotificationConfigurationPanel
- NewBundleDialog
- FirstWizardPage
13 lines of code changed in:
Commits the patch of Sebastien Vincent provided on the dev mailing list in an e-mail with the subject "[Patch] Warnings" which fixes multiple warnings about unnecessary casts, missing or incorrect javadocs.
796 lines of code changed in:
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.
0 lines of code changed in:
As my day went into warnings, fixes more warnings about raw-type uses.
3 lines of code changed in:
Introduces a default implementation of OperationSetMultiUserChat which removes duplications from extenders and fixes warnings.
1 lines of code changed in:
Fixes various warnings, mostly ones about performance.
1 lines of code changed in:
Removes unnecessary fields.
2 lines of code changed in:
- Delays the creation of the Options dialog and the loading of the ConfigurationForm implementations (which get listed in the Options dialog).
- Spares a couple of ImageIcon allocations.
- Removes unused fields and fixes raw-type warnings in the files touched by the other changes.
115 lines of code changed in:
- 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.
3 lines of code changed in:
Language resources updated.
22 lines of code changed in:
Moves the functionality of swing-common.jar into util.jar and removes swing-common.jar.
2 lines of code changed in:
Replaces the uses of JTabbedPane with SIPCommTabbedPane in order to respect the blue theme.
1 lines of code changed in:
(11 more)