Re: [Qt5-feedback] Status of QtDeclarative and QtWidgets

2011-09-19 Thread lars.knoll
On 9/18/11 8:36 PM, ext Иван Комиссаров abba...@gmail.com wrote: I asked some people and it appears that nobody exactly knows what will happen with this two gui modules in Qt5. It is only clear that 2d widgets are moved to separate module. But what will happen to QtDeclarative? Will it be moved

Re: [Qt5-feedback] MIME type support in Qt5

2011-09-19 Thread Wolf-Michael Bolle
On Thursday 15 September 2011 11:45:30 ext Thiago Macieira wrote: Why can't you think of MIME type editor, e.g. like one in ROX Filer? And the question is whether this is a usecase that should be supported by Qt essentials. I don't think so. Mimetype handling should become part of

Re: [Qt5-feedback] MIME type support in Qt5

2011-09-19 Thread Robin Burchell
On Mon, Sep 19, 2011 at 11:57 AM, Wolf-Michael Bolle wolf-michael.bo...@nokia.com wrote: In the spirit of this discussion I'd like to point out that I need a way to create QMimeType objects with all their properties set. Can we add constructors to QMimeTypeData and QMimeType like this: why do

Re: [Qt5-feedback] MIME type support in Qt5

2011-09-19 Thread Иван Комиссаров
Well, i had such constructor, but removed it due to Qt-Coding style:) As far as i know, you, trolls, avoid using constructors with millions of parameters. The argumentation is that nobody remembers what means 7th string in method call. You can return it for convenience if you want. Do you work

Re: [Qt5-feedback] MIME type support in Qt5

2011-09-19 Thread Thiago Macieira
On Monday, 19 de September de 2011 11:57:51 Wolf-Michael Bolle wrote: Can we add constructors to QMimeTypeData and QMimeType like this: QMimeTypeData::QMimeTypeData( const QString theType, const QString theComment, const LocaleHash theLocaleComments, const QStringList

Re: [Qt5-feedback] MIME type support in Qt5

2011-09-19 Thread Wolf-Michael Bolle
On Thursday 15 September 2011 09:50:02 ext David Faure wrote: Also, it exposes too much internals of the spec, such as the various fields for magic (content-based) matching; this is all because QtCreator has a GUI for defining your own mimetypes, but I can't think of any use case for a user

Re: [Qt5-feedback] MIME type support in Qt5

2011-09-19 Thread Wolf-Michael Bolle
On Monday 19 September 2011 12:04:01 ext Robin Burchell wrote: In the spirit of this discussion I'd like to point out that I need a way to create QMimeType objects with all their properties set. Can we add constructors to QMimeTypeData and QMimeType like this: why do you need this done in

Re: [Qt5-feedback] MIME type support in Qt5

2011-09-19 Thread Иван Комиссаров
19.09.2011, в 14:14, Wolf-Michael Bolle написал(а): On Thursday 15 September 2011 09:50:02 ext David Faure wrote: Also, it exposes too much internals of the spec, such as the various fields for magic (content-based) matching; this is all because QtCreator has a GUI for defining your own

Re: [Qt5-feedback] libexec?

2011-09-19 Thread Oswald Buddenhagen
On Sun, Sep 18, 2011 at 11:37:45PM +0200, ext David Faure wrote: we do need a way to find kdesu, kioexec, drkonqi, i'll just point out that these examples are flawed as arguments for shared locations: - kdesu is in libexec for plain wrong reasons. it should have stayed in bin in the first

Re: [Qt5-feedback] Lion features

2011-09-19 Thread Oliver Knoll
morten.sorvig at nokia.com writes: - Lion fullscreen support - Automatic document save ... ... - Sandbox model - at least make sure the file dialogs are called from the proper OS process having file privileges Digging up an old thread, but I just noticed it and wanted to comment.

Re: [Qt5-feedback] MIME type support in Qt5

2011-09-19 Thread Till Oliver Knoll
Am 19.09.2011 um 12:18 schrieb Wolf-Michael Bolle wolf-michael.bo...@nokia.com: On Monday 19 September 2011 12:04:01 ext Robin Burchell wrote: In the spirit of this discussion I'd like to point out that I need a way to create QMimeType objects with all their properties set. Can we add

Re: [Qt5-feedback] MIME type support in Qt5

2011-09-19 Thread Wolf-Michael Bolle
On Monday 19 September 2011 12:39:20 ext Иван Комиссаров wrote: In the spirit of this discussion I'd like to point out that I need a way to create QMimeType objects with all their properties set. Can we add constructors to QMimeTypeData and QMimeType like this: why do you need

Re: [Qt5-feedback] MIME type support in Qt5

2011-09-19 Thread Иван Комиссаров
19.09.2011, в 16:59, Wolf-Michael Bolle написал(а): On Monday 19 September 2011 12:39:20 ext Иван Комиссаров wrote: In the spirit of this discussion I'd like to point out that I need a way to create QMimeType objects with all their properties set. Can we add constructors to QMimeTypeData