aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/impl/gui/main/contactlist/UnknownContactPanel.java
Commit message (Collapse)AuthorAgeFilesLines
* Switches Jitsi trunk to libjitsi.Lyubomir Marinov2012-06-291-1/+1
|
* Fixes not appearing "Call" button in the unknown contact list view.Yana Stamcheva2011-11-291-54/+87
|
* Changes project name in source license headers from SIP Communicator to JitsiEmil Ivov2011-10-181-1/+1
|
* Adjusts contact list unknown contact view in the case when calling and/or ↵Yana Stamcheva2011-06-211-31/+54
| | | | contact adding are disabled.
* Adds a configuration property allowing to enable/disable add/remove contact ↵Yana Stamcheva2011-06-211-21/+29
| | | | functionality from provisioning.
* Optimizes some call methods and makes the unknown contact view call button ↵Yana Stamcheva2011-06-011-20/+1
| | | | remove special symbols from phone numbers.
* Some layout and component adjustments.Yana Stamcheva2011-04-131-2/+7
|
* Patch provided by Adam Netocny making all contact list classes skinnable.Yana Stamcheva2010-09-271-7/+19
|
* Fix editable unknown contact panel information text + make it resizable in ↵Yana Stamcheva2010-08-171-18/+8
| | | | order to fix text cut in some cases.
* Fixes button size in the unknown contact panel. Reported initially by ↵Yana Stamcheva2010-06-181-4/+22
| | | | Lubomir Marinov on dev (subject: Width of the buttons when there is no search match).
* Text tip added in the no contact view.Yana Stamcheva2010-06-141-1/+67
|
* - Introduces new contact list data model that allows adding of external ↵Yana Stamcheva2010-05-031-1/+1
| | | | | | | contact sources and hence the search in such sources. - As part of the support for external contact sources, implements a call history external source and its user interface. - Addresses issue #706 Indicate missed calls
* - Fixes some popup menu focus issues in contact list.Yana Stamcheva2010-04-221-0/+17
| | | | | | - Introduces the following key bindings in the main window: - Enter - opens a chat with the selected contact, or in case in "unknown contact" view opens the "Add contact" dialog - Ctrl-Enter / Cmd-Enter - calls the selected contact in the contact list or unknown contact in the search field (or opens the call menu if more than one telephony contacts are available).
* Ongoing work on issue # 572 Adding a contact is too much of a painful process.Yana Stamcheva2010-03-071-5/+4
| | | | Also enhanced the "Add group" dialog and and changed some related icons.
* Fixes a bug reported bu Matthieu Casanova (on ↵Yana Stamcheva2010-02-161-3/+2
| | | | dev@sip-communicator.dev.java.net 02/15/2010 subject: "Bug in UnknownContactPanel").
* Replace the choose account dialog with a menu.Yana Stamcheva2010-02-111-9/+7
|
* First version of the modified contact list interface. Modifications include ↵Yana Stamcheva2010-02-041-0/+113
a new search box allowing to filter the contact list, contact expansion on select, different approach for calling contacts and more.