Mercurial > hg > octave-nkf
view scripts/strings/module.mk @ 20320:248f2f2e7d48
Return correct x,y coordinates for keystroke with ginput in Qt (bug #44834).
* Canvas.h (updateCurrentPoint (fig, obj)): New prototype for 2-argument form of
updateCurrentPoint used with QKeyEvents.
* Canvas.cc (updateCurrentPoint (fig, obj)): New version of function that uses
QCursor::pos() to get CurrentPoint rather than using data embedded in
QMouseEvent.
* QtHandlesUtils.h (figureCurrentPoint (fig)): New prototype for 1-argument
form of figureCurrentPoint used with QKeyEvents.
* QtHandlesUtils.cc (figureCurrentPoint (fig)): New version of function that
uses QCursor::pos() to get CurrentPoint rather than using data embedded in QMouseEvent.
author | Rik <rik@octave.org> |
---|---|
date | Mon, 20 Apr 2015 20:46:54 -0700 |
parents | 55c2d33e6773 |
children | fa9fa6ab76f0 |
line wrap: on
line source
FCN_FILE_DIRS += strings strings_FCN_FILES = \ strings/base2dec.m \ strings/bin2dec.m \ strings/blanks.m \ strings/cstrcat.m \ strings/deblank.m \ strings/dec2base.m \ strings/dec2bin.m \ strings/dec2hex.m \ strings/findstr.m \ strings/hex2dec.m \ strings/index.m \ strings/isletter.m \ strings/isstrprop.m \ strings/mat2str.m \ strings/ostrsplit.m \ strings/regexptranslate.m \ strings/rindex.m \ strings/str2num.m \ strings/strcat.m \ strings/strchr.m \ strings/strjoin.m \ strings/strjust.m \ strings/strmatch.m \ strings/strsplit.m \ strings/strtok.m \ strings/strtrim.m \ strings/strtrunc.m \ strings/substr.m \ strings/untabify.m \ strings/validatestring.m FCN_FILES += $(strings_FCN_FILES) PKG_ADD_FILES += strings/PKG_ADD DIRSTAMP_FILES += strings/$(octave_dirstamp)