Lyubomir Marinov
776554eac4
- Integrates the Facebook protocol developed by Dai Zhiwei as part of Google Summer of Code 2008 in trunk.
...
- Updates HttpCore which is already used by the MSN protocol implementation. Also updates Apache Commons Logging which is already used by profiler4j.
- Doesn't jar log4j into the SIP and RSS protocol implementations because it's already a bundle. Thus reduces the sizes of the SIP and RSS protocol implementations.
17 years ago
scmerger
fba5784542
Merge branch '1.0-local' into trunk-local
...
* 1.0-local:
Disables serialization warnigs. Increases number of allowed warnings so that we can track the total number as it decreases.
Adds class javadocs. Problem reported by Linus
17 years ago
Damian Minkov
0ebdce1c36
Add filetransfer for yahoo and generic filetransfer tests - enabled for jabber and yahoo.
17 years ago
Damian Minkov
67bccdb603
Add Metahistory tests.
17 years ago
Damian Minkov
918a8ec7c0
MetaHistory Service impl and add Contact field to FileRecord.
17 years ago
Damian Minkov
ab6e04cdcf
FileHistory Service impl.
17 years ago
Yana Stamcheva
2f0db4d2d1
Adding support for file transfer for XMPP and graphical User Interface for file transfer (ongoing work). This first commit adds the needed gui that enables users to send and receive files, to
...
drag and drop files into chat windows. It displays incoming file notifications, file icons or previews (where possible, e.g. images).
This work package also contains a first file transfer implementation over the XMPP protocol (using the smack implementation of xep-0096: http://xmpp.org/extensions/xep-0096.html ). Unfortunately this implementation won't work very well with GoogleTalk accounts for now, as Google servers seem to block every file bigger than 60K.
This commit contains also some improvements in the way we load the history and we manage error messages in the gui.
17 years ago
Yana Stamcheva
164236df25
- The protocol bundle was importing all image resources, instead of just the one it needs. This is now fixed by adding separate zipfileset entry for each protocol resource used in the protocol bundle.
...
- Unused resource removed.
17 years ago
Werner Dittmann
5d8ada0c5a
Include latest version of ZRTP4J. Modify the Eclipse and NB project files. Use a generic name
...
for ZRTP4J to avoid further modifications of Eclipse 7 NB project files. Current version of
ZRTP4J now documented in BUNDLE-VERSION of zrtp4j bundle.
17 years ago
Damian Minkov
906596471e
Fix do not include any svg files in resources. Change home dir setting or choosing behaviour. Move the place copying default resources to file for default language.
17 years ago
Emil Ivov
19a201f53e
Makes the number of maximum warnings configurable so that we could print them all on CruiseControl and only show that first 100 by default. Fixes a typo.
17 years ago
Emil Ivov
4157bc326a
Enables compile warnings so that we could make them appear on the cruisecontrol reports. This is part of the effort to resolve issue #637
17 years ago
Damian Minkov
aa488c88eb
Windows update now supports password protected sites, https and http redirects. Show dialog if installer file is missing. Stopping update process now iss working. Change of interface language.
17 years ago
Lyubomir Marinov
dbe1f3daa3
Fixes issue #591 "Menu items randomly appear in the configuration panel" (for now).
17 years ago
Werner Dittmann
f2ecf2bcae
Reorganize the crypto functions. ZRTP4J library now contains al required crypto methods and
...
classes. These classes are copied from BouncyCastle. The DH related classes are modified to
use a crypto aware big integer implementation. Due to this reorganization we can remove
the old BC library - this saves about 1.5MB.
17 years ago
Emil Ivov
0b06b480a1
Makes jain-sip bind on ::0 rather than 0.0.0.0 so that it would also listen for incoming IPv6 packets. (Was working before but is currently failing on Mac OS X).This resolves the "Port Unreachable" replies we
...
were getting in some cases.
Adds a method that allows to determine whether the local host has IPv6 in order to only use the above where appropriate.
Updates jain-sip-ri to 1.2.95 so that it would include support for address scope zones in IPv6 addresses.
Adds the possibility to set log levels for jain-sip through our own logging.properties file by setting a level to the gov.nist packages.
17 years ago
Symphorien Wanko
fecc1bc966
enhancements to the swing popup notification, new behavior for the trayicon, minors code tweak
17 years ago
Symphorien Wanko
ff8ec3ad3f
swing based popup notifications with tests for the PopupMessage interface.
...
added checks for null SystemTrayPeer as it this possible it doesnt exists on the cruise control machine
17 years ago
Symphorien Wanko
07a483c148
undo previous commit since cruisecontrol fails
17 years ago
Symphorien Wanko
2d81282722
swing based popup notifications with tests for the PopupMessage interface.
17 years ago
Sebastien Mazy
d8fe3531be
Update to JAIN-SIP 1.2.92
17 years ago
Werner Dittmann
a36f77b2e5
Remove classes that are not required anymore (JCE classes).
17 years ago
Werner Dittmann
a0610c62af
Modify build and property file to include the new used bouncycastle classes. Need to
...
cleanup unused classes at a later step.
17 years ago
Werner Dittmann
ded3a87b1f
Modify security relevant code to get rid of Java JCE dependence. This simplifies distribution
...
and istallation of SC - no Sun/Java crypto policy files are required anymore. This check-in
also include a new zrtp4j lib (1.4.3) that implements draft 13 and has no JCE dependency.
17 years ago
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.
17 years ago
Lyubomir Marinov
a83833f357
Moves the functionality of swing-common.jar into util.jar and removes swing-common.jar.
17 years ago
Lyubomir Marinov
296d1e0f1b
Implements a ConfigurationForm which allows configuring the MediaService.
17 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
17 years ago
Romain Kuntz
5417c1891a
Updated the ZRTP4J library, updated the classpaths, added the bundle-version.
17 years ago
Yana Stamcheva
bbceee07e5
UI enhancements.
17 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
17 years ago
Damian Minkov
feae863617
Add jna.library.path to run target.
17 years ago
Yana Stamcheva
1a7899eab7
Add the swingworker jar to the swing bundle.
17 years ago
Damian Minkov
5edc84047f
Using lti civil for video(adding support for mac) and add h264 video support using ffmpeg-java.
17 years ago
Brian Burch
e4b7729757
verify local testing accounts file has been created by the user
17 years ago
Brian Burch
17a6beaf02
unit test preparation - ensure personal testing properties file exists
17 years ago
Brian Burch
bb205673aa
fix ant build bug: single test case run was executing ALL defined test cases, not just the nominated slick
17 years ago
Romain Kuntz
9eb1cd6eef
Build is fixed, removing the workaround added at the last commit.
17 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.
17 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)
17 years ago
Emil Ivov
8840533120
Fixes native lib location for x86/i386 architectures
17 years ago
Emil Ivov
2d1ed60d9f
Makes build.xml take into account OS arch when constructing LD_LIBRARY_PATH. Patch from Werner Dittmann
17 years ago
Lyubomir Marinov
e464af553e
Formats build.xml in the parts related to the integrated profiler.
17 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
17 years ago
Brian Burch
c33aa535ee
support new netbeans debug test (service lick) target in separate file
17 years ago
Emil Ivov
28a3d04a65
Moving the zrtp4j bundle to the location where we store all generated SC bundles
17 years ago
Romain Kuntz
38357671e4
Forgot to import some packages needed by ZRTP4J
17 years ago
Romain Kuntz
bb8da5ef97
ZRTP4J is now a bundle and thus must be loaded as startup
17 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
17 years ago
Benoit Pradelle
3aecc0800f
Integrating profiler4j. GSoC result of Vladimir.
17 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.
17 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.
17 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.
17 years ago
Emil Ivov
521165ea0f
Commits a patch from Sebastien Mazy that adds name and description for the log4j bundle.
17 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.
17 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)
17 years ago
Emil Ivov
c1bf31bad2
Do not include svg-s in the default resource pack
17 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.
18 years ago
Yana Stamcheva
ec4ee165bc
Add to systray bundle an icon for the "Set status message" dialog.
18 years ago
Yana Stamcheva
dc1bf54783
image paths fixed
18 years ago
Thomas Hofer
ddb09a4d1d
renamed splashscreen to branding
18 years ago
Damian Minkov
afe6b6caf5
src replaced by ${src} and
...
resource replaced by ${resource}
in bundle build tasks
18 years ago
Yana Stamcheva
ab00e5a310
enable whiteboarding
18 years ago
Damian Minkov
16e7edeae6
updating yahoo protocol
18 years ago
Damian Minkov
7f96892cdb
remove retroweave libs
18 years ago
Damian Minkov
4e95d37ce1
New java-jml, msn avatars and new msn mail notifications
18 years ago
Damian Minkov
1d4595529e
felix 1.0.1
18 years ago
Emil Ivov
cd680ac42f
Setting 1.5 as default java version for trunk
18 years ago
Damian Minkov
00baec9428
try to fix javadoc out of memory
18 years ago
Romain Kuntz
ff8a575266
Fixed systray icon problem due to a false path to the native MAC lib.
18 years ago
Benoit Pradelle
b274b6eb8f
SSH support - by Jindal Shobhit - currently deactivated for security reasons
18 years ago
Benoit Pradelle
3ce23a1e74
Added the Rss tests, written by Mihai Balan
18 years ago
Yana Stamcheva
01af7c76dd
activate the IRC alpha version
18 years ago
Emil Ivov
dfc92b3938
Committed a fix for javadocs from Michael Koch. Fixed javadoc conflicts introduced by the last commit.
18 years ago
Emil Ivov
241c038fe6
First commit for AV Mmailbox. (from Ryan Ricard)
18 years ago
Yana Stamcheva
c32fd5b8ba
notification bundle added
18 years ago
Emil Ivov
529c1ac41c
i18n improvements by Michael Koch
18 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
Yana Stamcheva
b9face0928
remove all icons stored in the wizard plugins, use icons stored in the resources package instead
19 years ago
Emil Ivov
a591f8945c
Added multichat operation set definition and Gibberish protocol implementation. Related issues: Issue #241 , Issue #244 , Issue #250
...
Added bundles for building of the gibberish package
19 years ago
Damian Minkov
6cb1130b51
Fix adding contact requiring authorization. Now creates unresolved contact not volatile one through the process.
19 years ago
Romain Kuntz
fe90ca1d1f
Changed the selection of some of the jar for the macosx package with a regexp.
19 years ago
Martin Andre
b8fca0dc05
Changelog timestamp should be in en-US locales. Should fix the debian package autobuild.
19 years ago
Emil Ivov
8127dc464c
remove debug echo-s
19 years ago
Emil Ivov
c7ea55ffd2
we copy os-specific bundles in the debian rules script so no need to copy them here
19 years ago
Romain Kuntz
ba0da2f169
Include macosx specific bundles (ie media.jar) in macosx package. Was broken since a recent commit.
...
Include native macosx lib (libtray, etc.) in macosx package and added the path to the java library path.
The systray icon is now displayed on macosx.
19 years ago
Martin Andre
ad02cd875e
Include linux specific bundles (ie media.jar) in debian package. Was broken since a recent commit.
19 years ago
Emil Ivov
c4f13b9594
make sure we copy os-specific bundles to sc-bundles before running the tests
19 years ago
Emil Ivov
f6ab81e445
generate all media packages on every sc build
19 years ago
Damian Minkov
4585bafc6f
Replace joustim libs with the latest svn version
19 years ago
Romain Kuntz
c75085d7bb
Customized the MacOSX package (background, Volume Icon, symlink to the
...
application folder).
19 years ago
Martin Andre
4c270768c7
Forgot to commit the changes about using external programs in the build.xml
...
Nobody seemed to notice :-P
19 years ago
Romain Kuntz
fcba89ac94
Removed dependencies to sed for the macosx package generation.
...
Replaced with ant's "replace" and "echo" tasks.
19 years ago
Romain Kuntz
c86f383e63
Moved the growl.jar lib (growl binding for Macosx) to the os-specific directory,
...
and reflected change in build.xml.
Fixed issue relative to the call to the growlnotification.jar bundle in the
felix.client.run.property.sed file.
19 years ago
Yana Stamcheva
a4d73262ae
manage installer-exclude dir
19 years ago
Yana Stamcheva
74a1a872da
this is a personal configuration that I shouldn't have to commit
19 years ago
Yana Stamcheva
06dcda0a15
AppleJavaExtensions.jar moved to macos specific libs
19 years ago
Yana Stamcheva
2d9e7c58e1
os-specific libraries managed
...
added systray bundle and browser launcher bundle
19 years ago
Emil Ivov
6b5959a91d
include splashscreen dir in the splashscreen bundle and not example plugin
19 years ago
Yana Stamcheva
c5f27fb1c6
move the splash screen to a separate bundle
19 years ago
Emil Ivov
8425ffb8e9
disabling sip-communicator launcher.
19 years ago
Emil Ivov
afc93b878b
Use sip-communicator's launcher instead of directly running felix.main
19 years ago
Yana Stamcheva
66a2e1d5ea
remove the felix Main class, use the SIPCommunicator launcher instead
19 years ago
Yana Stamcheva
cca2bc13d0
audio notifier service and implementation
19 years ago
Damian Minkov
7c6ccbd03b
Yahoo Protocol Provider Implementation
19 years ago
Martin Andre
42a974ddc6
The Debian package as well as the sip-communicator executable now uses the SIP Communicator version available in the build.xml (fixes issue #284 )
19 years ago
Romain Kuntz
72513ea493
Removed the version from the app name (but not from the DMG name).
...
Logs for the MacOSX package are now stored in the .app.
19 years ago
Emil Ivov
eefcd97288
Applying Romain's latest patch to build.xml
19 years ago
Emil Ivov
d8b25885be
applying Romain's fixes for growl
...
alignment
19 years ago
Damian Minkov
172afa3755
Again the new msn lib
19 years ago
Damian Minkov
425a358a8b
Back to old msn lib
19 years ago
Damian Minkov
62b23f1a84
Default group in msn is no longer visible. moved to new version of jml lib
19 years ago
Damian Minkov
4dc217ac3c
add jspeex to media bundle
19 years ago
Emil Ivov
30a05992c7
Committing Romain's contribution - an implementation of a Growl notifier for Mac OS X
19 years ago
Emil Ivov
79e06d7d5b
make the macosx package apply use the ant version task.
19 years ago
Emil Ivov
89b872847e
make javac produce a 1.4 compatible version task
19 years ago
Emil Ivov
b307e2ed87
add a -d flag to dpkg
19 years ago
Martin Andre
6bfe0afaae
Added ant task to prepare for deployment on a debian repository
19 years ago
Emil Ivov
55256efdb9
make
19 years ago
Emil Ivov
1bb3c006a0
add stun4j to the netaddr bundle
19 years ago
Emil Ivov
c6fbd8b8bf
adding a safeguard shutdown bundle that would leave SIP Communicator 15 seconds to die and, if this doesn't happen, kill it itself
19 years ago
Emil Ivov
355b37c239
create version and version impl jars
19 years ago
Emil Ivov
9235727e7f
add targets and manifests for constructing version bundles
...
add targets for constructing version bundles
19 years ago
Emil Ivov
f7789f5a06
Added usage of the version ant task so that we could have a sip-communicator.version property that package maintainers could use
19 years ago
Damian Minkov
e140f8eef0
Removed unneeded libs when building macosx package
19 years ago
Emil Ivov
c01ee6e223
syntax errors from last commit
19 years ago
Emil Ivov
3dcb92c839
fixed path issues
19 years ago
Martin Andre
7288c01b19
We've moved to Felix, so i updated the comments.
19 years ago
Emil Ivov
b84bf474f6
make sure javadoc sees jmf.jar
19 years ago
Damian Minkov
711e49d198
Moving to Felix
19 years ago
Emil Ivov
3f8f342269
Store native libs in in lib/native/os
19 years ago
Damian Minkov
15736655e0
MSN PP work in progress
19 years ago
Emil Ivov
6b05141ff2
Working on the JMF implementation of the media service.
...
do not recure lib subdirs. only include those that we want
19 years ago
Yana Stamcheva
956fc63c03
sip account registration wizard plugin added
19 years ago
Damian Minkov
19ad943a80
Call History Impl and call history tests
19 years ago
Martin Andre
81088bdaa0
Can now build Debian package with the ant "deb" task.
19 years ago
Damian Minkov
7d7a352b29
Build jabber slick
19 years ago
Brian Burch
9641b7f68f
prevent compiler from seeing non-java source files to eliminate many ant "dont know how to handle it!" messages when in debug mode.
19 years ago
Emil Ivov
39c6ac12c8
Removed ${basedir} prefix from directory names as it causes packaging problems.
19 years ago
Damian Minkov
ae0c65024d
Jabber start
19 years ago
Yana Stamcheva
037c3bf7f7
sip-communicator/resources/images are added in the protocol.jar to provide the protocol icons
19 years ago
Emil Ivov
a32a1e229e
meanless commit (cc trigger)
19 years ago
Emil Ivov
a3612eee37
Reference to basedir is now absolute.
19 years ago
Emil Ivov
c6fc7d5082
Working on SIP Support
...
Added lib itself to the classpath
19 years ago
Emil Ivov
59464cf45c
Applied Romain's patch
19 years ago
Emil Ivov
5014eb8494
Added a log directory
19 years ago
Yana Stamcheva
e7237230a8
launch the default browser on mac - work in progress
19 years ago
Yana Stamcheva
0e2d028092
launch a browser for mac - work in progress
19 years ago
Damian Minkov
be2c1e703c
Installatin files moved from wrong release to the correct resources directory
20 years ago
Damian Minkov
716277ca03
Build generic,linux,windows installators.
20 years ago
Emil Ivov
37176ccf7a
Meanless commit meant to trigger a CC build
20 years ago
Emil Ivov
201b6bc3c9
Intermediat commit on SIP Support (Work in Progress!)
...
add necessary jain-sip dependency jars to the sip bundle
20 years ago
Emil Ivov
c26061ccf7
Implementing SIP support (work in progress)
...
added targets for creating a sip slick bundle
20 years ago
Emil Ivov
4a47970759
Added an extra line in the reports announcement message at the end of each build
20 years ago