Re: [Interest] QML lint

2017-01-25 Thread Ronan Jouchet
On 2017-01-25 09:40, Jérôme Godbout wrote: Then you will need to do your own team convention lint executable to achieve that. Qmllint only check basic syntax. But you probably can try a javascript indent lint like this one: http://eslint.org/docs/rules/indent not sure it will work but could wor

Re: [Interest] What don't you like about Qt?

2016-10-04 Thread Ronan Jouchet
On 2016-10-04 10:28, Bob Hood wrote: Like Spiral from whence it sprung, I think Agile works wonderfully in certain project profiles. However, not everybody drinks the all-Agile-all-the-time Kool-Aid®. Contrary to popular religion, Agile is not the savior of the industry. It's another tool in th

Re: [Interest] Status of Qt and WebAssembly, Emscripten, NaCl...

2016-09-29 Thread Ronan Jouchet
On 2016-09-29 08:35, Jean-Michaël Celerier wrote: Is there an official "stance" on the Qt Project regarding the "C++ ported Web" platforms ? [...] Can we expect something official in the next year ? Are there big "road blocks for this" ? Or is there just not much interest in the Qt community ?

Re: [Interest] Dealing with Qt 4.x docs in Google searches (Was: "What don't you like about Qt?")

2016-09-23 Thread Ronan Jouchet
On 2016-09-23 02:12, Carel Combrink wrote: Using https://duckduckgo.com as my search engine helps a lot along with their bangs . The !qt bang normally opens the search in the Qt 5 docs, for example searching for `!qt QString ` o

[Interest] [Doc] \include-ing qdoc documentation using snippet-identified cpp comments

2016-03-21 Thread Ronan Jouchet
Hi. I'm working to improve the usability/visibility of the high-level docs (as opposed to generated, docstring-based per-method API documentation) of an existing codebase. Problem: documentation exists, but in README.md files scattered across the codebase. It lacks visibility and makes it diffic

Re: [Interest] [Qt Labs Controls 5.6] Customization recommendations

2016-03-11 Thread Ronan Jouchet
On 2016-03-11 11:30, Nurmi J-P wrote: Sorry for a late and short reply. Busy times... :) This forum thread describes the main reason why things are the way they are: http://forum.qt.io/topic/64198/qt-labs-controls-cusomization/4 Thanks for bringing some context. Makes sense. That confirms we'l

Re: [Interest] [Qt Labs Controls 5.6] Customization recommendations

2016-03-11 Thread Ronan Jouchet
On 2016-03-10 19:09, Nikita Krupenko wrote: 2016-03-10 17:19 GMT+02:00 Ronan Jouchet : -> That sounds nice for users wanting total control over the complete style. But suppose instead I'm mostly happy with Material and only want to *override some attributes*, much like I

[Interest] [Qt Labs Controls 5.6] Customization recommendations

2016-03-10 Thread Ronan Jouchet
Hi. I'm porting a QML 5.5 tablet+desktop app to the new Qt 5.6 Labs Controls. I have some feedback and a few questions. 1. Great job on the simple "2 axis" (theme, accent) customization for the Material/Universal styles, it provides a nice starting point :) And great job on sprucing up Mat

Re: [Interest] [QML] Need advice on frontend architecture

2015-12-01 Thread Ronan Jouchet
On 11/18/2015 12:35 PM, Ben Lau wrote: I think there is no popular recommended frontend architecture for QML application yet. And I would like to make one. Since I also code in React/Flux, and it should be a good choice for QML application too. Therefore, I have started a project called QuickFlu

[Interest] [QML] Need advice on frontend architecture

2015-11-18 Thread Ronan Jouchet
Hi. I recently joined a nascent QML project with the objective to bring it from the "working prototype" stage to something maintainable and efficient. Previously, my last GUI work was on a web application using React [1] + Flux [2], which I *loved* for the mental simplicity and testability t