QByteArray and operator+ related compilation problems when using Qt master

2011-08-31 Thread Luiz Romário Santana Rios
Hi. I asked about this in #kde-devel@freenode and I was told to post here, so here it goes. So, lately I've decided to compile latest KDE master linked against latest Qt master. When I do so, I get errors like the ones described in this review[1]. I've had similiar problems not only in kdepimlibs,

Review Request: Preserve extensions while renaming multiple files.

2011-08-31 Thread Chirag Anand
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/102495/ --- Review request for KDE Base Apps and Peter Penz. Summary --- Dolphin

Re: Re: KImageIO::mimeTypes and SVG/SVGZ Files

2011-08-31 Thread Albert Astals Cid
A Dimecres, 31 d'agost de 2011, Martin Koller vàreu escriure: > On Wednesday, 31. August 2011 17:54:45 David Faure wrote: > > The translated name is redundant indeed, though, it's not used, except > > when looking at the servicetype's associated plugins in keditfiletype. > even in keditfiletype I d

Re: KImageIO::mimeTypes and SVG/SVGZ Files

2011-08-31 Thread Allan Sandfeld Jensen
On Wednesday 31 August 2011, David Faure wrote: > On Wednesday 31 August 2011 16:14:34 Martin Koller wrote: > > On Wednesday, 31. August 2011 14:03:57 Allan Sandfeld Jensen wrote: > > > You should remember to also make the compressed type a subtype of the > > > correct compressed archive type. This

Re: KImageIO::mimeTypes and SVG/SVGZ Files

2011-08-31 Thread Martin Koller
On Wednesday, 31. August 2011 17:54:45 David Faure wrote: > The translated name is redundant indeed, though, it's not used, except when > looking at the servicetype's associated plugins in keditfiletype. even in keditfiletype I do not see where the name is used. E.g. using "keditfiletype image/p

Review Request: DrKonqi uses a more flexible way to retrieve the version

2011-08-31 Thread Matthias Fuchs
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/102497/ --- Review request for KDE Runtime and Darío Andrés Rodríguez. Summary ---

Re: KImageIO::mimeTypes and SVG/SVGZ Files

2011-08-31 Thread David Faure
On Wednesday 31 August 2011 16:14:34 Martin Koller wrote: > On Wednesday, 31. August 2011 14:03:57 Allan Sandfeld Jensen wrote: > > You should remember to also make the compressed type a subtype of the > > correct compressed archive type. This way the file can be recognized > > and decompressed eve

Re: KImageIO::mimeTypes and SVG/SVGZ Files

2011-08-31 Thread David Faure
On Wednesday 31 August 2011 11:39:13 Michael Pyne wrote: > such as why use .desktop files for mime types Well, this doesn't define a mimetype, it defines a plugin :-) (e.g. it defines whether reading or writing is supported, which shared-mime- info doesn't do). The translated name is redundant i

Re: KImageIO::mimeTypes and SVG/SVGZ Files

2011-08-31 Thread Alex Merry
On 31/08/11 15:33, Stefan Majewsky wrote: On Wed, Aug 31, 2011 at 4:20 PM, Albert Astals Cid wrote: But I have a general question: Why is there a "Name[lang]=" field at all ? The translation for the mime types is already given in the shared-mime-info database. Because it is a .desktop file and

Re: KImageIO::mimeTypes and SVG/SVGZ Files

2011-08-31 Thread Michael Pyne
On Wednesday, August 31, 2011 16:33:15 Stefan Majewsky wrote: > On Wed, Aug 31, 2011 at 4:20 PM, Albert Astals Cid wrote: > >> But I have a general question: Why is there a "Name[lang]=" field at all > >> ? > >> The translation for the mime types is already given in the > >> shared-mime-info > >>

Re: git workflow draft

2011-08-31 Thread Jeremy Whiting
I forgot to mention some details about my proposal. See below. On Wed, Aug 31, 2011 at 9:07 AM, Jeremy Whiting wrote: > Ok it seems most people with a preference prefer KDE/X.Y over X.Y and for > valid reasons > 1) Other non-kde blessed branches can have obvious names. > 2) Kdelibs, base, etc. a

Re: git workflow draft

2011-08-31 Thread Jeremy Whiting
Ok it seems most people with a preference prefer KDE/X.Y over X.Y and for valid reasons 1) Other non-kde blessed branches can have obvious names. 2) Kdelibs, base, etc. are already KDE/X.Y 3) More modules are already KDE/X.Y than X.Y so less to fix when enforcing consistency. (after looking at whic

Re: Re: KImageIO::mimeTypes and SVG/SVGZ Files

2011-08-31 Thread Stefan Majewsky
On Wed, Aug 31, 2011 at 4:20 PM, Albert Astals Cid wrote: >> But I have a general question: Why is there a "Name[lang]=" field at all ? >> The translation for the mime types is already given in the shared-mime-info >> database. > > Because it is a .desktop file and .desktop Name fields are transla

Re: Re: KImageIO::mimeTypes and SVG/SVGZ Files

2011-08-31 Thread Albert Astals Cid
A Dimecres, 31 d'agost de 2011, vàreu escriure: > On Wednesday, 31. August 2011 11:13:49 Albert Astals Cid wrote: > > > I think you don't need to add the [x-test] lines, they are generated > > > by scripty, as far as I know. > > > > That's correct. > > ok, removed. > > But I have a general quest

Re: KImageIO::mimeTypes and SVG/SVGZ Files

2011-08-31 Thread Martin Koller
On Wednesday, 31. August 2011 14:03:57 Allan Sandfeld Jensen wrote: > You should remember to also make the compressed type a subtype of the correct > compressed archive type. This way the file can be recognized and decompressed > even if no direct image/svg+xml-compressed handler is registered.

Re: KImageIO::mimeTypes and SVG/SVGZ Files

2011-08-31 Thread Martin Koller
On Wednesday, 31. August 2011 11:13:49 Albert Astals Cid wrote: > > I think you don't need to add the [x-test] lines, they are generated > > by scripty, as far as I know. > > That's correct. ok, removed. But I have a general question: Why is there a "Name[lang]=" field at all ? The translation

Re: KImageIO::mimeTypes and SVG/SVGZ Files

2011-08-31 Thread Allan Sandfeld Jensen
On Tuesday 30 August 2011, Martin Koller wrote: > Hi, > > In my application I use KImageIO::mimeTypes to determine which formats I > can load (e.g. the output of it is used in my .desktop file to fill in the > MimeType definition). > > However I see that obviously Qt can already (to some degree)

Re: git workflow draft

2011-08-31 Thread Sebastian Kügler
On Friday, August 26, 2011 12:06:26 Stephen Kelly wrote: > >> Was this decided upon at some point? I got conflicting stories from > >> sysadmin and other developers. Yesterday after migrating > >> kdeaccessibility to git I was asked by a sysadmin to rename the X.Y > >> branches to KDE/X.Y I thin

Re: Re: KImageIO::mimeTypes and SVG/SVGZ Files

2011-08-31 Thread Albert Astals Cid
A Dimecres, 31 d'agost de 2011, Christoph Feck vàreu escriure: > On Tuesday 30 August 2011 23:50:14 Martin Koller wrote: > > Hi, > > > > In my application I use KImageIO::mimeTypes to determine which > > formats I can load (e.g. the output of it is used in my .desktop > > file to fill in the MimeT