Zim

Comment 27 for bug 542994

Revision history for this message
Jaap Karssenberg (jaap.karssenberg) wrote :

Manual synced svn branch to bzr (see lp:~pardus-cpan/zim/pyzim-maemo) and did some cleanups (see changes in revision 230 and 231)

3 remaining questions:

1) Should we force dialogs on maemo to always use 800x480 ? This would reduce the maemo specific code per dialog. Or does it make sense to have specific dialogs on a different size ?

2) The following comment in pageview.py is internally contradicting:

"""
Maemo hildon input method keyboard doesn't emit keypress events except for TAB, ENTER and BACKSPACE
so we provide TAB as an alternative END_OF_WORD key that works with the current keypress event driven implementation
"""

If no keypress event is generated for TAB adding to current keypress handler will also not work - so probably something else is going on here

3) What is the function of the tap_and_hold_setup() call for the fullscreen toolbar item - why do we need a object property "fsbutton" that is not used anywhere else?