[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdebase/konsole/src
From:       CVS by hausmann <kde-cvs () kde ! org>
Date:       2001-08-26 9:46:36
[Download RAW message or body]


kdebase/konsole/src TEWidget.C,1.78,1.79 konsole_part.C,1.32,1.33
Author: hausmann
Sun Aug 26 09:46:26 UTC 2001


Modified Files:
         TEWidget.C konsole_part.C
Log Message:
- qt3 ifdeflet, #include fix and fixed duplicated key events in the event 
  filter:
+#else
+    // in Qt2 when key events were propagated up the tree
+    // (unhandled? -> parent widget) they passed the event filter only once at
+    // the beginning. in qt3 this has changed, that is, the event filter is
+    // called each time the event is sent (see loop in QApplication::notify,
+    // when internalNotify() is called for KeyPress, whereas internalNotify
+    // activates also the global event filter) . That's why we stop propagation
+    // here.
+    return true;
+#endif

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic