Yana Stamcheva
10fa41c855
Fixes an exception occurring while opening/closing contact list groups.
17 years ago
Yana Stamcheva
13e34744f2
Fixes issue #493 Better alignment in Favorites menu.
17 years ago
Lyubomir Marinov
642c3507b4
Removes duplication in PopupDialogImpl introduced and made obvious in r4898 and residual from earlier revisions.
17 years ago
Damian Minkov
31ca43b9f6
1. Fixing closing camera after hangup.
...
2. Second video call.
3. New version of codec.
17 years ago
Yana Stamcheva
4c0398d3dd
The "ReceivedCallDialog" was hidden behind the main application window when the last one was shown. We're now setting the alwaysOnTop property on true.
17 years ago
Yana Stamcheva
da092fa251
Replace setOpaque(false) with setContentAreaFilled(false).
17 years ago
Yana Stamcheva
f7e781f934
Fix some visualization issues on Windows.
17 years ago
Yana Stamcheva
7dd8f2bc78
Some call dialog improvements including new icons and modified layout.
17 years ago
Yana Stamcheva
9b392f59a8
Some call dialog improvements including new icons and modified layout.
17 years ago
Werner Dittmann
03d27dcd99
Upgrade ZRTP jar to version 1.4.2 to be compliant with latest ZRTP spec.
17 years ago
Werner Dittmann
6eea3eee3f
Get the correct local IP address for RTP sockets and bind the sockets to this address. See
...
E-mail discussion on dev E-mail list.
17 years ago
Damian Minkov
4f6a499001
1. Fix parsing redirect url when logging into msn.
...
2. Fix null icon in PopupDialog and NPE
3. H264 skip data till new marker in case of dropped packets.
17 years ago
Lyubomir Marinov
f91a99e02a
Minor code cleanup in H264Parser to shorten the code and increase clarity.
17 years ago
Lyubomir Marinov
083b513fc2
Fixes a cause of an unintentional use of a buffer with uninitialized data in the H.264 decoder.
17 years ago
Lyubomir Marinov
abc88466fc
Removes an unnecessary field from GrowlNotificationActivator.
17 years ago
Damian Minkov
866ee26dae
Some fixes in encoder and decoder config. Remove dependences to sun/ibm classes.
...
Reduce bandwith and number of send packets and fix decoder showing some ugly squares.
17 years ago
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.
...
Testing with openJDK has a problem if the clip was not stopped before playing
again. The patch was tested with Sun Java 1.6 as well and works.
17 years ago
Werner Dittmann
920b9ccf79
Force UDP audio and video ports to bind to the address specified in SDP.
...
Some cosmetics as wll.
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
...
Sets a custom "registering_acc" param in the contact address of
registrar accounts and use it in the dispatching of incoming requests.
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.
...
When our contact list didn't fill the panel all mouse over and click events were caught by the last contact in the list. This is now fixed.
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).
...
- Spares a couple of ImageIcon allocations.
- Removes unused fields and fixes raw-type warnings in the files touched by the other changes.
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":
...
3) There is a square dark blue 'shadow' around the rounded corners of the grey highlight when the Set Global Status dropdown menu is selected.
Also partially resolves the following issue reported in the same e-mail message when the dial button isn't in its rollover state:
2) There is a square beige 'shadow' around the button for the dialpad in the bottom left corner of the main window.
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.
...
- Modifies SimpleStatusMenu to load its necessary image once instead of three times and to spare a ImageIcon instance.
17 years ago
Damian Minkov
6df051d5c9
Fix felix test props for new felix version.
17 years ago