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
scmerger
772fdc3493
Merge branch '1.0-local' into trunk-local
...
* 1.0-local:
Added japanese translation resource file (partial), provided by Koshiro Mitsuya.
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
1abffe4b45
Fixing tests.
17 years ago
Damian Minkov
4cd35690f4
Fixing build. Wrong file location.
17 years ago
Damian Minkov
bacc7bd2c1
Wrong testing.properties file commited, now revert it and enable MetaHistoryService tests.
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
Emil Ivov
957a9690ec
Re-enables the Yahoo! tests.
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
Damian Minkov
8a7cd18b2b
FileHistory Service.
17 years ago
Yana Stamcheva
1dc10bff44
Continuation on previous commit. Rename listener add and remove methods in the related operation set.
17 years ago
Yana Stamcheva
ac007c99fb
Renames FileTransferRequestListener to FileTransferListener and add to it notifications for fileTransferCreated, which are triggered when a FileTransfer is actually created (on sendFile or incomingRequest.accept()).
17 years ago
Emil Ivov
03aed0e2d6
Removes that Yahoo! Messenger tests in order to be able to provide a build. The tests are currently failing because of server changes that are also affecting older versions so not building new one isn't helping anyone.
17 years ago
Damian Minkov
fe8bb898c6
New MetaHistory Service.
17 years ago
Yana Stamcheva
4b984ef466
File transfer:
...
- show image file preview in a tooltip.
- remember last send file directory and open the file chooser in it.
17 years ago
scmerger
96c3dfc420
Merge branch '1.0-local' into trunk-local
17 years ago
Yana Stamcheva
3e94381394
In the drop down menu on the contact list, fix "Enable/Disable sound" and "Show/hide offline" states.
17 years ago
Yana Stamcheva
f38b97735d
In the drop down menu on the contact list, make "Enable/Disable sound" and "Show/hide offline" icons correspond the current state of the toggle buttons.
17 years ago
Yana Stamcheva
20bff15f6c
- Double click on file image in outgoing file transfer would open the file.
...
- Popup and sound notification for incoming file transfer - in the future the popup notification could be extended to allow to show a custom icon in order to show a file preview.
- Set the default (arrow) cursor when over a file transfer component (instead of the edit cursor, which is default for the chat conversation area).
17 years ago