Directory src/net/java/sip/communicator/plugin/pluginmanager/

Directory Created:
2007-04-27 00:39
Total Files:
9
Deleted Files:
1
Lines of Code:
1524

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

Lines of Code

src/net/java/sip/communicator/plugin/pluginmanager/ Lines of Code

Developers

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

Most Recent Commits

s_vincent 2012-03-09 19:05

Fixes javadoc and eclipse related warnings in the code.

37 lines of code changed in:

  • src/net/java/sip/communicator/plugin/pluginmanager: ManageButtonsPanel.java (+5), PluginListCellRenderer.java (+5 -1), PluginManagerPanel.java (+6 -1), PluginTableModel.java (+5), Resources.java (+9 -4), TitlePanel.java (+7 -2)
lubomir_m 2011-10-24 13:31

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:

  • src/net/java/sip/communicator/plugin/pluginmanager: PluginListCellRenderer.java (+1 -1)
emcho 2011-10-18 14:03

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

9 lines of code changed in:

  • src/net/java/sip/communicator/plugin/pluginmanager: BundleComparator.java (+1 -1), ManageButtonsPanel.java (+1 -1), NewBundleDialog.java (+1 -1), PluginListCellRenderer.java (+1 -1), PluginManagerActivator.java (+1 -1), PluginManagerPanel.java (+1 -1), PluginTableModel.java (+1 -1), Resources.java (+1 -1), TitlePanel.java (+1 -1)
yanas 2010-09-24 19:34

New skin management interface, provided by Adam Netocny.

2 lines of code changed in:

  • src/net/java/sip/communicator/plugin/pluginmanager: ManageButtonsPanel.java (+2 -2)
yanas 2010-09-15 15:29

Patch provided by Adam Netocny improving skin management process (work in progress).

1 lines of code changed in:

  • src/net/java/sip/communicator/plugin/pluginmanager: PluginTableModel.java (+1 -30)
s_vincent 2010-09-11 11:50

Add javadoc, fix warnings and typos.

2 lines of code changed in:

  • src/net/java/sip/communicator/plugin/pluginmanager: PluginTableModel.java (+2 -2)
yanas 2010-09-03 01:50

Skin implementation bases provided by Adam Netočný (work in progress).

173 lines of code changed in:

  • src/net/java/sip/communicator/plugin/pluginmanager: BundleComparator.java (+2 -3), ManageButtonsPanel.java (+33 -5), NewBundleDialog.java (+59 -14), PluginListCellRenderer.java (+49 -6), PluginTableModel.java (+30 -1)
yanas 2010-07-06 15:02

Introduce configuration form types and allow forms to be registered for the security section.

6 lines of code changed in:

  • src/net/java/sip/communicator/plugin/pluginmanager: PluginManagerActivator.java (+6 -1)
yanas 2010-07-05 18:47

Configuration window improvements including reorganizing sections, user interface modifications, account loading/unloading functionality and more.

109 lines of code changed in:

  • src/net/java/sip/communicator/plugin/pluginmanager: ManageButtonsPanel.java (+2 -74), PluginManagerActivator.java (+25 -13), PluginManagerPanel.java (+82 -3)
vmartinet 2010-01-18 18:29

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

  • src/net/java/sip/communicator/plugin/pluginmanager: NewBundleDialog.java (+3 -3)
vmartinet 2009-12-22 00:06

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:

  • src/net/java/sip/communicator/plugin/pluginmanager: NewBundleDialog.java (+5 -3)
vmartinet 2009-12-21 03:04

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:

  • src/net/java/sip/communicator/plugin/pluginmanager: NewBundleDialog.java (+5 -7)
scmerger 2009-06-29 23:59

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:

  • src/net/java/sip/communicator/plugin/pluginmanager: ManageButtonsPanel.java (+6), NewBundleDialog.java (+1)
damencho 2009-04-16 16:06

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:

  • src/net/java/sip/communicator/plugin/pluginmanager: ManageButtonsPanel.java (+33 -6), PluginManagerPanel.java (+24 -13)
damencho 2009-04-16 15:06

Fix Issue#533.

27 lines of code changed in:

  • src/net/java/sip/communicator/plugin/pluginmanager: ManageButtonsPanel.java (+27 -16)
lubomir_m 2009-03-27 11:37

Fixes issue #591 "Menu items randomly appear in the configuration panel" (for now).

3 lines of code changed in:

  • src/net/java/sip/communicator/plugin/pluginmanager: PluginManagerActivator.java (+3 -1)
lubomir_m 2008-12-20 03:08

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

  • src/net/java/sip/communicator/plugin/pluginmanager: PluginManagerActivator.java (+8 -4), PluginManagerConfigForm.java (del)
lubomir_m 2008-12-16 22:42

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:

  • src/net/java/sip/communicator/plugin/pluginmanager: PluginListCellRenderer.java (+69 -38), PluginManagerActivator.java (+1 -5), PluginTableModel.java (+7 -11)
emcho 2008-12-16 18:39

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:

  • src/net/java/sip/communicator/plugin/pluginmanager: PluginListCellRenderer.java (+33 -36), PluginManagerActivator.java (+31 -4), PluginTableModel.java (+3 -13)
lubomir_m 2008-12-16 15:53

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

  • src/net/java/sip/communicator/plugin/pluginmanager: PluginTableModel.java (+3 -6)

(24 more)

Generated by StatSVN 0.3.1