Re: [Development] Qt mobile input context scrolling

2017-03-09 Thread Samuel Nevala
Would be great to see resize as default option but there is visual glitches when using resize https://bugreports.qt.io/browse/QTBUG-41170. Samuel Nevala On 9 March 2017 at 10:08, Olivier Goffart wrote: > On Donnerstag, 9. März 2017 06:33:11 CET Vlad Seryakov wrote: > > Hello, > &

Re: [Development] Threads and the SQL Module

2017-02-15 Thread Samuel Nevala
Hi, Just recently needed to fix threading issues with SQLite on non-Qt-context. Here here is obsolete information that helped me:). http://www.sqlite.org/cvstrac/wiki?p=MultiThreading. From that doc: "By "threadsafe" we mean that you can use different SQLite database connections in different threa

Re: [Development] Qt Speech in Qt 5.6

2015-05-13 Thread Samuel Nevala
Jeremy, I'm planning to work on android tts next week (week21). Samuel Nevala On 11 May 2015 at 15:01, Jeremy Whiting wrote: > Samuel, > > That looks good (from me, with not much Android experience), though > there are some things to improve that are already commented on th

Re: [Development] Qt Speech in Qt 5.6

2015-05-11 Thread Samuel Nevala
Hi, I'm working on a project that needs tts and asr on Qt android. Here is my tts for android https://codereview.qt-project.org/#/c/111462/. It is WIP and far for ready. I'm also working on asr API with pocketsphinx as backend. I can do code reviews on android side at least. Samuel Ne