aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/impl/systray/jdic
Commit message (Collapse)AuthorAgeFilesLines
* - HIDDEN_PROTOCOL moved to ProtocolProviderFactoryYana Stamcheva2008-07-221-1/+1
| | | | - Fix global status, when having hidden protocols.
* New Account configuration forms.Yana Stamcheva2008-06-231-1/+1
|
* Changing of Dock Icon according to global status and changing systray ↵Damian Minkov2008-06-171-15/+64
| | | | 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-111-3/+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.
* 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-051-1/+1
| | | | file.
* 1. Fix sending with ctrl + enterDamian Minkov2008-01-231-1/+6
| | | | 2. hide hidden protocols from systray menu
* Change status message interface addedYana Stamcheva2007-12-114-42/+39
|
* 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 tooltip text is moved to resourcesYana Stamcheva2007-11-091-1/+4
|
* Fixed typo in commentRomain Kuntz2007-10-301-1/+1
|
* On MacOSX, the envelope icon is now also displayed with opposite colors when ↵Romain Kuntz2007-10-281-6/+49
| | | | | | | | | 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-281-11/+38
| | | | | | | | | 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-241-4/+22
| | | | 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.
* Changed systray icon for MacOSX. It now displays a black & white and ↵Romain Kuntz2007-10-241-0/+5
| | | | | | | transparent icon. Courtesy to Guillaume Schreiner.
* 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
|
* Systray service doesn't implement the MessageListener interface anymoreYana Stamcheva2007-08-225-214/+51
|
* Code review for the RSS provider implemnetation. Fixing numerous javadoc ↵Emil Ivov2007-06-041-21/+24
| | | | | | | conflicts. resolved javadoc conflicts
* When handling ServiceEvent's, make sure they are triggerred by a ↵Emil Ivov2007-05-211-85/+92
| | | | ProtocolProviderService before handling them.
* ambiguous class problem (jdic and java6) resolvedYana Stamcheva2007-04-131-13/+16
|
* Systray Service jdic implementationYana Stamcheva2007-04-117-0/+1267