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

| 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 |
Translate KeyBindings tab headers
4 lines of code changed in:
Adds global shortcut support.
95 lines of code changed in:
Changes project name in source license headers from SIP Communicator to Jitsi
2 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".
9 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.
248 lines of code changed in:
Fix logger usage - seventh and last bunch
2 lines of code changed in:
Fixes issue #591 "Menu items randomly appear in the configuration panel" (for now).
3 lines of code changed in:
Fixes issue #554 (Missing String resource keys for Keybindings config form).
35 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:
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:
Language resources updated.
6 lines of code changed in:
Moves the functionality of swing-common.jar into util.jar and removes swing-common.jar.
1 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:
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:
Applying new resource name convention.
7 lines of code changed in:
Eliminates duplication among the ~28 Resources classes.
3 lines of code changed in:
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:
KeyBinding plugin contributed by Damian Johnson.
268 lines of code changed in: