/srv/irclogs.ubuntu.com/2015/09/04/#ubuntu-app-devel.txt

=== chriadam|away is now known as chriadam
=== chihchun_afk is now known as chihchun
=== nhandler is now known as BirthdayHandler
dholbachgood morning07:16
=== chihchun is now known as chihchun_afk
JamesTaitGood morning all; happy Friday, and happy Bring Your Manners To Work Day! šŸ˜ƒ09:10
=== chihchun_afk is now known as chihchun
=== greyback__ is now known as greyback
nik90Mirv: Just read your landing email. The clock app update yesterday already brings custom-alarm-sound support :)10:49
Mirvnik90: oh, oh! :) I didn't check the bzr log for that one, I just didn't notice it but now I found it! great!10:50
Mirvnik90: are you replying or shall I reply to myself?10:53
nik90Mirv: Its just a minor thing, .. I de-enrolled from the mailiing list temporarily and am following it via the online web archives. Could you do it?10:54
Mirvnik90: ok, thanks! replying.10:55
nik90thnx10:55
karnigoing mostly offline for the weekend. I'd like to download Qt documentation, but all I can find is Qt online installer http://www.qt.io/download/ . Any pointers for me?11:32
karniI'm so used to online documentation I feel embarrased to find myself having trouble downloading it haha11:32
karniok, I guess the only way is to use the Assistant from within the SDK :[11:45
didrockskarni: I guess you can install qt5-doc-html11:49
didrocksthen, dpkg -L qt5-doc-html -> and point to the file you want in your browser11:49
karnididrocks: whee \o/ thank you!! :)11:50
didrocksyw11:50
=== JMulholland_ is now known as JMulholland
=== chihchun is now known as chihchun_afk
=== charles_ is now known as charles
ahayzent1mp, when you have the adaptivepagelayout in the mode which it appears to 'push' things to a stack, i've found it sets the width of pages lower in the stack to 0 to 'hide' them, could it not set visible: false instead? as that causes some of our views to reflow :-/15:04
=== JMulholland_ is now known as JMulholland
t1mpahayzen: that is strange15:34
t1mpahayzen: when a page is no longer supposed to visible in the APL, it is added to an invisible parent Item15:34
t1mpahayzen: so then its visible property should become false15:34
t1mpahayzen: the behavior you mention was not intentional. Can you report a bug?15:34
elopioappdevs: I made some progress with my mapillary scope. I decided to write it in go.15:36
elopiobut I have some basic questions. First, on my main category, I want to have two rows of random curated photos.15:36
elopioshould I feed the scope with 6 or 8 results?15:36
elopioI mean, how do I know how many results fit in a row?15:36
ahayzent1mp, yup will do, thanks :-)15:39
ahayzent1mp, does bug 1492343 make sense ?15:44
ubot5bug 1492343 in ubuntu-ui-toolkit (Ubuntu) "Pages hidden in an AdpativePageLayout stack have their width changed to zero" [Undecided,New] https://launchpad.net/bugs/149234315:44
t1mpzsombi: around?15:52
t1mpahayzen: yes, I confirmed it... but there is an issue with it. Writing a comment now.15:53
ybonSeems the command line to run the browser with inspector has changed again? When running "ubuntu-app-launch webbrowser-app --inspector" it does run the browser, but then try to load file:///usr/share/webbrowser-app/webbrowser/--inspector any hint?16:14
ahayzent1mp, cool thanks, i may be able to detect if the width doesn't change when you come back to visible from what it was before and then not reflow things, i'll check if i can do that, but it would be useful if the component itself didn't make it go to zero :-)16:15
yboncc daker popey :)16:18
dakerybon: ask oSoMoN16:19
ybonthanks :)16:19
t1mpahayzen: so you reflow in onWidthChanged?16:20
t1mpahayzen: what if you have onWidthChanged: { if (width === 0) return; reflow() }16:21
t1mpahayzen: in that case, if it becomes 0 it is easier for you to distinguish between being hidden and not hidden, then if it becomes a not-0 value (for example the full AdaptivePageLayout width)16:21
t1mpahayzen: depending on how the reflow works, you also want to do nothing when the size changes back from 0 to the previous size, of course16:22
oSoMoNybon, the --inspector parameter is still valid, but ubuntu-app-launch interprets it as a URL, Iā€™m not sure how to specify command-line args for an app through ual, tedg would know16:27
ybonok thanks :)16:27
ahayzent1mp, bet its hitting the columnWidthChanged http://bazaar.launchpad.net/~music-app-dev/music-app/refactor/view/head:/app/components/ColumnFlow.qml#L4616:34
ahayzent1mp, i have some plans to solve it for us :-) should be able to just detect as you said16:35
t1mpahayzen: cool :)16:51
t1mpahayzen: if you hae a solution, please comment on the bug as well16:52
t1mpperhaps, if we don't make changes to the way it works now, we should document a solution for other people16:52
=== javiercrowsoft1 is now known as javiercrowsoft
tedgybon: If you need to specify command line args you need to do it in the desktop file or use ubuntu-app-test.17:15
ahayzent1mp, i commented on the bug with a link to how i fixed it :-)17:15
ahayzent1mp, note that is a super duper custom component we have :-) hehe17:16
ybontedg: thanks for your inputs17:22
ybontedg: I'm just trying to debug a website with my phone, actually17:23
ybonI've bash: ubuntu-app-test: command not found but can't sudo apt-get install it, it seems17:23
tedgybon: Sure, really the browser should provide it as an action. Probably something when the HUD comes back so there doesn't have to be a UI element.17:23
tedgybon: You'll need your image to be read-write to apt-get something.17:24
ybonah right :)17:24
ybonthanks :)17:24
ybontedg: "ubuntu-app-test webbrowser-app --inspector" still try to load "--inspector", so I guess I'm missing something17:31
tedgybon: Hmm, that passess it right to the binary, so you can blame oSoMon in that case :-)17:32
ybonmeeeeeeh :p17:33
tedgybon: It seems it can take a port, perhaps --inspector=200017:33
ybonah wait17:34
ybonI think it tried to load --inspector' because it was the last known URL17:34
ybonhumm webbrowser-app: unrecognized option '--inspector'17:35
ybonwebbrowser-app: unrecognized option '--inspector=2000' too17:35
ybonthough I see it in the available options when I do "ubuntu-app-test webbrowser-app --help"17:43
InglebardHi, someone already tries to make a cordova app ?18:44
Inglebard*for ubuntu phone18:45
Inglebardnobody ?18:55
=== gibi92_ is now known as gibi92
=== nemo_ is now known as nemo
rpadovaniahoneyburen, o/ did you receive my last mail? :-)23:33
rpadovaniahoneybun, sorry :D23:33

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!