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

Directory Created:
2008-07-18 02:08
Total Files:
4
Deleted Files:
2
Lines of Code:
586

[root]/src/net/java/sip/communicator/plugin/keybindingchooser
                                 chooser (4 files, 1388 lines)
                                 globalchooser (5 files, 1332 lines)

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 36 (100.0%) 954 (100.0%) 26.5
yanas 13 (36.1%) 535 (56.1%) 41.1
lubomir_m 17 (47.2%) 316 (33.1%) 18.5
s_vincent 2 (5.6%) 95 (10.0%) 47.5
ibauersachs 1 (2.8%) 4 (0.4%) 4.0
wernerd 1 (2.8%) 2 (0.2%) 2.0
emcho 2 (5.6%) 2 (0.2%) 1.0

Most Recent Commits

ibauersachs 2011-12-22 15:53

Translate KeyBindings tab headers

4 lines of code changed in:

  • src/net/java/sip/communicator/plugin/keybindingchooser: KeybindingsConfigPanel.java (+4 -31)
s_vincent 2011-11-29 13:37

Adds global shortcut support.

95 lines of code changed in:

  • src/net/java/sip/communicator/plugin/keybindingchooser: KeybindingChooserActivator.java (+82 -1), KeybindingsConfigPanel.java (+13 -22)
emcho 2011-10-18 14:03

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

2 lines of code changed in:

  • src/net/java/sip/communicator/plugin/keybindingchooser: KeybindingChooserActivator.java (+1 -1), KeybindingsConfigPanel.java (+1 -1)
lubomir_m 2010-12-15 00:46

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

9 lines of code changed in:

  • src/net/java/sip/communicator/plugin/keybindingchooser: KeybindingsConfigPanel.java (+9 -4)
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/keybindingchooser: KeybindingChooserActivator.java (+6 -1)
yanas 2010-07-05 18:47

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

248 lines of code changed in:

  • src/net/java/sip/communicator/plugin/keybindingchooser: ComponentTools.java (new 180), KeybindingChooserActivator.java (+36 -18), KeybindingsConfigPanel.java (+2 -3), StringTools.java (new 30)
wernerd 2010-06-04 09:07

Fix logger usage - seventh and last bunch

2 lines of code changed in:

  • src/net/java/sip/communicator/plugin/keybindingchooser: KeybindingChooserActivator.java (+2 -1)
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/keybindingchooser: KeybindingChooserActivator.java (+3 -1)
lubomir_m 2009-03-23 17:21

Fixes issue #554 (Missing String resource keys for Keybindings config form).

35 lines of code changed in:

  • src/net/java/sip/communicator/plugin/keybindingchooser: KeybindingsConfigPanel.java (+35 -2)
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/keybindingchooser: KeybindingChooserActivator.java (+8 -2), KeybindingsConfigForm.java (del)
lubomir_m 2008-12-10 12:46

Represents the beginning of work in progress to delay the loading of the ConfigurationForm implementations in order to better startup time. The goal is to have all of them extend AbstractConfigurationForm and delay part of the class loading through it (in the spirit of the Eclipse extension points).

31 lines of code changed in:

  • src/net/java/sip/communicator/plugin/keybindingchooser: KeybindingChooserActivator.java (+6 -11), KeybindingsConfigForm.java (+7 -24), KeybindingsConfigPanel.java (+18 -3)
yanas 2008-12-10 00:28

Language resources updated.

6 lines of code changed in:

  • src/net/java/sip/communicator/plugin/keybindingchooser: KeybindingsConfigForm.java (+1 -1), KeybindingsConfigPanel.java (+5 -2)
lubomir_m 2008-12-08 21:18

Moves the functionality of swing-common.jar into util.jar and removes swing-common.jar.

1 lines of code changed in:

  • src/net/java/sip/communicator/plugin/keybindingchooser: KeybindingsConfigPanel.java (+1 -1)
lubomir_m 2008-12-05 13:09

Replaces the uses of JTabbedPane with SIPCommTabbedPane in order to respect the blue theme.

1 lines of code changed in:

  • src/net/java/sip/communicator/plugin/keybindingchooser: KeybindingsConfigPanel.java (+1 -1)
lubomir_m 2008-12-02 19:48

Makes the backgrounds of the ConfigurationForms visible in Tools > Options transparent so that they don't look grey and the themed background shows through.

8 lines of code changed in:

  • src/net/java/sip/communicator/plugin/keybindingchooser: KeybindingsConfigPanel.java (+8 -6)
yanas 2008-11-29 00:15

Applying new resource name convention.

7 lines of code changed in:

  • src/net/java/sip/communicator/plugin/keybindingchooser: KeybindingsConfigForm.java (+4 -2), KeybindingsConfigPanel.java (+3 -1), Resources.java (del)
lubomir_m 2008-11-21 18:26

Eliminates duplication among the ~28 Resources classes.

3 lines of code changed in:

  • src/net/java/sip/communicator/plugin/keybindingchooser: KeybindingChooserActivator.java (+1 -13), Resources.java (+2 -25)
lubomir_m 2008-10-25 23:32

Delays the creation of the UI of the keybindingschooser ConfigurationForm in order to save precious startup time and memory and because the UI in question isn't always necessary anyway.

217 lines of code changed in:

  • src/net/java/sip/communicator/plugin/keybindingchooser: KeybindingChooserActivator.java (+22 -19), KeybindingsConfigForm.java (+11 -154), KeybindingsConfigPanel.java (new 176), Resources.java (+8 -8)
yanas 2008-07-18 02:08

KeyBinding plugin contributed by Damian Johnson.

268 lines of code changed in:

  • src/net/java/sip/communicator/plugin/keybindingchooser: KeybindingChooserActivator.java (new 78), KeybindingsConfigForm.java (new 165), Resources.java (new 25)
Generated by StatSVN 0.3.1