2015-11-22 15:43:18 @kido current bluetooth state http://pix.toile-libre.org/upload/original/1448203325.png I've got no clue where to look at now (ping morphis if you've got any idea :)) 2015-11-22 17:39:27 @kido TimSueberkrueb: good job for yesterday, your app can be upstreamed and used on the default setup 2015-11-22 17:39:54 TimSueberkrueb kido: Thank you :) 2015-11-22 17:40:03 TimSueberkrueb One off-topic question: 2015-11-22 17:40:14 TimSueberkrueb I never used IRC before. 2015-11-22 17:40:47 TimSueberkrueb When you send a message and I'm offline, will I ever receive this message? 2015-11-22 17:40:53 @kido no 2015-11-22 17:40:58 TimSueberkrueb (sry if that's a stupid question) 2015-11-22 17:41:06 TimSueberkrueb oh ok ... 2015-11-22 17:41:12 @kido well you would need a bouncer or something like that 2015-11-22 17:43:23 TimSueberkrueb kido: Regarding the app: It's using an QML UI library I'm currently developing (not released yet), not qtquickcontrols-asteroid. Is that okay? 2015-11-22 17:43:37 TimSueberkrueb This lib will be open-sourced under LGPL. 2015-11-22 17:44:36 TimSueberkrueb kido: I added some smartwatch-specific components to it (as this swipe-page thing I used for the settings). 2015-11-22 17:44:57 @kido we could merge the interesting components of your lib in qtquickcontrols-asteroid 2015-11-22 17:45:20 @kido e.g: this swipe page is on the qtquickcontrols-asteroid TODO list 2015-11-22 17:45:41 @kido and I wouldn't want a 3rd party qtquickcontrols on the default setup 2015-11-22 17:45:44 TimSueberkrueb Oh, kay :) Then I might contribute this soon 2015-11-22 17:45:58 TimSueberkrueb yeah, I understand that. 2015-11-22 17:46:38 TimSueberkrueb I'll rewrite it to use qtquickcontrols-asteroid. 2015-11-22 17:47:23 @kido iktwo started some work on qtquickcontrols-asteroid but some other components are need: for example this swipe page, or a dot indicator, or the borders actions I tried to describe here: https://github.com/AsteroidOS/asteroid/wiki/User-experience-guidelines 2015-11-22 17:47:51 @kido needed* 2015-11-22 17:49:46 TimSueberkrueb kido: Yeah 2015-11-22 17:51:49 TimSueberkrueb Are you sure you want to build this upon QtQuick.Controls? Might be better to do it with QtQuick pure and switch to QtQuick Controls 2.0 as soon as they replace the current set. Or do you plan to use a lot of styling of existing elements? 2015-11-22 17:51:57 TimSueberkrueb (IMO) 2015-11-22 17:52:35 @kido if you want to work with qtquickcontrols-asteroid easily you can use the OE tree with cd to build/tmp-glibc/work/armv7a-vfp-neon-oe-linux-gnueabi/qtquickcontrols-asteroid/+gitAUTOINC-r1/git modify the code and then use ../temp/run.do_configure ; ../temp/run.do_compile ; ../temp/run.do_install and adb push ../image / 2015-11-22 17:52:41 TimSueberkrueb Basically I think there will be a lot custom QML elements. 2015-11-22 17:53:05 TimSueberkrueb kido: ah, kay, thx, will look into it 2015-11-22 17:54:34 @kido I'm not sure about QtQuick.Controls, we should think about it with iktwo 2015-11-22 17:54:44 @kido it's true that most components would be useless on a watch 2015-11-22 17:55:00 TimSueberkrueb kido: yeah, that's what I think 2015-11-22 17:55:10 TimSueberkrueb And they are quite heavy 2015-11-22 17:55:31 @kido I just think we should try to avoid code-rewriting 2015-11-22 17:58:16 TimSueberkrueb yes ... QtQuick.Controls 2 will be perfect ... 2015-11-22 17:58:39 TimSueberkrueb https://youtu.be/FqjabvHSiZk?t=4m26s current Controls vs. 2.0 https://www.youtube.com/watch?v=FqjabvHSiZk 2015-11-22 17:59:03 TimSueberkrueb (second link was meant to start at 14:33 ^^) 2015-11-22 18:04:35 @kido seems ok to me indeed 2015-11-22 18:29:35 TimSueberkrueb kido: What do you think about including a default icon set in the asteroid qml lib? 2015-11-22 18:29:55 TimSueberkrueb So that apps use a consistent icon set for actions etc. 2015-11-22 18:29:56 @kido I already discussed about that, I'm thinking about using Moka 2015-11-22 18:31:08 TimSueberkrueb kido: okay 2015-11-22 18:39:58 TimSueberkrueb kido: mmmh, does moka contain enough App action icons oO? Like e.g. play buttons etc.? 2015-11-22 18:40:03 TimSueberkrueb looks like it's more for app icons 2015-11-22 18:56:31 @kido I think it's based on faba which provides the action icons but I'm not sure 2015-11-22 18:59:33 TimSueberkrueb kido: ok… 2015-11-22 19:01:52 @kido I just checked faba and it's true that they don't have a lot of actions too 2015-11-22 19:02:17 @kido I don't know then, I don't have any graphic design skills 2015-11-22 19:20:23 TimSueberkrueb kido: I was using https://github.com/iconic/open-iconic for my stopwatch. There are also Googles Material Icons which are IMO quite nice. But idk what design language you want for Asteroid in general ...