[root]/src/net/java/sip/communicator/impl/browserlauncher

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 16 (100.0%) | 303 (100.0%) | 18.9 |
| yanas | 5 (31.3%) | 163 (53.8%) | 32.6 |
| lubomir_m | 5 (31.3%) | 119 (39.3%) | 23.8 |
| s_vincent | 3 (18.8%) | 15 (5.0%) | 5.0 |
| wernerd | 1 (6.3%) | 4 (1.3%) | 4.0 |
| emcho | 2 (12.5%) | 2 (0.7%) | 1.0 |
Changes project name in source license headers from SIP Communicator to Jitsi
2 lines of code changed in:
Ongoing work on LDAP support: store password via credentials storage service, each LDAP enabled server has its own group in contact list, javadoc and other minor UI enhancements.
2 lines of code changed in:
Chat window made fully skinnable - patch provided by Adam Netocny.
Added google-chrome to the list of browsers we're using to open links - Adam Netocny.
:D smiley added - Adam Netocny.
1 lines of code changed in:
Fixes warnings and javadocs.
12 lines of code changed in:
Fix logger usage - third bunch of changes.
4 lines of code changed in:
Fix javadoc warnings.
1 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.
2 lines of code changed in:
As a last resort on non-Mac OS X and non-Windows operating systems, tries to open URLs with gnome-open so that it can read the preferred browser from GNOME's settings and open the URLs even if the hard-coded/supported browsers are not in PATH.
113 lines of code changed in:
Removes unnecessary fields. Provides more efficient iteration of Hashtables, fixes warnings. Closes an InputStream as soon as possible.
2 lines of code changed in:
Vincent reported this stupid mistake with the new name of firefox under linux:)
(icedove has been changed to iceweasel)
1 lines of code changed in:
launch browser in a separate thread
50 lines of code changed in:
Browser Launcher service and implementation - allows to open an URL in the default browser
111 lines of code changed in: