=== ahoneybun_ is now known as ahoneybun | ||
dholbach | good morning | 06:46 |
---|---|---|
rpadovani | mzanetti, o/ I started to review the fix-enable-push, but I can' t compile it, there is some new dependecy? | 07:57 |
rpadovani | reminders-app/src/push-helper/core.cpp:7:28: fatal error: Accounts/Manager: No such file or directory | 07:57 |
rpadovani | #include <Accounts/Manager> | 07:57 |
mzanetti | rpadovani, ah, sorry, forgot to drop that | 08:00 |
=== davmor2_ is now known as davmor2 | ||
dholbach | hey dpm | 09:34 |
dpm | hey dholbach | 09:34 |
dholbach | dpm, do you remember, when playing around with the developer portal locally, that you got an error message about "Reason given for failure: CSRF cookie not set."? | 09:34 |
dholbach | I just added a new app with a model and wanted to navigate to its admin view | 09:35 |
dholbach | and got this: http://pastebin.ubuntu.com/11755682/ | 09:35 |
* dpm looks | 09:35 | |
dpm | dholbach, are you familiar with https://docs.djangoproject.com/en/1.8/ref/csrf/ ? | 09:36 |
dpm | this is what has fixed it for me in the times I've gotten that error | 09:37 |
didrocks | you can set CSRF_COOKIE_DOMAIN to None to disable the check for local hacking | 09:37 |
dpm | ah, thanks didrocks | 09:38 |
* didrocks got that when working on OneConf some years ago :) | 09:38 | |
didrocks | yw! | 09:38 |
dholbach | ah, cool - thanks | 09:41 |
* dholbach relocates to the office, brb | 09:58 | |
=== timp is now known as t1mp | ||
faenil | Hey guys, are you aware of any app/project running on UbuntuTouch which uses qtquickcontrols? | 10:42 |
nik90 | faenil: I remember using it in my app | 10:44 |
nik90 | http://doc.qt.io/qt-5/qml-qtquick-controls-splitview.html | 10:44 |
t1mp | nik90: which app? | 10:44 |
t1mp | nik90: you have millions of apps ;) | 10:44 |
nik90 | t1mp: I used SplitView in my Flashback for a short while | 10:44 |
faenil | nik90: did you package the whole controls files with your app? or just the .so? | 10:44 |
faenil | or did you just install the package on phone? (which is what I'm doing right now) | 10:44 |
nik90 | faenil: is QtQuick Controls seeded in the default images? | 10:44 |
faenil | nope | 10:45 |
nik90 | hmm strange.. | 10:45 |
t1mp | nik90: speaking of splitview, did you see this idea yet? https://docs.google.com/document/d/1bSoEynFzD3VAB8kLJW4lcVgtlEzwEF5_RicNQTIA-RY/edit#heading=h.16jpv756ki35 | 10:46 |
nik90 | requesting access now | 10:46 |
t1mp | nik90: with which email address you want access? I can add you | 10:48 |
t1mp | nik90: I gues your request goes to zsombi but he's on holidays | 10:48 |
nik90 | t1mp: krnekhelesh@gmail.com | 10:48 |
nik90 | faenil: It was a long time ago when I wanted to create tablet app where I needed to show a Sidebar on the left. For that purpose I used a SplitView since it allowed the user to increase/decrease the width. I cannot remember how exactly it worked at the time though :/ | 10:48 |
t1mp | nik90: ok, I added you. | 10:49 |
nik90 | t1mp: thnx | 10:49 |
faenil | nik90: np. I just install the package, but that way I can't send it to ubuntu store | 10:49 |
t1mp | nik90: so the MultiColumnView also takes care of adding/removing columns when the window size changes | 10:50 |
faenil | so I guess I'll have to have a submodule pointing to qqc source, and modify the pros to build qqc together with my app and then bundle everything in the same click | 10:50 |
nik90 | faenil: previously I used to request ogra_ to seed specific QT packages that I thought would be useful to app devs. If you make legitimate use case, then they might add it. | 10:50 |
t1mp | it should all be automatic. On narrow window you get behavior like a pagestack, on wider windows you get two columns | 10:50 |
nik90 | t1mp: oh wow..how does Ubuntu.Layouts work with this? Can one combine them together? | 10:51 |
ogra_ | nik90, sil2100 took that over from me (i work full time on snappy) | 10:51 |
nik90 | ogra_: ah ok..so you left us for something better eh until we reach wily+snappy :P | 10:52 |
ogra_ | many of us did to prepare the switch, yes | 10:52 |
faenil | t1mp: automatic as long as you define the rules to add columns | 10:53 |
t1mp | nik90: we use the Layout attached objects to specify the widths etc of the columns (not required, only if you want to override the defaults) | 10:54 |
faenil | (unless you changed the code atm it requires you to change the number of columns yourself, which could make sense) | 10:54 |
t1mp | the current implementation of MultiColumnView is using RowLayout | 10:54 |
t1mp | nik90: in case you are interested in the code, https://code.launchpad.net/~zsombi/ubuntu-ui-toolkit/multicolumnview/+merge/261703 | 10:55 |
t1mp | feel free to comment | 10:55 |
nik90 | ah ok ..makes sense | 10:56 |
nik90 | I would need to try it out to see how it works | 10:57 |
=== MacSlow is now known as MacSlow|lunch | ||
dholbach | mhall119, do you use any special local settings for the dev portal? | 12:06 |
dholbach | I added a new app with models to it, with migrations and stuff, and I'm running into CSRF issues in the admin interface | 12:06 |
=== MacSlow|lunch is now known as MacSlow | ||
=== boiko_ is now known as boiko | ||
=== dpm_ is now known as dpm | ||
dholbach | mhall119, not sure if you have time, but can you use /admin in lp:~dholbach/developer-ubuntu-com/store-data? | 13:31 |
=== wendar_ is now known as wendar | ||
didrocks1 | t1mp: bzoltan_: hey, do you know if there is any simple way of testing the state saver on desktop? (just for testing purpose, I'm fine with hackish way ;)) | 15:15 |
t1mp | kalikiana: ^ did you do any work on that? or was it zsombi? | 15:16 |
kalikiana | t1mp: I don't think I hacked the code, though I was reviewing most of it | 15:17 |
kalikiana | didrocks1: kill the app | 15:17 |
kalikiana | Ctrl+C does the job | 15:17 |
didrocks1 | kalikiana: and then, repress F5 to start it? | 15:18 |
* didrocks1 tries | 15:18 | |
didrocks1 | kalikiana: hum, doesn't seem so… | 15:19 |
didrocks1 | kalikiana: oh, actually, you're right | 15:19 |
didrocks1 | but it seems there is a bug in the state saver to restore some textfield | 15:20 |
* didrocks1 will have a deeper look | 15:20 | |
didrocks1 | thanks kalikiana! | 15:20 |
didrocks1 | (it seems to break data-binding) | 15:20 |
dupingping | The awesome software is published, You can use the trial version of Sticky Notes. | 15:44 |
dupingping | http://korsoftware.com | 15:44 |
rarara_ | hi channel! | 16:01 |
rarara_ | I have a question about qml. I have a main.qml where I have a xmlListModel that fetches and displays an xml file from the internet. I want to decouple the xml logic, the model, in a file Data.qml. But now how do i 'instantiate' Data.qml and access all of its objects? I want to check for status and give it to a listmodel. | 16:04 |
sverzegnassi | popey, ping | 16:28 |
=== jdstrand_ is now known as jdstrand | ||
popey | sverzegnassi: heya | 16:34 |
sverzegnassi | popey, o/ I've replied to https://code.launchpad.net/~verzegnassi-stefano/ubuntu-docviewer-app/document-page-filters/+merge/261858 | 16:35 |
popey | ooh, i'll look | 16:35 |
sverzegnassi | what do you think for the title of the page (I've proposed just "Documents")? | 16:35 |
popey | +1 :) | 16:36 |
popey | Makes more sense than "Viewer" | 16:36 |
sverzegnassi | ok thanks, I will update the branch with the fixes then. I hope to complete it today :) | 16:38 |
popey | thanks sverzegnassi :) | 16:41 |
kalikiana | bzoltan_: what's up with this? https://code.launchpad.net/~bzoltan/ubuntu-ui-toolkit/landing_12-6-2015/+merge/261831 | 16:46 |
=== _salem` is now known as _salem | ||
=== _salem is now known as salem_ | ||
dupingping | awesome notes editor: http://sourceforge.net/projects/ubuntusticky/files/ubuntu-sticky-trial_1.0.0-0ubuntu1_i386.deb/download | 18:30 |
=== charles_ is now known as charles | ||
=== salem_ is now known as _salem | ||
=== _salem is now known as salem_ | ||
dubstar_04 | my Qt Creator has gone bonkers and I can't copy and paste or press return for a new line. Anyone else seen this? | 20:27 |
dubstar_04 | sorted: if this comes up again i deleted the config files at /home/user/.config/QtProject and its working again. | 20:53 |
=== salem_ is now known as _salem | ||
josharenson | I have a Map component that is, essentially, full screen. It seems to be preventing the back button (in a PageStack) from appearing. Any tricks to get around this? | 23:47 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!