Re: [Development] Texture image loading library

2017-01-20 Thread abbapoh
Sorry, wrong quotation, I meant to quote original letter Иван Комиссаров > 20 янв. 2017 г., в 20:26, abba...@gmail.com написал(а): > > Hm, I already started a project that supports that functionality as a > replacement to the current image formats: > https://github.com/ABBAPOH/

Re: [Development] Texture image loading library

2017-01-20 Thread abbapoh
Hm, I already started a project that supports that functionality as a replacement to the current image formats: https://github.com/ABBAPOH/imageformats-ng http://abbapoh.github.io/docs/imageformats-ng/ Иван Комиссаров > 20 янв. 2017 г., в 13:14, Laszlo Agocs написал(а): > > &g

Re: [Development] HEADS UP: Don't use QList, use Q_DECLARE_TYPEINFO

2015-07-22 Thread abbapoh
By the way, is it possible to add custom allocators to the vector? As we have to store reference counter (at least) with the data, wouldn't there be problems with aligning of the memory? Иван Комиссаров > 21 июля 2015 г., в 21:44, Thiago Macieira > написал(а): > >> On Tuesday 21 July 2015 17

Re: [Development] QOptional

2014-08-21 Thread abbapoh
Well, it doesn't compile. Neither compile int *a=0; if (a==true) {} At least, for clang. Иван Комиссаров > 21 авг. 2014 г., в 20:47, Thiago Macieira > написал(а): > >> On Thursday 21 August 2014 20:29:36 Иван Комиссаров wrote: >> Thiago, i've written a test for a bool optional. Does it work

Re: [Development] moving some SystemInfo stuff into qtbase (was Re: QtDriveInfo module in Playground)

2014-01-13 Thread abbapoh
I think, "mount" requires root privileges, doesn't it? Not sure about libudev, maybe it can be used from userspace... Иван Комиссаров > 13 янв. 2014 г., в 22:17, David Faure написал(а): > > On Monday 13 January 2014 18:04:24 Tony Van Eerd wrote: >>> 1) well, it can go to qt base, but what modu

Re: [Development] moving some SystemInfo stuff into qtbase (was Re: QtDriveInfo module in Playground)

2014-01-13 Thread abbapoh
1) well, it can go to qt base, but what module? We can't add mount and monitor to qtcore, because Linux implementation will require dbus. 2) separate, see above. Drive info should belong to qt core, IMHO. Иван Комиссаров 13 янв. 2014 г., в 21:53, Tony Van Eerd написал(а): >> >>> On 13 Jan 201