| Commit message (Expand) | Author | Age | Files | Lines |
* | Integrates Jitsi presence, IM and VoIP with MS Outlook. | Lyubomir Marinov | 2012-06-01 | 2 | -2/+2 |
* | Adds property that can disable/enable remember password option in authenticat... | Damian Minkov | 2012-05-28 | 1 | -0/+20 |
* | Adds new video conference interface. | Yana Stamcheva | 2012-05-23 | 1 | -1/+19 |
* | Fixes tabs background, revert ui setting modifications. | Damian Minkov | 2012-05-17 | 1 | -26/+2 |
* | Fixes NullPointerExceptions and blank contactlist when UI is uninstalled and ... | Damian Minkov | 2012-05-16 | 5 | -73/+161 |
* | Refactors the SoundLevelIndicator Component to not access the width of its pa... | Lyubomir Marinov | 2012-05-04 | 1 | -0/+257 |
* | Fixes a race in checking for other running instances, problem where we can en... | Damian Minkov | 2012-04-25 | 1 | -46/+126 |
* | Tries to fix a deadlock that can occur on double detecting connection closed,... | Damian Minkov | 2012-04-09 | 1 | -1/+8 |
* | Adds new improved security interface. | Yana Stamcheva | 2012-04-04 | 2 | -1/+191 |
* | Adds (experimental) support for the cobri Jabber extension. | Lyubomir Marinov | 2012-04-02 | 6 | -6/+706 |
* | Fixes a ConcurrentModificationException in SRTCPTransformer. | Lyubomir Marinov | 2012-03-30 | 1 | -4/+4 |
* | Corrects gray background for radio buttons under Linux. | Vincent Lucas | 2012-03-15 | 1 | -1/+2 |
* | Fixes missing buttons and call timer start when call is answered through glob... | Damian Minkov | 2012-03-14 | 4 | -0/+144 |
* | Fixes call duration counter when call is longer than 24 hours. | Damian Minkov | 2012-03-09 | 1 | -24/+31 |
* | Fixes style formating, javadoc and eclipse related warnings. | Sebastien Vincent | 2012-03-09 | 34 | -98/+318 |
* | Introduces new configuration from to setup global shortcut entry. Allows also... | Sebastien Vincent | 2012-03-06 | 2 | -7/+12 |
* | Fixes Java 5 incompatibility in AuthenticationWindow constructor, causing Ill... | Damian Minkov | 2012-03-01 | 1 | -118/+37 |
* | Refactor invite conference dialog. Adds drag'n'drop from contact list to invi... | Sebastien Vincent | 2012-02-22 | 1 | -4/+14 |
* | Removes button rectangular border under Linux. Based on Daniel Zucchetto patc... | Vincent Lucas | 2012-02-17 | 1 | -1/+2 |
* | Commits work in progress on fixing issues with video conferences. Fixes an Ar... | Lyubomir Marinov | 2012-02-15 | 1 | -9/+16 |
* | Tries to address issues with the support of video conferences such as the Cal... | Lyubomir Marinov | 2012-02-12 | 1 | -23/+118 |
* | Fixes (on Java 1.6+ and not 1.5) a leak of pretty much all Window instances c... | Lyubomir Marinov | 2012-02-09 | 1 | -23/+103 |
* | Corrects gray background for checkboxes on linux. Based on Daniel Zucchetto p... | Vincent Lucas | 2012-02-09 | 1 | -1/+2 |
* | When there are at least two remote videos in a video conference call, display... | Lyubomir Marinov | 2012-02-04 | 1 | -32/+48 |
* | Commits work in progress on video conferences. | Lyubomir Marinov | 2012-02-01 | 3 | -46/+134 |
* | Typos, renames. | Damian Minkov | 2012-01-30 | 1 | -2/+2 |
* | Adds option to auto-answer and forward all incoming calls, currently sip impl... | Damian Minkov | 2012-01-30 | 1 | -8/+1 |
* | Fixes some possible NullPointerExceptions. | Damian Minkov | 2012-01-23 | 1 | -12/+24 |
* | Fixes NullPointerException when retrieving delete text button rectangle in te... | Yana Stamcheva | 2012-01-18 | 1 | -0/+5 |
* | Adds option to customized title and text in authentication window. | Damian Minkov | 2012-01-04 | 1 | -12/+81 |
* | Fixes dns resolving failing to use the backup servers in case of a PortUnreac... | Damian Minkov | 2011-12-27 | 1 | -2/+2 |
* | Adds dns change detection on macosx. | Damian Minkov | 2011-12-22 | 1 | -1/+3 |
* | Hide colon in notification title when there is no title | Ingo Bauersachs | 2011-12-22 | 1 | -1/+3 |
* | Reload Dnssec server after config change, hint about necessary restart | Ingo Bauersachs | 2011-12-22 | 1 | -3/+7 |
* | Make protocols aware of DNSSEC exceptions | Ingo Bauersachs | 2011-12-19 | 2 | -20/+94 |
* | DNS resolver implementation based on libjunbound | Ingo Bauersachs | 2011-12-19 | 11 | -0/+1488 |
* | Switches from JMF to FMJ. | Lyubomir Marinov | 2011-12-17 | 1 | -10/+11 |
* | Use dnsjava from boot classpath | Ingo Bauersachs | 2011-12-06 | 1 | -1/+2 |
* | Introduces new operation set for retrieving and storing custom contact types. | Damian Minkov | 2011-11-29 | 1 | -75/+0 |
* | Refresh the default resolver of Lookup, add more DNS trace logging | Ingo Bauersachs | 2011-11-29 | 1 | -14/+28 |
* | Fixes dysfunctional popup menus. Reported by Ingo Bauersachs and Emil Ivov (s... | Yana Stamcheva | 2011-11-23 | 2 | -10/+8 |
* | Add javadoc | Ingo Bauersachs | 2011-11-23 | 1 | -2/+7 |
* | Add diagnostic logging to DNS resolver configuration | Ingo Bauersachs | 2011-11-23 | 2 | -0/+38 |
* | Ctrl-W Cmd-W key combinations now close chat tabs, not the whole window. | Yana Stamcheva | 2011-11-23 | 1 | -2/+2 |
* | Reset DNS server list after network change also when the ParallelResolver is ... | Ingo Bauersachs | 2011-11-22 | 1 | -6/+17 |
* | Removes unnecessary dns query when connecting with jabber, add input check fo... | Damian Minkov | 2011-11-22 | 1 | -2/+36 |
* | Handle input of IP addresses for combined A/AAAA lookups | Ingo Bauersachs | 2011-11-18 | 1 | -0/+21 |
* | Rename combined DNS host lookup | Ingo Bauersachs | 2011-11-18 | 1 | -5/+6 |
* | Add a combined A/AAAA lookup | Ingo Bauersachs | 2011-11-17 | 1 | -0/+60 |
* | Give popups a minimum height and don't cut off text due to rounding | Ingo Bauersachs | 2011-11-12 | 1 | -5/+9 |