Damian Minkov
b453e8f16e
Add linux-64 support for jni h264 codec and remove jna codec.
17 years ago
Emil Ivov
7214e6ea2b
Makes deploy-os-specific-bundles publicly accessible. The reason this was previously an internal target was based on the assumption that developers won't need to access it and it would only be needed as a run dependency. This however proved to be wrong since one also needs to execute this target when running the application in an IDE debugger.
17 years ago
Sebastien Mazy
341747da88
Updated JAIN-SIP RI to 1.2.91
17 years ago
Werner Dittmann
03d27dcd99
Upgrade ZRTP jar to version 1.4.2 to be compliant with latest ZRTP spec.
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
Emil Ivov
3f5206ff01
Commits patches for the following issues:
...
#482 Overly complex plugin manager (work in progress)
#448 Show complete SIP adddress when displaying account
#510 switch to the latest version of Felix (Richard actually did most of the work here.)
17 years ago
Lyubomir Marinov
af2587049c
Hopes to fix issue #502 : Do not use jdic when running Java 6.
17 years ago
Yana Stamcheva
9daa19303f
Language resources updated.
18 years ago
Lyubomir Marinov
a83833f357
Moves the functionality of swing-common.jar into util.jar and removes swing-common.jar.
18 years ago
Lyubomir Marinov
296d1e0f1b
Implements a ConfigurationForm which allows configuring the MediaService.
18 years ago
Damien Roth
46ef85f493
Major update for the dict protocol
...
- Using an external library to manage the connection with the server
- Enhanced account registration wizard
18 years ago
Romain Kuntz
5417c1891a
Updated the ZRTP4J library, updated the classpaths, added the bundle-version.
18 years ago
Yana Stamcheva
bbceee07e5
UI enhancements.
18 years ago
Brian Burch
4282316384
use properties to define slickless tests to be executed and let them be run under felix, or simply under junit
18 years ago
Damian Minkov
feae863617
Add jna.library.path to run target.
18 years ago
Yana Stamcheva
1a7899eab7
Add the swingworker jar to the swing bundle.
18 years ago
Damian Minkov
5edc84047f
Using lti civil for video(adding support for mac) and add h264 video support using ffmpeg-java.
18 years ago
Brian Burch
e4b7729757
verify local testing accounts file has been created by the user
18 years ago
Brian Burch
17a6beaf02
unit test preparation - ensure personal testing properties file exists
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
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
8840533120
Fixes native lib location for x86/i386 architectures
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
e464af553e
Formats build.xml in the parts related to the integrated profiler.
18 years ago
Benoit Pradelle
5aa4692abf
- fix the bug related to the profiler4j path in build.xml. Thanks to Damian for reporting it.
...
- GenericBuffer now respect the SC code convention
18 years ago
Brian Burch
c33aa535ee
support new netbeans debug test (service lick) target in separate file
18 years ago
Emil Ivov
28a3d04a65
Moving the zrtp4j bundle to the location where we store all generated SC bundles
18 years ago
Romain Kuntz
38357671e4
Forgot to import some packages needed by ZRTP4J
18 years ago
Romain Kuntz
bb8da5ef97
ZRTP4J is now a bundle and thus must be loaded as startup
18 years ago
Romain Kuntz
5e3ce7bb17
Added ZRTP4J bundle
...
Added the boucycastle lib
Renamed OperationSetSecuredTelephony to OperationSetSecureTelephony
Renamed the isSecured/setSecured method to isSecure/setSecure
Fixed some identations
18 years ago
Benoit Pradelle
3aecc0800f
Integrating profiler4j. GSoC result of Vladimir.
18 years ago
Lyubomir Marinov
182ada36e3
When starting the applications, loads the stored accounts in the background in order to allow the UI to appear as soon as possible.
18 years ago
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
Yana Stamcheva
3070baaf1c
- Revised status panel interface.
...
- Revised contact list interface.
- New chat rooms interface.
- Main tabbed pane removed.
- Revised call management in the GUI.
- Some more gui modifications.
18 years ago
Emil Ivov
521165ea0f
Commits a patch from Sebastien Mazy that adds name and description for the log4j bundle.
18 years ago
Emil Ivov
80dbccb9c8
Adds the possibility to register for RSS feeds passed as invokation parameters
...
Implements support for RSS feeds on sites with expired RSS certificates
Implements support for the --debug parameter. Unless this parameter is set our new StdOut class would take control of all System.out traffic.
Adds methods to PopupDIalog that now allow speficying an icon for generic dialog messages
Fixes the whiteboard menu item never return null as it causes the UIService to slightly freak out.
18 years ago
Emil Ivov
88a0036d18
Implements support for launch parameters
...
Implements support for handling SIP URIs as launch parameters
Adds a lock mechanism to prevent from running multiple instances of SIP Communicator
Adds a mechanism for a second instance of SC to pass its launch
parameters to a one that's already running.
Adds a DefaultSecurityAuthority class (in use by the systray and SIP URI handler)
18 years ago
Emil Ivov
c1bf31bad2
Do not include svg-s in the default resource pack
18 years ago
Damian Minkov
6dd45adb2c
Initial support for Msn protocol version up to 15.
18 years ago
Romain Kuntz
39d19dffa4
Applied Lubomir's patch to handle .sip-communicator directories on MAC, and to
...
build sc-launcher as a bundle.
18 years ago
Emil Ivov
21f82be310
Split the GUI package into service and implementation to allow protocols to access UI functionalities such as error messages.
18 years ago
Emil Ivov
fbf0168515
Added an icon for the auto away configuration form (by Damien ROTH)
...
Renamed the status update plugin to awto away
moved the getImage() and getImageBytes() methods to the ResourceManagementService
18 years ago
Emil Ivov
195db71bad
Compile SDP for J1.5. Remove debug prints from CallSessionImpl
18 years ago
Yana Stamcheva
4972b554e0
defaultKeybinding renamed to defaultkeybindings
18 years ago
Yana Stamcheva
4460f1b636
KeyBinding plugin contributed by Damian Johnson.
18 years ago
Damian Minkov
967948ca73
Return of googletalk icons to the accreg wizard due to compatibility reasons.
18 years ago
Emil Ivov
006f5cb10e
Wrapping the jfontchooser lib into a bundle.
18 years ago
Yana Stamcheva
6f0df8bb1b
unused
18 years ago
Damian Minkov
544b57486f
Fix googletalk accregwizz after resources commit.
18 years ago
Damian Minkov
795fac7d71
Resource Management Service and its implementation. The service holds all resources and all bundles(except configuration service) use it to retrieve i18n strings,images,settings...
18 years ago
Emil Ivov
dc5a595eb0
Adding a GoogleTalk Wizard (Contributed by Lubomir Marinov)
18 years ago
Damian Minkov
632e84defe
Integrate notification events configuration (patch by Alexandre Maillard)
18 years ago
Damian Minkov
c6be00c866
Change sip user-agent header to include build number and os name.
18 years ago
Damian Minkov
3bcca45fb8
Changing of Dock Icon according to global status and changing systray changing to avoid errors if icons are missing.
18 years ago
Damian Minkov
9c0c242946
Implement option for auto start on windows
18 years ago
Yana Stamcheva
2c3c055bd3
- Configuration forms are now registered through the bundle context.
...
- General settings form is added.
- Option added to disable message history.
- Option added to show different chats in separate windows.
18 years ago
Emil Ivov
7d7cce3036
NightlyBuildID.java is now only modified in case the build.label or label properties are set.
18 years ago
Damian Minkov
fd8ad43f7c
Creating of a default group if one is set in application properties.
18 years ago
Vincent Lucas
b800b0fad9
Removing false entries of build.xml for the dict protocol.
18 years ago
Vincent Lucas
17e7ee756f
[4/4] Adding DICT protocole and wizzard (corrected version).
18 years ago
Emil Ivov
f1f13249e2
rolling the dict implementation back until it is fixed and ready to implement
18 years ago
Vincent Lucas
137cf41927
Adding DICT protocol and wizard.
18 years ago
Damian Minkov
7fc054488d
Revert adding login.properties to swingui.
18 years ago
Yana Stamcheva
f52d604e05
Move the simple account registration form to a separate plugin.
18 years ago
Emil Ivov
528c49dae4
Leave SC's home directory to its default value
18 years ago
Romain Kuntz
7a94e5b1ea
Activating Sparkle (auto-update) for MacOSX.
...
Sparkle is available only if a valid build number was available at
compilation time. If not, the plugin is not started.
Next Mac package should hopefully get it activated.
Release notes and appcast will be available here:
http://download.sip-communicator.org/nightly/macosx/sparkle/
18 years ago
Yana Stamcheva
2489049b76
fix about window issue
18 years ago
Yana Stamcheva
35b936d1f5
- user asked for confirmation when moving contact using the drag&drop
...
- popup menu returned to lightweight - try to solve several problems on Mac (flicker problem, drop down selection problem)
- info button enhancements
- resizing issues
18 years ago
Thomas Hofer
f019845cb4
added the possibilty to set the online status "away" automatically. eg after 5 minutes
18 years ago
Damian Minkov
093662bbb0
Proper application name in dialog informing for new updates
18 years ago
Brian Burch
f2fe4c9d19
echo the name of selected single test
18 years ago
Damian Minkov
7e2192e263
UpdateCheck for every installer
18 years ago
Damian Minkov
9f61ba8d43
UpdateCheck now look for last version from properties file located on download site
18 years ago
Romain Kuntz
338e5c1908
Commited Pin's patch to fix the "java.lang.OutOfMemoryError: java heap space"
...
error that may appear on some systems at compilation time.
18 years ago
Damian Minkov
e371d0a91a
Stop the updater check from building and starting
18 years ago
Damian Minkov
fff24887c6
1. Update Checker
...
2. Fix of Bulgarian translation
3. Move to latest jain-sip(committed by Emil)
18 years ago
Yana Stamcheva
5b4a4cfa69
The defaul felix launcher is replaced by the SIP Communicator launcher, which will check the java version before starting the application and will show the appropriate message for the requirements.
18 years ago
Michael Koch
4cce0b4d90
fixed tabs -> spaces
18 years ago
Michael Koch
6a38be7886
fixed converting language properties files from UTF-8 to ASCII
...
The native2ascii task was skipping the files because the resources task has already copied them.
18 years ago
Yana Stamcheva
1c44642e38
Try to fix the i18n problems.
18 years ago
Yana Stamcheva
9df92a4104
Fix the native2ascii target and resources paths.
18 years ago
Yana Stamcheva
6defd13eb8
Contact info image resources added to the plugin bundle. This should fix the IllegalArgumentException thrown at this moment.
18 years ago
Yana Stamcheva
aa0e0c2db1
Add each language resource to the appropriate bundle.
18 years ago
Damian Minkov
29ed3990b2
Fix message resources for swing-ui bundle and update msn lib
18 years ago
Damian Minkov
d3061b8371
Chat Alerter Plugin
18 years ago
Yana Stamcheva
14e7f24bff
Account Details plugin - not activated for the moment
18 years ago
Damian Minkov
3e5af9f237
Fix loading login.properties
18 years ago
Yana Stamcheva
6ff0d7a565
Systray tooltip text now gets its value from the main application.properties file.
18 years ago
Benoit Pradelle
2a144b5a1f
Apply the last version by Shobhit and finally activate SSH
18 years ago
Yana Stamcheva
a7313f7b63
Fix plugin manager plugin.
18 years ago
Yana Stamcheva
d2da3bd5c9
Moving macosx and debian release targets from the main build.xml to the resources/install/build.xml.
18 years ago
Yana Stamcheva
da09f9d5bc
Contact details plugin
18 years ago
Yana Stamcheva
f3fc1838c7
Home directory fixed.
18 years ago
Yana Stamcheva
a7ceb479a1
Fix systray resources paths in the build.xml.
18 years ago
Damian Minkov
fd8d790d9d
1. Fix including resources in swing and branding bundles
18 years ago
Yana Stamcheva
bba761f2b4
Application main constants moved to application.properties file in the main resources directory.
18 years ago
Yana Stamcheva
fcbfc1768d
branding colors are obtained from the main color.properties file
18 years ago
Damian Minkov
6f61638e0e
Fix color resources path variable
18 years ago
Yana Stamcheva
4f06cae3af
All Look & feel and GUI color constants are now moved to a properties file in resources folder.
18 years ago
Damian Minkov
9123fe0bfe
1. Fix : Storage thread in some conditions is not started and contactlist is not saved
...
2. Fix metacontactlis tests - reloading of contactlist too quickly prevents saving the last operation with the list
3. Some spell checks
18 years ago
Yana Stamcheva
5c5fbe0d83
resources replaced by ${resources}
...
and src replaced by ${src}, where appropriate
18 years ago
Yana Stamcheva
ed37976640
ContactEventHandler service was added. It is meant to be used from other bundles in order to change the default behavior of events generated when clicking a contact. The GUI implementation takes now in consideration all registered ContactEventHandler-s when managing contact list events.
19 years ago
Yana Stamcheva
ec4ee165bc
Add to systray bundle an icon for the "Set status message" dialog.
19 years ago
Yana Stamcheva
dc1bf54783
image paths fixed
19 years ago
Thomas Hofer
ddb09a4d1d
renamed splashscreen to branding
19 years ago
Damian Minkov
afe6b6caf5
src replaced by ${src} and
...
resource replaced by ${resource}
in bundle build tasks
19 years ago
Yana Stamcheva
ab00e5a310
enable whiteboarding
19 years ago
Damian Minkov
16e7edeae6
updating yahoo protocol
19 years ago
Damian Minkov
7f96892cdb
remove retroweave libs
19 years ago
Damian Minkov
4e95d37ce1
New java-jml, msn avatars and new msn mail notifications
19 years ago
Damian Minkov
1d4595529e
felix 1.0.1
19 years ago
Emil Ivov
cd680ac42f
Setting 1.5 as default java version for trunk
19 years ago
Damian Minkov
00baec9428
try to fix javadoc out of memory
19 years ago
Romain Kuntz
ff8a575266
Fixed systray icon problem due to a false path to the native MAC lib.
19 years ago
Benoit Pradelle
b274b6eb8f
SSH support - by Jindal Shobhit - currently deactivated for security reasons
19 years ago
Benoit Pradelle
3ce23a1e74
Added the Rss tests, written by Mihai Balan
19 years ago
Yana Stamcheva
01af7c76dd
activate the IRC alpha version
19 years ago
Emil Ivov
dfc92b3938
Committed a fix for javadocs from Michael Koch. Fixed javadoc conflicts introduced by the last commit.
19 years ago
Emil Ivov
241c038fe6
First commit for AV Mmailbox. (from Ryan Ricard)
19 years ago
Yana Stamcheva
c32fd5b8ba
notification bundle added
19 years ago
Emil Ivov
529c1ac41c
i18n improvements by Michael Koch
19 years ago
Emil Ivov
68966778a3
making sure that the log4j bundle is imported everywhere where needed
19 years ago
Emil Ivov
100a2ab99a
removed classes from the class path, applied Mihai Balan's patches on html formatting and favicon avatars. added an extra bundle for avatars.
19 years ago
Romain Kuntz
b209789f51
Growl notifications now display the cool SIP Communicator icon instead of
...
the ugly MacOSX system default icon.
19 years ago
Yana Stamcheva
8bf78ddfc0
move logo icons from gui/resources package to resources
19 years ago
Romain Kuntz
dca3af04f4
As JarBundler (used for MacOSX package) does not like absolute paths,
...
replaced variable with static path in the macosx jarbundler section.
19 years ago
Emil Ivov
9599752f9f
Use absolute path when referencing directories. Patch by Ryan Ricard
19 years ago
Damian Minkov
152b663a22
Zeroconf protocol provider.
19 years ago
Yana Stamcheva
1c1a00117c
fix a commit by mistake
19 years ago
Yana Stamcheva
4a3d23171f
advanced call history plugin
19 years ago
Damian Minkov
03262f0dd4
RSS ProtocolProvider.
19 years ago
Damian Minkov
2dfda98983
1. smack library bundle to be used from bundles needing smack library
...
2. Fix overriding character encoding for icq messages in installers. Discussed with Pavel.
19 years ago
Yana Stamcheva
d0ae9e93ba
"Register new account for Jabber" - a plugin from Nicolas Grandclaude
19 years ago
Yana Stamcheva
68b11a2b57
plugin manager bundle added
19 years ago
Emil Ivov
77dfd86e26
working on multi chat and a jabber implementation
...
fixed some indentations
19 years ago
Damian Minkov
fd8747dbc7
Fix some problems with installers - linux os-specific content, generic installer run.sh script.
...
Added correct version and date in installers.
19 years ago
Damian Minkov
c2d09bdf4d
Added AIM icons
19 years ago
Yana Stamcheva
a8ce283cfa
systray-plugin bundle changed to systray-bundle
19 years ago
Damian Minkov
214e73f509
Aim wizard and some improvments on the loading of accounts for the aim/icq protocol.
19 years ago
Damian Minkov
ba51075932
updated new smack 3.0 lib
19 years ago
Damian Minkov
a0600fa3b5
Change in msn lib. fixing windows connect problem.
19 years ago
Emil Ivov
177dbd7a6f
add dnsjava to utils since that's what we're now using insteand of jndi. Fix by Vincent Lucas, Louis Pasteur University
19 years ago
Emil Ivov
fb0e6ce67d
Wrong property name
19 years ago
Emil Ivov
8ba2d0a1d3
move deployment of os-specific bundles to a separate target so that we could make it dependant on the bundles.dest prop and not execute it if it's not set.
19 years ago
Emil Ivov
53d8fd140d
make sure we use path and not value arguments in java task properties so that they get properly interpreted by the java vm.
19 years ago
Emil Ivov
92da9238e3
gibberish slck (Issue #241 ) and a better meta contact list ordering policy (Issue #316 )
...
add gibberish slick bundle build to default bundle set
19 years ago
Romain Kuntz
9e18e43fea
Fixed path to the MacOSX systray library.
19 years ago
Yana Stamcheva
e2fe9a4fc6
sip protocol icons added to the bundles
19 years ago