Martín Fernández

Results 266 comments of Martín Fernández

+1 for this. Can be done without much trouble once we filter QKeyEvents & QMouseEvents. Just need to set a timer to show the cursor again after a few seconds...

resources bundled with the application is a nice way of abstract OS depedant path for loading resources (inside bundles on mac, on the same path of the app on windows,...

a good option for fonts, at least on mac, is to store them outside a resource file (like in cool-retro-term.app/Contents/Resources/fonts) and parse fonts available when the application starts. For linux...

> We have EINK_WAVEFORM_UPDATE_FULL = 32 constant, > > I think add a new constant to NTXEPDController.kt > > UI_FULL_REFRESH = -2147483644 or EINK_MODE_FULL = -2147483644 > > And create...

> Looks like KOReader does the same, the newly discovered NGL4 refresh mode is there, but there somewhere something is different.... The main difference between the TestActivity and the native...

> Also I has a question about all other mode when the controller claims "all" support. Sure I can route them to the corresponding decision places in the code, but...

>> why would you use html5.css in the first place? > Because it's the common "base" stylesheet some publishers start building on, so it's safer/saner to use it to get...

Hi. Not planned. It should be easy to implement a proper driver for your device given somebody with that device, skills (mostly search skills, not exactly code skills) and time.

> Oh. I'll just do it, then. Are there instructions for this somewhere? Nope. There're a bunch of tickets scattered across https://github.com/koreader/android-luajit-launcher which show how people managed to do the...