**** BEGIN LOGGING AT Fri Oct 17 03:00:00 2014 Oct 17 05:51:29 morning Oct 17 05:55:39 Morning indeed Garfonso Oct 17 11:26:00 Herrie: hm, https://github.com/EFForg/https-everywhere/blob/master/LICENSE.txt is a bit confusing Oct 17 11:27:23 Herrie: we're still GPLv3 for the browser, right? Oct 17 11:27:59 morphis: yes Oct 17 11:28:10 With Apache 2.0 for borrowed bit from OWO Oct 17 11:28:13 unless we don't change that it should work Oct 17 11:28:33 and Isis browser Oct 17 11:29:29 So we can incorporate GPLv2 in v3? But not in Apache 2.0? Oct 17 11:30:11 I'm fine with any license in general, don't care too much about (L)GPL v2/3 or Apache Oct 17 11:30:25 Herrie: http://www.apache.org/licenses/GPL-compatibility.html Oct 17 11:30:31 "Apache 2 software can therefore be included in GPLv3 projects, because the GPLv3 license accepts our software into GPLv3 works. However, GPLv3 software cannot be included in Apache projects. The licenses are incompatible in one direction only, and it is a result of ASF's licensing philosophy and the GPLv3 authors' interpretation of copyright law." Oct 17 11:31:12 Herrie: and http://www.gnu.org/licenses/gpl-faq.html#AllCompatibility Oct 17 11:31:34 it's only a problem when the code you want to use is "GPLv2 only" Oct 17 11:33:27 Need to see what we'll borrow from them exactly. They have a ton in the repo but we need the rules and maybe some JS logic here and there Oct 17 12:28:36 Herrie: ok Oct 17 13:16:21 HaDAk: morning Oct 17 13:16:39 good morning Herrie|Veer Oct 17 13:16:50 just cooking some eggs. my brain pills need a carrier. Oct 17 13:17:00 LOL :P Oct 17 13:17:11 Had any luck with QML already? Oct 17 13:19:00 i started looking at it, anyway. Oct 17 13:19:08 still trying to figure out what goes where Oct 17 13:19:57 That's easy :P Oct 17 13:20:22 Download the correct branch, open the .qmlproject file and you can run it Oct 17 13:20:45 Files you're interested in are in StatusBar/SystemMenu ;) Oct 17 13:34:22 HaDAk: you want to work on the system menu? Oct 17 13:34:33 i'd like to. Oct 17 13:34:40 great Oct 17 13:34:42 i don't know if i'll be able to work on it as quickly as you'd like Oct 17 13:34:49 np Oct 17 13:34:49 i've been insanely busy lately Oct 17 13:34:55 as long somebody starts with it Oct 17 13:34:57 me too Oct 17 13:35:07 HaDAk: let me give you a short overview Oct 17 13:35:27 - system menu pops up when touching the status bar in the right corner Oct 17 13:35:45 (can be optimized a bit so this happens on a swipe down and closes on a swipe up) Oct 17 13:35:54 - doesn't interact yet with any service Oct 17 13:36:19 - closing the system menu isn't possible yet by touching somewhere else outside the menu Oct 17 13:36:29 that needs a InverseMouseArea component Oct 17 13:37:01 which will be a C++ component to let you detect touches outside your component but not block them from others Oct 17 13:37:19 is that already written? Oct 17 13:37:23 * HaDAk knows not C++ Oct 17 13:37:33 - scaling accross different device factors doesn't work, scaled statically to fit the tp only Oct 17 13:37:45 HaDAk: I know Ubuntu has such a component Oct 17 13:37:49 and Meego had too Oct 17 13:37:59 hum Oct 17 13:38:20 ok. i took notes. Oct 17 13:38:27 i don't know when i'll be able to do anything with it. Oct 17 13:38:32 like i said, i've been out of my mind busy Oct 17 13:38:38 HaDAk, morphis: if needed I can help out with that. I know enough c++ to be dangerous Oct 17 13:38:58 excellent Oct 17 13:38:58 thrrgilag, HaDAk: http://bazaar.launchpad.net/~ubuntu-sdk-team/ubuntu-ui-toolkit/trunk/view/head:/modules/Ubuntu/Components/plugin/inversemouseareatype.cpp Oct 17 13:39:27 we have to important that component into https://github.com/webOS-ports/luna-next/tree/master/plugins/shell Oct 17 13:39:40 s/important/import/ Oct 17 13:39:50 right Oct 17 13:40:17 does the menu currently pop up? i didn't see it in the trunk that i cloned Oct 17 13:40:32 it's not in the master branch Oct 17 13:40:37 there is a branch called systemmenu Oct 17 13:40:43 :S Oct 17 13:41:01 ok then Oct 17 13:41:11 i took notes. i'll look at it. eventually. i hope. i promise. Oct 17 13:41:33 just rebased it on top of master Oct 17 13:41:35 HaDAk: np Oct 17 13:41:47 HaDAk: whenever you have questions just ask Oct 17 13:41:52 i need to figure out how to sync my repo with that one then Oct 17 13:42:01 that is easy Oct 17 13:42:10 git fetch origin Oct 17 13:42:13 somebody also said merging branches was easy. it took me a day. Oct 17 13:42:23 git checkout morphis/systemmenu Oct 17 13:42:55 [09:42 AM] hkokx@hkokx ~/git-repos/luna-next-cardshell $ git fetch origin Oct 17 13:42:55 [09:42 AM] hkokx@hkokx ~/git-repos/luna-next-cardshell $ git checkout morphis/systemmenu Oct 17 13:42:55 Branch morphis/systemmenu set up to track remote branch morphis/systemmenu from origin. Oct 17 13:42:56 Switched to a new branch 'morphis/systemmenu' Oct 17 13:42:56 [09:42 AM] hkokx@hkokx ~/git-repos/luna-next-cardshell $ git pull Oct 17 13:42:56 Already up-to-date. Oct 17 13:42:56 [09:42 AM] hkokx@hkokx ~/git-repos/luna-next-cardshell $ Oct 17 13:43:00 doesn't appear to have worked Oct 17 13:43:20 although Oct 17 13:43:25 looks good Oct 17 13:43:28 i cloned it to my account, so maybe origin is bad? Oct 17 13:43:34 ah right Oct 17 13:43:38 do Oct 17 13:43:52 git remote add wp git://github.com/webOS-ports/luna-next-cardshell.git Oct 17 13:43:54 git fetch wop Oct 17 13:44:01 git reset --hard wop/morphis/systemmenu Oct 17 13:44:04 then you're fine Oct 17 13:44:16 fatal: 'wop' does not appear to be a git repository Oct 17 13:44:16 fatal: Could not read from remote repository. Oct 17 13:44:28 change wop to wp Oct 17 13:44:29 sorry Oct 17 13:44:46 figured that out Oct 17 13:44:47 ;) Oct 17 13:44:54 thrrgilag: you think you can import that component to luna-next? Oct 17 13:45:25 morphis: yeah i believe i can handle that, i'll take a look at it in a bit in more detail Oct 17 13:45:35 ok Oct 17 13:45:42 ubuntu documentation for it is quite nice Oct 17 13:45:42 morphis: i thought you said that was easy, btw. i have no idea what you just did. (i mean, conceptually i kinda get it.) Oct 17 13:45:53 jesus hell, i want my pills to kick in Oct 17 13:45:58 maybe 5 hours of sleep wasn't enough Oct 17 13:46:39 HaDAk: I just added another remote to your local repo and fetched from it Oct 17 13:46:51 then resetted your local branch based on the one from the new remote Oct 17 13:47:00 * HaDAk blinks Oct 17 13:47:06 will it stay in sync? Oct 17 13:48:40 no Oct 17 13:48:47 ok then Oct 17 13:48:48 it's now your branch Oct 17 13:48:52 do a Oct 17 13:48:54 sure. gotcha. Oct 17 13:49:01 git checkout -b hadak/systemmenu Oct 17 13:49:05 then Oct 17 13:49:09 git push origin hadak/systemmenu Oct 17 13:49:17 to push the new branch to your github fork Oct 17 13:49:28 from there you can do the PR later Oct 17 13:49:45 beautiful Oct 17 13:50:49 ok, i need to put on pants and go to the office now. Oct 17 13:50:56 ...ideally in that order. Oct 17 13:51:21 :) Oct 17 13:51:33 where'd i put those damn pants... Oct 17 13:51:37 * HaDAk wanders off Oct 17 13:52:33 HaDAk: that's the good part of working from home on Friday, pants optional Oct 17 13:58:41 thrrgilag: i start every morning at home. the construction traffic between home and the office is *so* bad, my boss actually asked me to do it. Oct 17 13:58:57 ok. i'll be back. Oct 17 14:19:19 damn! that's what i forgot. Oct 17 14:19:20 pants. Oct 17 14:20:35 Tofe|Away: https://github.com/webOS-ports/luna-next/pull/80 Oct 17 14:20:40 Herrie: ^^ Oct 17 14:47:02 finally triggered new testing builds Oct 17 15:32:20 morphis: Great :) Oct 17 15:35:58 Seems builds failed on luna-appmgr Oct 17 15:36:21 Any chance you could bump browser as well before starting new builds? Oct 17 16:08:19 morphis: oh great, thx, I didn't have time to do it yet Oct 17 16:09:08 Tofe: :) Oct 17 16:09:46 looks good; it worked as-is ? Oct 17 16:10:29 (or at least compiled, I don't know if you had time yet for ondevice tests) Oct 17 16:10:57 morphis: merged Oct 17 16:20:33 Tofe: yeah it does Oct 17 16:20:45 but somehow it doesn't update that often Oct 17 16:20:57 still don't understand the rendering in Qt Oct 17 19:17:59 For those who are looking for a Nexus 4: Seems Expansys has a nice deal on refurbished ones :) http://www.expansys-usa.com/google-nexus/ Oct 17 20:18:00 That is a good deal - i’ve got some birthday money to spend. Oct 17 20:27:03 hmmm... tempting **** ENDING LOGGING AT Sat Oct 18 02:59:59 2014