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

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 87 (100.0%) | 3774 (100.0%) | 43.3 |
| yanas | 20 (23.0%) | 1419 (37.6%) | 70.9 |
| lubomir_m | 30 (34.5%) | 1379 (36.5%) | 45.9 |
| damencho | 10 (11.5%) | 600 (15.9%) | 60.0 |
| emcho | 11 (12.6%) | 154 (4.1%) | 14.0 |
| ibauersachs | 6 (6.9%) | 93 (2.5%) | 15.5 |
| wernerd | 2 (2.3%) | 46 (1.2%) | 23.0 |
| s_vincent | 3 (3.4%) | 37 (1.0%) | 12.3 |
| vmartinet | 4 (4.6%) | 31 (0.8%) | 7.7 |
| scmerger | 1 (1.1%) | 15 (0.4%) | 15.0 |
Fixes javadoc and eclipse related warnings in the code.
37 lines of code changed in:
Separate notification service from its handlers
57 lines of code changed in:
Changes project name in source license headers from SIP Communicator to Jitsi
8 lines of code changed in:
Enable translation of the event configuration
36 lines of code changed in:
Adds a configuration property allowing to enable/disable different configuration forms from provisioning.
38 lines of code changed in:
Update event config form, fixing storing values when changing file values.
67 lines of code changed in:
Displays the descriptions of the notification events in the Events page of Tools > Options... with spaces so that they look less geeky.
31 lines of code changed in:
Commits callRecording.patch and recordButton.png provided by Dmitri Melnikov on the dev mailing list in the thread "Call Recording".
4 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.
1253 lines of code changed in:
Fix logger usage - seventh and last bunch
46 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)
6 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.
7 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
18 lines of code changed in:
Commits the patch of Sebastien Vincent provided on the dev mailing in an e-mail with subject "Fix warnings in Javadoc" which fixes javadoc warnings.
9 lines of code changed in:
Commits the second patch of Sebastien Vincent in the dev mailing list thread "Fix lot of warnings in the code" which fixes multiple compiler warnings.
20 lines of code changed in:
As my day went into warnings, fixes more warnings about raw-type uses.
1 lines of code changed in:
Commits another part of the patch provided by Sebastien Vincent on the dev mailing list in an e-mail with the subject "Fix lot of warnings in the code" which fixes warnings in the src directory.
36 lines of code changed in:
converts tabs to spaces in a number of classes
37 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
15 lines of code changed in:
(19 more)