Yana Stamcheva
ef671f022d
Introduced new icon for master password dialogs.
...
Changed icon for authorization request with the new padlock icon.
16 years ago
Yana Stamcheva
f9334c28de
Removed image, never used.
16 years ago
Sebastien Vincent
eae60b4d19
Proper initialization of video size and video panel's mouse/key listeners when desktop streaming/sharing is enabled during a call.
16 years ago
Yana Stamcheva
ad448b063b
Desktop sharing user interface (work in progress).
...
Start video calls from your contact list and chat window.
Some call interface code enhancements and javadoc comments added.
Disabled the desktop sharing feature until completely tested and ready to use.
16 years ago
Lyubomir Marinov
2b06dc0563
Updates the ice4j library to r240 in order to fix an issue which could leave an initiated Jingle call connecting forever.
16 years ago
Damian Minkov
95add67b7a
Fix jabber creating missing groups on update when groups are created somewhere else.
...
Fix duplicating jabber groups with extra whitespace in its name.
Displaying or hiding jabber roster items as suggested in XEP-0162.
16 years ago
Damian Minkov
ebfbac3d8d
Fixing build.
16 years ago
Damian Minkov
47c96dd787
Fixing build.
16 years ago
Yana Stamcheva
0806c73826
Removes from builds the following protocols and plugins: gibberish, ssh, dict, rss, account-info (not used anyway), whiteboard. Note that all related code stays in the repository and everyone could easily enable the above plugins, by simply adding them in the bundles target and felix.client.run.properties file.
16 years ago
Lyubomir Marinov
b77cdcb053
Commits work in progress on enabling ICE support in Jingle calls. Reduces post-pickup delay.
16 years ago
Sebastien Vincent
bf918b9409
Proper use of enforce prefix and allowed prefix in provisioning plugin.
16 years ago
Yana Stamcheva
c714ded120
Remove unused import.
16 years ago
Damian Minkov
7774aa24e4
Fix msn stack not to close multichat sessions when there is no activity.
...
Show error when outgoing call creation fails.
16 years ago
Yana Stamcheva
154df20213
Default value for provisioning saved in the configuration defaults.
16 years ago
Sebastien Vincent
b83bffdd96
Add a method in the ConfigurationService that will check all properties against a set of prefixes, invalid properties will be removed. Add the same mechanism for the provisioning plugin (to avoid add incorrect contents in the ConfigurationService).
16 years ago
Sebastien Vincent
1143915607
Add log output for the updatechecker plugin. If the "check for updates on startup" option is not checked, still add the "Check for updates" item in the help menu on Windows so that users can trigger updates manually.
16 years ago
Yana Stamcheva
26524bfa37
About window adjustments.
16 years ago
Sebastien Vincent
0b14d4be67
Fix a problem in OperationSetDesktopStreaming*Impl where the camera was used instead of the desktop capture device if we enable desktop streaming during a call.
16 years ago
Yana Stamcheva
0e53454231
New icon (icns) for MacOSX, which fits the new status icons.
16 years ago
Pootle
cfc3f521c1
Commit from translate.sip-communicator.org by user acastroy.: 910 of 910 messages translated (0 fuzzy).
16 years ago
Damian Minkov
bbcbc5fdbd
On startup don't block account loading with dns queries (network maybe down).
16 years ago
Yana Stamcheva
590f4f1427
Trim search field text in order to obtain correct results.
16 years ago
Damian Minkov
c747c01113
Add DND icon to tray/notification/dock icons.
16 years ago
Yana Stamcheva
fcee9e5a88
New dnd systray icons.
...
Changing the color code for dock icons in order to fit the color code of the status menu.
16 years ago
Sebastien Vincent
d99246a6d3
Use install_name_tool directly in Makefile to change library path in libsparkle_init.dylib (@loader_path => @executable_path).
16 years ago
Sebastien Vincent
dacaf6962e
Close JmDNS after having discovered (or not) the provisioning URL.
16 years ago
Damian Minkov
491230295b
Fix Global status icon on setting DND.
...
Allow wizards to enable/disable add button in simple forms dialog. Facebook usernames does not allow '-' and '@' chars, reflect this in the wizard.
16 years ago
Sebastien Vincent
4930d5be2a
Add provisioning via mDNS (Bonjour).
16 years ago
Lyubomir Marinov
549cc87c86
Commits work in progress on supporting ICE in Jingle.
16 years ago
Matthieu Casanova
0d4643ffa5
Finally it is necessary to decode all received messages even if they are not rich text, at least to transform < into <
16 years ago
Damian Minkov
04238adfb0
Authorization for SIP protocol, implement subscribe for presence.winfo rfc3857, rfc3858, rfc5025. Add block and polite-block to the currently available allow rules in xcap implementation and using them fo the sip authorization.
...
Fix - do not subscribe for not in contactlist contacts and for terminated subscriptions.
Remove warning for not found AAAA and A records, warn when both are not found.
Change some config properties for autoaway.
16 years ago
Sebastien Vincent
16ce6691ab
Fix libsparkle_init.dylib of commit 7779 (@loader_path -> @executable_path) and bring back SparkleActivator changes.
16 years ago
Sebastien Vincent
9abbc72777
Rollback part of commit 7779 because Sparkle is not loaded properly.
16 years ago
Damian Minkov
578a61bffc
Fix for issue reported and fixed by Matthieu Casanova on dev mailing-list thread "Receiving xml tags in Yahoo Messenger chat".
16 years ago
Matthieu Casanova
1d8a1b6f9a
Fixed yahoo message decoding :
...
Now a method
OperationSetBasicInstantMessagingYahooImpl.decodeMessage(String message)
will decode messages for both chat and multi chat.
First the message is decoded by the yahoo library if necessary.
Then the links are made hypertext if they are not
and last the font size are fixed.
16 years ago
Yana Stamcheva
8752ab8f95
Fixes issue #815 Size of the status button sometimes too small ( https://sip-communicator.dev.java.net/issues/show_bug.cgi?id=815 ).
16 years ago
Damian Minkov
aebc5bb1c1
Missed in previous commit.
16 years ago
Damian Minkov
aa4069067d
Add DND to global status and when a contact is in On The Phone status, show it in the contact list(do not show Away).
...
Reorder status scales, when setting global statuses correct protocol status to be set.
Fix string in avatar menu (icons -> pictures).
16 years ago
Sebastien Vincent
dfd5011bac
Use CertificateVerificationService in the UpdateChecker plugin.
16 years ago
Sebastien Vincent
54464133f6
Add implementation of an ordered Properties class.
16 years ago
Sebastien Vincent
303c3dfbd6
Fixes warnings and javadocs.
16 years ago
Sebastien Vincent
f7078b197b
If an update link is provided by provisioning configuration, use it instead of default ones.
16 years ago
Lyubomir Marinov
23cd620acc
Fixes warnings, javadocs, formatting.
16 years ago
Lyubomir Marinov
8f996212a0
Fixes warnings, TODOs, javadocs, formatting.
16 years ago
Sebastien Vincent
9c74aed085
Create video calls with a MediaDevice in OperationSetDesktopSharingServer.
16 years ago
Sebastien Vincent
e03fd00b57
Implement new OperationSetDesktopStreaming interface to prepare integration of the desktop streaming/sharing GUI.
16 years ago
Damian Minkov
92a82069be
Save end reason code for calls if any, and don't show call history records which are answered elsewhere as missed.
16 years ago
Yana Stamcheva
a0b0beb7f5
Comment on the previous fix added.
16 years ago
Yana Stamcheva
ed2a0216a3
Fixes authentication window size problem, when an error is shown.
16 years ago
Pootle
ebd36a29ca
Commit from translate.sip-communicator.org by user ratelists.: 910 of 910 messages translated (0 fuzzy).
16 years ago