[root]/src/net/java/sip/communicator/impl/keybindings

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 23 (100.0%) | 936 (100.0%) | 40.6 |
| yanas | 5 (21.7%) | 441 (47.1%) | 88.2 |
| s_vincent | 12 (52.2%) | 405 (43.3%) | 33.7 |
| lubomir_m | 2 (8.7%) | 85 (9.1%) | 42.5 |
| emcho | 3 (13.0%) | 3 (0.3%) | 1.0 |
| wernerd | 1 (4.3%) | 2 (0.2%) | 2.0 |
Introduces new configuration from to setup global shortcut entry. Allows also to use special key detection for headset button _for MS Windows only_.
15 lines of code changed in:
Moves hardcoded global shortcuts to defaults.properties.
44 lines of code changed in:
Adds default values for global shortcuts (answer, hangup, contactlist and mute).
46 lines of code changed in:
Adds mute/unmute global shortcut feature.
22 lines of code changed in:
Adds global shortcut support.
230 lines of code changed in:
Changes project name in source license headers from SIP Communicator to Jitsi
3 lines of code changed in:
Fixes warnings and javadocs.
48 lines of code changed in:
Configuration window improvements including reorganizing sections, user interface modifications, account loading/unloading functionality and more.
0 lines of code changed in:
Fix logger usage - forth bunch.
2 lines of code changed in:
Provides optimizations to the keybindings with respect to execution time and garbage creation no matter how minor because the keybindings are used in MainFrame and ChatWindow which are in turn always in use.
85 lines of code changed in:
defaultKeybinding renamed to defaultkeybindings
1 lines of code changed in:
KeyBinding plugin contributed by Damian Johnson.
440 lines of code changed in: