Re: [SailfishDevel] Reading photo library without QtDocGallery

2014-04-14 Thread Artem Marchenko
My understanding was that QtDocGallery provides you with way more files (via indexer?) than a list of files in whatever QStandardPaths tell. But yeah, QDir could be a workaround, indeed, thanks! Artem. -- Artem Marchenko http://agilesoftwaredevelopment.com http://twitter.com/AgileArtem

Re: [SailfishDevel] Reading photo library without QtDocGallery

2014-04-14 Thread Andrey Kozhevnikov
But i have really no idea why harbour permitting usage of any QML imports. If update will chance any API in future applications just wont start. There is no harm for end user, only harm for developers. 14.04.2014 12:20, Artem Marchenko ?: My understanding was that QtDocGallery provides you

Re: [SailfishDevel] Changelog in rpm

2014-04-14 Thread kim
Hi Juah inspired by your question I implemented changelog support, that will be released with our upcoming SDK update. That sounds great, looking forward to it. /Kim ___ SailfishOS.org Devel mailing list

[SailfishDevel] Warning: File `Makefile' has modification time 0.51 s in the future

2014-04-14 Thread Chris Walker
Can somebody help me with this one please? I've just rebuilt my machine and have reinstalled QtCreator etc. I never had this problem before so I'm guessing it's something I've done but each time I rebuild my project, I get this error. I've googled it and several people suggest that it's because

Re: [SailfishDevel] Warning: File `Makefile' has modification time 0.51 s in the future

2014-04-14 Thread Chris Walker
On Mon, 14 Apr 2014 14:26:58 +0100 Chris Walker cdw_noki...@the-walker-household.co.uk wrote: Can somebody help me with this one please? I've just rebuilt my machine and have reinstalled QtCreator etc. I never had this problem before so I'm guessing it's something I've done but each time I

Re: [SailfishDevel] Warning: File `Makefile' has modification time 0.51 s in the future

2014-04-14 Thread Juha Kallioinen
On 14.04.2014 16:49, Chris Walker wrote: Physician heal thyself! I installed the ntp client and it now picks up network time. I'm assuming therefore that there is some time 'slip' between the host machine and VBox. I now get loads of warnings which again, I haven't seen before such as these :-

Re: [SailfishDevel] Warning: File `Makefile' has modification time 0.51 s in the future

2014-04-14 Thread David Greaves
On 14/04/14 14:49, Chris Walker wrote: On Mon, 14 Apr 2014 14:26:58 +0100 Chris Walker cdw_noki...@the-walker-household.co.uk wrote: Can somebody help me with this one please? I've just rebuilt my machine and have reinstalled QtCreator etc. I never had this problem before so I'm guessing

[SailfishDevel] Agenda: A kickoff meeting about SailfishOS, open source, collaboration, way forward @ tomorrow, Tuesday 15 April, 15:00 UTC

2014-04-14 Thread Carsten Munk
Hi, There has been a lot of discussion surrounding SailfishOS, the open source parts of it (incl. middleware within Mer and Nemo Mobile project) and collaboration methods/practices -- and that we can do better than how things are today. We all meet in #mer-meeting on irc.freenode.net

Re: [SailfishDevel] Warning: File `Makefile' has modification time 0.51 s in the future

2014-04-14 Thread christopher . lamb
Chris you should clarify what you installed ntp on: your rebuilt workstation or in the sdk? I am assuming the former, but from David's suboptimal answer I assume he assumes the latter ...8-) Cheers Chris Zitat von David Greaves david.grea...@jolla.com: On 14/04/14 14:49, Chris

Re: [SailfishDevel] Warning: File `Makefile' has modification time 0.51 s in the future

2014-04-14 Thread Thomas Tanghus
On Monday 14 April 2014 14:49 Chris Walker wrote: I installed the ntp client and it now picks up network time. I'm assuming therefore that there is some time 'slip' between the host machine and VBox. I had the same problem and now run ntpdate from cron.daily. Turns out my PCs clock loses ~5

[SailfishDevel] SDL_mixer: different behaviour between emulator and actual device

2014-04-14 Thread Iosif Hamlatzis
SDL_mixer seems to work differently on the emulator from the device. Using the emulator I can play both .wav and .ogg files without a problem using SDL_mixer, but on my device no sound comes out. My sound initialisation function: void InitSound() { const int NUM_CHANNELS = 16;