Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - HIDDEN_PROTOCOL moved to ProtocolProviderFactory | Yana Stamcheva | 2008-07-22 | 1 | -1/+1 |
| | | | | - Fix global status, when having hidden protocols. | ||||
* | Resource Management Service and its implementation. The service holds all ↵ | Damian Minkov | 2008-07-14 | 2 | -69/+32 |
| | | | | resources and all bundles(except configuration service) use it to retrieve i18n strings,images,settings... | ||||
* | New Account configuration forms. | Yana Stamcheva | 2008-06-23 | 1 | -1/+1 |
| | |||||
* | Changing of Dock Icon according to global status and changing systray ↵ | Damian Minkov | 2008-06-17 | 3 | -15/+88 |
| | | | | changing to avoid errors if icons are missing. | ||||
* | Fix missing systray icon on macos. | Damian Minkov | 2008-06-13 | 1 | -6/+18 |
| | |||||
* | Change systray icons according to global status. | Damian Minkov | 2008-06-11 | 2 | -5/+32 |
| | |||||
* | - Configuration forms are now registered through the bundle context. | Yana Stamcheva | 2008-06-10 | 1 | -1/+1 |
| | | | | | | - General settings form is added. - Option added to disable message history. - Option added to show different chats in separate windows. | ||||
* | - Implemented configuration form plugins using the OSGI. All Configuration ↵ | Yana Stamcheva | 2008-06-05 | 1 | -11/+6 |
| | | | | | | forms are now registered through the bundle context and is not added through the UIService. - Mac look & feel is changed to the default system look and feel. | ||||
* | prevents accidential doubleclicks on systray-icon (forgot to merge one import) | Thomas Hofer | 2008-04-23 | 1 | -0/+1 |
| | |||||
* | prevents accidential doubleclicks on systray-icon | Thomas Hofer | 2008-04-23 | 1 | -0/+22 |
| | |||||
* | - setEditableUserName, isEditableUserName methods added to enable protocols ↵ | Yana Stamcheva | 2008-03-14 | 1 | -5/+53 |
| | | | | | | to specify if the user name is editable through login. - Fix client behavior when logging with wrong password or when trying to log in and there's no network connection. Enhancements of the Login window. | ||||
* | Remove i18n resources from the systray bundle. | Yana Stamcheva | 2008-02-21 | 3 | -74/+1 |
| | |||||
* | Yahoo: fix yahoo decorated messages handling | Symphorien Wanko | 2008-02-07 | 1 | -0/+3 |
| | | | | Systray: remove html code in the message displayed from the systray | ||||
* | Systray tooltip text now gets its value from the main application.properties ↵ | Yana Stamcheva | 2008-02-05 | 4 | -3/+25 |
| | | | | file. | ||||
* | Removed unused images | Yana Stamcheva | 2008-02-01 | 2 | -4/+0 |
| | |||||
* | fixed an encoding problem of this file | Thomas Hofer | 2008-01-24 | 1 | -5/+6 |
| | |||||
* | Update of the German Translations for the Systray (especially updated the ↵ | Thomas Hofer | 2008-01-24 | 1 | -14/+25 |
| | | | | path's for the resources) | ||||
* | 1. Fix sending with ctrl + enter | Damian Minkov | 2008-01-23 | 1 | -1/+6 |
| | | | | 2. hide hidden protocols from systray menu | ||||
* | move systray resources to the main resource folder | Yana Stamcheva | 2008-01-18 | 16 | -14/+14 |
| | |||||
* | Trailing spaces removed. | Yana Stamcheva | 2007-12-20 | 1 | -2/+1 |
| | |||||
* | Change status message interface added | Yana Stamcheva | 2007-12-11 | 2 | -0/+385 |
| | |||||
* | Change status message interface added | Yana Stamcheva | 2007-12-11 | 6 | -64/+114 |
| | |||||
* | println removed | Yana Stamcheva | 2007-12-05 | 1 | -1/+0 |
| | |||||
* | 1. Improve status messages (incoming and outgoing) | Damian Minkov | 2007-11-27 | 1 | -0/+21 |
| | | | | 2. Fix systrayservice not to throw an exception if not initialized | ||||
* | systray tooltip | Yana Stamcheva | 2007-11-12 | 1 | -1/+1 |
| | |||||
* | removed unused gif | Yana Stamcheva | 2007-11-09 | 2 | -3/+1 |
| | |||||
* | systray tooltip text is moved to resources | Yana Stamcheva | 2007-11-09 | 2 | -1/+5 |
| | |||||
* | merged with alpha2 | Yana Stamcheva | 2007-11-05 | 3 | -1/+1 |
| | |||||
* | Fixed typo in comment | Romain Kuntz | 2007-10-30 | 1 | -1/+1 |
| | |||||
* | German properties were lacking the path to the messageIconWindows property. | Romain Kuntz | 2007-10-28 | 1 | -0/+1 |
| | |||||
* | On MacOSX, the envelope icon is now also displayed with opposite colors when ↵ | Romain Kuntz | 2007-10-28 | 4 | -6/+52 |
| | | | | | | | | | the menu is open while the envelope icon is displayed. As we cannot get the current displayed icon from the TrayIcon class, we have to maintain a state of the current icon used on the systray. White envelop icon contributed by Guillaume Schreiner. | ||||
* | In respect to MacOSX Look & feel, change the systray icon when systray menu ↵ | Romain Kuntz | 2007-10-28 | 5 | -11/+40 |
| | | | | | | | | | appears. Systray MacOSX icons contributed by Guillaume Schreiner. Fixed some wrong code identation. | ||||
* | Cosmetic | Romain Kuntz | 2007-10-27 | 1 | -1/+1 |
| | |||||
* | The systray implementation now takes care of selecting the correct icon to ↵ | Romain Kuntz | 2007-10-24 | 2 | -4/+24 |
| | | | | display according to the OS type. Other plugins do not have to take care of the OS type when they want to change the icon, and just need to call setSystrayIcon() with the correct Image type identifier. | ||||
* | Black & white and transparent envelope icon for MacOSX | Romain Kuntz | 2007-10-24 | 1 | -0/+0 |
| | |||||
* | German can also have the special systray macosx icon. | Romain Kuntz | 2007-10-24 | 1 | -1/+2 |
| | |||||
* | Changed systray icon for MacOSX. It now displays a black & white and ↵ | Romain Kuntz | 2007-10-24 | 3 | -1/+7 |
| | | | | | | | transparent icon. Courtesy to Guillaume Schreiner. | ||||
* | - German translation for the ui and the systray bundles provided by Thomas ↵ | Yana Stamcheva | 2007-10-09 | 1 | -0/+25 |
| | | | | | | Hofer. - Very base Bulgarian translation for the ui bundle (to be completed) | ||||
* | - German translation for the ui and the systray bundles provided by Thomas ↵ | Yana Stamcheva | 2007-10-09 | 1 | -0/+5 |
| | | | | | | Hofer. - Very base Bulgarian translation for the ui bundle (to be completed) | ||||
* | if the systray icon is null do not set it | Yana Stamcheva | 2007-09-17 | 1 | -1/+2 |
| | |||||
* | Systray message queue system improved. | Yana Stamcheva | 2007-09-14 | 1 | -10/+75 |
| | |||||
* | IllegalStateException fixed | Yana Stamcheva | 2007-09-13 | 1 | -0/+8 |
| | |||||
* | group systray messages when they are coming too fast | Yana Stamcheva | 2007-09-13 | 1 | -4/+115 |
| | |||||
* | Systray fixes: | Yana Stamcheva | 2007-09-12 | 8 | -153/+321 |
| | | | | | | - Status menus fixed - Presence listener added to the systray in order to update status icons when the status is changed. - Status icons fixed for protocols not supporting presence | ||||
* | Committing support for Jingle. (By Symphorien Wanko) | Emil Ivov | 2007-08-27 | 1 | -2/+2 |
| | |||||
* | remove unused imports | Yana Stamcheva | 2007-08-24 | 1 | -5/+1 |
| | |||||
* | fix systray envelope icon notifications | Yana Stamcheva | 2007-08-24 | 1 | -23/+0 |
| | |||||
* | fix systray envelope icon notifications | Yana Stamcheva | 2007-08-23 | 1 | -13/+13 |
| | |||||
* | imports fixed under java 1.6 | Yana Stamcheva | 2007-08-23 | 1 | -1/+2 |
| | |||||
* | fix javadoc conflicts | Yana Stamcheva | 2007-08-22 | 2 | -3/+0 |
| |