Move key press extraction logic into actions module.
authorJosh Blum <josh@joshknows.com>
Sun, 13 Sep 2009 07:04:58 +0000 (00:04 -0700)
committerJosh Blum <josh@joshknows.com>
Sun, 13 Sep 2009 07:04:58 +0000 (00:04 -0700)
commit9dd47b6732c9d6a94fc0e15717d7332fc6c8270f
tree8b1d5602ba1485ab5481853df88c2df2b9f79915
parent14ae3c5141e3d39b89a4aac19681ec8ac7cd05ee
Move key press extraction logic into actions module.
Replaced xml encode with gtk escape text.
Added templates for category and docs tool tips.
Other various code tweaks in gui modules.
grc/gui/ActionHandler.py
grc/gui/Actions.py
grc/gui/BlockTreeWindow.py
grc/gui/Utils.py