**** BEGIN LOGGING AT Mon Oct 27 03:00:01 2014 Oct 27 03:26:20 Is the Doxyfile set up so i can use doxygen with luna-webappmanager? I’ve never used it before. Oct 27 07:12:37 DougReeder_: yeah it is luna-webappmanager Oct 27 07:12:47 but there is no real documentation for it apart from the comments in the code Oct 27 10:33:24 morning **** BEGIN LOGGING AT Mon Oct 27 12:04:13 2014 Oct 27 12:39:57 Tofe: morning Oct 27 13:30:04 So, morphis , there's no real point to running doxygen? Oct 27 13:50:21 DougReeder_: not really Oct 27 13:50:27 DougReeder_: what exactly are you searching for? Oct 27 13:53:24 Well, I find it much easier to start with the docs for software than reading the code. Oct 27 13:53:39 And automatically generated docs are better than none. Oct 27 15:32:48 How do I figure out which copy of a source code file to modify? When I search for (for example) webapplication.cpp, I find three copies: https://gist.github.com/anonymous/dcf00496bb1a3690475c Oct 27 16:48:32 does anyone know how to join the mailing list? Oct 27 16:48:46 I've just joined and am available to test Oct 27 17:06:56 m9115m , the mailing list doesn’t get much use. Oct 27 17:07:30 The main way to stay in touch is to ask a question here, and leave your connection open until someone answers Oct 27 17:09:17 Thanks Doug Oct 27 17:09:39 I'm testing on VirtualBox and it's painfully slow. Any suggestions? Oct 27 17:12:28 Obtain some real harware. :-S Oct 27 17:13:12 That said, allocate more memory and more cores to your virtual machine. Oct 27 17:14:22 If you have to buy, Expansys has the Nexus 4 for $150: http://www.expansys-usa.com/google-nexus/ Oct 27 17:17:05 Hey, I ran out of disk space while building - is there a command to clean obsolete temp files? Oct 27 17:19:54 I’ve got 38GB in tmp-eglibc - any way to pare that down? Just delete it and rebuild? Oct 27 17:21:06 That's a good question, I did that previously but then subsequently a rebuild takes forever since it has to rebuild all of the other pieces that are needed. Oct 27 17:21:35 I was planning to carve out another virtual disk just for the builds (running in a vmware guest). Oct 27 18:34:51 Thanks Doug Oct 27 18:35:42 Does everyone work on webOS part time, while holding down a full time job doing something infinitely less exciting? Oct 27 18:38:29 m9115m: most of us yes :) Oct 27 18:39:13 or, maybe, all of us Oct 27 18:40:13 but as long as the week-ends are 49 hours long, it should be ok Oct 27 18:47:07 Tofe: :) Oct 27 18:47:14 Tofe: btw. the fix you did works for the keyboard Oct 27 18:47:24 just had to adjust the focus management in first use Oct 27 18:48:17 morphis: ok, good Oct 27 18:49:37 morphis: which commit did you use ? the one I pointed, or the updated version of it (which is as well tested as the previous version :) ) ? Oct 27 18:49:53 the top of your branch from this morning Oct 27 18:49:58 ok good Oct 27 18:50:09 so we now have multi-window management in first use ;) Oct 27 18:50:32 They'll just stack up, but still Oct 27 19:23:03 Tofe: really?? Oct 27 19:23:07 Tofe: that is quite nice Oct 27 19:23:34 multi-window management? Oct 27 19:23:39 as in card stacks working? Oct 27 19:23:43 GodGinrai: no Oct 27 19:23:50 we have a special mode in our compositor Oct 27 19:23:53 just for the firstuse app Oct 27 19:24:08 was supporting only a single window until now Oct 27 19:24:15 but now supports multiple thanks to Tofe Oct 27 19:24:38 I see Oct 27 19:25:39 DougReeder: still problems with the build? Oct 27 19:26:06 DougReeder: mainly when you want to modify a component and the build it again you can do the following Oct 27 19:26:14 clone the component you want to modify somewhere Oct 27 19:26:27 I nuked tmp-eglibc and ? ccache? and started over. Oct 27 19:26:41 just tmp-eglibc Oct 27 19:26:46 not sstate-cache Oct 27 19:26:57 and be sure you're connected to the internet Oct 27 19:27:05 and build within 12.04 Oct 27 19:27:13 so you're sure you reuse what the builders do Oct 27 19:29:38 clone as in git-clone? Oct 27 19:29:57 Tofe: https://github.com/webOS-ports/luna-next/pull/83 Oct 27 19:30:08 DougReeder: right Oct 27 19:30:21 then put something like Oct 27 19:30:43 S_pn-luna-qml-launcher = "/absolute/path/to/my/git/clone" Oct 27 19:30:53 into your conf/local.conf at the bottom Oct 27 19:31:14 Does that add the new git repository to the build process? Oct 27 19:32:43 yeah Oct 27 19:32:53 it replaces the default one with your local one Oct 27 19:33:08 then do a MACHINE= bb -c compile -f luna-qml-launcher Oct 27 19:33:17 to compile the component and its dependencies only Oct 27 19:40:37 DougReeder: then you can go into tmp-eglibc/work/armv7a-vfp-neon-webos-linux-gnueabi/luna-next/0.1.0-21+ow+gitrAUTOINC+52c193c0a6-r0 Oct 27 19:40:45 and do a adb push build/plugins/common/liblunanext-common-qml.so /usr/lib/qt5/qml/LunaNext/Common/liblunanext-common-qml.so Oct 27 19:45:39 Tofe: it's in your tofe/fixes branch? Oct 27 19:55:42 morphis: "it" being ? Oct 27 19:55:57 The multi-window thingy ? Oct 27 19:56:41 yes, it's the only commit in fixes that's ahead of master Oct 27 19:57:30 didn't touch it today, so it should be what you actually tried Oct 27 19:59:54 morphis: The only thing I wasn't sure if the windows went correctly to the cardshell once the first use shell is gone; maybe you remember we once had a problem with that, due to a bug in QtQuick Oct 27 20:00:51 (hence the "ignoreSignals" boolean in the previous version) Oct 27 20:03:20 Tofe: ah right Oct 27 20:05:42 morphis: but now that we use WindowModel instead of connections directly with the compositor, maybe it's alright Oct 27 20:06:10 let me test that a bit Oct 28 01:31:23 got an error building: https://gist.github.com/anonymous/1399f0a8a31f853c6e4c Oct 28 01:32:21 By not providing "FindQt5Qml.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "Qt5Qml", but CMake did not find one. **** ENDING LOGGING AT Tue Oct 28 03:00:00 2014