aboutsummaryrefslogtreecommitdiff
path: root/guilib/Key.h
AgeCommit message (Collapse)Author
2010-07-23See http://trac.xbmc.org/ticket/9665#comment:8renniej
Apply patch suggested by jmarshall. This is a mainly cosmetic change for consistency with the rest of the code. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@32102 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-07-21See http://trac.xbmc.org/ticket/9665#comment:7renniej
CKeyboardStat::GetKey now returns a const CKey and CKey::SetKeystroke has been removed. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@32028 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-07-20See http://trac.xbmc.org/ticket/9665#comment:5renniej
Key handling code has been simplified and streamlined. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@32004 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-07-20http://trac.xbmc.org/ticket/9665renniej
Modifications to key handling to tidy it up. Changes are tested and working but further changes to CKeyboardStat::HandleEvent and CKeyboardStat::Update will be made to make the key processing more transparent. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31997 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-06-22removed: Code for scripts window - no longer needed as you can access ↵jmarshallnz
non-media scripts via Programs git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31299 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-05-12changed: rename scriptsdebuginfo textviewer. we can use this for more fun!spiff_
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30062 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-04-24added: addon info dialog. my skinning is a joke as usualspiff_
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@29476 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-04-16merged: r29324 and r29325 from pvr-testing2vdrfan
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@29328 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-04-07cleanup: Move TranslateWindowString() to TranslateWindow() and use a lookup ↵jmarshallnz
table for translation in both directions. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@29098 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-03-25added: initial gesture support to guilib.jmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28797 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-03-10changed: Introduce a virtual window id for the start window to ensure we ↵jmarshallnz
aren't reading from the skin prior to it being loaded. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28510 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-03-08Reverted r28461gyunaev
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28462 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-03-08Karaoke player can now optionally show the next song which will be played ↵gyunaev
after the current one. The song will pop up when set in advancedsettings. Disabled by default. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28461 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-03-02merged: addons-fw branchelupus
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28277 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-02-20fixed: Direct keyboard input wasn't workingjmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@27998 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-02-19cleanup: removed unnecessary parameter in CMouseEvent and an unnecessary includejmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@27967 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-02-19changed: Moved mouse action creation out to the app. Fixes possible mouse ↵jmarshallnz
issues during DVD menus and means we don't have to set mouse button values from the webserver. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@27966 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-02-19changed: Split up ACTION_MOUSE_WHEEL into ↵jmarshallnz
ACTION_MOUSE_WHEEL_UP/ACTION_MOUSE_WHEEL_DOWN git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@27965 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-02-19cleanup: Remove unused ACTION_MOUSE_CLICKjmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@27964 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-02-19cleanup: Move all members of CAction private, accessed via getters, as we ↵jmarshallnz
only ever set in constructors. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@27962 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-02-19cleanup: Move initialisation of CAction objects to the constructor.jmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@27959 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-01-29added: ticket #8654 - support mapping keys to zoom in/out and par plus/minus ↵spiff_
in videofullscreen git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@27288 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-01-20fixed build: don't use reserved 'id' as c++ member varMaestroDD
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@27026 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-01-10fixed: missing bit of r26618jmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@26622 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-01-09added: CMouseEvent class for transferring of mouse related events, and ↵jmarshallnz
cleaned up some unused mouse actions. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@26576 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-12-18Updates to support key modifiers ctrl, shift and alt in the keymap. Tested ↵renniej
on Windows and briefly on Linux. Modified Key.h, Application.cpp, ButtonTranslator.cpp and KeyboardStat.cpp. John Rennie 18/12/2009. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@25820 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-09-30added: Ticket #7187, TV Teletext support for DVB EBU Teletext streamsalwinus
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23277 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-09-25fixed: We're using the result of CKey::GetUnicode() as wchar_t, so may as ↵jmarshallnz
well return that. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23152 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-09-23step 3/4: Move linuxport to trunk. How'd I get roped into this?AlTheKiller
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23097 568bbfeb-2a22-0410-94d2-cc84cf5bfa90