Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove Yahoo protocol | Ingo Bauersachs | 2016-10-24 | 1 | -1/+0 |
| | | | | Closes #76, #293 | ||||
* | Updates the license headers. | Damian Minkov | 2015-07-20 | 5 | -8/+65 |
| | |||||
* | Replace System-Bundle header by BSN and a list that defines sys-bundles | Ingo Bauersachs | 2013-12-07 | 1 | -1/+1 |
| | |||||
* | Fixes warnings, removes trailing whitespace, adds @Override annotations. | Lyubomir Marinov | 2013-05-23 | 2 | -21/+37 |
| | |||||
* | Fixes inconsistent synchronization in RTPSourceStream which could lead to ↵ | Lyubomir Marinov | 2013-02-14 | 1 | -1/+1 |
| | | | | unexpected behavior. Enables debug output in the PortAudio binaries on Windows. Makes sure that failures to load the JNI counterparts of CoreAudioDevice will not break PortAudio and the software volume control. Fixes warnings. | ||||
* | Creates a specific account registration interface for the desktop ↵ | Yana Stamcheva | 2013-01-28 | 1 | -1/+1 |
| | | | | application and moves desktop related methods to it. | ||||
* | Moves desktop related utils to plugin/desktoputils. Separates ComponentUtils ↵ | Yana Stamcheva | 2013-01-24 | 2 | -2/+2 |
| | | | | and WindowsUtils from general GuiUtils. | ||||
* | Moves loading the gui (creating main frame) in event dispatch thread. Make ↵ | Damian Minkov | 2012-11-19 | 1 | -12/+26 |
| | | | | some bundles dependent on ui service, they wait for registered ui service before starting initialization. Listeners for protocol events in swing-ui run the swing dependent code in event dispatch thread. | ||||
* | Fixes AIM account registration link. Patch by Boris Grozev | Emil Ivov | 2012-09-13 | 1 | -4/+1 |
| | |||||
* | Switches Jitsi trunk to libjitsi. | Lyubomir Marinov | 2012-06-29 | 2 | -2/+4 |
| | |||||
* | Integrates Jitsi presence, IM and VoIP with MS Outlook. | Lyubomir Marinov | 2012-06-01 | 1 | -1/+1 |
| | |||||
* | Fixes style formating, javadoc and eclipse related warnings. | Sebastien Vincent | 2012-03-09 | 3 | -11/+24 |
| | |||||
* | Changes project name in source license headers from SIP Communicator to Jitsi | Emil Ivov | 2011-10-18 | 5 | -5/+5 |
| | |||||
* | Pre-selects the protocol provider corresponding to the default protocol in ↵ | Yana Stamcheva | 2011-06-07 | 1 | -65/+6 |
| | | | | the add contact dialog. | ||||
* | Moves some special properties in the ExtendedAccountRegistrationWizard ↵ | Yana Stamcheva | 2011-05-25 | 1 | -13/+4 |
| | | | | interface. | ||||
* | Check for create form for all account registration wizards before sending ↵ | Yana Stamcheva | 2011-05-19 | 1 | -0/+11 |
| | | | | the user to the web registration page. | ||||
* | Add an accountRemoved method to the AccountRegistrationWizard interface in ↵ | Yana Stamcheva | 2011-03-28 | 1 | -10/+50 |
| | | | | order to notify wizards when an account has been removed. | ||||
* | Trim every user id we enter in account wizards. | Damian Minkov | 2010-12-21 | 1 | -1/+1 |
| | | | | Remove opaque default setting for menus in MenuBars. | ||||
* | Fix obtaining password for wizards through factory and credential service. | Damian Minkov | 2010-12-13 | 1 | -3/+2 |
| | |||||
* | Added a more appropriate AIM user name example in the AIM create account form. | Yana Stamcheva | 2010-10-28 | 1 | -1/+1 |
| | |||||
* | Remove import of non-existing package | Werner Dittmann | 2010-10-18 | 1 | -1/+0 |
| | |||||
* | Configuration window improvements including reorganizing sections, user ↵ | Yana Stamcheva | 2010-07-05 | 2 | -74/+92 |
| | | | | interface modifications, account loading/unloading functionality and more. | ||||
* | - AVPF Picture Loss Indication support; | Sebastien Vincent | 2010-04-21 | 1 | -2/+3 |
| | | | | | | | - rtcp-fb nack pli support in SDP; - Add updated ffmpeg libraries; - Add missing javadoc. | ||||
* | Add global proxy config. Add support for the global proxy config in ↵ | Damian Minkov | 2010-03-17 | 3 | -243/+17 |
| | | | | protocols like ICQ/AIM and Jabber. | ||||
* | Patch provided by Matthieu Casanova on dev@sip-communicator.dev.java.net ↵ | Yana Stamcheva | 2010-02-22 | 1 | -5/+5 |
| | | | | with subject: "[PATCH] Fix for suspicious String comparison" on 19/02/2010. | ||||
* | - Fixing a bug reported bu Matthieu Casanova (on ↵ | Yana Stamcheva | 2010-02-16 | 1 | -3/+4 |
| | | | | | | | 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. | ||||
* | Merge branch '1.0-local' into trunk-local | scmerger | 2009-08-19 | 3 | -28/+67 |
| | | | | | * 1.0-local: Fixes an inconsistency when creating an AIM account through the multi-protocol meebo-like account registration form which used to not remember the password and it would immediately be asked for right after closing the registration form while the behavior used to be different for the other protocols. | ||||
* | - Addressing issue #465 (Redesign the account configuration menu). | Yana Stamcheva | 2009-05-15 | 1 | -2/+2 |
| | | | | | | - Fixing issue with status update within the accounts configuration form. - Adding support for 32x32 and 48x48 icons for all protocols. - Changing the background and selection colors for config forms list on the left of the Options window. | ||||
* | Fixes raw type warnings | Emil Ivov | 2009-03-28 | 1 | -3/+4 |
| | |||||
* | Fixes issue #601 : Can create an account with no userid . Note that this is ↵ | Emil Ivov | 2009-03-25 | 1 | -4/+7 |
| | | | | a lame fix and a more comprehensive solution should be implemented as a part of issue #625 | ||||
* | GUI enhancements: Remove opacity and editability from JTextAreas used for ↵ | Alan Kelly | 2009-03-06 | 1 | -0/+1 |
| | | | | instructions | ||||
* | Fixes warnings about raw-type use, removes unnecessary fields, marks fields ↵ | Lyubomir Marinov | 2009-02-06 | 1 | -3/+3 |
| | | | | final where possible. | ||||
* | - Fixes Issue #: 434 Wrong ID when try to install an already installed account. | Yana Stamcheva | 2009-01-21 | 2 | -128/+74 |
| | | | | | - Removes the "Override server" option from account wizards. - Adds a property to the ProtocolProviderFactory which indicates if the server has been modified | ||||
* | - Reduces garbage created when working with AccoutID.getAccountProperties() ↵ | Lyubomir Marinov | 2008-12-16 | 1 | -12/+12 |
| | | | | | | which creates a copy of the internal Hashtable by introducing getAccountProperty(), getAccountPropertyString(), getAccountPropertyBoolean() and getAccountPropertyInt(). The last two also carry out the conversions between Object and boolean/int without additional allocations in contrast to most of the previous uses which would perform allocations. - Modifies SimpleStatusMenu to load its necessary image once instead of three times and to spare a ImageIcon instance. | ||||
* | Commits patches for the following issues: | Emil Ivov | 2008-12-16 | 1 | -1/+2 |
| | | | | | | | #482 Overly complex plugin manager (work in progress) #448 Show complete SIP adddress when displaying account #510 switch to the latest version of Felix (Richard actually did most of the work here.) | ||||
* | Language resources updated. | Yana Stamcheva | 2008-12-09 | 2 | -28/+32 |
| | |||||
* | Moves the functionality of swing-common.jar into util.jar and removes ↵ | Lyubomir Marinov | 2008-12-08 | 2 | -9/+9 |
| | | | | swing-common.jar. | ||||
* | Makes the background of JCheckBox transparent on Windows in order to respect ↵ | Lyubomir Marinov | 2008-12-06 | 1 | -2/+2 |
| | | | | the blue theme. | ||||
* | As part of the ongoing work on issue #492 - Grey background dialogs, makes ↵ | Lyubomir Marinov | 2008-12-04 | 2 | -11/+18 |
| | | | | the AccountRegistrationWizard implementations respect the new blue theme. The uses of JTabbedPane which thus don't comply with the theme will be taken care of in a separate revision. | ||||
* | Applying new resource name convention. | Yana Stamcheva | 2008-11-28 | 1 | -2/+4 |
| | |||||
* | Eliminates duplication among the ~28 Resources classes. | Lyubomir Marinov | 2008-11-21 | 1 | -39/+5 |
| | |||||
* | Leaves a single ImageID class. | Lyubomir Marinov | 2008-11-21 | 1 | -20/+0 |
| | |||||
* | UI enhancements. | Yana Stamcheva | 2008-11-13 | 1 | -0/+6 |
| | |||||
* | Remove resources.properties, where not used any more. | Yana Stamcheva | 2008-07-20 | 1 | -2/+0 |
| | |||||
* | uinAndPassword property key renamed to AimUinAndPassword | Yana Stamcheva | 2008-07-16 | 1 | -1/+1 |
| | |||||
* | Resource Management Service and its implementation. The service holds all ↵ | Damian Minkov | 2008-07-14 | 4 | -46/+40 |
| | | | | resources and all bundles(except configuration service) use it to retrieve i18n strings,images,settings... | ||||
* | New Account configuration forms. | Yana Stamcheva | 2008-06-23 | 2 | -2/+26 |
| | |||||
* | Aim wizard implements the modify functionality. | Yana Stamcheva | 2008-05-29 | 1 | -2/+5 |
| | |||||
* | Sign up link added to simple account registration page. | Yana Stamcheva | 2008-05-28 | 2 | -4/+22 |
| | |||||
* | Configurable wizard "Finish" button. Account registration wizards have now a ↵ | Yana Stamcheva | 2008-05-27 | 1 | -0/+2 |
| | | | | "Sign in" button. |