Directory src/net/java/sip/communicator/impl/gui/main/menus/

Directory Created:
2006-09-22 15:03
Total Files:
9
Deleted Files:
4
Lines of Code:
1751

[root]/src/net/java/sip/communicator/impl/gui/main/menus

Lines of Code

src/net/java/sip/communicator/impl/gui/main/menus/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 269 (100.0%) 4596 (100.0%) 17.0
yanas 170 (63.2%) 2826 (61.5%) 16.6
damencho 22 (8.2%) 836 (18.2%) 38.0
lubomir_m 54 (20.1%) 805 (17.5%) 14.9
scoutice 1 (0.4%) 62 (1.3%) 62.0
emcho 14 (5.2%) 41 (0.9%) 2.9
s_vincent 3 (1.1%) 13 (0.3%) 4.3
wernerd 2 (0.7%) 5 (0.1%) 2.5
666f6f 1 (0.4%) 5 (0.1%) 5.0
scmerger 1 (0.4%) 2 (0.0%) 2.0
mandre 1 (0.4%) 1 (0.0%) 1.0

Most Recent Commits

damencho 2012-03-19 13:08

Fixes NPE in auto answer menu, when used for jabber accounts.

2 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/menus: AutoAnswerMenu.java (+2 -1)
damencho 2012-03-16 12:59

Keeps reference to PluginContainers or they will not be notified for events.

1 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/menus: HelpMenu.java (+1 -12)
damencho 2012-03-12 16:50

Separates auto answer operation set into basic and advanced.
Adds jabber basic auto answer implementation.

113 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/menus: AutoAnswerMenu.java (+113 -84)
s_vincent 2012-02-20 19:36

Adds UI for cross protocol conference calls. Adds also the possibility to add an incoming call into an existing call/conference. Fixes also the drag'n'drop for cross-protocol accounts.

7 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/menus: ToolsMenu.java (+7 -2)
damencho 2012-02-09 10:58

Adds property to disable auto answer menu.

16 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/menus: ToolsMenu.java (+16 -2)
damencho 2012-01-31 12:06

Adds properties to disable File menu items.

47 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/menus: FileMenu.java (+47 -10)
damencho 2012-01-30 14:46

Adds option to auto-answer and forward all incoming calls, currently sip implementation available.

621 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/menus: AutoAnswerMenu.java (new 616), ToolsMenu.java (+5)
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/impl/gui/main/menus: FileMenu.java (+1 -1), HelpMenu.java (+1 -1), MacOSXPreferencesRegistration.java (+1 -1), MacOSXQuitRegistration.java (+1 -1), MainMenu.java (+1 -1), SIPCommWindowMenuBar.java (+1 -1), ToolsMenu.java (+1 -1), ViewMenu.java (+1 -1)
damencho 2011-07-12 14:43

Fixes a problem with jabber accounts with no saved password and asking for password on calls.
Fixes stopping too quickly under Macosx.

13 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/menus: MacOSXQuitRegistration.java (+13)
yanas 2011-06-21 17:58

Adds a configuration property allowing to enable/disable add/remove contact functionality from provisioning.

38 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/menus: FileMenu.java (+38 -19)
damencho 2011-06-10 16:53

When quiting cause of logout or shutdown fix the notification shown to user that application has prevented the operation.

5 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/menus: MacOSXQuitRegistration.java (+5 -1)
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/gui/main/menus: ToolsMenu.java (+1 -1)
lubomir_m 2011-01-27 01:53

Keeps the About menu item at the end of the Help menu because it is its conventional position. Otherwise, the 'Check for updates' menu item would appear last at times (on Windows).

14 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/menus: HelpMenu.java (+14 -60)
damencho 2010-12-21 16:04

Trim every user id we enter in account wizards.
Remove opaque default setting for menus in MenuBars.

1 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/menus: MainMenu.java (+1 -1)
damencho 2010-12-21 14:04

Make menus opaque.

0 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/menus: FileMenu.java (-2), HelpMenu.java (-1), ToolsMenu.java (-1), ViewMenu.java (-1)
emcho 2010-10-22 02:34

Mutes deprecation resulting from Apple deprecating their own JRE

2 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/menus: MacOSXPreferencesRegistration.java (+1), MacOSXQuitRegistration.java (+1)
yanas 2010-09-29 22:21

Hide the new account menu if the SHOW_ACCOUNT_CONFIG is set to false.

8 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/menus: FileMenu.java (+6 -1), ToolsMenu.java (+2 -1)
yanas 2010-09-29 20:28

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

14 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/menus: ToolsMenu.java (+14 -4)
yanas 2010-09-22 21:41

New interface and implementations added allowing to reload a skin runtime. Patch provided by Adam Netocny.

188 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/menus: FileMenu.java (+92 -21), SIPCommWindowMenuBar.java (+43 -27), ToolsMenu.java (+53 -14)
lubomir_m 2010-09-04 16:14

Fixes warnings about unused imports and unnecessary casts.

0 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/menus: ViewMenu.java (-2)

(129 more)

Generated by StatSVN 0.3.1