aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java
Commit message (Expand)AuthorAgeFilesLines
* Fixes raw type warningsEmil Ivov2009-03-2814-46/+57
* Hides the contact photo at the east of the chat tool bar in order to fully fr...Lyubomir Marinov2009-03-282-20/+15
* Allow plugins to set the text in the dialboxAlan Kelly2009-03-273-0/+30
* Fixes issue #591 "Menu items randomly appear in the configuration panel" (for...Lyubomir Marinov2009-03-279-44/+59
* Fix issue #613. Update jabber to newest version. Fix some errors with lockups...Damian Minkov2009-03-2612-103/+845
* - Add item in the file menu to view historyDamien Roth2009-03-251-1/+40
* - Fix the error with the icon of the Dict contactsDamien Roth2009-03-251-1/+1
* - Fix a problem with the name of the first Dict contactDamien Roth2009-03-257-1/+240
* Fixes issue #615 (Multiple "My chat rooms...", "About SIP Communicator" dialo...Lyubomir Marinov2009-03-256-18/+79
* Fixes issue #601 : Can create an account with no userid . Note that this is a...Emil Ivov2009-03-2516-175/+251
* Fixes issue #582 : SIP account name displayed in the GUI should be the AOREmil Ivov2009-03-242-12/+19
* Fix issue #609. Call to sip communicator on machine without audio device. Whe...Damian Minkov2009-03-244-65/+77
* Fixes issue #621 : Paste in the chat window inserts new lineEmil Ivov2009-03-241-4/+9
* Fixes issue #517 (Previous button on Advanced-mode AccountRegistrationWizard ...Lyubomir Marinov2009-03-244-107/+45
* Spares conversions between Date and long because they cause a lot of allocati...Lyubomir Marinov2009-03-2434-201/+262
* Fixes a synchronization warning. Removes a minor case of duplication. Adds Ja...Lyubomir Marinov2009-03-233-32/+60
* Fixes issue #611: IPv6 SDP connection information causes 488 Not acceptable hereEmil Ivov2009-03-231-1/+36
* Fix issue #620. Deadlock on auto connect to IRC.Damian Minkov2009-03-231-18/+41
* Fixes issue #554 (Missing String resource keys for Keybindings config form).Lyubomir Marinov2009-03-231-2/+35
* Fixes most of issue #543 (User list in chat rooms not sorted) by sorting the ...Lyubomir Marinov2009-03-236-319/+288
* Reorganize the crypto functions. ZRTP4J library now contains al required cryp...Werner Dittmann2009-03-221-1/+1
* Fixes issue #614 (IRC server conversation panel doesn't need a member list).Lyubomir Marinov2009-03-215-150/+131
* Uses SCScrollPane instead of JScrollPane in the conference chats (e.g. IRC ch...Lyubomir Marinov2009-03-203-13/+24
* The status menu of IRC used to display the two supported statuses - Online an...Lyubomir Marinov2009-03-182-20/+30
* Tries to better support the system preferences with respect to fonts. The HTM...Lyubomir Marinov2009-03-1721-412/+416
* fix bug introduced by previous commitSymphorien Wanko2009-03-162-37/+55
* give the ability to join undiscovered room while providing the complete jid f...Symphorien Wanko2009-03-162-9/+33
* Fix issue #592. Proper sending of recvonly sdp attribute. Damian Minkov2009-03-161-3/+4
* complete OperationSetMultiUserChat and ChatRoom testsSymphorien Wanko2009-03-161-1/+5
* Fix NPE.Damian Minkov2009-03-161-3/+6
* Fix issue #607 and #608. Offline authorization and not parsed font settings i...Damian Minkov2009-03-164-209/+281
* Removes unused imports.Lyubomir Marinov2009-03-163-4/+0
* Supports enabling/disabling the streaming of the local video to the remote ca...Lyubomir Marinov2009-03-166-181/+327
* Minor code cleanupsRomain Kuntz2009-03-161-2/+2
* Prevents NullPointerExceptions when running on the IBM JRE for GNU/Linux.Lyubomir Marinov2009-03-161-4/+16
* dont leave the chatroom when closing the chat windowSymphorien Wanko2009-03-151-2/+0
* Makes jain-sip bind on ::0 rather than 0.0.0.0 so that it would also listen f...Emil Ivov2009-03-145-11/+119
* Avoids Integer allocations, removes unnecessary fields by making inner classe...Lyubomir Marinov2009-03-133-42/+38
* additional checks for testInviteJoinSymphorien Wanko2009-03-131-3/+3
* avoiding null pointer exceptoin when one of the printed value is nullSymphorien Wanko2009-03-131-3/+3
* add the possibility to decorate the main window.Yana Stamcheva2009-03-131-0/+29
* add the possibility to decorate the main window.Yana Stamcheva2009-03-131-0/+39
* Fix issue #550. Patch by Sebastian Heib.Damian Minkov2009-03-133-33/+84
* Remove unused import.Yana Stamcheva2009-03-131-1/+0
* Remove unused component and add the possibility to decorate the account statu...Yana Stamcheva2009-03-132-61/+38
* Fix issue #545 wrong tooltips shown for contacts in multichat window.Damian Minkov2009-03-136-174/+246
* Fixes a couple of occurrences of incorrect code, performance-related warnings.Lyubomir Marinov2009-03-129-111/+77
* Fixes various warnings, mostly ones about performance.Lyubomir Marinov2009-03-1246-931/+1722
* modification to few jabber class related to MUC to make some tests workSymphorien Wanko2009-03-1214-217/+317
* Checks for preventing NPE with corrupted images.Damian Minkov2009-03-122-1/+8