aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/impl/keybindings
Commit message (Collapse)AuthorAgeFilesLines
* Updates the license headers.Damian Minkov2015-07-204-7/+52
|
* Replace System-Bundle header by BSN and a list that defines sys-bundlesIngo Bauersachs2013-12-071-1/+1
|
* Use separate dirs for application logs, cache and configuration dataIngo Bauersachs2013-11-101-2/+4
| | | | | This is primarily used on Windows to store logs and cached data on the local computers instead of on the network when roaming profiles with folder redirection is used.
* Fixes warnings, removes trailing whitespace, adds @Override annotations.Lyubomir Marinov2013-05-231-0/+3
|
* Adds "push to talk" functionality. The default shortcut for push to talk is ↵Yana Stamcheva2013-03-251-2/+1
| | | | "Shift Ctrl/Meta T". Native global shortcuts are now committed only for Mac. Windows and Linux coming soon. Patch provided by Hristo Terezov on dev (March 25, 2013, subject: "Re: [jitsi-dev] [PATCH] Push to talk"). Additionally this commit also removes the ppc command from the globalshortcut target.
* Switches Jitsi trunk to libjitsi.Lyubomir Marinov2012-06-292-4/+4
|
* Switches Jitsi trunk to libjitsi.Lyubomir Marinov2012-06-293-10/+11
|
* Integrates Jitsi presence, IM and VoIP with MS Outlook.Lyubomir Marinov2012-06-011-1/+1
|
* Adds an "answer/hangup" call global key shortcut. Modifies the "hangup" globalVincent Lucas2012-05-151-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | key shortcut behavior. The answer/hangup shortcut: -------------------------- This shortcut may be helpful for headsets with a single button for answering or hanging up a call. By default this shortcut is set to "Ctrl + Shift + p". When pressed: 1) If there is at least an incoming call, then Jitsi answers the first incoming call. 2) If there is no incoming call, then Jitsi closes all active calls (An active call is a call with at least one peer which is not on hold). 3) If there is no incoming call and no active call, then Jitsi closes all remaining calls (which are all on hold). New hangup shortcut behavior: ----------------------------- The hangup global key shortcut behavior is modified as follow: 1) If there is at least an incoming call, then Jitsi closes the first incoming call. 2) If there is no incoming call, then Jitsi closes all active calls (An active call is a call with at least one peer which is not on hold). 3) If there is no incoming call and no active call, then Jitsi closes all remaining calls (which are all on hold).
* Introduces new configuration from to setup global shortcut entry. Allows ↵Sebastien Vincent2012-03-061-7/+15
| | | | also to use special key detection for headset button _for MS Windows only_.
* Moves hardcoded global shortcuts to defaults.properties.Sebastien Vincent2011-12-053-21/+45
|
* Adds default values for global shortcuts (answer, hangup, contactlist and mute).Sebastien Vincent2011-12-051-3/+46
|
* Adds mute/unmute global shortcut feature.Sebastien Vincent2011-12-012-68/+24
|
* Adds global shortcut support.Sebastien Vincent2011-11-294-0/+231
|
* Changes project name in source license headers from SIP Communicator to JitsiEmil Ivov2011-10-183-3/+3
|
* Fixes warnings and javadocs.Sebastien Vincent2010-10-043-21/+48
|
* Configuration window improvements including reorganizing sections, user ↵Yana Stamcheva2010-07-051-2/+0
| | | | interface modifications, account loading/unloading functionality and more.
* Fix logger usage - forth bunch.Werner Dittmann2010-06-031-1/+2
|
* Commits patches for the following issues:Emil Ivov2008-12-161-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.)
* Provides optimizations to the keybindings with respect to execution time and ↵Lyubomir Marinov2008-10-252-75/+85
| | | | garbage creation no matter how minor because the keybindings are used in MainFrame and ChatWindow which are in turn always in use.
* defaultKeybinding renamed to defaultkeybindingsYana Stamcheva2008-07-171-1/+1
|
* KeyBinding plugin contributed by Damian Johnson.Yana Stamcheva2008-07-174-0/+451