aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/impl/systray
Commit message (Collapse)AuthorAgeFilesLines
* - HIDDEN_PROTOCOL moved to ProtocolProviderFactoryYana Stamcheva2008-07-221-1/+1
| | | | - Fix global status, when having hidden protocols.
* Resource Management Service and its implementation. The service holds all ↵Damian Minkov2008-07-142-69/+32
| | | | resources and all bundles(except configuration service) use it to retrieve i18n strings,images,settings...
* New Account configuration forms.Yana Stamcheva2008-06-231-1/+1
|
* Changing of Dock Icon according to global status and changing systray ↵Damian Minkov2008-06-173-15/+88
| | | | changing to avoid errors if icons are missing.
* Fix missing systray icon on macos.Damian Minkov2008-06-131-6/+18
|
* Change systray icons according to global status.Damian Minkov2008-06-112-5/+32
|
* - Configuration forms are now registered through the bundle context.Yana Stamcheva2008-06-101-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 Stamcheva2008-06-051-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 Hofer2008-04-231-0/+1
|
* prevents accidential doubleclicks on systray-iconThomas Hofer2008-04-231-0/+22
|
* - setEditableUserName, isEditableUserName methods added to enable protocols ↵Yana Stamcheva2008-03-141-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 Stamcheva2008-02-213-74/+1
|
* Yahoo: fix yahoo decorated messages handlingSymphorien Wanko2008-02-071-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 Stamcheva2008-02-054-3/+25
| | | | file.
* Removed unused imagesYana Stamcheva2008-02-012-4/+0
|
* fixed an encoding problem of this fileThomas Hofer2008-01-241-5/+6
|
* Update of the German Translations for the Systray (especially updated the ↵Thomas Hofer2008-01-241-14/+25
| | | | path's for the resources)
* 1. Fix sending with ctrl + enterDamian Minkov2008-01-231-1/+6
| | | | 2. hide hidden protocols from systray menu
* move systray resources to the main resource folderYana Stamcheva2008-01-1816-14/+14
|
* Trailing spaces removed.Yana Stamcheva2007-12-201-2/+1
|
* Change status message interface addedYana Stamcheva2007-12-112-0/+385
|
* Change status message interface addedYana Stamcheva2007-12-116-64/+114
|
* println removedYana Stamcheva2007-12-051-1/+0
|
* 1. Improve status messages (incoming and outgoing)Damian Minkov2007-11-271-0/+21
| | | | 2. Fix systrayservice not to throw an exception if not initialized
* systray tooltipYana Stamcheva2007-11-121-1/+1
|
* removed unused gifYana Stamcheva2007-11-092-3/+1
|
* systray tooltip text is moved to resourcesYana Stamcheva2007-11-092-1/+5
|
* merged with alpha2Yana Stamcheva2007-11-053-1/+1
|
* Fixed typo in commentRomain Kuntz2007-10-301-1/+1
|
* German properties were lacking the path to the messageIconWindows property.Romain Kuntz2007-10-281-0/+1
|
* On MacOSX, the envelope icon is now also displayed with opposite colors when ↵Romain Kuntz2007-10-284-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 Kuntz2007-10-285-11/+40
| | | | | | | | | appears. Systray MacOSX icons contributed by Guillaume Schreiner. Fixed some wrong code identation.
* CosmeticRomain Kuntz2007-10-271-1/+1
|
* The systray implementation now takes care of selecting the correct icon to ↵Romain Kuntz2007-10-242-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 MacOSXRomain Kuntz2007-10-241-0/+0
|
* German can also have the special systray macosx icon.Romain Kuntz2007-10-241-1/+2
|
* Changed systray icon for MacOSX. It now displays a black & white and ↵Romain Kuntz2007-10-243-1/+7
| | | | | | | transparent icon. Courtesy to Guillaume Schreiner.
* - German translation for the ui and the systray bundles provided by Thomas ↵Yana Stamcheva2007-10-091-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 Stamcheva2007-10-091-0/+5
| | | | | | Hofer. - Very base Bulgarian translation for the ui bundle (to be completed)
* if the systray icon is null do not set itYana Stamcheva2007-09-171-1/+2
|
* Systray message queue system improved.Yana Stamcheva2007-09-141-10/+75
|
* IllegalStateException fixedYana Stamcheva2007-09-131-0/+8
|
* group systray messages when they are coming too fastYana Stamcheva2007-09-131-4/+115
|
* Systray fixes:Yana Stamcheva2007-09-128-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 Ivov2007-08-271-2/+2
|
* remove unused importsYana Stamcheva2007-08-241-5/+1
|
* fix systray envelope icon notificationsYana Stamcheva2007-08-241-23/+0
|
* fix systray envelope icon notificationsYana Stamcheva2007-08-231-13/+13
|
* imports fixed under java 1.6Yana Stamcheva2007-08-231-1/+2
|
* fix javadoc conflictsYana Stamcheva2007-08-222-3/+0
|