Emil Ivov
2da2522098
Fixes wrong namespaces for jingle.
17 years ago
Emil Ivov
b4641204ff
Fixes
17 years ago
Lyubomir Marinov
b46458dcf1
Introduces a default MethodProcessor implementation in order to remove duplication. Fixes warnings about raw-type use.
17 years ago
Lyubomir Marinov
0888a15b98
Fixes spelling mistakes, formatting.
17 years ago
Werner Dittmann
3eb7709692
Some small fixes to handle half-duplex modes.
17 years ago
Emil Ivov
48869d0f22
converts tabs to spaces in a number of classes
17 years ago
Lyubomir Marinov
1cd1bdc8cc
Reverts earlier changes.
17 years ago
Yana Stamcheva
32b7806074
Fix date compare algorithm. Bug reported by Lubomir Marinov.
17 years ago
Yana Stamcheva
b7d015f501
Fix chat history duplicate dates on incoming message.
17 years ago
Damian Minkov
5d70236c72
Add filetransfer for icq protocol. Implement new request canceled event in tests and in yahoo protocol.
17 years ago
Lyubomir Marinov
422560c705
Fixes warnings about unused imports.
17 years ago
Yana Stamcheva
41f655c482
File transfer related changes as follows:
...
- show transfer speed and estimated transfer time.
- introduced new event that notifies the gui when a file transfer request has been cancelled by the sender.
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
Lyubomir Marinov
431d5a850d
Fixes warnings about unused imports.
17 years ago
Yana Stamcheva
f8d467d495
Fix progress string on file transfer progress bar.
17 years ago
Emil Ivov
6513c807f8
Simplifies MediaControl.createDataSourceForEncodings(). Resolves issue #693 . Applies a number of cosmetic changes.
17 years ago
Yana Stamcheva
efce649a3c
Show file size on incoming file transfer request.
17 years ago
scmerger
e89190d743
Merge branch '1.0-local' into trunk-local
...
* 1.0-local:
Adds to the fix of Issue #696 since it appears that we were also having the same problem with Contact headers.
17 years ago
scmerger
2b421442c1
Merge branch '1.0-local' into trunk-local
...
* 1.0-local:
Fixes Issue #696 : Wrong VIA in INVITE when hold/unhold calls. Fixes Issue #694 : Disable DirectSound. Contributes to Issue #637 by removing use of raw types. Removes CallParticipantChangeListener from CallSessionImpl since it doesn't seem to serve any purpose.
17 years ago
Yana Stamcheva
26c28dfbda
- Issue #690 (Add drag and drop of files in the contact list).
...
- Show an error message when file transfer is not supported by the selected account.
17 years ago
Yana Stamcheva
0cadd75995
Fix file transfer layout.
17 years ago
Damian Minkov
b4af204401
Add file transfer event for rejected incoming files, update file history and reflect changes in gui.
17 years ago
scmerger
08613749e0
Merge branch '1.0-local' into trunk-local
...
* 1.0-local:
- Removed some english strings from the bulgarian translation.
17 years ago
Damian Minkov
67bccdb603
Add Metahistory tests.
17 years ago
scmerger
a060a4d6cc
Merge branch '1.0-local' into trunk-local
...
* 1.0-local:
- Make the local video disabled by default.
17 years ago
scmerger
5b096046d9
Merge branch '1.0-local' into trunk-local
...
* 1.0-local:
Makes sure that we don't stop streaming when putting a call on hold, and that we remove old targets before adding new ones to RTPManager-s
17 years ago
scmerger
f6363c99a4
Merge branch '1.0-local' into trunk-local
...
* 1.0-local:
Makes sure that we always remove targets when reinitializing rtp
Fix yahoo login problems with strange chars in password.
17 years ago
scmerger
532ae2f11b
Merge branch '1.0-local' into trunk-local
...
* 1.0-local:
Make sure that all errors that occur during registration are reported.
Fixes problem authentication problem for first authentications.
17 years ago
scmerger
b24a837947
Merge branch '1.0-local' into trunk-local
...
* 1.0-local:
Clean up extra "stuff" around JButtons on config screens and fix a few typos
17 years ago
Yana Stamcheva
4564cf5307
Fix disappearing messages.
17 years ago
Yana Stamcheva
986f32229f
Update file transfer record file path when actual file transfer is created from an incoming request.
17 years ago
Yana Stamcheva
bd8fd09832
- Fix ClassCastException
...
- Fix incorrect layout of file transfer components. However still experiencing problems with components height.
17 years ago
Lyubomir Marinov
88a8ac278c
- Fixes a possible buffer overrun which is unlikely to happen in practice but fixes it anyway.
...
- Tries to provide a teeny-weeny optimization.
- Uses one and the same line delimiters in a single file instead of multiple ones because vim gets freaked out.
17 years ago
Lyubomir Marinov
a666077ab2
G.729
17 years ago
scmerger
646054b7b8
Merge branch '1.0-local' into trunk-local
...
* 1.0-local:
Fixes the problem that when answering an incoming call we may end up streaming out the media in an encoding explicitly disabled by the user in the Media configuration form.
17 years ago
Lyubomir Marinov
e82af18e17
Fixes warnings about unused imports.
17 years ago
scmerger
6f2d6a115b
Merge branch '1.0-local' into trunk-local
...
* 1.0-local:
Fixes issue #680 Problem with chat tabs for contact names with parentheses.
Reflect recent yahoo protocol changes.
17 years ago
Yana Stamcheva
5784e2b91b
Cancel all active file transfers after user confirms it when closing the chat window.
17 years ago
Damian Minkov
ce8437d41c
Add process listener support in Meta History Service.
17 years ago
Lyubomir Marinov
e8fe2111f8
Disambiguates SwingWorker which is also available in Java 6.
17 years ago
Yana Stamcheva
beb60c3f54
Remove unused import.
17 years ago
Yana Stamcheva
e2520421dc
Fix contact list image scaling and make the specific file transfer image scaling in the FileImageLabel.
17 years ago
Yana Stamcheva
cc296f6679
Remove duplicate code.
17 years ago
Yana Stamcheva
71d51b2b03
- Possibility added to update history records - provided by Damian Minkov.
...
- File transfer dates fixed.
- File transfer history improved.
- Check for active file transfers before closing the chat window.
17 years ago
scmerger
206ea67e27
Merge branch '1.0-local' into trunk-local
...
* 1.0-local:
Another merge triggering change.
17 years ago
scmerger
393d2b9e3f
Merge branch '1.0-local' into trunk-local
...
* 1.0-local:
Meaningless change in 1.0 testing our merge procedures (there would be at least one more test and possibly more)
17 years ago
Yana Stamcheva
13b5466ee0
User interface for file history using the new MetaHistoryService.
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