Yana Stamcheva
d2e9ba1476
Tooltip for Options button in the main toolbar changed to "Options".
18 years ago
Lyubomir Marinov
d38cd24f6c
Fixes a NullPointerException caused by a race between UIServiceImpl and LoginManager with respect to MainFame#contactList.
18 years ago
Yana Stamcheva
3b9f21169c
Patches provided by Alan C Kelly that address issues: 458, 468, 469, 470.
18 years ago
Martin Andre
83c6d15d6b
Reverted things that should not have been commited
18 years ago
Martin Andre
6af75ab59d
Fixes debian/rules:64: Extraneous text after `else' directive in CC builds
18 years ago
Emil Ivov
6571f699e3
Convert tabs to spaces.
18 years ago
Benoit Pradelle
55b155e17a
Fixing french traduction
18 years ago
Lyubomir Marinov
a7dfe3619f
Provides optimizations to the keybindings with respect to execution time and garbage creation no matter how minor because the keybindings are used in MainFrame and ChatWindow which are in turn always in use.
18 years ago
Lyubomir Marinov
6f04d3bf48
Delays the creation of the UI of the keybindingschooser ConfigurationForm in order to save precious startup time and memory and because the UI in question isn't always necessary anyway.
18 years ago
Brian Burch
4b8e7fe646
revert to global testing.properties scheme
18 years ago
Brian Burch
cf0e846468
revert to global testing.properties scheme
18 years ago
Brian Burch
e5031cd3b1
revert to global testing.properties scheme
18 years ago
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