Commit Graph

4417 Commits (0d7faabb9fddf10fbbd0056fdf9fac8c4f6469fa)
 

Author SHA1 Message Date
Lyubomir Marinov 0d7faabb9f Trims down the ffmpeg libraries which are used to support h264.
17 years ago
Werner Dittmann 4a2b1e8956 When looping to repeat an audio clip: first stop the clip, then play again.
17 years ago
Werner Dittmann 920b9ccf79 Force UDP audio and video ports to bind to the address specified in SDP.
17 years ago
Emil Ivov d6dd745e40 Removed an extra semi-colon. Reported by Richard Hall
17 years ago
Emil Ivov ff273374d0 Fixes a problem causing the application to exit if we fail to register an arg handler.
17 years ago
Romain Kuntz 4d606cfefd Do not activate the growl plugin if running on Java > 1.5
17 years ago
Sebastien Mazy e28b606320 Spared a call to getContactAddressCustomParamValue()
17 years ago
Emil Ivov 99d79397d9 Removes a mistakenly committed System.out.println()
17 years ago
Sebastien Mazy 93ed9a1c1f typo
17 years ago
Sebastien Mazy 99feaabf5a SIP: adds a "registering_acc" param in some contact addresses
17 years ago
Emil Ivov c0dad4cf88 Cosmetics only (unfortunately since we still have the 2nd SIP call issue).
17 years ago
Sebastien Mazy 0602eb0cc9 removed a lot of useless steps from the SIP msg dispatch process
17 years ago
Yana Stamcheva 2a7b8a423f Fix missing strings.
17 years ago
Yana Stamcheva 2181f48149 Fix contact list mouse events.
17 years ago
Yana Stamcheva 1d040721ac Sign in dialog enhancements. (Including issue #455)
17 years ago
Sebastien Mazy e83720d480 Fixes ProxyRouter.getRouterFor(Request) returning null, cosmetic changes
17 years ago
Werner Dittmann a0044e2266 Fix name of ALERT sound
17 years ago
Werner Dittmann fd59bed7c7 Fix a small but important bug in the TimeoutProvider run() method.
17 years ago
Lyubomir Marinov a06b4d2dd0 Minor code cleanup removing unused fields, fixing raw-type warnings.
17 years ago
Lyubomir Marinov 8805906417 Removes org.apache.felix.servicebinder.
17 years ago
Lyubomir Marinov 2e83c45aa2 - Delays the creation of the Options dialog and the loading of the ConfigurationForm implementations (which get listed in the Options dialog).
17 years ago
Lyubomir Marinov 3c911f558f Minor code cleanup hiding fields into private visibility, marking them final, correcting spelling mistakes.
17 years ago
Emil Ivov 2feef52ba8 Makes sure we return a default (proxy) router for RegistrarLess accounts and not null.
17 years ago
Lyubomir Marinov 32c8f99145 Minor code cleanup primarily being committed because it spares two occurrences of unnecessary String allocations but it also fixes a bunch of warnings and shortens the code.
17 years ago
Emil Ivov 75afeb24e4 Makes sure that avatars that are stored on the local file system are only queried once (resolves: #439).
17 years ago
Lyubomir Marinov 2ffa49a09f Fixes a warning about an unused import introduced in the previous revision.
17 years ago
Lyubomir Marinov f0f65f7f64 Fixes the following issue reported by Alan C Kelly on the dev mailing list in the thread "surprise surprise, new iface finalized":
17 years ago
Lyubomir Marinov 401a9bf9c7 As part of issue #453 (Broken Windows Vista font rendering), fixes the About dialog and a few other missed cases (which weren't using the AntialiasingManager). Also removes a duplicate AntialiasingManager.
17 years ago
Lyubomir Marinov f789771c77 Changes ? in the main menu to Help for the default, French and Bulgarian languages.
17 years ago
Lyubomir Marinov 0a6567b8d3 Speeds up the painting of the table of plug-ins in .pluginmanager i.e. the Plug-ins ConfigurationForm by reusing the displayed ImageIcon instances instead of loading a new one on each cell paint. Though now there's a cache of a few elements retained, it shouldn't too much of a concern because it has a few elements and I plan to look into the option of not retaining ConfigurationForm UI in general anyway.
17 years ago
Emil Ivov 89e81b89ec Asserts non-display of any bundle shipped with SIP Communicator when the show system bundles property is not set. This is part of issue #482 .
17 years ago
Damian Minkov 1a0f7be8dc Fix string replacing in felix.client props when building dmg. This caused error when loading growlnotification bundle after felix update.
17 years ago
Lyubomir Marinov d02eba788a - Reduces garbage created when working with AccoutID.getAccountProperties() which creates a copy of the internal Hashtable by introducing getAccountProperty(), getAccountPropertyString(), getAccountPropertyBoolean() and getAccountPropertyInt(). The last two also carry out the conversions between Object and boolean/int without additional allocations in contrast to most of the previous uses which would perform allocations.
17 years ago
Damian Minkov 6df051d5c9 Fix felix test props for new felix version.
17 years ago
Emil Ivov 3f5206ff01 Commits patches for the following issues:
17 years ago
Lyubomir Marinov 3c848a3f11 Fixes an unnecessary retaining of memory introduced in a recent revision.
17 years ago
Lyubomir Marinov 11d8d6ff35 Fixes a couple of warnings introduced in a recent revision.
17 years ago
Sebastien Mazy 6c7e563e5c Moves RegistrationStateChangeListener to ProtocolProviderServiceSipImpl.
17 years ago
Sebastien Mazy e59382cc0b javadoc'ing
17 years ago
Damian Minkov 5ac971da40 Fix Jabber statuses per contact resource and priority.
17 years ago
Yana Stamcheva 754acb11b9 Fix wrong status for the second tab in the chat window.
17 years ago
Lyubomir Marinov 7711b71c9b Minor code cleanup including removing of unused, unnecessary fields, fixing spelling mistakes, taking care of raw-type warnings, etc.
17 years ago
Lyubomir Marinov 12cb451a28 Adds a forgotten Graphics.dispose().
17 years ago
Lyubomir Marinov d3945f3779 As part of the fix for issue #453 (Broken Windows Vista font rendering), continues the idea of r4774 and fixes the rendering of the text of the global status menu next to the photo in the contact list.
17 years ago
Lyubomir Marinov f5748fef53 Fixes a NullPointerException in UIServiceImpl.setDefaultThemePack reported by Werner on the dev mailing list in an e-mail subjected NPE in UIServiceImpl.
17 years ago
Lyubomir Marinov 52465acd61 On Mac OS X, waits for the application to complete its normal shutdown instead of prematurely killing it. Additionally, leaves a single shutdown procedure and uses it for both File > Quit and the Close action of the systray menu.
17 years ago
Werner Dittmann 64163a7fd4 Fix a problem during ZRTP initialization for multi-stream, comment the SRTP code (uses fixed key only), fix some warnings.
17 years ago
Lyubomir Marinov 89f728384c Minor elimination of code duplication.
17 years ago
Sebastien Mazy 974151c18c dispatches SIP msg to SIP protocol providers until their unregistration
17 years ago
Lyubomir Marinov 8de7b22bf7 Fixes a ClassCastException (introduced as part of the "fix" for issue #502) in .impl.systray.jdic reported by Werner in an e-mail on the dev mailing list subjected "Class cast exception jdic".
17 years ago