Tomaz Canabrava abc81fbd01 Disables zooming by double click and context menu on marble.
Marble is a weird piece of Qt software, it seems that it wasn't
thought of being a library when first written. Most of its features
are not achieved by subclassing && overriding one of Qt default methods,
instead we need to eventFilter for almost everything ( which is a pain,
and a bit error prone - see our combo box delegate *puke*. )

This one's ready,  only one thing though - if we want to implement
our own context menu, we will need to use the eventFilter, and not
the contextMenuEvent.

Fixes #291

[Dirk Hohndel: this does not disable the context menu for me...]

Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2013-11-22 07:40:32 -08:00
..
2013-09-02 05:57:08 -03:00
2013-07-11 09:22:20 -03:00
2013-11-18 10:03:45 -08:00
2013-10-15 04:37:31 -07:00
2013-11-21 15:50:56 -08:00
2013-11-21 08:11:40 -08:00
2013-11-15 09:13:58 +09:00
2013-11-15 11:39:59 -08:00
2013-11-18 16:53:16 -08:00
2013-10-16 07:02:06 -07:00
2013-11-18 10:03:55 -08:00
2013-11-18 10:03:45 -08:00
2013-06-19 10:20:56 -07:00