summaryrefslogtreecommitdiff
path: root/library/qpemenubar.cpp
AgeCommit message (Collapse)AuthorFilesLines
2004-03-01fix includeschicken1-1/+0
2002-12-22Totally reworked the key grabbing, which always had problems:sandman1-4/+0
- applications get *all* key events now, as long as they have the focus - an application decides if it has the keyboard grabbed or not - if it's grabbed, the app consumes the key press - if it's not grabbed and a F1-F29 key is pressed, the app sends a QCop call to the launcher (deviceButtonPressed(...)) - when the launcher receives a QCop deviceButtonPressed it simply sends the configured QCopEnvelope - all "special" actions (like menu, home) are now accessible via QCop calls (see buttonsettings)
2002-11-26Sharp ROM compatibilty upgrade:sandman1-0/+9
All these functions are needed to get qtmail (from the Sharp ROM) running on Opie - I have even tested qtmail on an iPAQ and it seems to work ..
2002-10-06key navigation didn't work in toolbars, which had separators (e.g. qpdf orsandman1-1/+1
drawpad) - now this is accounted for and they are skipped
2002-09-10Qtopia1-6 mergezecke1-23/+24
still to test bic changes to be resolved more changes to be made?
2002-05-30applyed patch from Michael Lauer <mickey@tm.informatik.uni-frankfurt.de>, ↵harlekin1-0/+16
looks like the qtopia on zaurus has a modified qpemenubar, which prevented PyQt to work with opie right. Potentially closes bug #388 hh.org bugzilla
2002-01-25Initial revisionkergoth1-0/+308