On Nov 8, 2013, at 9:53 AM, Knoll Lars wrote:
> +1 to moving the plugins to qtimageformats. That¹s what we have the module
> for.
>
> And I don¹t think moving ICNS is an issue neither, as long as we have a
> configure test in qtimageformats to detect whether we can compile the
> plugin.
>
> Ch
On Friday 08 November 2013 14:18:24 Rutledge Shawn wrote:
> On 8 Nov 2013, at 9:59 AM, Mikkel Krautz wrote:
> > That's how I'm imagining it working as well. No 3rdparty source tree
> > needs to be bundled (it isn't bundled in qt-solutions either, at the
> > moment) - but link against the JasPer li
On Fri, Nov 8, 2013 at 3:21 PM, Albert Astals Cid
wrote:
> On Friday 08 November 2013 14:18:24 Rutledge Shawn wrote:
>>
>> Why should it use jasper instead of OpenJPEG? I'm not familiar with either
>> one but wikipedia seems to say OpenJPEG implements more of the spec.
>
> And it's actually has a
>
>From: development-bounces+jan-arve.saether=digia@qt-project.org
> [mailto:development-bounces+jan-arve.saether=digia@qt-project.org]
>On Behalf Of
>Jake Petroules
>Sent: 5. november 2013 17:48
>To: Thiago Macieira
>Cc: development@qt-project.org
>Subject: Re: [Devel
On 8 Nov 2013, at 9:59 AM, Mikkel Krautz wrote:
> That's how I'm imagining it working as well. No 3rdparty source tree
> needs to be bundled (it isn't bundled in qt-solutions either, at the
> moment) - but link against the JasPer lib if it's present on the
> system, or JASPER_CFLAGS and JASPER_LI
> From what I can see, though, the real blocker here is the JasPer dep.
> I wholeheartedly agree that including JasPer as a dependency just for
> an icon engine seems like a rather insane requirement. But if there
Yes, and that's why I asked if it was relevant for OSX only, since then I
believe th
On Fri, Nov 8, 2013 at 8:45 AM, Rutledge Shawn wrote:
>
> Still, I don't see a good reason to try to avoid making it available on the
> other platforms.
I agree.
> As long as we ensure that when the library is missing, the ability to decode
> the larger versions of the icons is missing (or the
On 7 Nov 2013, at 11:11 PM, Mikkel Krautz wrote:
> On Tue, Nov 5, 2013 at 9:57 AM, Saether Jan-Arve
> wrote:
>>
>> Is there any big benefits in having ICNS support on other platforms than OSX?
…
> So my own use of the icon engine is restricted to OS X. As such, my
> own use of the engine cou
On Tue, Nov 5, 2013 at 9:57 AM, Saether Jan-Arve
wrote:
>
> Is there any big benefits in having ICNS support on other platforms than OSX?
>
I can comment a bit about my own use of the plugin.
The ICNS icon engine from the code review in my initial mail is used
in Mumble (http://mumble.info/) on
Yes, it is.
2013/11/7 Rutledge Shawn
>
> On 6 Nov 2013, at 6:56 PM, Иван Комиссаров wrote:
>
> > Sorry for an offtop:)
> > I have a DDS image format plugin, does someone interested?:)
> https://gitorious.org/andromeda/imageformats/source/c637e7d8c3719e0a5cf27a32f8ea425adc09f40c:src/plugins/imag
On 6 Nov 2013, at 6:56 PM, Иван Комиссаров wrote:
> Sorry for an offtop:)
> I have a DDS image format plugin, does someone interested?:)
> https://gitorious.org/andromeda/imageformats/source/c637e7d8c3719e0a5cf27a32f8ea425adc09f40c:src/plugins/imageformats/dds
DirectDraw Surface? http://en.wik
On Nov 6, 2013, at 5:27 AM, Saether Jan-Arve wrote:
> Actually I support moving qtjp2k to qtimageformats.
>
> However, I'm still not convinced if there is a need for ICNS plugin outside
> OSX (It's not common on Windows, I have no idea about Linux).
> As for your cross platform icon editor, wh
Sorry for an offtop:)
I have a DDS image format plugin, does someone interested?:)
https://gitorious.org/andromeda/imageformats/source/c637e7d8c3719e0a5cf27a32f8ea425adc09f40c:src/plugins/imageformats/dds
Иван Комиссаров
___
Development mailing list
De
a@qt-project.org
[mailto:development-bounces+jan-arve.saether=digia@qt-project.org] On
Behalf Of Jake Petroules
Sent: 5. november 2013 17:48
To: Thiago Macieira
Cc: development@qt-project.org
Subject: Re: [Development] Moving JP2 imageformat from qt-solutions to
qtimageformats
I do. Qt is by nature a cros
Agreed with Jake. If ICNS files support doesn't require platform API calls,
let's simply add it and give the user an options.
That's quite the same as ICO files support: are they common/required on
Linux? - No. Are they supported? - Yes, optionally.
And since we're in Open Governance area, maybe K
05.11.2013, 21:19, "Konstantin Ritt" :
> That's quite the same as ICO files support: are they common/required on
> Linux? - No. Are they supported? - Yes, optionally.
favicon.ico
--
Regards,
Konstantin
___
Development mailing list
Development@qt-proj
On 5 Nov 2013, at 5:47 PM, Jake Petroules wrote:
> I do. Qt is by nature a cross platform framework, limiting support for ICNS
> files only to OS X doesn't really make sense.
>
> What if you want to create a cross platform icon editor or some other app
> that deals with image files? Or reuse y
I do. Qt is by nature a cross platform framework, limiting support for ICNS
files only to OS X doesn't really make sense.
What if you want to create a cross platform icon editor or some other app that
deals with image files? Or reuse your OS X icon(s) on Windows and other
platforms, saving time
On terça-feira, 5 de novembro de 2013 08:57:12, Saether Jan-Arve wrote:
> Is there any big benefits in having ICNS support on other platforms than
> OSX?
I don't think anyone wants ICNS outside OS X. But JPEG2000 might be useful.
--
Thiago Macieira - thiago.macieira (AT) intel.com
Software Arc
On 4 Nov 2013, at 10:51 PM, Mikkel Krautz wrote:
> Hello,
>
> I'm process of attempting to integrate support for the ICNS (OS X icon
> files) format into Qt as an icon engine.
> (https://codereview.qt-project.org/#change,60290)
>
> An optional, but desirable part of the ICNS format is support f
to:development-bounces+jan-arve.saether=digia@qt-project.org]
> On Behalf Of Mikkel Krautz
> Sent: 4. november 2013 22:52
> To: development@qt-project.org
> Subject: [Development] Moving JP2 imageformat from qt-solutions to
> qtimageformats
> Hello,
>
> I'm process
Hi Mikkel,
it would be great to have native support for JP2K.
Kurt
> On 04 Nov 2013, at 22:51, Mikkel Krautz wrote:
>
> Hello,
>
> I'm process of attempting to integrate support for the ICNS (OS X icon
> files) format into Qt as an icon engine.
> (https://codereview.qt-project.org/#change,602
+1 from me! Qt 5's modularization should be put to good use.
--
Jake Petroules
Chief Technology Officer
Petroules Corporation · www.petroules.com
Email: jake.petrou...@petroules.com
On Nov 4, 2013, at 4:51 PM, Mikkel Krautz wrote:
> Hello,
>
> I'm process of attempting to integrate support for
Hello,
I'm process of attempting to integrate support for the ICNS (OS X icon
files) format into Qt as an icon engine.
(https://codereview.qt-project.org/#change,60290)
An optional, but desirable part of the ICNS format is support for
JP2/JPEG2000 images. It's desirable because all variants of th
24 matches
Mail list logo