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

| 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 |
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:
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:
undo previous commit since cruisecontrol fails
2 lines of code changed in:
swing based popup notifications with tests for the PopupMessage interface.
2 lines of code changed in:
Removes unnecessary fields, minor code clean-up in (some of) the files touched in r4974.
37 lines of code changed in:
Resolve Issue 519 and minor cosmetic changes to NewStatusMessageDialog
96 lines of code changed in:
Minor code cleanup removing unused fields, fixing raw-type warnings.
2 lines of code changed in:
Hopes to fix issue #502: Do not use jdic when running Java 6.
56 lines of code changed in:
Fixes a couple of warnings about unused imports.
0 lines of code changed in:
Language resources updated.
22 lines of code changed in:
Moves the functionality of swing-common.jar into util.jar and removes swing-common.jar.
1 lines of code changed in:
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:
Eliminates duplication among the ~28 Resources classes.
4 lines of code changed in:
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:
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:
Change systray icons according to global status.
0 lines of code changed in:
Remove i18n resources from the systray bundle.
1 lines of code changed in:
Systray tooltip text now gets its value from the main application.properties file.
24 lines of code changed in:
Trailing spaces removed.
1 lines of code changed in:
Change status message interface added
121 lines of code changed in:
(4 more)