| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixes a non-transparent version field on Ubuntu 9.10 with JRE 1.6.0_18 report... | Yana Stamcheva | 2010-03-12 | 2 | -3/+31 |
* | In the about window make the version text selectable and allow copy to clipbo... | Yana Stamcheva | 2010-03-03 | 1 | -2/+7 |
* | Patch provided by Matthieu Casanova (dev@sip-communicator.dev.java.net 02/05/... | Yana Stamcheva | 2010-02-15 | 1 | -3/+1 |
* | - Patch provided by Matthieu Casanova (dev@sip-communicator.dev.java.net 02/0... | Yana Stamcheva | 2010-02-15 | 1 | -2/+3 |
* | Introduces AbstractPluginComponent which removes duplication from implementat... | Lyubomir Marinov | 2009-09-12 | 1 | -55/+22 |
* | Added PluginComponent.setCurrentContact(Contact) method. The method is initia... | George Politis | 2009-09-11 | 2 | -0/+6 |
* | Disables the splash screen by default in order to cut off memory at startup (... | Lyubomir Marinov | 2009-09-10 | 4 | -51/+91 |
* | Merge branch '1.0-local' into trunk-local | scmerger | 2009-06-21 | 1 | -1/+1 |
* | Addressing issue #558 (Some text in the about window cannot be seen entirely). | Yana Stamcheva | 2009-05-06 | 1 | -1/+1 |
* | Call pack() instead of setSize, in order to be sure to have the size of the c... | Yana Stamcheva | 2009-04-23 | 1 | -1/+1 |
* | Code optimizations. | Yana Stamcheva | 2009-04-22 | 1 | -65/+166 |
* | Fixes issue #615 (Multiple "My chat rooms...", "About SIP Communicator" dialo... | Lyubomir Marinov | 2009-03-25 | 2 | -1/+39 |
* | Prevents NullPointerExceptions when running on the IBM JRE for GNU/Linux. | Lyubomir Marinov | 2009-03-16 | 1 | -4/+16 |
* | minor branding fixes: year, ampersand | Sebastien Mazy | 2009-02-01 | 1 | -1/+2 |
* | Menu mnemonic for Help > About | Alan Kelly | 2009-01-30 | 1 | -80/+84 |
* | As part of issue #453 (Broken Windows Vista font rendering), fixes the About ... | Lyubomir Marinov | 2008-12-17 | 3 | -24/+39 |
* | Commits patches for the following issues: | Emil Ivov | 2008-12-16 | 1 | -0/+1 |
* | Retrieves Color definitions from the ResourceManagementService for .branding ... | Lyubomir Marinov | 2008-12-10 | 3 | -18/+16 |
* | Language resources updated. | Yana Stamcheva | 2008-12-09 | 3 | -15/+15 |
* | Hopes to fix issue #508: Support Quit, Preferences and About in the Mac appli... | Lyubomir Marinov | 2008-12-07 | 2 | -20/+71 |
* | Reverts the fix for issue #508: Support Quit, Preferences and About in the Ma... | Lyubomir Marinov | 2008-12-07 | 1 | -18/+18 |
* | Fixes issue #508: Support Quit, Preferences and About in the Mac application ... | Lyubomir Marinov | 2008-12-07 | 3 | -5/+46 |
* | Applying new resource name convention. | Yana Stamcheva | 2008-11-28 | 3 | -38/+37 |
* | Patch provided by Sebastien Mazy, that enables parameter passing to exported ... | Yana Stamcheva | 2008-11-07 | 1 | -0/+5 |
* | Remove the SIPCommImageView that was previously used to show image in JEditor... | Yana Stamcheva | 2008-10-23 | 3 | -996/+8 |
* | About window paragraph gap moved to the configuration properties file. | Yana Stamcheva | 2008-09-28 | 1 | -1/+4 |
* | Move text indent constants for the about and splash windows to defaults.prope... | Yana Stamcheva | 2008-09-28 | 2 | -7/+20 |
* | Gives a major boost wrt execution time to the redrawing of the splash screen ... | Lyubomir Marinov | 2008-09-09 | 1 | -10/+74 |
* | - Revised status panel interface. | Yana Stamcheva | 2008-09-08 | 1 | -1/+2 |
* | Fixes a memory leak which repeatedly retains 600+ KB of heap on each invocati... | Lyubomir Marinov | 2008-07-31 | 1 | -97/+84 |
* | Fixes a memory leak of 800+ KB caused by .plugin.branding.BrandingActivator t... | Lyubomir Marinov | 2008-07-29 | 1 | -28/+68 |
* | Support for native plugin components in the main window. | Yana Stamcheva | 2008-07-24 | 1 | -0/+5 |
* | Remove resources.properties, where not used any more. | Yana Stamcheva | 2008-07-20 | 1 | -3/+0 |
* | Fix loading smilies. | Damian Minkov | 2008-07-15 | 2 | -7/+25 |
* | Resource Management Service and its implementation. The service holds all res... | Damian Minkov | 2008-07-14 | 8 | -215/+64 |
* | Patch proposed by Damien Roth. Fixes the double "About" menu and sets a name ... | Yana Stamcheva | 2008-07-09 | 3 | -5/+12 |
* | Plugin components could now specify an index position in the container, where... | Yana Stamcheva | 2008-05-26 | 1 | -0/+5 |
* | - plugin component listener and events were used only in the implementation, ... | Yana Stamcheva | 2008-03-18 | 1 | -0/+61 |
* | Change GUI plugin architecture to fit OSGI. | Yana Stamcheva | 2008-03-18 | 1 | -81/+27 |
* | Added configurable font size to about and splash windows. | Yana Stamcheva | 2008-02-21 | 3 | -9/+15 |
* | Remove i18n resources from the branding bundle. | Yana Stamcheva | 2008-02-21 | 2 | -17/+1 |
* | Chat Alerter Plugin | Damian Minkov | 2008-02-14 | 1 | -1/+9 |
* | productName property changed to applicationName - more appropriate. | Yana Stamcheva | 2008-01-30 | 2 | -5/+5 |
* | - Allows to set color constants for about window and the splash screen | Yana Stamcheva | 2008-01-21 | 5 | -31/+43 |
* | Typing error fixed (RESOUCRE -> RESOURCE) | Yana Stamcheva | 2008-01-15 | 1 | -2/+2 |
* | Application main constants moved to application.properties file in the main r... | Yana Stamcheva | 2008-01-15 | 5 | -37/+31 |
* | branding colors are obtained from the main color.properties file | Yana Stamcheva | 2008-01-15 | 4 | -7/+39 |
* | Trailing spaces removed. | Yana Stamcheva | 2007-12-20 | 1 | -0/+1 |
* | Fix obtaining background image for about window. | Damian Minkov | 2007-12-18 | 1 | -2/+6 |
* | Resources moved to main resources directory. | Yana Stamcheva | 2007-12-18 | 3 | -71/+0 |