Commit Graph

3992 Commits (5dcfc3e3da89fb1a2bdf22341f40474e6adaf7a6)
 

Author SHA1 Message Date
Lyubomir Marinov 5dcfc3e3da Fixes the run build.xml target to load the JVMTI agent which handles kAEGetURL events because it's also used as a pure JNI library expected to be loaded.
18 years ago
Lyubomir Marinov 05b85ffebf Builds libAEGetURLEventHandlerAgent.jnilib with -bundle and not -dynamiclib and includes the ppc architecture in addition to i386 (as a step to making it a Universal Binary).
18 years ago
Lyubomir Marinov f43abd05db Starts the MediaService asynchronously/in the background thus giving a faster startup of the UI (when no Jabber accounts are loaded on startup because they need the MediaService to be fully started).
18 years ago
Damian Minkov 22a5a325e2 Fix proper catching and dispatching apple events.
18 years ago
Damian Minkov f3a580e154 Fix proper catching and dispatching apple events.
18 years ago
Lyubomir Marinov 6360911c93 Updates the compile classpath of the NetBeans project to include transparency.jar in order to resolve unresolved-import compilation errors.
18 years ago
Lyubomir Marinov 23ec0f5dd9 Delays the creation of AddContactWizard for the purposed of UIServiceImpl's ExportedWindows because the mentioned creation is slow.
18 years ago
Damien Roth 12d4da369a Added internationalization to the proactive notification
18 years ago
Damien Roth e28174ada3 Adding proactive notification
18 years ago
Emil Ivov ac0fb9ebd1 impl/media/CallSessionImpl.java
18 years ago
Yana Stamcheva 2a6109abce Do not pack main frame when a new plugin is added.
18 years ago
Yana Stamcheva 4d86cad74c Status bar container added in chat window.
18 years ago
Damian Minkov 7c87d19e25 Change some texts in izpack welcome page.
18 years ago
Yana Stamcheva a96d51d48c Remove text from show/hide inactive contacts button.
18 years ago
Yana Stamcheva db5262887b make chat window menus transparent.
18 years ago
Yana Stamcheva fac48776f9 Removing the View menu for now, as it doesn't contain items (adviced by Sebastien Mazy).
18 years ago
Lyubomir Marinov 2460835f68 Fixes a NullPointerException in MediaControl introduced in r4430.
18 years ago
Romain Kuntz f17d5b6d85 Remove the updatechecker.jar when Sparkle is used (for MacOSX)
18 years ago
Yana Stamcheva b7d56eb43b Fix main menu and toolbar.
18 years ago
Emil Ivov 5d0f1bab2d Fixing avatar retrieves.
18 years ago
Damian Minkov 7cce273ae1 Fix avatar download.
18 years ago
Emil Ivov 13323da81c Creates lock file parent dirs if necessary
18 years ago
Emil Ivov 862ffdc93c Adds more debug info during lock file creation
18 years ago
Lyubomir Marinov 13d468b8bc Delays the calculation of the audio and video encodings supported by MediaControl until they're necessary as a way to make startup faster.
18 years ago
Yana Stamcheva 2dd3febb51 Improved chat extended toolbar.
18 years ago
Yana Stamcheva f55587db17 Make the call via panel transparent.
18 years ago
Yana Stamcheva 391732d5bb Configurable main window border.
18 years ago
Emil Ivov 0fb982f41c getAvatar should take a true param when retrieving the old image
18 years ago
Yana Stamcheva 0c40c5109a - Added some new color constants.
18 years ago
Emil Ivov 04d5a4c7e3 Make sure that the contact list really gets the images from the network and not only from the local cache.
18 years ago
Emil Ivov caeb76c051 Don't look for a locally stored avatar file, every time we render a cell.
18 years ago
Emil Ivov 599a78edfb Contact avatars are now downloaded automatically without having to open chat window
18 years ago
Damian Minkov d0384149d6 Registering for feed and sip urls from dmg package.
18 years ago
Damian Minkov 52b7a4b155 Fix icq initial contact statuses.
18 years ago
Damian Minkov d137818b6c Fix NullPointer Exceptions.
18 years ago
Lyubomir Marinov 54f4fc344a Updates the Eclipse .classpath with transparency.jar in order to fix compilation errors because of unresolved imports.
18 years ago
Lyubomir Marinov ff166881ac Gives a major boost wrt execution time to the redrawing of the splash screen as part of the attempt to optimize the application startup time.
18 years ago
Lyubomir Marinov 6d1b39b045 Fixes MediaServiceImpl.getSupportedVideoEncodings() which used to return MediaControl.getSupportedAudioEncodings(). (And makes tiny performance improvements such as preventing double hashtable look-ups, unoptimized conversions from List<String> to String[].)
18 years ago
Damian Minkov 3f31a62536 Temporally fixing icq login problems.
18 years ago
Yana Stamcheva 9ee146a84d Add the possibility to add plugins in the call button panel.
18 years ago
Yana Stamcheva 9451cf164d Remove svn files, accidentally committed.
18 years ago
Yana Stamcheva 5b9d989367 Fixed string.
18 years ago
Lyubomir Marinov 76f42dc61c Fixes Java 1.5 compatibility broken in r4409 because of use of Java 1.6 API.
18 years ago
Lyubomir Marinov b3913d79f0 Provides the UI means for SIP Communicator to initiate a call-transfer.
18 years ago
Yana Stamcheva 3070baaf1c - Revised status panel interface.
18 years ago
Damian Minkov bd1f93701c As we are handling multiple/single instances, skip this option in jsmooth config.
18 years ago
Emil Ivov 521165ea0f Commits a patch from Sebastien Mazy that adds name and description for the log4j bundle.
18 years ago
Damian Minkov b7ab3bcaee Fix reading parameters from socket, causing troubles on windows.
18 years ago
Yana Stamcheva c3c28ee2a2 Allow plugins to be added in the contact list panel.
18 years ago
Emil Ivov 04c47b8865 Commits a patch from Alan Kelly that removes DNS checks from a few places (work in progress).
18 years ago