**** BEGIN LOGGING AT Tue Apr 01 02:59:59 2014 Apr 01 08:18:31 morphis: Did small PR for the luna-next-cardshell date/time in topbar that was bugging me :P Apr 01 08:19:04 Will look into a more proper update later, need to figure out how to read settings from settings app in QML :P Apr 01 08:25:38 Herrie|Veer: which settings? Apr 01 08:26:34 In settings app we have 12/2- hr time setting Apr 01 08:30:51 Under date & time. This would need to be fetched in QML and adjust the time to "h:mm" for 24 hr and "h:mm AP" for 12 hr format Apr 01 08:31:11 ok Apr 01 08:32:19 Herrie|Veer: why dd-MMM-yyyy? Apr 01 08:32:30 In PR added date in dd-MMM-yyyy format for now and 24 hrs by default. The German dd.mm.yyyy might confuse US users since they're used to mm/dd/yyyy so dd-MMM-yyyy will give less confusion ;) Apr 01 08:33:10 And should work internationally. Eventually we'd want this based on date format setting that would need adding in settings app. Apr 01 08:33:30 Like there is on legacy TP for example Apr 01 08:34:01 Under "Regional Settings" Apr 01 08:34:07 ok Apr 01 08:34:23 Where number, currency, time and date formats are stored ;) Apr 01 08:34:55 We don't have this yet currently so having abbreviated month name makes most sense to avoid date confusion for the moment Apr 01 08:35:26 For any day on the month between 1 and 12 US users might otherwise be confused :P Apr 01 08:39:45 Internationalisation is a pain sometimes, would be good if all countries could agree a common standard... Apr 01 08:40:36 yeah, but I think we can easily handle that Apr 01 08:41:42 Should be no rocket science indeed and nothing to worry about right now but something we should look at later when we have less important things to worry about Apr 01 08:42:33 If you have some samples on how to get settings from settings app in QML I'm happy to have a look at this. I'll add internationalization to Trello for sometime future not to forget just Apr 01 08:45:07 Herrie|Veer: merged it Apr 01 08:45:43 Thnx, added card to luna-next board so we don't lose track of it Apr 01 08:46:07 Herrie|Veer: you have to call com.palm.systemservice/getPreferences {"keys":["timeFormat"]} Apr 01 08:46:32 look at https://github.com/webOS-ports/luna-next-cardshell/blob/master/qml/LunaSysAPI/Preferences.qml for example Apr 01 08:46:57 you can easily extend it to and add the extra keys you need Apr 01 08:47:26 OK thnx for pointers :) Apr 01 08:48:07 value will be HH12 or HH24 Apr 01 08:50:04 Herrie|Veer: btw. Qt already does a lot to handle this: http://qt-project.org/doc/qt-4.8/qtime.html#toString-2 Apr 01 08:51:45 That helps :) Apr 01 09:04:54 Herrie|Veer: but good to see you care about those details Apr 01 09:17:03 morning Apr 01 10:09:35 morphis: Need to figure out a my dev environment to test changes. IE when I change this single QML how can I test it in emu :) Apr 01 11:04:19 morphis: I have fixed the Tests part of LunaNext, for the split of LunaNext plugin Apr 01 11:04:34 Tofe: ah great Apr 01 11:04:38 I'll PR that tonight Apr 01 11:04:39 thats something I forgot about Apr 01 11:04:52 JaMa: btw. can you still backport pulseaudio 5.0? Apr 01 11:15:35 morphis: ? Apr 01 13:29:43 JaMa: you asked me recently if you should backport pulseaudio 5 to our dora tree Apr 01 13:30:22 did I? sorry for confusion then Apr 01 13:30:45 I wanted to backport connman (which I did and somehow break the build) Apr 01 13:31:27 and I've updated it in master branch and wanted you to look at it there Apr 01 13:31:42 I can backport it, but I would rather upgrade to master a bit sooner Apr 01 13:31:52 if everything else works fine Apr 01 13:32:20 ok Apr 01 13:32:44 JaMa: the issue I currently have is http://lists.openembedded.org/pipermail/openembedded-core/2013-August/083171.html Apr 01 13:37:29 ah :/ Apr 01 13:38:03 so upgrading pa is the easiest try to fix it Apr 01 13:39:20 does it happen only with arm? khem reported something similar with x86 Apr 01 13:39:35 maybe you can try the qemux86 image built with master I've sent you, it already has pa 5 Apr 01 13:39:51 you sent me the link already? Apr 01 13:39:55 yes Apr 01 13:39:56 but thats a good idea Apr 01 13:40:01 01:42:46 < JaMa> morphis: http://build.webos-ports.org/webos-ports-master/images/qemux86/ Apr 01 13:40:47 I'll fix the connman build and then would trigger new builds from scratch for "dora" if it's good time Apr 01 13:40:52 the other targets are still building for master? Apr 01 13:41:04 yeah, time is fine for it Apr 01 13:41:08 still failing in gcc-cross and I haven't found time to fix it Apr 01 13:41:21 and that jenkins slave is busy with world builds Apr 01 14:08:10 morphis: I found a fix for scrolling to the newest card and maximizing the latter Apr 01 14:08:20 Tofe: great! Apr 01 14:08:33 so, the only regression known is the focus Apr 01 14:12:03 JaMa: can you include http://bpaste.net/show/ggbFR5IQpKJ4Ya4L2lH3/ in your master build? Apr 01 14:12:29 morphis: yes, will include it Apr 01 14:12:36 thanks Apr 01 14:12:57 need it to see if qtmultimedia is work as it should in difference to dora build Apr 01 14:43:03 morphis: connman issue fixed in dora, will start new builds now Apr 01 14:43:30 ok Apr 01 15:48:32 Tofe|Away: btw. there is one other bug Apr 01 15:49:08 when the application behind the current card exits on its own (so not killed by the cardhsell) you can't switch back to launchbar or launcher Apr 01 18:18:31 morphis: ok, I'll have a look at that Apr 01 18:29:08 Tofe: btw. also the keyboard doesn't hide Apr 01 18:29:51 yes, it's the focus issue i think **** ENDING LOGGING AT Wed Apr 02 02:59:59 2014