aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip
Commit message (Expand)AuthorAgeFilesLines
...
* - Set the selected chat window "send via" account, when sending or receiving ...Yana Stamcheva2009-06-174-19/+56
* Fix opening received files with space in the name, in incoming file transfer.Yana Stamcheva2009-06-171-1/+2
* Fix for disappearing messages when history in chat window is disabled.Yana Stamcheva2009-06-171-3/+2
* Fix disappearing messages when no history is loaded.Yana Stamcheva2009-06-161-2/+2
* Fixes the browse method of .impl.osdependent.Desktop on Java 6.Lyubomir Marinov2009-06-161-1/+1
* Disambiguates SwingWorker which is also available in Java 6.Lyubomir Marinov2009-06-152-0/+2
* Part from previous file transfer commit.Yana Stamcheva2009-06-151-1/+2
* Adding support for file transfer for XMPP and graphical User Interface for fi...Yana Stamcheva2009-06-1570-638/+5111
* Commits into trunk the changes of r5345, r5346 and r5352 which fix warnings i...Lyubomir Marinov2009-06-1018-1501/+390
* Represents the first take at implementing autio mixing for the purposes of co...Lyubomir Marinov2009-06-0911-65/+3381
* Fix issue #672 (Keybindings don't work...).Damian Minkov2009-05-253-6/+5
* Fix issue #666. Wrong resource names and not proper saving persistent data.Damian Minkov2009-05-253-55/+67
* Issue #526. Disable video support for java 1.6 under Macosx.Damian Minkov2009-05-191-9/+28
* Class never used. (Reported by Brett Geren)Yana Stamcheva2009-05-181-40/+0
* - When download site is down updatecheck blocks loading bundles. Fixed. Check...Damian Minkov2009-05-162-113/+129
* - Addressing issue #465 (Redesign the account configuration menu).Yana Stamcheva2009-05-1547-547/+821
* Fixes recentry introduced unused-import warnings.Lyubomir Marinov2009-05-134-5/+2
* Fixing issue #669 (Broken smiles preivew on linux and windows).Yana Stamcheva2009-05-128-202/+116
* Added some java-doc comments and formatting (some formatting fixes reported b...Yana Stamcheva2009-05-123-15/+101
* Implement new login v16 for yahoo.Damian Minkov2009-05-111-2/+0
* Eliminates duplication, fixes raw-type warnings.Lyubomir Marinov2009-05-0915-832/+119
* When setting the language, stores the country code as well (in addition to th...Lyubomir Marinov2009-05-071-1/+4
* Addressing issue #650 (Chat status moves write panel on typing notifications).Yana Stamcheva2009-05-073-60/+96
* Supports country code (in addition to language code) when dealing with locale...Lyubomir Marinov2009-05-076-24/+74
* Addressing issue #558 (Some text in the about window cannot be seen entirely).Yana Stamcheva2009-05-061-1/+1
* Cosmetics and an extra method in the TransformLayer that allows capturing mes...Emil Ivov2009-05-064-19/+29
* Adds interfaces that would allow future support of message trnasformation lay...Emil Ivov2009-05-052-0/+159
* Fixing issue # 571 (static I18N strings in impl.gui.customcontrols.Wizard) + ...Yana Stamcheva2009-05-014-125/+218
* Continuing work on issue #630 Borderless UI, by reducing the minimal size of ...Yana Stamcheva2009-05-012-6/+93
* Fixes a couple of programming errors, a few raw-type warnings.Lyubomir Marinov2009-04-304-32/+16
* Fixes the fix of the previous fix ;)Emil Ivov2009-04-301-11/+5
* Fixes an incorrect 'fix' committed in r5309.Lyubomir Marinov2009-04-301-1/+1
* Fixes programming errors detected by FindBugs.Lyubomir Marinov2009-04-303-14/+31
* More smiley related work (some alignment and comments). Addressing issue #500...Yana Stamcheva2009-04-291-6/+53
* Adds a patch for the problem with cyrillic group names in Yahoo (Issue #665) ...Emil Ivov2009-04-293-28/+58
* New smileys pack and some improvements of the smileys box look and feel.Yana Stamcheva2009-04-298-182/+275
* Significatnly stabilizes the meta contact list by fixing asynchronous contact...Emil Ivov2009-04-292-20/+44
* Fixes raw type warnings (Part of issue #637).Emil Ivov2009-04-2915-272/+232
* Fixes an error introduced (by me) in r5290 because of which it was impossible...Emil Ivov2009-04-295-95/+123
* Fixes the following defect: after an account is deleted, it can still be seen...Lyubomir Marinov2009-04-285-92/+73
* Provides a tiny Map-iteration optimization, removes duplication, minor code s...Lyubomir Marinov2009-04-283-202/+93
* Fixes a NullPointerException in MclStorageManager which causes the contactlis...Lyubomir Marinov2009-04-271-2/+9
* Fixes reINVITE-related functionality so that SC can join a 3-way auto-confere...Lyubomir Marinov2009-04-275-218/+336
* Provide a Map.Entry implememtation to enable compilation of SC with Java 5. ThisWerner Dittmann2009-04-271-19/+174
* Minor clean-up - fixes raw-type and unused-import warnings, simplifies a few ...Lyubomir Marinov2009-04-273-18/+11
* Removes duplication in Call and its implementers with respect to setCallState().Lyubomir Marinov2009-04-274-111/+38
* Replace Hashtable with ArrayList and Map entries in getSummary. This keeps th...Werner Dittmann2009-04-261-40/+40
* Fix warning: raw types, unused variables, etc. Contributes to issue #637.Werner Dittmann2009-04-261-47/+3
* Add functions to enable and disable the ZRTP Hello hash attribute in the SIP ...Werner Dittmann2009-04-257-8/+99
* Masks duplicate contacts behind the protocol providers and thus addresses iss...Emil Ivov2009-04-2421-628/+423