Benoit Pradelle
543d0bfdb5
Fix a null pointer exception that arise when I tried to create a group on AIM when disconnected from the network.
18 years ago
Lyubomir Marinov
381c69de74
When in a video call, embeds the received video in the CallDialog instead of displaying it in its own frame.
18 years ago
Emil Ivov
35c36d83c2
Add a scrollbar to the tabs in the configuration frame.
18 years ago
Brian Burch
cbed64ef24
reinstate icq slick, possibly with one or two failing tests but 30+ should work OK
18 years ago
Emil Ivov
d7f564d891
cosmetic changes in CallSessionImpl.java and a few extra smiley strings for the ImageLoader
18 years ago
Brian Burch
98a2f8d7cc
add comments to explain why some slicks are not currently executed
18 years ago
Yana Stamcheva
465b4602b3
Remove the SIPCommImageView that was previously used to show image in JEditorPane. We're now using the default view, which allows animated gif images.
18 years ago
Brian Burch
b07a6cc818
protect local/personal testing.properties file - we maintain a template in the repository
18 years ago
Yana Stamcheva
c4402fe96c
Show image exceptions only in debug mode.
18 years ago
Brian Burch
fbda662a16
unit testing - maintain a template for the mandatory local/personal testing properties file
18 years ago
Brian Burch
17a6beaf02
unit test preparation - ensure personal testing properties file exists
18 years ago
Yana Stamcheva
88e90a4899
Set the tooltip initial delay to 500 ms
18 years ago
Yana Stamcheva
efea236c1d
Contact tooltips containing images, protocol contacts and status icons.
18 years ago
Brian Burch
32ee340f77
synchronise netbeans debug main application target with latest build.xml run target
18 years ago
Brian Burch
4eb0f31b7e
new netbeans target to run a single slick (also fix formatting of slick name to suit build's trimming away of package name)
18 years ago
Brian Burch
5c81a3b152
synchronise netbeans debug specific slick with latest build.xml
18 years ago
Brian Burch
bb205673aa
fix ant build bug: single test case run was executing ALL defined test cases, not just the nominated slick
18 years ago
Emil Ivov
fe51cbaf69
Fixing scroll behaviour on the contact list when using a trackpoint. Patch by Sebastien Mazy.
18 years ago
Yana Stamcheva
18c8f46e10
Revert unneeded modifications.
18 years ago
Emil Ivov
4b1d790162
Committing patch from Werner Dittmann. The patch removes use of System.err calls in the media.transform package and helps avoid unnecessary casts from ZRTPUserCallback to SCCallback.
18 years ago
Emil Ivov
1b502575c7
Committing cosmetic modifications on the media package before refactoring ZRTP
18 years ago
Yana Stamcheva
f564087d1e
Reverting the previous change, as conventions are opposite on Windows and Mac and we should decide to which convention we'd stick before applying any modifications.
18 years ago
Yana Stamcheva
7c9bc60c7f
Issue 469 - Sign in button moved before the Cancel button.
18 years ago
Yana Stamcheva
b787952a69
Fix string in the general configuration form.
18 years ago
Yana Stamcheva
48c8f18edc
Workaround for bug 6396936 ( http://bugs.sun.com ): WinL&F : font for text area is incorrect.
18 years ago
Romain Kuntz
9eb1cd6eef
Build is fixed, removing the workaround added at the last commit.
18 years ago
Romain Kuntz
16c184afcd
[WORKAROUND] forcing cruisecontrol to remove a deprecated version of the zrtp4j.jar bundle.
...
This fix will be removed after the next build.
18 years ago
Romain Kuntz
c904ef231e
Updated ZRTP4J jar from 0.9.0 to 1.3.1 (provided by Werner Dittmann)
...
Updated the build.xml and ide project file to reflect the new ZRTP4J library
Commented references to the ZRTP goClear/goSecure functions (patch provided by Werner)
18 years ago
Emil Ivov
fd640439f7
Fixes time comparisons when trying to determine whether or not a notification has been fired for a particular user in the last 30 seconds.
18 years ago
Emil Ivov
8840533120
Fixes native lib location for x86/i386 architectures
18 years ago
Lyubomir Marinov
eb697cd600
Fixes the problem reported in issue #440 (Cannot start on Macosx using java 1.6) by rebuilding AEGetURLEventHandlerAgent with -arch x86_64 included. The application will still fail to run but this time because jdic.
18 years ago
Lyubomir Marinov
9f0e99005c
Uses an analogue of windows_shortcut_specification.xml in the Windows Installer-based setup.
18 years ago
Emil Ivov
2d1ed60d9f
Makes build.xml take into account OS arch when constructing LD_LIBRARY_PATH. Patch from Werner Dittmann
18 years ago
Lyubomir Marinov
82f85bafb9
Moves SecureEvent and SecureEventListener into the .service.protocol.event package as contributed by Emanuel Onica.
18 years ago
Lyubomir Marinov
03847cd291
Deletes MediaDispatcher because it seems to be renamed to MediaEventDispatcher and is no longer is use.
18 years ago
Lyubomir Marinov
e464af553e
Formats build.xml in the parts related to the integrated profiler.
18 years ago
Lyubomir Marinov
a41834f67f
Replaces the dependency of .service.protocol.SecureEvent on .impl.media.CallSessionImpl with .service.media.CallSession as reported by Javier Mendiara.
18 years ago
Lyubomir Marinov
3e5d41337d
Provides Javadoc comments in place of the non-Javadoc ones generated by Eclipse for the interface-implementing methods in net.java.sip.communicator.impl.protocol.ProtocolProviderActivator and SingleCallInProgressPolicy.
18 years ago
Lyubomir Marinov
ab271b91da
Deletes ContactListPanel.java.orig because it doesn't seem to be necessary.
18 years ago
Damien Roth
a8ba78be77
Little update, the notifications was never stored in the table :(
18 years ago
Damien Roth
cc4e0f17b3
Updating the proactive notification.
...
The notification now uses a timer to eliminate the notifications surplus.
Cf: mail from Emil (27/09/08)
18 years ago
Emil Ivov
76e3ae8005
Cosmetic.
18 years ago
Emil Ivov
232eca98bb
Adding extra logging to help diagnoze wrong localhost selections.
18 years ago
Martin Andre
d4d1563eed
Updated man page since command line arguments is now handled directly by the application and is more complete, remove obsolete code in shell script laucher and updated copyrights and email addresses.
18 years ago
Lyubomir Marinov
9a6a47bf8d
Fixes a bunch of raw-type warnings in the impl.media package because they look totally distracting in Eclipse IDE.
18 years ago
Lyubomir Marinov
7268bab867
Fixes TestFailSafeTransaction to not rely on the system charset i.e. take the possible different between String.getBytes().length and String.length() into account.
18 years ago
Lyubomir Marinov
2067dddab6
Puts existing calls on hold when a new call starts.
18 years ago
Lyubomir Marinov
e075f7c4de
Puts existing calls on hold when a new call starts.
18 years ago
Yana Stamcheva
66c5c31dd5
Remove multiple split pane borders from chat window.
18 years ago
Benoit Pradelle
5002cccc1d
- attempt to fix the bug reported by Damian about profiler4j crash on Mac
18 years ago