ahoneybun | mhall119: 6 | 00:06 |
---|---|---|
ahoneybun | ^ | 00:06 |
mhall119 | ahoneybun: you're putting a Column in a PageHeader? | 00:46 |
mhall119 | ahoneybun: did you mean for the Column to be the PageHeader.content ? | 00:49 |
ahoneybun | idk tbh | 00:55 |
ahoneybun | I fixed somethings | 00:55 |
ahoneybun | but when I move to a new page with pagestack the old content is still there | 00:56 |
ahoneybun | mhall119: ^ | 00:56 |
ahoneybun | http://imgur.com/8gjcS16 | 00:57 |
ahoneybun | I put a } on the end of PageHeader so it should not be that way | 00:57 |
ahoneybun | so I think I'm doing something wrong with PageStack | 01:00 |
mhall119 | ahoneybun: you should define your root page in a separate QML file | 01:01 |
mhall119 | or at least outside of the PageStack | 01:02 |
mhall119 | ahoneybun: see how I did it here: http://bazaar.launchpad.net/~mhall119/ureadit/4.0/view/head:/Main.qml#L84 | 01:02 |
ahoneybun | mm don't really see it | 01:03 |
ahoneybun | so I put the PageHeader under | 01:05 |
ahoneybun | mhall119: this shows it in | 01:05 |
ahoneybun | v | 01:05 |
ahoneybun | https://developer.ubuntu.com/api/apps/qml/sdk-15.04.3/Ubuntu.Components.PageStack/ | 01:05 |
ahoneybun | mhall119: 6 | 01:05 |
ahoneybun | your code is so crazy ahead of me | 01:09 |
ahoneybun | that does make it better | 01:11 |
ahoneybun | mhall119: one of my ListItem is being pushed into the header | 01:12 |
mhall119 | ahoneybun: try changing your Column to a ListView | 01:22 |
ahoneybun | mm I added topMargins to anchors | 01:26 |
ahoneybun | ListView is better? | 01:26 |
ahoneybun | that broke everything | 01:27 |
ahoneybun | mm I have a back button on the rootpage | 01:31 |
mhall119 | a Page will look for a Flickable child, and will use that to set the clipping for the PageHeader. Since ListView is a Flickable type, that's usually all you need to get around the header overlap issue | 01:31 |
ahoneybun | idk what I'm doin anymore | 01:32 |
ahoneybun | can we screenshare XD | 01:32 |
mhall119 | ahoneybun: want to put it up on etherpad for me to look at? | 01:32 |
ahoneybun | http://pastebin.ubuntu.com/15803335/ main.qml | 01:32 |
ahoneybun | I need a hangout to talk lol | 01:33 |
* mhall119 is lazing on the couch with the dogs | 01:33 | |
ahoneybun | http://pastebin.ubuntu.com/15803342/ home.qml | 01:33 |
mhall119 | I can do a hangout tomorrow if you have time then | 01:34 |
ahoneybun | alright I want to get this ready then get it ready for a tablet UI | 01:34 |
ahoneybun | it looks better then the current store version at least | 01:34 |
ahoneybun | mm | 01:35 |
ahoneybun | with the new PageHeader I don't really need to use PageStack anymore | 01:35 |
ahoneybun | btw you can do a voice call with no video lol | 01:36 |
ahoneybun | so if I leave it on the same qml file it does not show that back button on the home page | 01:43 |
tgm4883 | So looking at packaging. How can I setup debian packaging and have it install a file to a different location based on which version of ubuntu it's being installed on | 02:09 |
=== shuduo-afk is now known as shuduo | ||
=== chihchun_afk is now known as chihchun | ||
matv1 | hm is setting automaticOrientation deprecated? | 08:12 |
=== _salem is now known as salem_ | ||
immesys_ | sorry, repeating, my internet died. Where can I see an example QML file for a desktop app with title, menu bar etc | 12:38 |
immesys_ | I'm especially struggling with getting device scaling to work, my laptop with HiDPI screen has ridiculously small fonts | 12:40 |
immesys_ | and I don't know if I am supposed to use ApplicationWindow as my root or something else | 12:40 |
=== beuno_ is now known as beuno | ||
mhall119 | pmcgowan: bzoltan: is 15.04.4 the current development (moving target) framework, or is it stable now? Was it part of OTA-10? | 15:22 |
pmcgowan | mhall119, part of ota 10 | 15:23 |
mhall119 | ok, so it's "current", what is the new "development" framework? | 15:23 |
=== chihchun is now known as chihchun_afk | ||
mhall119 | pmcgowan: ^^ ? | 15:46 |
bzoltan | pmcgowan: i think it is safe to assume that it is 15.04.5 | 15:58 |
bzoltan | mhall119: ^ | 15:59 |
=== dobey_ is now known as dobey | ||
mhall119 | thanks bzoltan | 16:10 |
mhall119 | bzoltan: pmcgowan: I've updated the API docs on developer.ubuntu.com to use 15.04.4 as the current framework | 16:15 |
mike00 | hi all, how can I add a translation to my app? | 18:57 |
mike00 | what I have to write in the .pot file? | 19:00 |
rahnha | Hi, i am newbie. Is there any way to create database file locally (using sqlite) for scope then update that file through entrying data through scope and also show data fron database file on scope...... | 19:18 |
mike00 | How can I create the .po file? | 19:42 |
mike00 | I have some problem with my app on launchpad, so translators can't translate my app yet.. :( | 19:43 |
=== javiercrowsoft1 is now known as javiercrowsoft | ||
mike00 | please, is there anyone in this channel? | 19:59 |
JanC | mike00: usually you create a .pot file using a special tool like xgettext, then the translators create .po files using a translation tool/editor (e.g. Launchpad) | 20:09 |
mike00 | I have already the .pot file | 20:10 |
mike00 | and I've got some problems with launchpad | 20:11 |
mike00 | I modified the .pot with gedit and then save it as en.po is it correct? the SDK create me also the mo directory... | 20:13 |
mike00 | I set my phone language to English but the app isn't translated... | 20:15 |
rahnha | Hi, i am newbie. Is there any way to create database file locally (using sqlite) for scope then update that file through entrying data through scope and also show data fron database file on scope...... | 20:15 |
mike00 | I think you can try with U1.db api, but On my pc doesn't wotk and I'm not sure... | 20:16 |
mike00 | U1db* | 20:17 |
rahnha | ok, thanks. | 20:18 |
rahnha | basically i want to create scope, which will create datafile and update that using option on scope then present the data in graph.....I am curious it will work for scope? | 20:20 |
rahnha | also i am curios about using golang for scope development..... where can i find api for golang for scope | 20:26 |
rahnha | on official site... it showing for c++ and javascript | 20:27 |
=== zequence_ is now known as zequence | ||
=== _stowa_ is now known as _stowa | ||
=== salem_ is now known as _salem |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!