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
/
communicator
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Reduces garbage created when working with AccoutID.getAccountProperties() w...
Lyubomir Marinov
2008-12-16
34
-608
/
+469
*
Commits patches for the following issues:
Emil Ivov
2008-12-16
76
-212
/
+329
*
Fixes an unnecessary retaining of memory introduced in a recent revision.
Lyubomir Marinov
2008-12-15
1
-31
/
+34
*
Fixes a couple of warnings introduced in a recent revision.
Lyubomir Marinov
2008-12-15
2
-2
/
+1
*
Moves RegistrationStateChangeListener to ProtocolProviderServiceSipImpl.
Sebastien Mazy
2008-12-15
2
-22
/
+24
*
javadoc'ing
Sebastien Mazy
2008-12-15
2
-97
/
+134
*
Fix Jabber statuses per contact resource and priority.
Damian Minkov
2008-12-15
1
-3
/
+64
*
Fix wrong status for the second tab in the chat window.
Yana Stamcheva
2008-12-15
1
-7
/
+11
*
Minor code cleanup including removing of unused, unnecessary fields, fixing s...
Lyubomir Marinov
2008-12-15
8
-461
/
+454
*
Adds a forgotten Graphics.dispose().
Lyubomir Marinov
2008-12-15
1
-5
/
+11
*
As part of the fix for issue #453 (Broken Windows Vista font rendering), cont...
Lyubomir Marinov
2008-12-15
8
-74
/
+113
*
Fixes a NullPointerException in UIServiceImpl.setDefaultThemePack reported by...
Lyubomir Marinov
2008-12-14
1
-2
/
+3
*
On Mac OS X, waits for the application to complete its normal shutdown instea...
Lyubomir Marinov
2008-12-13
6
-45
/
+35
*
Fix a problem during ZRTP initialization for multi-stream, comment the SRTP c...
Werner Dittmann
2008-12-13
1
-70
/
+70
*
Minor elimination of code duplication.
Lyubomir Marinov
2008-12-13
3
-75
/
+46
*
dispatches SIP msg to SIP protocol providers until their unregistration
Sebastien Mazy
2008-12-12
2
-11
/
+22
*
Fixes a ClassCastException (introduced as part of the "fix" for issue #502) i...
Lyubomir Marinov
2008-12-12
1
-3
/
+8
*
remove the logger.setLevelAll() statement to provide logging control via prop...
Werner Dittmann
2008-12-12
1
-4
/
+4
*
Reduce severity level of some logger calls to trace instead of error.
Werner Dittmann
2008-12-12
1
-3
/
+3
*
Hopes to fix issue #502: Do not use jdic when running Java 6.
Lyubomir Marinov
2008-12-11
9
-316
/
+1016
*
removes a left out printStackTrace() and an unrelated log message
Sebastien Mazy
2008-12-11
1
-3
/
+0
*
Fixes the ConcurrentModificationException at JAIN-SIP LPs deletion
Sebastien Mazy
2008-12-11
1
-0
/
+1
*
Fixes the issue reported by Werner in an e-mail on the dev mailing list subje...
Lyubomir Marinov
2008-12-11
1
-1
/
+1
*
Fix strings that identify yes/no for i18n.
Werner Dittmann
2008-12-11
1
-2
/
+2
*
Revert change to position the security check box at the top-level registratio...
Werner Dittmann
2008-12-11
1
-9
/
+4
*
Disable Back button if there is no previous page. Going back from this wizard...
Werner Dittmann
2008-12-11
1
-0
/
+2
*
When closing SC first dispose frame and its children before stopping the bund...
Werner Dittmann
2008-12-11
1
-1
/
+2
*
Minor code cleanup of recent commits.
Lyubomir Marinov
2008-12-10
6
-86
/
+93
*
Fix a NPE when modifying a SIP account: add the USER_ID to the account proper...
Werner Dittmann
2008-12-10
4
-16
/
+16
*
1. Fix opening history containing tag for subject.
Damian Minkov
2008-12-10
3
-3
/
+21
*
Re-position "Enable security" checkbox to the first page of account registrat...
Werner Dittmann
2008-12-10
1
-4
/
+8
*
Play a notification sound if ZRTP switches to secure mode. Prepare the the no...
Werner Dittmann
2008-12-10
3
-2
/
+30
*
Fixes some strings.
Yana Stamcheva
2008-12-10
1
-1
/
+2
*
Represents the beginning of work in progress to delay the loading of the Conf...
Lyubomir Marinov
2008-12-10
8
-437
/
+478
*
Retrieves Color definitions from the ResourceManagementService for .branding ...
Lyubomir Marinov
2008-12-10
4
-63
/
+90
*
Fixes a couple of warnings about unused imports.
Lyubomir Marinov
2008-12-09
2
-2
/
+0
*
Restores changes addressing issue #492 (Grey background dialogs) lost in the ...
Lyubomir Marinov
2008-12-09
5
-33
/
+37
*
Disambiguates SwingWorker because Java 1.6 has its own in javax.swing and thu...
Lyubomir Marinov
2008-12-09
1
-1
/
+2
*
Language resources updated.
Yana Stamcheva
2008-12-09
191
-2168
/
+2469
*
Eliminates duplication of ProtocolProviderService.getOperationSet() and .getS...
Lyubomir Marinov
2008-12-09
37
-588
/
+215
*
Fix a NPE if security is not enabled and ZRTP is not active.
Werner Dittmann
2008-12-09
2
-18
/
+19
*
Committing single SIP stack patch from Sebastien Mazy.
Emil Ivov
2008-12-09
4
-511
/
+1293
*
Moves the functionality of swing-common.jar into util.jar and removes swing-c...
Lyubomir Marinov
2008-12-08
183
-478
/
+421
*
Removes SIPCommDefaultTheme.isSystemTheme() because it's not used and causes ...
Lyubomir Marinov
2008-12-08
1
-8
/
+0
*
Upon Yana's request, restores ImageLoader back into .impl.gui.utils from .swi...
Lyubomir Marinov
2008-12-08
59
-126
/
+178
*
Applies the custom control painting of SIP Communicator to the Accounts Confi...
Lyubomir Marinov
2008-12-08
1
-29
/
+23
*
Hopes to fix issue #508: Support Quit, Preferences and About in the Mac appli...
Lyubomir Marinov
2008-12-07
6
-61
/
+191
*
Reverts the fix for issue #508: Support Quit, Preferences and About in the Ma...
Lyubomir Marinov
2008-12-07
3
-49
/
+49
*
Fixes issue #508: Support Quit, Preferences and About in the Mac application ...
Lyubomir Marinov
2008-12-07
9
-73
/
+187
*
Set a title to the move dialog.
Yana Stamcheva
2008-12-07
1
-0
/
+3
[next]