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

Directory Created:
2008-07-09 18:35
Total Files:
8
Deleted Files:
4
Lines of Code:
1743

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

Lines of Code

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

Developers

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

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/notificationconfiguration: NotificationConfigurationActivator.java (+8 -5), NotificationsTable.java (+24 -4), StringTableRenderer.java (+5)
ibauersachs 2011-12-05 22:40

Separate notification service from its handlers

57 lines of code changed in:

  • src/net/java/sip/communicator/plugin/notificationconfiguration: NotificationConfigurationPanel.java (+4 -4), NotificationsTable.java (+53 -60)
emcho 2011-10-18 14:03

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

8 lines of code changed in:

  • src/net/java/sip/communicator/plugin/notificationconfiguration: NotificationConfigurationActivator.java (+1 -1), NotificationConfigurationPanel.java (+1 -1), NotificationEntry.java (+1 -1), NotificationsTable.java (+1 -1), Resources.java (+1 -1), SoundFilter.java (+1 -1), StringTableRenderer.java (+1 -1), TableHeaderRenderer.java (+1 -1)
ibauersachs 2011-10-08 18:26

Enable translation of the event configuration

36 lines of code changed in:

  • src/net/java/sip/communicator/plugin/notificationconfiguration: NotificationConfigurationPanel.java (+19 -11), NotificationEntry.java (+14 -18), NotificationsTable.java (+1 -1), StringTableRenderer.java (+2 -5)
yanas 2011-06-21 17:59

Adds a configuration property allowing to enable/disable different configuration forms from provisioning.

38 lines of code changed in:

  • src/net/java/sip/communicator/plugin/notificationconfiguration: NotificationConfigurationActivator.java (+38)
damencho 2010-12-08 14:07

Update event config form, fixing storing values when changing file values.

67 lines of code changed in:

  • src/net/java/sip/communicator/plugin/notificationconfiguration: NotificationConfigurationPanel.java (+53), NotificationsTable.java (+14 -7)
lubomir_m 2010-09-01 11:18

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:

  • src/net/java/sip/communicator/plugin/notificationconfiguration: NotificationConfigurationActivator.java (+14 -16), NotificationConfigurationPanel.java (+1), Resources.java (-1), StringTableRenderer.java (+16 -18)
lubomir_m 2010-08-11 21:45

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:

  • src/net/java/sip/communicator/plugin/notificationconfiguration: SoundFilter.java (+4 -61)
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/notificationconfiguration: NotificationConfigurationActivator.java (+6 -1)
yanas 2010-07-05 18:47

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

1253 lines of code changed in:

  • src/net/java/sip/communicator/plugin/notificationconfiguration: ListMulti.java (del), NotificationConfigurationActivator.java (+1 -1), NotificationConfigurationPanel.java (+168 -1053), NotificationEntry.java (new 225), NotificationsTable.java (new 690), NotificationsTableEntry.java (del), Resources.java (-2), StringTableRenderer.java (new 90), TableHeaderRenderer.java (new 79)
wernerd 2010-06-04 09:07

Fix logger usage - seventh and last bunch

46 lines of code changed in:

  • src/net/java/sip/communicator/plugin/notificationconfiguration: NotificationConfigurationActivator.java (+2 -1), NotificationConfigurationPanel.java (+44 -22)
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)

6 lines of code changed in:

  • src/net/java/sip/communicator/plugin/notificationconfiguration: NotificationConfigurationPanel.java (+6 -6)
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.

7 lines of code changed in:

  • src/net/java/sip/communicator/plugin/notificationconfiguration: NotificationConfigurationPanel.java (+7 -4)
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

18 lines of code changed in:

  • src/net/java/sip/communicator/plugin/notificationconfiguration: NotificationConfigurationPanel.java (+14 -13), SoundFilter.java (+4 -2)
lubomir_m 2009-09-02 14:01

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:

  • src/net/java/sip/communicator/plugin/notificationconfiguration: NotificationsTableEntry.java (+8 -8), SoundFilter.java (+1 -1)
lubomir_m 2009-09-02 13:40

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:

  • src/net/java/sip/communicator/plugin/notificationconfiguration: NotificationConfigurationPanel.java (+20 -32)
lubomir_m 2009-08-31 22:47

As my day went into warnings, fixes more warnings about raw-type uses.

1 lines of code changed in:

  • src/net/java/sip/communicator/plugin/notificationconfiguration: ListMulti.java (+1 -1)
lubomir_m 2009-08-31 16:15

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:

  • src/net/java/sip/communicator/plugin/notificationconfiguration: NotificationConfigurationPanel.java (+36 -49)
emcho 2009-07-18 00:51

converts tabs to spaces in a number of classes

37 lines of code changed in:

  • src/net/java/sip/communicator/plugin/notificationconfiguration: ListMulti.java (+37 -37)
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

15 lines of code changed in:

  • src/net/java/sip/communicator/plugin/notificationconfiguration: NotificationConfigurationPanel.java (+15 -12)

(19 more)

Generated by StatSVN 0.3.1