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

Directory Created:
2008-06-10 14:39
Total Files:
6
Deleted Files:
1
Lines of Code:
2096

[root]/src/net/java/sip/communicator/plugin/generalconfig
                                 autoaway (4 files, 595 lines)

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 97 (100.0%) 3837 (100.0%) 39.5
yanas 26 (26.8%) 1943 (50.6%) 74.7
damencho 21 (21.6%) 668 (17.4%) 31.8
lubomir_m 18 (18.6%) 527 (13.7%) 29.2
sympho 10 (10.3%) 246 (6.4%) 24.6
ibauersachs 7 (7.2%) 203 (5.3%) 29.0
scmerger 2 (2.1%) 164 (4.3%) 82.0
rkuntz 1 (1.0%) 36 (0.9%) 36.0
s_vincent 4 (4.1%) 33 (0.9%) 8.2
kpouer 1 (1.0%) 9 (0.2%) 9.0
emcho 6 (6.2%) 6 (0.2%) 1.0
wernerd 1 (1.0%) 2 (0.1%) 2.0

Most Recent Commits

s_vincent 2012-03-09 19:05

Fixes javadoc and eclipse related warnings in the code.

33 lines of code changed in:

  • src/net/java/sip/communicator/plugin/generalconfig: GeneralConfigPluginActivator.java (+7 -2), GeneralConfigurationPanel.java (+10 -5), Resources.java (+8 -2), SIPConfigForm.java (+8 -3)
ibauersachs 2012-02-26 17:00

SIP: Show checkboxes for configurable SSL/TLS protocol versions

88 lines of code changed in:

  • src/net/java/sip/communicator/plugin/generalconfig: ConfigurationManager.java (+47 -6), SIPConfigForm.java (+41 -24)
ibauersachs 2012-02-21 11:16

SIP: Allow configuration of enabled SSL/TLS protocols

44 lines of code changed in:

  • src/net/java/sip/communicator/plugin/generalconfig: ConfigurationManager.java (+18), SIPConfigForm.java (+26 -1)
yanas 2012-02-09 11:47

Fixes "Log chat history" check box in the general configuration form. Reported by Davide Corda on the mailing list (subject: [jitsi-dev] General config: showHistoryCheckBox).

5 lines of code changed in:

  • src/net/java/sip/communicator/plugin/generalconfig: ConfigurationManager.java (+5 -5)
ibauersachs 2011-10-30 11:40

Resize general config pane along with the outer window

1 lines of code changed in:

  • src/net/java/sip/communicator/plugin/generalconfig: GeneralConfigurationPanel.java (+1 -1)
ibauersachs 2011-10-30 00:18

General config: put labels on top of the section to gain h-space

70 lines of code changed in:

  • src/net/java/sip/communicator/plugin/generalconfig: GeneralConfigPluginActivator.java (+28 -6), GeneralConfigurationPanel.java (+42 -90)
emcho 2011-10-18 14:03

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

6 lines of code changed in:

  • src/net/java/sip/communicator/plugin/generalconfig: ConfigurationManager.java (+1 -1), GeneralConfigPluginActivator.java (+1 -1), GeneralConfigurationPanel.java (+1 -1), Resources.java (+1 -1), SIPConfigForm.java (+1 -1), WindowsStartup.java (+1 -1)
damencho 2011-08-23 21:23

Introduces service for detecting system activity like network changes and detecting idle states. Produced events used for autoaway and reconnect plugin.

3 lines of code changed in:

  • src/net/java/sip/communicator/plugin/generalconfig: GeneralConfigPluginActivator.java (+3 -32)
damencho 2011-08-19 17:28

Fix starting auto away thread.
Check for always trust mode in default settings in Certificate Service.

23 lines of code changed in:

  • src/net/java/sip/communicator/plugin/generalconfig: GeneralConfigPluginActivator.java (+23 -1)
damencho 2011-08-01 11:01

Reverts latest changes fixing build.

1 lines of code changed in:

  • src/net/java/sip/communicator/plugin/generalconfig: GeneralConfigPluginActivator.java (+1 -23)
damencho 2011-08-01 10:39

Fixes starting auto away thread.

23 lines of code changed in:

  • src/net/java/sip/communicator/plugin/generalconfig: GeneralConfigPluginActivator.java (+23 -1)
lubomir_m 2011-07-05 16:04

Fixes the addition of immageattr to all H.264 formats.

0 lines of code changed in:

  • src/net/java/sip/communicator/plugin/generalconfig: GeneralConfigurationPanel.java (-1)
yanas 2011-06-21 17:59

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

28 lines of code changed in:

  • src/net/java/sip/communicator/plugin/generalconfig: GeneralConfigPluginActivator.java (+28 -15)
yanas 2011-06-14 18:51

Fixes opaque background of checkbox in the general configuration form.

1 lines of code changed in:

  • src/net/java/sip/communicator/plugin/generalconfig: GeneralConfigurationPanel.java (+1 -1)
yanas 2011-06-01 16:23

Shows the "SIP configuration" form after the global proxy in the advanced options.

1 lines of code changed in:

  • src/net/java/sip/communicator/plugin/generalconfig: GeneralConfigPluginActivator.java (+1 -1)
yanas 2011-06-01 13:47

Removes special symbols before callng phone numbers and lets the user configure a property to enable/disable this functionality.

251 lines of code changed in:

  • src/net/java/sip/communicator/plugin/generalconfig: ConfigurationManager.java (+63 -18), GeneralConfigPluginActivator.java (+15 -1), GeneralConfigurationPanel.java (+35 -103), SIPConfigForm.java (new 138)
lubomir_m 2011-05-08 16:18

Hides the startup-related section in the General configuration on Linux because it is populated only on Windows and thus stays empty on Linux. (It is already hidden on Mac OS X.)

26 lines of code changed in:

  • src/net/java/sip/communicator/plugin/generalconfig: GeneralConfigurationPanel.java (+26 -24)
lubomir_m 2011-01-27 02:15

Fixes multiple issues in the setup and update functionality on Windows.

4 lines of code changed in:

  • src/net/java/sip/communicator/plugin/generalconfig: GeneralConfigurationPanel.java (+4 -1)
damencho 2011-01-12 17:11

Use registry for autostart on windows.

86 lines of code changed in:

  • src/net/java/sip/communicator/plugin/generalconfig: GeneralConfigurationPanel.java (+4 -73), WindowsStartup.java (new 82)
damencho 2010-12-03 11:53

Introduce Packet Logging Service with its configuration form and implementation for sip,jabber and rtp.

12 lines of code changed in:

  • src/net/java/sip/communicator/plugin/generalconfig: GeneralConfigurationPanel.java (+12 -11)

(39 more)

Generated by StatSVN 0.3.1