Martin Andre
bfdba9ba27
Updated template header file with new instructions
16 years ago
Sebastien Vincent
72658b0b7a
Fix bad commit.
16 years ago
Sebastien Vincent
f9dc147f3f
Fix various exceptions (no display, no device set), Fix 80 lines.
16 years ago
Sebastien Vincent
5f960182ed
Add some kind of images negociation when setting up video via SDP. Source scaling of video stream when maximum resolution supported by remote peer is less than our capture device output resolution.
16 years ago
Yana Stamcheva
75444a5871
Play a dialing audio when initiating a call.
16 years ago
Yana Stamcheva
0eca31a94f
In the about window make the version text selectable and allow copy to clipboard.
16 years ago
Yana Stamcheva
0d478020fd
Some alignment and layout adjustments in the account status panel.
16 years ago
Pootle
ac4c275574
Commit from translate.sip-communicator.org by user mandre.: 312 of 757 messages translated (22 fuzzy).
16 years ago
Lyubomir Marinov
33cca82154
Applies tiny formatting.
16 years ago
Pootle
79d85ba471
Commit from translate.sip-communicator.org by user mandre.: 232 of 757 messages translated (23 fuzzy).
16 years ago
Martin Andre
bede5cc8c3
Revert the last to commits
16 years ago
Pootle
df5b602b85
Commit from translate.sip-communicator.org by user mandre.: 231 of 757 messages translated (25 fuzzy).
16 years ago
Pootle
ee08bdc4cf
Commit from translate.sip-communicator.org by user mandre.: 735 of 757 messages translated (7 fuzzy).
16 years ago
Martin Andre
5759319c90
Removed some unused strings in resources.properties. More cleanup is needed.
16 years ago
Martin Andre
d132e22293
Fixed double definition of service.gui.NEW. Removed the one with an accelerator.
16 years ago
Martin Andre
1683103e39
Fixed double definition of service.gui.MSG_DELIVERY_UNKNOWN_ERROR key.
...
Now, the key for string accepting an argument (the one that reports error the to the user) is simply service.gui.MSG_DELIVERY_ERROR.
16 years ago
Yana Stamcheva
c8af3a727d
Change border values to make them fit better the component.
16 years ago
Yana Stamcheva
5ff9aea080
Fix account panel south plugin container.
16 years ago
Yana Stamcheva
0eb6db287f
Allow to add plugins on the south of the account panel above the contact list.
16 years ago
Yana Stamcheva
8b96fe14a2
- Allow to add plugins in an "invisible" toolbar on the right of the status combo box in the contact list window.
...
- Paint more rounded selection and rollover for menus.
- Remove unused class.
16 years ago
Yana Stamcheva
a4a55eae96
Add an empty constructor to the SIPCommTextButton in order to allow to set the text after creating the button.
16 years ago
Yana Stamcheva
3a8016c01c
A custom component which extends JButton and allows to have a button with only text and no background decorations.
16 years ago
Pootle
b138cb8e1e
Commit from translate.sip-communicator.org by user mandre.: 751 of 761 messages translated (0 fuzzy).
16 years ago
Martin Andre
94404714dc
Encode resources_ro.properties as UTF8
16 years ago
Valentin Martinet
29d62efc4c
Introduces a new "Join chatroom" dialog,
...
as proposed (off-list) by Emil Ivov.
16 years ago
Valentin Martinet
7b2fe1ebf2
Adds resources for the new "Join chatroom" dialog.
16 years ago
Emil Ivov
49a683a4ac
Fixes default contact selection for a double click on the contact list
16 years ago
Valentin Martinet
2e9604cca0
Fix a NPE when searching for rooms in the SearchChatRoomPanel
...
(reported on dev ML by Emil Ivov, "A couple of chat room issues").
16 years ago
Emil Ivov
5a9680b862
Makes sure that when selecting a default contact for chatting we pass the OpsetIM constraint to the MetaContact.
16 years ago
Emil Ivov
ae4c81bf15
Makes sure that when selecting a default contact for chatting we pass the OpsetIM constraint to the MetaContact.
16 years ago
Emil Ivov
9b6c362aa9
Minor optimization.
16 years ago
Emil Ivov
852218110d
Fixes (hopefully) a race condition during the original load of the locally stored meta contact list, that used to prevent some accounts from loading their contact lists
16 years ago
Emil Ivov
6a649ce823
Fixes a NullPointerException that used to occur during the modification of SIP accounts.
16 years ago
Sebastien Vincent
06c56ae2a2
Handle correctly endianess for different RGB (24/32) format.
16 years ago
Emil Ivov
f94b6f0cf3
Trim port audio device names so that they would match whatever we store in our properties file
16 years ago
Lyubomir Marinov
5a3fd83d43
Fixes issue #731 "NullPointerException in MSN fireNewEmailNotificationReceived".
16 years ago
Damian Minkov
cfc469fab3
Add a place to register custom operationsets.
16 years ago
Sebastien Vincent
353c53e7a6
- Add RGB/YUV intArray/shortArray as input/output support for SwScaler;
...
- Add updated JNI libraries;
- Add "long-time" patch to compile x264 on *BSD.
16 years ago
Lyubomir Marinov
c995f95647
Nothing really, just fixes a few typos.
16 years ago
Yana Stamcheva
113d444b67
Fixes broken drag-n-drop in a call window reported by Emil Ivov.
16 years ago
Damian Minkov
150692c525
Add configuration to stop/start update checks on startup for windows and linux.
16 years ago
Emil Ivov
fc6566ff0d
Disables IM (by removing the corresponding OpSet) for SIP servers that don't indicate support for it in their reponses to our REGISTER requests
16 years ago
Sebastien Vincent
956a7e09b2
Video device combobox display over video preview panel.
16 years ago
Damian Minkov
154f82c0bb
Fix alaw codec. Fmj alaw encoding is used and ugly noise when encoding is removed.
...
When we are by default recvonly video and the other party has sendrecv we ignore our recvonly and start the video, its fixed now.
Remove unused removing of an extension used on conf calls.
16 years ago
Sebastien Vincent
1f69e747ce
Replace the use of SUN proprietary API ShellFolder by FileSystemView.getSystemIcon as suggested by Matthieu Casanova on dev mailing-list with subject "[sip-comm-dev] Question about use of sun.awt.shell.ShellFolder".
16 years ago
Sebastien Vincent
c65a383050
- Add new scaler that uses libswscale and can change format (i.e. RGB to YUV, ...) and scale in one pass;
...
- Add the possibility to change output video size of a stream in VideoMediaDeviceSession;
- Add recompiled ffmpeg JNI for all supported platforms.
16 years ago
Yana Stamcheva
f866c3b513
Fixes a previously committed personal configuration in build.xml by mistake.
16 years ago
Yana Stamcheva
63f857a922
Patch provided by Matthieu Casanova on dev@sip-communicator.dev.java.net with subject: "[PATCH] Fix for suspicious String comparison" on 19/02/2010.
16 years ago
Emil Ivov
b3d407ef71
Makes sure we don't use devices with no codecs
16 years ago
Yana Stamcheva
7fabb1ab90
Fixes an incorrect behavior in the chat window: Messages on the current date should only show the hour when the messages was sent/received. Dates should be shown only for old messages.
16 years ago