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 1:36 PM, Thiago Macieira
wrote:
> On segunda-feira, 4 de novembro de 2013 16:07:32, Thiago Macieira wrote:
> >
>
> Module is fine.
>
+1
--
Jason
___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/
Build#134 dmg packages are broken.
On Fri, Nov 1, 2013 at 2:05 PM, Heikkinen Jani wrote:
> Hi all,
>
>
>
> We got qt5.git integrated! It means we have now new content in latest
> snapshot in http://download.qt-project.org/snapshots/qt/5.2/5.2.0-beta1/
>
>
>
> Unfortunately MAC packages are miss
Immediately tried the new snapshot.
Still a problem during Qt5 deployment on Android (Deploy local Qt-libraries)
> Skipping
> /Qt5.2.0/5.2.0-beta1/android_armv7/plugins/imageformats/libqsvg.so.
> It has unmet dependencies.
I cannot display svg files in QML on Android.
Unfortunately I a
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
On 05 Nov 2013, at 19:17, Shaw Andy wrote:
> IIRC it wasn’t even compiled into the QtWidgets library, although the
> documentation and everything existed, those symbols were never in Qt. Morten
> can say 100% at least but that is my understanding and recollection at least.
That is correct, th
The "Ideally, this would still capture information about what is being drawn"
part is a bit more tricky but is perfectly doable. When it comes to raster
painting, pretty much all existing platform plugins direct it into a QImage.
That will not be suitable here since you are interested in the QPa
On Thu Nov 7 15:22:31 CET 2013, Rand McRanderson wrote:
> Since Qt is a cross-platform GUI library, would it be possible to
> create a fake display system platform that would essentially stub out
> all of the display library dependencies. Ideally, this would still
> capture information about what
Hi,
there is a QPA platform plugin named "minimal", which roughly does that
(run with -platform minimal). It is currently used by tools like
qmlplugindump. It dumps out images if the environment variable
QT_DEBUG_BACKINGSTORE is set.
There also is a plugin named "offscreen", which is intended
I just wanted to throw out an idea.
Since Qt is a cross-platform GUI library, would it be possible to
create a fake display system platform that would essentially stub out
all of the display library dependencies. Ideally, this would still
capture information about what is being draw, so that you c
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
Detecting a colour space and converting to device colour spaces is around the
same amount of developer time as for special casing sRGB. Detecting sRGB among
hundrets of ICC profiles is not trivial or fast, while such a detection does
not matter in a generic colour managed environment.
EXT_textu
12 matches
Mail list logo