aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/service/gui
Commit message (Collapse)AuthorAgeFilesLines
* Adds a method indicating if a wizard should be shown in availble networks.Yana Stamcheva2011-12-161-0/+12
|
* Changes project name in source license headers from SIP Communicator to JitsiEmil Ivov2011-10-1825-25/+25
|
* Extends account wizard class with forgot password link.Yana Stamcheva2011-10-101-0/+20
|
* Merges contact source configurations in a single configuration form.Yana Stamcheva2011-08-241-0/+5
| | | | | Adds the possibility to disable/enable MacOSX AddressBook and MS Outlook. Adds a prefix configuration to all contact sources: AddressBook, Outlook, LDAP, Google Contacts.
* Removes advanced tabs in edit account form, when account advanced ↵Yana Stamcheva2011-07-041-0/+3
| | | | configuration is disabled.
* Pre-selects the protocol provider corresponding to the default protocol in ↵Yana Stamcheva2011-06-074-33/+123
| | | | the add contact dialog.
* Moves some special properties in the ExtendedAccountRegistrationWizard ↵Yana Stamcheva2011-05-251-0/+29
| | | | interface.
* Moves some special properties in the ExtendedAccountRegistrationWizard ↵Yana Stamcheva2011-05-252-11/+8
| | | | interface.
* Check for create form for all account registration wizards before sending ↵Yana Stamcheva2011-05-191-0/+29
| | | | the user to the web registration page.
* Check for create form for all account registration wizards before sending ↵Yana Stamcheva2011-05-192-0/+16
| | | | the user to the web registration page.
* Allow configuration forms the revalidate configuration window, thus ↵Yana Stamcheva2011-05-041-0/+7
| | | | refreshing window size and revalidating panels.
* Add an accountRemoved method to the AccountRegistrationWizard interface in ↵Yana Stamcheva2011-03-281-4/+11
| | | | order to notify wizards when an account has been removed.
* Load Master Password Window before credential storage window and before ↵Yana Stamcheva2011-03-211-10/+0
| | | | provisioning.
* Allow to enable provisioning when you start jitsi for the first time. As ↵Yana Stamcheva2011-02-243-1/+34
| | | | part of the solution proposed by Conrad Beckert on dev (subject: "Re: Updates to the Provisioning Plugin").
* Keeps the About menu item at the end of the Help menu because it is its ↵Lyubomir Marinov2011-01-261-9/+16
| | | | conventional position. Otherwise, the 'Check for updates' menu item would appear last at times (on Windows).
* Updatecheck activator, update authenticate window, exported window no more used.Damian Minkov2010-11-261-6/+0
|
* Enable ICE by default, fix javadoc warnings.Sebastien Vincent2010-11-172-4/+9
|
* Spell Check plugin (work in progress). Note that the spellcheck plugin is ↵Yana Stamcheva2010-11-014-1/+152
| | | | not enabled and would be available once it's ready and finished.
* Fixes warnings and javadocs.Sebastien Vincent2010-10-043-6/+40
|
* Moved the CertificateVerificationService to its own bundle.Yana Stamcheva2010-09-291-82/+0
| | | | Moved SIPCommHTMLEditorKit and SIPCommHTMLEditorPane to the util package.
* Moves the authentication window to the util package and removes any ↵Yana Stamcheva2010-09-291-22/+0
| | | | dependency to the protocol service and security authority.
* Patch provided by Adam Netocny improving skin management process (work in ↵Yana Stamcheva2010-09-151-0/+7
| | | | progress).
* New configurations prepared for the arrive of ice and stun support.Yana Stamcheva2010-08-271-1/+7
|
* Commits passwdstorage2.patch provided by Dmitri Melnikov on the dev mailing ↵Lyubomir Marinov2010-07-151-0/+11
| | | | list in the thread "Password Storage in trunk".
* Create account form, for the SIP2SIP account registration wizard.Yana Stamcheva2010-07-141-1/+1
|
* Introduce configuration form types and allow forms to be registered for the ↵Yana Stamcheva2010-07-061-0/+20
| | | | security section.
* Configuration window improvements including reorganizing sections, user ↵Yana Stamcheva2010-07-053-3/+264
| | | | interface modifications, account loading/unloading functionality and more.
* - Fix saving certificates, there was a problem when on startup more than one ↵Damian Minkov2010-04-121-2/+32
| | | | | | certificates need save. - Fix closing chatroom window on disconnected provider.
* Ongoing work on Issue #809 ("Could not show contact list window" : ↵Yana Stamcheva2010-04-061-1/+26
| | | | https://sip-communicator.dev.java.net/issues/show_bug.cgi?id=809).
* Implement Always trust mode for verifying certificates, and enable the mode ↵Damian Minkov2010-04-011-0/+6
| | | | for tests.
* Revert previous commit (Adds the possibility to hide/show the main ↵Yana Stamcheva2010-03-251-20/+0
| | | | application window). Some problems encountered and should improve stability before committing.
* Adds the possibility to hide/show the main application window from the ↵Yana Stamcheva2010-03-251-0/+20
| | | | | | systray menu. Handles window events coming from the window X button or the operating system specific hide/show operations in order to update the systray menu item state. Adds javadoc to TrayMenuFactory.
* - Fixed problem creating contact header in tcp calls.Damian Minkov2010-03-111-0/+46
| | | | - Add option for TLS calls when the certificate is not trusted, ask the user for acceptance of the cert.
* Ongoing work on issue # 572 Adding a contact is too much of a painful process.Yana Stamcheva2010-03-071-16/+29
| | | | Also enhanced the "Add group" dialog and and changed some related icons.
* Allow to add plugins on the south of the account panel above the contact list.Yana Stamcheva2010-03-011-1/+9
|
* - Fixing a bug reported bu Matthieu Casanova (on ↵Yana Stamcheva2010-02-161-2/+1
| | | | | | | dev@sip-communicator.dev.java.net 02/16/2010 subject: "AddContactWizard : disable back button when on first page") - Make all wizard first pages to return null as a "back page identifier" instead of the DEFAULT_PAGE_IDENTIFIER, which was meant for a different case.
* Delays the creation of AuthenticationWindow for the purposes of exposing it ↵Lyubomir Marinov2009-09-121-0/+162
| | | | as ExportedWindow because it used to be created on startup and isn't always needed.
* Introduces AbstractPluginComponent which removes duplication from ↵Lyubomir Marinov2009-09-121-0/+93
| | | | implementations of PluginComponent. Breaks the OTR menu and button in the Chat window (at least) because PluginComponent#setCurrentContact() only works for PluginComponents which are of type Component.
* Added PluginComponent.setCurrentContact(Contact) method. The method is ↵George Politis2009-09-111-0/+10
| | | | initially added so the OTR button in the toolbar can correctly react when user changes the chat transport via the chat transport selector box. The method is called from MainToolBar as of this revision.
* Added Chat.addMessage method. Moved message type constants from Constants ↵George Politis2009-08-291-0/+55
| | | | class to Chat interface. Utilize the Chat.addMessage method to provide OTR session status changes.
* Commits the patch of Linus Wallgren which introduces ShutdownService to ↵Lyubomir Marinov2009-08-142-12/+2
| | | | better abstract the shutdown procedure of the application.
* Patch sumbitted by Linus Wallgren. This patch includes two methods allowing ↵Yana Stamcheva2009-08-011-0/+19
| | | | other bundles than the gui to obtain existing chats and the contact corresponding to a chat. Thanks Linus!
* Merge branch '1.0-local' into trunk-localscmerger2009-06-211-2/+36
|
* Class never used. (Reported by Brett Geren)Yana Stamcheva2009-05-181-40/+0
|
* Fixes raw type warningsEmil Ivov2009-03-281-1/+1
|
* Allow plugins to set the text in the dialboxAlan Kelly2009-03-271-0/+10
|
* Fixes issue #517 (Previous button on Advanced-mode AccountRegistrationWizard ↵Lyubomir Marinov2009-03-241-0/+4
| | | | throws WizardPanelNotFoundException).
* when clicking on a notification involving a contact the chat with that ↵Symphorien Wanko2009-02-231-0/+7
| | | | contact should comes to front even if it wasn't opened
* Fixes warnings about raw-type use, removes unnecessary fields, marks fields ↵Lyubomir Marinov2009-02-061-2/+2
| | | | final where possible.
* Fixes the warnings about unused imports introduced in recent revisions.Lyubomir Marinov2009-01-231-2/+0
|