aboutsummaryrefslogtreecommitdiffhomepage
path: root/qt/ScintillaEditBase/ScintillaEditBase.cpp
AgeCommit message (Collapse)AuthorFilesLines
2013-05-02For modifier keys, QApplication::keyboardModifiers() instead of ↵nyamatongwe1-11/+11
event->modifiers() due to limitation mentioned in Qt documentation. http://qt-project.org/doc/qt-4.8/qkeyevent.html#modifiers
2013-05-01Set mouse tracking to false when widget is hiddenJohn Ehresman1-0/+3
2013-04-26modifierTranslated only used on X11 so only define it there.Neil Hodgson1-0/+2
Avoids a compiler warning.
2013-04-26QInputContext is no longer available in Qt 5.Neil Hodgson1-0/+2
2012-09-24Added autoCompleteCancelled signalJohn Ehresman1-0/+4
2012-06-29Fix 64-bit compilation errors on Windows.nyamatongwe1-3/+3
From Fan Yang.
2012-05-17Qt platform layer added. Based on an implementation from Jason Haslamnyamatongwe1-0/+635
at Scientific Toolworks, Inc. with additions performed for Wingware.