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

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 99 (100.0%) | 2393 (100.0%) | 24.1 |
| yanas | 42 (42.4%) | 1713 (71.6%) | 40.7 |
| lubomir_m | 19 (19.2%) | 260 (10.9%) | 13.6 |
| emcho | 19 (19.2%) | 191 (8.0%) | 10.0 |
| damencho | 6 (6.1%) | 158 (6.6%) | 26.3 |
| s_vincent | 7 (7.1%) | 39 (1.6%) | 5.5 |
| vmartinet | 3 (3.0%) | 13 (0.5%) | 4.3 |
| scoutice | 1 (1.0%) | 12 (0.5%) | 12.0 |
| scmerger | 2 (2.0%) | 7 (0.3%) | 3.5 |
Fixes javadoc and eclipse related warnings in the code.
37 lines of code changed in:
Loads the Java VM into Jitsi's run.exe in order to fix issue #963: Starting Jitsi via pinned taskbar icon makes a second Jitsi icon appear in the taskbar instead of highlighting the existing one. Based on ibauersachs' patch.
1 lines of code changed in:
Changes project name in source license headers from SIP Communicator to Jitsi
9 lines of code changed in:
New skin management interface, provided by Adam Netocny.
2 lines of code changed in:
Patch provided by Adam Netocny improving skin management process (work in progress).
1 lines of code changed in:
Add javadoc, fix warnings and typos.
2 lines of code changed in:
Skin implementation bases provided by Adam Netočný (work in progress).
173 lines of code changed in:
Introduce configuration form types and allow forms to be registered for the security section.
6 lines of code changed in:
Configuration window improvements including reorganizing sections, user interface modifications, account loading/unloading functionality and more.
109 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)
3 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.
5 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
5 lines of code changed in:
Merge branch '1.0-local' into trunk-local
* 1.0-local:
Clean up extra "stuff" around JButtons on config screens and fix a few typos
7 lines of code changed in:
Issue #533 (Plug-in ConfigurationForm buttons not properly enabled) update button also added to buttons with state changing. Doesn't allow System Bundle (felix) to be deactivated/activated.
57 lines of code changed in:
Fix Issue#533.
27 lines of code changed in:
Fixes issue #591 "Menu items randomly appear in the configuration panel" (for now).
3 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.
8 lines of code changed in:
Speeds up the painting of the table of plug-ins in .pluginmanager i.e. the Plug-ins ConfigurationForm by reusing the displayed ImageIcon instances instead of loading a new one on each cell paint. Though now there's a cache of a few elements retained, it shouldn't too much of a concern because it has a few elements and I plan to look into the option of not retaining ConfigurationForm UI in general anyway.
77 lines of code changed in:
Asserts non-display of any bundle shipped with SIP Communicator when the show system bundles property is not set. This is part of issue #482 .
67 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:
(24 more)