veryricdude69 | hello | 10:28 |
---|---|---|
=== _salem is now known as salem_ | ||
=== salem_ is now known as _salem | ||
akiva-thinkpad | !ping | 13:40 |
ubot5 | pong! | 13:40 |
akiva-thinkpad | zbenjamin, ping; do you happen to know which object pool (children) that I can find the run widget in Projects Mode? | 14:00 |
ahayzen | m-b-o, o/ | 14:53 |
akiva-thinkpad | modemanager probably. | 14:53 |
ahayzen | m-b-o, so the 'snapping' is 'working' because you are using highlight enforce range? | 14:54 |
m-b-o | o/ ahayzen | 14:55 |
m-b-o | yes | 14:55 |
ahayzen | cool that'll probably be good enough tbh | 14:55 |
m-b-o | with snapMode teh currentINdex gets not updated | 14:55 |
m-b-o | yes, it's good for now :) | 14:55 |
ahayzen | i'll probably look at putting them into async loaders in the future incase you have loads of locations | 14:55 |
m-b-o | alright! | 14:56 |
m-b-o | have you tried it on a device? | 14:56 |
ahayzen | but it'll need testing to see how the performance is as you have more loactions | 14:56 |
ahayzen | no not yet i have to switch kernels lol | 14:56 |
m-b-o | hehe :) | 14:56 |
ahayzen | but the thing with LocationPane sounds strange | 14:57 |
m-b-o | yes it is.... | 14:57 |
ahayzen | m-b-o, do you think that the weatherApp.current should actually be in settings? | 14:57 |
m-b-o | first named it components/Location.qml, thought renaming and moving would fix the run issue on th edevice | 14:58 |
m-b-o | good question... perhaps quite useful | 14:58 |
ahayzen | as then it would remember which location you were looking at | 14:58 |
m-b-o | yes, we should try it. I will make a blueprint for it | 14:59 |
ahayzen | all you have todo is move the property inside the Settings {} ;) | 14:59 |
m-b-o | shoudl I rename LocationPane? | 14:59 |
m-b-o | let me see | 15:00 |
ahayzen | m-b-o, something like this should work http://pastebin.ubuntu.com/10239735/ | 15:00 |
m-b-o | ahayzen okay, added it to the MP | 15:06 |
ahayzen | m-b-o, cool thanks :) | 15:06 |
m-b-o | how should w ename name LocationPane instead? | 15:06 |
ahayzen | idk it 'should' be working, is the file in the .click it makes? | 15:06 |
m-b-o | isn't thi smanaged by Cmake? | 15:06 |
ahayzen | yeah | 15:07 |
m-b-o | let me see | 15:07 |
m-b-o | no, it isn't | 15:09 |
ahayzen | heh there is the problem then | 15:09 |
ahayzen | you reran cmake after adding the file right? | 15:10 |
ahayzen | popey, random question, do you have a N10 ? | 15:11 |
m-b-o | how? | 15:11 |
m-b-o | ah, now it works! | 15:11 |
ahayzen | m-b-o, right click on the project name in the side bar 'Run cmake' | 15:12 |
ahayzen | \o/ | 15:12 |
ahayzen | m-b-o, at least that wasn't an issue then :) | 15:12 |
ahayzen | m-b-o, ok the other odd thing, what did you mean by the bottom edge not working sometimes? i haven't had it fail on the desktop yet? | 15:12 |
m-b-o | okay... but you have the sam eerrors/warnings in the console, haven't you? | 15:13 |
ahayzen | yeah they are mostly when it is destroyed | 15:13 |
m-b-o | " file:///usr/lib/arm-linux-gnueabihf/qt5/qml/Ubuntu/Components/PageWrapperUtils.js:30: TypeError: Cannot read property 'createObject' of null" too? | 15:14 |
ahayzen | yeah when you pop the page? | 15:14 |
m-b-o | ah, the LocationPage.qml? | 15:14 |
ahayzen | yeah when it is destroyed | 15:14 |
ahayzen | i think it is ok | 15:15 |
ahayzen | m-b-o, so assuming ^^ is ok all that is left are the 3 code comments i've found so far.... i'll keep checking for anything else | 15:17 |
ahayzen | m-b-o, also if you start the app change the location to 1 then restart, you end up at the index 0 but it seems to think it is on 1, so you can't change to 1 via the bottom-edge | 15:20 |
m-b-o | ah | 15:21 |
ahayzen | m-b-o, you probably want to set the currentIndex after you reload the locationsList ? | 15:21 |
ahayzen | to ensure it is in-sync | 15:22 |
m-b-o | ahyzen let me try | 15:22 |
m-b-o | ahayzen https://bugreports.qt.io/browse/QTBUG-41035 | 15:22 |
ahayzen | is that the snapmode bug? | 15:23 |
m-b-o | seems there are som eother things nit right when using snapMode | 15:23 |
m-b-o | related I guess | 15:23 |
ahayzen | maybe | 15:24 |
m-b-o | you mean, set setting.current after currentIndexChanged? | 15:25 |
ahayzen | but if you look at the app log it goes CI: 0, CI: 1, *locations loaded*, CI: 0 | 15:25 |
ahayzen | i guess after onModelChanged ? | 15:25 |
m-b-o | can we take settings.current out of the MP? It's a thing of it's own. | 15:26 |
ahayzen | yeah adding onModelChanged: currentIndex = settings.current worked \o/ | 15:27 |
SturmFlut | Has anybody already tried https://appstore.bhdouglass.com/app/kirino.hyuchia ? | 15:27 |
ahayzen | i don't mind ... adding that 1 line seems to fix it | 15:27 |
m-b-o | ahayzen? where | 15:27 |
ahayzen | m-b-o, http://pastebin.ubuntu.com/10240050/ | 15:28 |
m-b-o | thanks | 15:28 |
ahayzen | hmm but swiping it doesn't update the setting either lol there are a few places it doesn't retain ... i can fix them up in a follow mp if required | 15:29 |
m-b-o | wait | 15:29 |
ahayzen | ugh nasty lol :/ | 15:32 |
m-b-o | onModelChange will it updtae to often | 15:33 |
m-b-o | I guess | 15:33 |
ahayzen | m-b-o, this seems to work for every case http://pastebin.ubuntu.com/10240149/ bit messy though :/ | 15:35 |
m-b-o | ahayzen coll! good enough, will add i | 15:37 |
m-b-o | t | 15:37 |
ahayzen | thanks :) | 15:37 |
m-b-o | thank you! | 15:37 |
ahayzen | m-b-o, then there are just the 2 other minor code comments :) | 15:37 |
m-b-o | ahyzen one moment | 15:38 |
m-b-o | ahyzen which ones? | 15:39 |
ahayzen | "- I wonder if we can change this to mainPageStack.push("ui/HomePage.qml") instead of using the component? | 15:40 |
ahayzen | - I have some massive OCD over formatting, could you ensure that all of the properties have a space between the : and the value?" | 15:40 |
ahayzen | you should be able to remove HomePage { id: homePage } and just do mainPageStack.push("ui/HomePage.qml") | 15:41 |
rpadovani | bfiller, o/ do you have 10 minutes for a query? | 15:43 |
bfiller | rpadovani: I have a few minutes, what's up? | 15:43 |
popey | ahayzen: I don't have an N10, sorry. | 15:46 |
m-b-o | ahayzen: Error while loading page: file:///usr/lib/x86_64-linux-gnu/qt5/qml/Ubuntu/Components/HomePage.qml:-1 File not found | 15:46 |
ahayzen | popey, damn lol you have any form of tablet? | 15:47 |
popey | i have an n7 | 15:47 |
ahayzen | m-b-o, hmm ah ... Qt.resolvedUrl("ui/HomePage.qml") | 15:47 |
m-b-o | ahayzen yeah :) | 15:47 |
ahayzen | popey, cool, we've got quite far with the converged mode for music-app (only a few bugs left) so looking for testers soon ;) | 15:48 |
ahayzen | (all prototyping ofc) | 15:48 |
ahayzen | m-b-o, yey \o/ | 15:48 |
popey | ahayzen: feel free to ping me when needed | 15:48 |
ahayzen | popey, cool thanks :) | 15:48 |
ahayzen | popey, do you know which device Jouni will be demoing it on? N7/10/desktop? | 15:49 |
m-b-o | ahayzen changes pushed! | 15:50 |
ahayzen | m-b-o, cool thanks :) i'll rereview in a bit :D | 15:51 |
m-b-o | ahayzen I have to go now, ping me if something is missing! | 15:51 |
ahayzen | m-b-o, will do thanks :) | 15:52 |
popey | ahayzen: I dont know what they're taking to mwc, sorry. I know the marketing people have N10's | 15:55 |
ahayzen | popey, ok no worries we're just debating if the N7 is large enough to have the sidebar lol | 16:21 |
bigga | yo niggas how ya doin' | 17:13 |
=== chihchun_afk is now known as chihchun | ||
SturmFlut | Was the PickerPanel moved or deprecated? According to the API docs one has to "import Ubuntu.Components 1.1", but if I do and then try to use PickerPanel.openDatePicker() I get a "ReferenceError: PickerPanel is not defined" | 19:54 |
SturmFlut | The same code used to work a while ago | 19:54 |
rpadovani | I'm on vivid. Which packages I need to add qmake support to the sdk? | 22:06 |
DS-McGuire | popey, My stupid, terrible, app now works. The golf score card one, I had a permissions error, it is now in the store. | 23:20 |
popey | yay | 23:20 |
DS-McGuire | now on to proper QML :L | 23:21 |
DS-McGuire | It is not a very good app bearing in mind, | 23:21 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!