index
:
jitsi.git
master
upstream
creating a debian package
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
net
/
java
/
sip
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add filetransfer for yahoo and generic filetransfer tests - enabled for jabbe...
Damian Minkov
2009-07-13
4
-0
/
+693
*
Fixes warnings about unused imports.
Lyubomir Marinov
2009-07-13
2
-3
/
+0
*
Fix progress string on file transfer progress bar.
Yana Stamcheva
2009-07-09
4
-3
/
+44
*
Simplifies MediaControl.createDataSourceForEncodings(). Resolves issue #693. ...
Emil Ivov
2009-07-08
5
-114
/
+111
*
Show file size on incoming file transfer request.
Yana Stamcheva
2009-07-06
4
-5
/
+23
*
Merge branch '1.0-local' into trunk-local
scmerger
2009-07-05
1
-3
/
+6
*
Merge branch '1.0-local' into trunk-local
scmerger
2009-07-05
3
-79
/
+49
*
- Issue #690 (Add drag and drop of files in the contact list).
Yana Stamcheva
2009-07-04
7
-175
/
+444
*
Fix file transfer layout.
Yana Stamcheva
2009-07-03
5
-15
/
+104
*
Add file transfer event for rejected incoming files, update file history and ...
Damian Minkov
2009-07-03
8
-4
/
+88
*
Merge branch '1.0-local' into trunk-local
scmerger
2009-07-02
1
-28
/
+2
*
Add Metahistory tests.
Damian Minkov
2009-07-02
6
-12
/
+395
*
Merge branch '1.0-local' into trunk-local
scmerger
2009-07-02
5
-9
/
+45
*
Merge branch '1.0-local' into trunk-local
scmerger
2009-07-02
1
-1
/
+4
*
Merge branch '1.0-local' into trunk-local
scmerger
2009-07-01
1
-7
/
+3
*
Merge branch '1.0-local' into trunk-local
scmerger
2009-06-29
2
-3
/
+3
*
Merge branch '1.0-local' into trunk-local
scmerger
2009-06-29
5
-29
/
+27
*
Fix disappearing messages.
Yana Stamcheva
2009-06-29
1
-6
/
+6
*
Update file transfer record file path when actual file transfer is created fr...
Yana Stamcheva
2009-06-29
1
-10
/
+18
*
- Fix ClassCastException
Yana Stamcheva
2009-06-29
1
-6
/
+18
*
- Fixes a possible buffer overrun which is unlikely to happen in practice but...
Lyubomir Marinov
2009-06-28
26
-7114
/
+7125
*
G.729
Lyubomir Marinov
2009-06-27
38
-54
/
+9922
*
Merge branch '1.0-local' into trunk-local
scmerger
2009-06-27
1
-1
/
+17
*
Fixes warnings about unused imports.
Lyubomir Marinov
2009-06-27
3
-4
/
+0
*
Merge branch '1.0-local' into trunk-local
scmerger
2009-06-26
1
-14
/
+10
*
Cancel all active file transfers after user confirms it when closing the chat...
Yana Stamcheva
2009-06-26
3
-6
/
+46
*
Add process listener support in Meta History Service.
Damian Minkov
2009-06-26
2
-19
/
+168
*
Disambiguates SwingWorker which is also available in Java 6.
Lyubomir Marinov
2009-06-26
1
-0
/
+1
*
Remove unused import.
Yana Stamcheva
2009-06-25
1
-1
/
+0
*
Fix contact list image scaling and make the specific file transfer image scal...
Yana Stamcheva
2009-06-25
2
-14
/
+33
*
Remove duplicate code.
Yana Stamcheva
2009-06-25
1
-8
/
+0
*
- Possibility added to update history records - provided by Damian Minkov.
Yana Stamcheva
2009-06-25
26
-111
/
+729
*
Merge branch '1.0-local' into trunk-local
scmerger
2009-06-24
1
-1
/
+1
*
Merge branch '1.0-local' into trunk-local
scmerger
2009-06-24
1
-3
/
+2
*
User interface for file history using the new MetaHistoryService.
Yana Stamcheva
2009-06-24
16
-742
/
+896
*
MetaHistory Service impl and add Contact field to FileRecord.
Damian Minkov
2009-06-24
6
-21
/
+918
*
FileHistory Service impl.
Damian Minkov
2009-06-23
15
-68
/
+1036
*
FileHistory Service.
Damian Minkov
2009-06-23
2
-0
/
+279
*
Continuation on previous commit. Rename listener add and remove methods in th...
Yana Stamcheva
2009-06-23
4
-23
/
+19
*
Renames FileTransferRequestListener to FileTransferListener and add to it not...
Yana Stamcheva
2009-06-23
6
-24
/
+77
*
New MetaHistory Service.
Damian Minkov
2009-06-22
1
-0
/
+227
*
File transfer:
Yana Stamcheva
2009-06-22
10
-26
/
+176
*
Merge branch '1.0-local' into trunk-local
scmerger
2009-06-21
20
-48
/
+454
*
In the drop down menu on the contact list, fix "Enable/Disable sound" and "Sh...
Yana Stamcheva
2009-06-21
1
-4
/
+4
*
In the drop down menu on the contact list, make "Enable/Disable sound" and "S...
Yana Stamcheva
2009-06-21
1
-4
/
+4
*
- Double click on file image in outgoing file transfer would open the file.
Yana Stamcheva
2009-06-19
6
-72
/
+155
*
Fix drop of files in the conversation area of the chat window.
Yana Stamcheva
2009-06-19
3
-16
/
+19
*
Disambiguates SwingWorker which is also available on Java 6.
Lyubomir Marinov
2009-06-18
1
-0
/
+2
*
- Return the appropriate default download directory depending on the operatin...
Yana Stamcheva
2009-06-18
3
-24
/
+61
*
Disambiguates SwingWorker which is also available in Java 6.
Lyubomir Marinov
2009-06-17
1
-0
/
+1
[next]