Re: kde_file.h vs POSIX headers vs qplatformdefs.h

2013-08-14 Thread Aurélien Gâteau
Le vendredi 9 août 2013 21:54:10 David Faure a écrit : > On Thursday 08 August 2013 16:56:23 Aurélien Gâteau wrote: > > Hi, > > > > I started working on a kdelibs cleanup task: > > > > "Make use of qplatformdefs.h definitions instead of using the POSIX > > versions directly. Partly revert that co

Re: kde_file.h vs POSIX headers vs qplatformdefs.h

2013-08-09 Thread David Faure
On Thursday 08 August 2013 16:56:23 Aurélien Gâteau wrote: > Hi, > > I started working on a kdelibs cleanup task: > > "Make use of qplatformdefs.h definitions instead of using the POSIX versions > directly. Partly revert that commit, that would port to QFile::Permissions: > b03e81a61311ae1b64b0d3

Re: kde_file.h vs POSIX headers vs qplatformdefs.h

2013-08-08 Thread Kevin Ottens
On Thursday 08 August 2013 18:48:36 Aurélien Gâteau wrote: > Le jeudi 8 août 2013 18:27:00 Kevin Ottens a écrit : > > In fact that's more my worry with the current introductions of > > qplatformdefs.h... Maybe we'd be better off using QFile/QFileInfo in most > > case and use qplatformdefs.h only wh

Re: kde_file.h vs POSIX headers vs qplatformdefs.h

2013-08-08 Thread Aurélien Gâteau
Le jeudi 8 août 2013 18:27:00 Kevin Ottens a écrit : > Hello, > > On Thursday 08 August 2013 16:56:23 Aurélien Gâteau wrote: > > I started working on a kdelibs cleanup task: > > > > "Make use of qplatformdefs.h definitions instead of using the POSIX > > versions directly. Partly revert that commi

Re: kde_file.h vs POSIX headers vs qplatformdefs.h

2013-08-08 Thread Martin Klapetek
On Thu, Aug 8, 2013 at 4:56 PM, Aurélien Gâteau wrote: > Hi, > > I started working on a kdelibs cleanup task: > > "Make use of qplatformdefs.h definitions instead of using the POSIX > versions > directly. Partly revert that commit, that would port to QFile::Permissions: > b03e81a61311ae1b64b0d374

Re: kde_file.h vs POSIX headers vs qplatformdefs.h

2013-08-08 Thread Kevin Ottens
Hello, On Thursday 08 August 2013 16:56:23 Aurélien Gâteau wrote: > I started working on a kdelibs cleanup task: > > "Make use of qplatformdefs.h definitions instead of using the POSIX versions > directly. Partly revert that commit, that would port to QFile::Permissions: > b03e81a61311ae1b64b0d37

kde_file.h vs POSIX headers vs qplatformdefs.h

2013-08-08 Thread Aurélien Gâteau
Hi, I started working on a kdelibs cleanup task: "Make use of qplatformdefs.h definitions instead of using the POSIX versions directly. Partly revert that commit, that would port to QFile::Permissions: b03e81a61311ae1b64b0d37415477f9c08fe6142" I have a few questions however: 1. I am not exact