Directory src/net/java/sip/communicator/impl/osdependent/jdic/

Total Files:
7
Deleted Files:
2
Lines of Code:
1897

[root]/src/net/java/sip/communicator/impl/osdependent/jdic

Lines of Code

src/net/java/sip/communicator/impl/osdependent/jdic/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 61 (100.0%) 826 (100.0%) 13.5
yanas 28 (45.9%) 463 (56.1%) 16.5
lubomir_m 10 (16.4%) 205 (24.8%) 20.5
damencho 5 (8.2%) 55 (6.7%) 11.0
rkuntz 1 (1.6%) 54 (6.5%) 54.0
wernerd 2 (3.3%) 12 (1.5%) 6.0
emcho 8 (13.1%) 11 (1.3%) 1.3
s_vincent 2 (3.3%) 10 (1.2%) 5.0
ibauersachs 2 (3.3%) 6 (0.7%) 3.0
vmartinet 1 (1.6%) 5 (0.6%) 5.0
mandre 2 (3.3%) 5 (0.6%) 2.5

Most Recent Commits

yanas 2012-03-09 16:45

Uses the account display name in the systray status menu.

2 lines of code changed in:

  • src/net/java/sip/communicator/impl/osdependent/jdic: StatusSelector.java (+1 -1), StatusSimpleSelector.java (+1 -1)
ibauersachs 2011-12-05 23:11

Suppress some error output on headless devices and suppress raw-type warnings

3 lines of code changed in:

  • src/net/java/sip/communicator/impl/osdependent/jdic: SystrayServiceJdicImpl.java (+3 -1)
emcho 2011-10-18 14:03

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

7 lines of code changed in:

  • src/net/java/sip/communicator/impl/osdependent/jdic: ProviderRegistration.java (+1 -1), ProviderUnRegistration.java (+1 -1), StatusSelector.java (+1 -1), StatusSimpleSelector.java (+1 -1), StatusSubMenu.java (+1 -1), SystrayServiceJdicImpl.java (+1 -1), TrayMenuFactory.java (+1 -1)
ibauersachs 2011-09-24 18:01

Load CredentialsService at an early stage in unit tests, don't create systray without UIService

3 lines of code changed in:

  • src/net/java/sip/communicator/impl/osdependent/jdic: SystrayServiceJdicImpl.java (+3)
yanas 2011-05-19 18:50

Check for registered security authority implementations before starting using the default implementation.

1 lines of code changed in:

  • src/net/java/sip/communicator/impl/osdependent/jdic: StatusSimpleSelector.java (+1 -1)
yanas 2011-05-11 13:26

Fixes the active event notification handler set up.

7 lines of code changed in:

  • src/net/java/sip/communicator/impl/osdependent/jdic: SystrayServiceJdicImpl.java (+7 -5)
yanas 2011-02-24 16:48

Allow to enable provisioning when you start jitsi for the first time. As part of the solution proposed by Conrad Beckert on dev (subject: "Re: Updates to the Provisioning Plugin").

1 lines of code changed in:

  • src/net/java/sip/communicator/impl/osdependent/jdic: TrayMenuFactory.java (+1 -1)
damencho 2011-02-08 14:55

Make sure we don't skip setting show application property when hide/show application.

1 lines of code changed in:

  • src/net/java/sip/communicator/impl/osdependent/jdic: SystrayServiceJdicImpl.java (+1 -1)
s_vincent 2010-12-01 15:51

When calling a contact that has multiple resources, choose the one that has the highest priority AND Jingle support.

5 lines of code changed in:

  • src/net/java/sip/communicator/impl/osdependent/jdic: StatusSelector.java (+5 -5)
yanas 2010-11-01 19:53

Fixes persistence of show/hide contact list. Now the application remembers the user choice no matter how the application was shown or hidden.

0 lines of code changed in:

  • src/net/java/sip/communicator/impl/osdependent/jdic: SystrayServiceJdicImpl.java (-8)
damencho 2010-10-07 16:22

Add DND icon to tray/notification/dock icons.

19 lines of code changed in:

  • src/net/java/sip/communicator/impl/osdependent/jdic: SystrayServiceJdicImpl.java (+19 -1)
yanas 2010-09-29 20:28

Added a property allowing to hide option menus and buttons and account configuration form.

13 lines of code changed in:

  • src/net/java/sip/communicator/impl/osdependent/jdic: TrayMenuFactory.java (+13 -2)
lubomir_m 2010-09-11 13:34

Adds javadocs, fixes warnings.

5 lines of code changed in:

  • src/net/java/sip/communicator/impl/osdependent/jdic: StatusSubMenu.java (+5 -1)
wernerd 2010-06-03 21:34

Fix logger usage - sixth bunch.

12 lines of code changed in:

  • src/net/java/sip/communicator/impl/osdependent/jdic: StatusSelector.java (+2 -1), SystrayServiceJdicImpl.java (+10 -5)
damencho 2010-05-19 17:37

Remove popup dialog from reconnect plugin, only notifications. Fix imports, errors introduced in latest commit.

2 lines of code changed in:

  • src/net/java/sip/communicator/impl/osdependent/jdic: SystrayServiceJdicImpl.java (+2 -2)
damencho 2010-05-19 17:15

Introduce new features in currently updated OrangeExtension and fix bouncing dock icon under Snow Leopard. Update code manipulating dock icons.

25 lines of code changed in:

  • src/net/java/sip/communicator/impl/osdependent/jdic: SystrayServiceJdicImpl.java (+25 -5)
yanas 2010-04-06 16:18

Fix missing resource keys (reported by Matthieu Casanova).

2 lines of code changed in:

  • src/net/java/sip/communicator/impl/osdependent/jdic: TrayMenuFactory.java (+2 -2)
yanas 2010-04-06 13:05

Ongoing work on Issue #809 ("Could not show contact list window" : https://sip-communicator.dev.java.net/issues/show_bug.cgi?id=809).

138 lines of code changed in:

  • src/net/java/sip/communicator/impl/osdependent/jdic: TrayMenuFactory.java (+138 -4)
mandre 2010-03-26 12:13

Changed the menu item name from "Close" to "Quit" in the systray menu so it reflects what the action actually does.

3 lines of code changed in:

  • src/net/java/sip/communicator/impl/osdependent/jdic: TrayMenuFactory.java (+3 -3)
yanas 2010-03-25 20:25

Revert previous commit (Adds the possibility to hide/show the main application window). Some problems encountered and should improve stability before committing.

1 lines of code changed in:

  • src/net/java/sip/communicator/impl/osdependent/jdic: TrayMenuFactory.java (+1 -134)

(15 more)

Generated by StatSVN 0.3.1