Re: [Development] QStandardPath search paths

2013-07-31 Thread Thiago Macieira
On quarta-feira, 31 de julho de 2013 11:18:38, Alan Alpert wrote: > On Wed, Jul 31, 2013 at 11:13 AM, Thiago Macieira > > wrote: > > On quarta-feira, 31 de julho de 2013 11:05:56, Alan Alpert wrote: > >> Search paths make "asset:/main.qml" work on all platforms. I don't see > >> how QStandardPath

Re: [Development] QStandardPath search paths

2013-07-31 Thread Thiago Macieira
On quarta-feira, 31 de julho de 2013 11:05:56, Alan Alpert wrote: > Search paths make "asset:/main.qml" work on all platforms. I don't see > how QStandardPaths::locate would work here other than > > #ifndef Q_OS_ANDROID > QStandardPaths::locate(AssetPath, "main.qml"); > #else > "asset:/main.qml";

Re: [Development] QtSC: Scene Graph discussion

2013-07-31 Thread Thiago Macieira
On quarta-feira, 31 de julho de 2013 08:33:16, Sletta Gunnar wrote: > Stand alone module. Though the scene graph is public API inside Qt Quick, > the question has been raised in the past if it makes sense to make it > possible to build it into a separate module. Not an officially supported > module

Re: [Development] QStandardPath search paths

2013-07-31 Thread Thiago Macieira
On quarta-feira, 31 de julho de 2013 16:33:31, Hausmann Simon wrote: > I wonder what Filesystem folks think about it (especially Andreas, who was > around when I added the search dirs with Girish) My opinion is that the search path feature is at the wrong level of abstraction. It's also a potenti

Re: [Development] Settings API for QML

2013-07-31 Thread Thiago Macieira
On quarta-feira, 31 de julho de 2013 08:38:54, Pier Luigi wrote: > Here's my implementation which I started last year and finally managed > to move into its own repo: > > https://github.com/hawaii-desktop/qtconfiguration Thanks! > It's still primitive but it's aimed at providing persistent stora

Re: [Development] QStandardPath search paths

2013-07-31 Thread Hausmann Simon
Sounds like a good idea to me. The two features (QStandardPaths and search dirs in QFile/QDir) were developed separately (the former after the latter). If we are serious about promotional the search paths then this is probably the way to go :) I wonder what Filesystem folks think about it (espe

Re: [Development] Bug management and jira workflow

2013-07-31 Thread Blasche Alexander
-- Alex > -Original Message- > From: development-bounces+alexander.blasche=digia@qt-project.org > [mailto:development-bounces+alexander.blasche=digia.com@qt- > On terça-feira, 30 de julho de 2013 11:00:22, Blasche Alexander wrote: > > How do I set an estimation value? There must be a