[root]/src/net/java/sip/communicator/impl/osdependent
jdic
(7 files, 1897 lines)
macosx
(1 files, 43 lines)

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 42 (100.0%) | 1569 (100.0%) | 37.3 |
| yanas | 17 (40.5%) | 1402 (89.4%) | 82.4 |
| ysaak | 1 (2.4%) | 57 (3.6%) | 57.0 |
| lubomir_m | 9 (21.4%) | 48 (3.1%) | 5.3 |
| scmerger | 1 (2.4%) | 20 (1.3%) | 20.0 |
| s_vincent | 2 (4.8%) | 12 (0.8%) | 6.0 |
| rkuntz | 1 (2.4%) | 10 (0.6%) | 10.0 |
| emcho | 9 (21.4%) | 9 (0.6%) | 1.0 |
| wernerd | 1 (2.4%) | 8 (0.5%) | 8.0 |
| ibauersachs | 1 (2.4%) | 3 (0.2%) | 3.0 |
Suppress some error output on headless devices and suppress raw-type warnings
3 lines of code changed in:
Changes project name in source license headers from SIP Communicator to Jitsi
9 lines of code changed in:
When calling a contact that has multiple resources, choose the one that has the highest priority AND Jingle support.
12 lines of code changed in:
Fixes systray service.
2 lines of code changed in:
Fixes an issue with disappearing contact list window on MacOSX, reported on users mailing list by James Ward. Mac users would be now able to show the contact list window at any time by clicking on the dock icon.
9 lines of code changed in:
Adds javadocs, fixes warnings.
10 lines of code changed in:
Fix logger usage - sixth bunch.
8 lines of code changed in:
Commits the refactorying of OSUtils contributed by Sebastien Vicent which uses static final fields instead of methods.
2 lines of code changed in:
Commits the patch provided by Sebastien Vincent on the dev mailing list in an e-mail with the subject "[Patch] OS detection" which introduces and uses a single utility class to check the executing operating system and architecture.
8 lines of code changed in:
Removes duplication from PopupMessageHandler implementations.
3 lines of code changed in:
Fix conflicts
20 lines of code changed in:
Resolve issue 603: Problem with JPopupMenu on Windows
57 lines of code changed in:
Commits the patch of Linus Wallgren which introduces ShutdownService to better abstract the shutdown procedure of the application.
24 lines of code changed in:
[growl integration] Implementation of the selectBestPopupMessageHandler() and getPreferenceIndex() methods in the existing popup handlers
10 lines of code changed in:
Fix opening received files with space in the name, in incoming file transfer.
2 lines of code changed in:
Fixes the browse method of .impl.osdependent.Desktop on Java 6.
1 lines of code changed in:
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.
1389 lines of code changed in: