[mythtv-commits] Ticket #11414: MythUITextEdit: Add vertical cursor movement and allow newlines to be entered

MythTV noreply at mythtv.org
Wed Feb 20 21:37:59 UTC 2013


#11414: MythUITextEdit: Add vertical cursor movement and allow newlines to be
entered
-------------------------------------------------+-------------------------
     Reporter:  paulh <mythtv@…>                 |      Owner:  stuartm
         Type:  Patch - Feature                  |     Status:  new
     Priority:  minor                            |  Milestone:  unknown
    Component:  MythTV - User Interface Library  |    Version:  Master Head
     Severity:  medium                           |   Keywords:
Ticket locked:  0                                |
-------------------------------------------------+-------------------------
 Allow the Up/Down keybindings to move the cursor up and down within the
 text edit. Previously you could only move one character left/right which
 gets a little annoying if you want to move to the previous/next line in
 the edit.
 https://github.com/paul-h/mythtv/commit/0911512be2

 Add a new NEWLINE keybinding to allow newline characters to be inserted
 into a text edit.
 https://github.com/paul-h/mythtv/commit/fd3dd5d834

 Update the virtual keyboard to be able to insert newlines characters into
 a text edit and be able to move the cursor vertically. Also remove the
 hard coded keycodes and instead use the keycodes defined for the specified
 keybindings.
 https://github.com/paul-h/mythtv/commit/d9ad9de8b6

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/11414>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list