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