Directory src/net/java/sip/communicator/impl/systray/

Directory Created:
2007-04-11 17:12
Directory Deleted:
2009-06-15 18:18
Total Files:
0
Deleted Files:
5
Lines of Code:
0

[root]/src/net/java/sip/communicator/impl/systray
                                 jdic (0 files, 0 lines)

Lines of Code

src/net/java/sip/communicator/impl/systray/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 37 (100.0%) 529 (100.0%) 14.2
yanas 17 (45.9%) 252 (47.6%) 14.8
lubomir_m 8 (21.6%) 114 (21.6%) 14.2
akelly7 2 (5.4%) 96 (18.1%) 48.0
damencho 3 (8.1%) 53 (10.0%) 17.6
emcho 1 (2.7%) 8 (1.5%) 8.0
sympho 6 (16.2%) 6 (1.1%) 1.0

Most Recent Commits

yanas 2009-06-15 18:18

Adding support for file transfer for XMPP and graphical User Interface for file transfer (ongoing work). This first commit adds the needed gui that enables users to send and receive files, to
drag and drop files into chat windows. It displays incoming file notifications, file icons or previews (where possible, e.g. images).
This work package also contains a first file transfer implementation over the XMPP protocol (using the smack implementation of xep-0096: http://xmpp.org/extensions/xep-0096.html). Unfortunately this implementation won't work very well with GoogleTalk accounts for now, as Google servers seem to block every file bigger than 60K.

This commit contains also some improvements in the way we load the history and we manage error messages in the gui.

0 lines of code changed in:

  • src/net/java/sip/communicator/impl/systray: NewStatusMessageDialog.java (del), PopupMessageHandlerTrayIconImpl.java (del), Resources.java (del), StatusMessageMenu.java (del), SystrayActivator.java (del)
sympho 2009-02-17 13:19

swing based popup notifications with tests for the PopupMessage interface.
added checks for null SystemTrayPeer as it this possible it doesnt exists on the cruise control machine

2 lines of code changed in:

  • src/net/java/sip/communicator/impl/systray: PopupMessageHandlerTrayIconImpl.java (new), SystrayActivator.java (+2 -2)
sympho 2009-02-17 06:15

undo previous commit since cruisecontrol fails

2 lines of code changed in:

  • src/net/java/sip/communicator/impl/systray: PopupMessageHandlerTrayIconImpl.java (del), SystrayActivator.java (+2 -2)
sympho 2009-02-17 05:06

swing based popup notifications with tests for the PopupMessage interface.

2 lines of code changed in:

  • src/net/java/sip/communicator/impl/systray: PopupMessageHandlerTrayIconImpl.java (new), SystrayActivator.java (+2 -2)
lubomir_m 2009-02-07 03:19

Removes unnecessary fields, minor code clean-up in (some of) the files touched in r4974.

37 lines of code changed in:

  • src/net/java/sip/communicator/impl/systray: NewStatusMessageDialog.java (+35 -41), SystrayActivator.java (+2 -11)
akelly7 2009-02-06 22:33

Resolve Issue 519 and minor cosmetic changes to NewStatusMessageDialog

96 lines of code changed in:

  • src/net/java/sip/communicator/impl/systray: NewStatusMessageDialog.java (+64 -39), SystrayActivator.java (+32 -2)
lubomir_m 2008-12-21 03:53

Minor code cleanup removing unused fields, fixing raw-type warnings.

2 lines of code changed in:

  • src/net/java/sip/communicator/impl/systray: SystrayActivator.java (+2 -2)
lubomir_m 2008-12-12 02:16

Hopes to fix issue #502: Do not use jdic when running Java 6.

56 lines of code changed in:

  • src/net/java/sip/communicator/impl/systray: StatusMessageMenu.java (+56 -30)
lubomir_m 2008-12-10 02:26

Fixes a couple of warnings about unused imports.

0 lines of code changed in:

  • src/net/java/sip/communicator/impl/systray: StatusMessageMenu.java (-1)
yanas 2008-12-10 00:28

Language resources updated.

22 lines of code changed in:

  • src/net/java/sip/communicator/impl/systray: NewStatusMessageDialog.java (+8 -7), StatusMessageMenu.java (+14 -9)
lubomir_m 2008-12-08 21:18

Moves the functionality of swing-common.jar into util.jar and removes swing-common.jar.

1 lines of code changed in:

  • src/net/java/sip/communicator/impl/systray: NewStatusMessageDialog.java (+1 -1)
lubomir_m 2008-12-05 00:10

Moves SIPCommDialog into public visibility out of its defining bundle so that it can be used not only in the main UI but also in the plugins. Also tries to use it for all JDialogs created by the application.

14 lines of code changed in:

  • src/net/java/sip/communicator/impl/systray: NewStatusMessageDialog.java (+14 -7)
lubomir_m 2008-11-21 18:26

Eliminates duplication among the ~28 Resources classes.

4 lines of code changed in:

  • src/net/java/sip/communicator/impl/systray: Resources.java (+4 -39)
damencho 2008-07-14 19:29

Resource Management Service and its implementation. The service holds all resources and all bundles(except configuration service) use it to retrieve i18n strings,images,settings...

31 lines of code changed in:

  • src/net/java/sip/communicator/impl/systray: Resources.java (+31 -69)
damencho 2008-06-17 15:52

Changing of Dock Icon according to global status and changing systray changing to avoid errors if icons are missing.

22 lines of code changed in:

  • src/net/java/sip/communicator/impl/systray: Resources.java (+22)
damencho 2008-06-11 20:50

Change systray icons according to global status.

0 lines of code changed in:

  • src/net/java/sip/communicator/impl/systray: SystrayActivator.java (-2)
yanas 2008-02-21 16:33

Remove i18n resources from the systray bundle.

1 lines of code changed in:

  • src/net/java/sip/communicator/impl/systray: Resources.java (+1 -1)
yanas 2008-02-05 19:36

Systray tooltip text now gets its value from the main application.properties file.

24 lines of code changed in:

  • src/net/java/sip/communicator/impl/systray: Resources.java (+24)
yanas 2007-12-20 18:13

Trailing spaces removed.

1 lines of code changed in:

  • src/net/java/sip/communicator/impl/systray: Resources.java (+1 -2)
yanas 2007-12-11 16:55

Change status message interface added

121 lines of code changed in:

  • src/net/java/sip/communicator/impl/systray: NewStatusMessageDialog.java (new 31), Resources.java (+64 -21), StatusMessageMenu.java (new 26)

(4 more)

Generated by StatSVN 0.3.1