/srv/irclogs.ubuntu.com/2014/02/25/#ubuntu-app-devel.txt

ubuntouristHullo.  I'm running 12.10 and have installed the SDK following the directions at http://developer.ubuntu.com/apps/create/get-the-sdk/ but the tutorial and other sources like Ask Ubuntu indicate I should be seeing Touch as a Project type.00:39
ubuntouristWhen I create the default HTML5 app, it runs, but it suggests I should be able to uncomment the <!-- <script src="cordova/cordova.js"></script> -->.  There's no cordova/cordova.js.00:42
aquariusFor other cordova platforms, the cordova build process inserts the reference to cordova.js -- you don't put it in your code yourself. However, I don't know if it works that way on Ubuntu (I haven't tried making a Cordova Ubuntu app yet!)00:43
=== wgrant_ is now known as wgrant
ubuntouristaquarius: All I did was choose "HTML5 App" as the type of project, since I'm not seeing project types like Ubuntu Touch or Cordova Ubuntu listed as options. The default source that "HTML5 App" produced included the <script src="cordova/cordova.js">. So, I assumed it would supply said file as well.00:47
aquariusI'd suggest fixing that you're not seeing those things01:03
=== salem_ is now known as _salem
zsombicharles_: ping06:03
dholbachgood morning08:24
nerochiarozsombi: morning. have you had time to look into these two MRs that bill emailed you about yesterday ?09:10
JamesTaitGood morning all; happy Chocolate-Covered Peanuts Day! :-D09:35
=== chriadam is now known as chriadam|away
* kalikiana smacks his lips09:48
=== oSoMoN_ is now known as oSoMoN
zsombinerochiaro: not yet, I'll check them now10:09
nerochiarozsombi: thanks10:09
zsombinerochiaro: I see Jenkins had problems with them...10:15
nerochiarozsombi: one if fixed, it should be ok now, let me check again10:16
zsombinerochiaro: this one has failures: https://code.launchpad.net/~amanzi-team/ubuntu-ui-toolkit/ubuntu-ui-toolkit-xlarge-thumbnails/+merge/20750010:16
nerochiarozsombi: it will keep having them until the MR it depends on in lp:thumbnailer gets released into whatever package archive CI feeds from when building the pacakage.10:17
nerochiarozsombi: this was approved today: https://code.launchpad.net/~amanzi-team/thumbnailer/thumbnailer-x-large/+merge/20578510:17
nerochiarozsombi: and it's what CI needs to stop failing10:17
zsombinerochiaro: ok, this one change wise looks good to me.... approved this one10:19
zsombinerochiaro: this one also looks good: https://code.launchpad.net/~amanzi-team/ubuntu-ui-toolkit/ubuntu-ui-toolkit-thumbnailer-querystring/+merge/20794010:23
nerochiarozsombi: excellent10:23
nerochiarozsombi: but shouldn't we wait to merge the x-large one until the thumbnailer pacakge gets released ? or the uitk will fail to build10:24
zsombinerochiaro: yes, we should, that's why I don't top-approve it yet10:25
nerochiarozsombi: ok10:25
nerochiarozsombi: top approve the query string one though, that's stand alone10:25
zsombinerochiaro: so that could go in? asking it because bzoltan already had prepared some stuff for landing...10:26
nerochiarozsombi: yes it can go in10:27
nerochiarozsombi: it's a small change and completely stand alone10:27
zsombinerochiaro: ok, we will take that as well then10:27
Laneyin QML, can I lazily construct an object of a qmlRegisterType-d thing?11:23
LaneyI want to be able to optionally pass an object in and only construct a new one if necessary11:24
=== _salem is now known as salem_
=== oSoMoN_ is now known as oSoMoN
kalikianaLaney: Qt.createQmlObject?12:13
kalikianaor depending on the use case put it in a Loader12:13
Laneyusing a string of qml?12:13
Laneymmm12:13
kalikianayes12:14
=== DanChapman_ is now known as DanChapman
kalikianaI don't like the api very much except for a emergencies so to speak… it's not very qml-ish12:14
kalikianaI prefer Loader personally12:14
Laneywould that work?12:14
kalikianadepends on what you want to do, you didn't say much :-]12:15
Laneyare those things Components?12:15
Laneyit's a type with some properties, signals and methods that's registered into QML using qmlRegisterType12:15
kalikianathen you should be able to normally declare it in QML, and hence in a Loader also12:18
kalikianathe ui tookit has several of those and you probably don't even know ;-)12:19
nik90Does anybody how to go fullscreen? I mean also hiding the indicator panel...the gallery app does this as well12:24
t1mpnik90: perhaps http://bazaar.launchpad.net/~phablet-team/gallery-app/trunk/view/head:/src/gallery-application.cpp#L280 ?12:30
nik90t1mp: thnx..will try it in my JS app12:31
t1mpI don't know if you can do it from qml12:31
nik90t1mp: oh :(12:33
nik90popey: hey I saw your bug report comment12:38
popeyAshkar: nik90 hey12:38
nik90popey: however the issue is that weeekdays are not always Mon-Fri in all countries..It varies according to the locale12:38
popeyer, oops12:38
nik90erm12:38
popeyyeah12:38
nik90So I need to figure how to do it the proper way using Qt Date component12:39
popeyios does "weekdays"12:39
nik90yeah I want to use "Weekdays" and "Weekends"12:40
nik90however I need Qt to tell me which days are Weekdays and Weekends to ensure that this works in all locales12:40
nik90I believe that was also part of the original design12:40
nik90popey: Do you know what's happening to the core apps ppa? I haven't received the last few updates these past 2 weeks.13:06
popeynik90: it should build from jenkins, if it doesn't then we need to speak to fginther13:08
nik90popey: seems like the build is failing13:08
* popey bets it's cmake related13:08
nik90fginther: ^^ Happen to know what's going wrong with the core apps daily ppa?13:08
nik90popey: not surprised13:08
nik90fginther: it also seems the SDK PPA updates have stopped since 12th Feb..can you look into that as well?13:11
popeyImportError: No module named distutils.sysconfig13:12
popeyCMake Error at tests/autopilot/CMakeLists.txt:5 (install): install DIRECTORY given no DESTINATION!13:12
popeyhttps://launchpadlibrarian.net/167469278/buildlog_ubuntu-precise-i386.ubuntu-clock-app_1.0ubuntu1bzr350precise0_FAILEDTOBUILD.txt.gz13:12
popeynik90: thanks for letting us know13:12
nik90popey: np13:12
popeynik90: filed bug 1284637 to track it13:16
ubot2Launchpad bug 1284637 in Ubuntu Clock App "App fails to build in PPA" [Undecided,New] https://launchpad.net/bugs/128463713:16
popeyalso bug 128463813:16
ubot2Launchpad bug 1284638 in Ubuntu Music App "App fails to build in PPA" [Undecided,New] https://launchpad.net/bugs/128463813:16
nik90popey: too many bug reports these past few days :P13:17
popeyheh13:17
popeysorry ☻13:17
popeyhmm, better to have one bug actually...13:17
popeyalthough they differ slightly.. will see what fginther has to say13:18
nik90I will assign this to balloons..he is the one who did this :D13:18
popey#blameballoons13:18
nik90balloons: we are still cool ;)13:19
=== caribou_ is now known as caribou
rpadovanimzanetti, o/15:08
rpadovaniI'm not able to reproduce your problems with cameraImprovement15:09
rpadovanihttps://code.launchpad.net/~rpadovani/reminders-app/cameraImprovement/+merge/206559/comments/48882415:09
rpadovaniand I fixed all other things15:09
rpadovanihey mhall119 :-) Great post today! I don't see any license for content on your website, so for Italian law is under the the tighter copyright. May I translate it and add it to my italan blog, indicating the source, of course?15:12
mhall119rpadovani: absolutely15:13
rpadovanithanks :-)15:13
mhall119I really should put something up there about content being under a CC license15:13
=== charles_ is now known as charles
nerochiaroartmello: i pushed the rest of the changes to the thumbnailer merge request15:48
balloonshaha, I just found the #blameballoons; nice15:53
iBelievet1mp: ping16:05
t1mpiBelieve: hello16:08
iBelievehi timp, I was wondering about LP #1190972 and when it will be fixed or if there is some work-around16:09
ubot2Launchpad bug 1190972 in Ubuntu UI Toolkit "Cannot hide individual tabs" [Medium,Confirmed] https://launchpad.net/bugs/119097216:09
iBelievet1mp: ^^16:09
t1mpiBelieve: I'm not working on that at the moment16:11
t1mpiBelieve: there will be a new design for the tabs, without the vertical scrolling header16:11
t1mpiBelieve: I'm working on that first, it will take some time16:11
t1mpiBelieve: there is an MR for dynamic tabs, if we get that one merged soon would that be useful for you?16:12
iBelievet1mp: basically, I have three tabs that should be shown in phone mode, but only one of those needs to be visible when the app is in wide mode16:12
t1mpiBelieve: it adds addTab() and removeTab() functions16:12
t1mpiBelieve: maybe the layouts can help you out there?16:13
iBelievet1mp: I don't think Ubuntu.Layouts helps with hiding tabs, does it?16:13
t1mpiBelieve: I can imagine that on a tablet in landscape you'd like to show for example 3 columns with contents, while on a phone (portrait) you would have 3 tabs for that16:14
artmellonerochiaro: thx, i will take a look16:14
t1mpso in that case layouts should be able to manipulate tabs16:14
t1mpiBelieve: but yeah, your suggestion in the bug report does make sense16:14
iBelievet1mp: I'm not sure how contributing to the SDK works - If I came to come up with a merge request adding a "show" property to Tab, using something along the lines of the hack I mentioned in the bug report, is there a chance that it would get merged?16:17
t1mpiBelieve: yes, we certainly do take accept merge requests16:20
t1mpiBelieve: but we are not easy reviewers16:20
iBelievet1mp: okay, thanks. I may possibly try coming up with something16:25
t1mpzsombi_: have you seen this bug? https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/119097216:26
ubot2Launchpad bug 1190972 in Ubuntu UI Toolkit "Cannot hide individual tabs" [Medium,Confirmed]16:26
t1mpiBelieve: perhaps zsombi's dynamic tabs will help you https://code.launchpad.net/~zsombi/ubuntu-ui-toolkit/dynamic-tabs-reloaded/+merge/19962016:27
t1mpzsombi_: what's the status of that MR?16:27
zsombit1mp: you forgot to review it16:27
t1mpzsombi: me?16:28
iBelievet1mp: maybe, but it isn't a very declarative way of doing what I want to do16:28
zsombit1mp: we agreed that you will review it, then you said it's the Xth one in your list :)16:28
t1mpI was under the impression that you asked kalikiana16:28
zsombit1mp: whoever was available...16:28
t1mpzsombi: ok, somehow it was removed from my list16:29
zsombit1mp: never mind :) kalikaina said he will take a look today, but most likely he got other high priority stuff...16:29
zsombit1mp: so, I have no idea again qho's gonna review it :D16:29
kalikianazsombi: it was reviewed. but without an uptodate branch I can't really give you approval you know ;-)16:32
zsombikalikiana: I've updated the branch ~3h ago :)16:33
balloonsm-b-o, ping16:33
om26erpopey, balloons hey! are there any core-apps failing tests I could help with ?16:33
zsombieven more, right @ the standup, and I even told U :)16:33
m-b-oballoons: pong16:33
kalikianazsombi: forgive me for not reloading every 5 minutes because J may take 5 or 500 min to update :-)16:33
zsombikalikiana: you shoudl have that embedded in yr browser :D16:34
balloonsm-b-o, running through your MP now, backlogged yesterday :-) Anyways, I notice it still shows the tablet side UI while running tests. I believe that is https://bugs.launchpad.net/ubuntu-weather-app/+bug/128326616:34
ubot2Launchpad bug 1283266 in Ubuntu Weather App "Weather AP tests assume tablet mode" [High,Triaged]16:34
balloonsom26er, see the mail I just sent to ubuntu-phone16:34
kalikianazsombi: well, even if I make it reload I don't see it without switching to the tab16:34
m-b-oballoons yes, I guess this was a "hotfix" for MWC. Since that should be done now, shall I switch back?16:35
kalikianabut if you have a script for it, that'd be neat16:35
* kalikiana not keen on writing lp scripts atm16:35
balloonsm-b-o, switch back? I guess I don't know about this hotfix16:35
balloonsom26er, more or less I think things are ok. If you want to help out, the rssreader tests could use some refactoring love :-)16:36
om26erballoons, alright, I could look into that. though wanted to first make sure if some tests were not blocking things.16:37
m-b-oballoons initial size was to set to n7 friendly size, but it can be swiched back a initial size  for phone16:37
balloonsom26er, if you want to look at calculator tests and see if anything looks silly, that would be nice16:38
balloonsthe errors on the dashboard though are all no process found; aka not test failures16:38
balloonsm-b-o, where did you set the size? forced it in the qml or ?16:38
zsombikalikiana: on sdk channel: [11:49] <zsombi> kalikiana: dynamic-tabs is up to date16:38
zsombikalikiana: the time is UTC seems16:39
m-b-opopey can switch back some "quirks" we made for MWC in weather? initial size etc16:39
m-b-oballoons: yes, forced it in qml. Waht do you mean with "Weather AP tests assume tablet mode "?16:41
m-b-oballoons the app should start in phone mode in AP, right?16:41
balloonsm-b-o, yes, since I only saw the side UI peeking through in tests, I assumed it was in the fake data. I filed the bug late last friday16:42
balloonsI just knew it was a problem mostly, and that you would know what the deal was :-)16:42
kalikianazsombi: sorry, I guess I missed that. I have too many things in my head today… trying to wait for make check, ap there, ap elsewhere, while reading something else…16:43
zsombikalikiana: np :) you are not alone :D16:44
zsombikalikiana: if you could do a quick update for cornflakes, seems it needs trunk merge...16:44
kalikianazsombi: I did that today16:45
zsombikalikiana; then I took the old artifacts...16:45
kalikianabut that's a fine example of how J takes 5 - 500min…16:45
zsombikalikiana: and there's no new artifacts for that MR...16:45
zsombi6h ago...16:46
zsombiomfg16:46
zsombiI give up for today... EOD 4 me16:46
kalikianait seems slowish also loading logs currently, might be overloaded16:46
m-b-oballoons data/assert-wise it shouldn't be a matter for the tests, if the app was started in tablet mode or in phone mode.16:46
m-b-oballoons But in reality tests were getting flaky, since the ui needs some time to settle in tablet mode.  I've fixed the tests for this case.16:46
m-b-oballoons is the initial size important for the AP tests?16:47
m-b-oballoons: regarding the actual size16:48
balloonsm-b-o, on the phone we should see phone UI, and test accordingly. On  tablet, tablet UI and test accordingly16:48
balloonsso yea, I would revert whatever quickfix we added to the qml to force one mode or the other and do the work to determine the proper layout upon launch. I also think we need new tests for the side UI right?16:52
m-b-oballoons okay, that's problem. than let me check the MP again... I'll set it to WIP16:52
m-b-oballoons: yes, test wozld be ok now for tabelt, but would fail on device16:52
m-b-oballoons I will try to sort this out, will come back to you tomorrow!16:53
balloonsm-b-o, yea, seems to fail on my n4.. So what do you think of making another branch to solve this problem, rather than make your current diff bigger?16:54
balloonswould that work or ?16:54
m-b-oballoons: yes, you're right!16:54
balloonsyou could make it as a pre-req if you want to this branch in lp, or just wait to land it as you said16:55
m-b-oballoons I will make a branch from trunk and revert the specific changes in the MP. No problem.16:56
balloonsok if you've got a plan, I'll assume you are set, heh :-)16:56
balloonskeep it easy, and if you need some help let me know16:56
m-b-oballoons: actually yes. the same problem as with ekyboard-shortcuts, if you remember. Can I detect running in tablet or phone in AP?16:57
balloonsm-b-o, yes you can16:57
balloonsm-b-o, http://unity.ubuntu.com/autopilot/api/platform.html?highlight=model#autopilot.platform.model16:58
balloonsm-b-o, you can see this in action in tests like filemanager16:58
m-b-oballoons: so what to assume for manta? "manta"? ;)16:59
balloonssomething like if model() == 'Desktop':, to check for desktop16:59
balloonsm-b-o, check this func out from fm tests; http://paste.ubuntu.com/6995308/17:01
balloonsyou can see the qml sets a wideAspect property if it's in tablet mode17:01
m-b-oballoons: hehe, just had my eyes on it :)17:01
balloonswe simply check for that and act accordingly17:01
m-b-oThanks. exactly what I need!17:02
balloonsm-b-o, you are welcome, glad that makes sense!17:03
m-b-oballoons for sure :)17:04
m-b-obut balloons, what is "autopilot.platform.is_tablet()" ?17:04
balloonsm-b-o, oO I actually didn't know that got added. I asked for a way to tell at some point, but settled on checking the app state and testing accordingly.. It's more of a reactive approach. The app can support tablet mode / phone mode on whatever device17:07
balloonswhatever mode it launches in, we'll test it :-)17:07
m-b-oballoons ! : )17:08
rpadovanimzanetti, could you ping me when you have 5 minutes please? I want to talk with you about errors, I need your opinion :-)17:22
=== bfiller is now known as bfiller_afk
=== gatox_ultra is now known as gatox
=== daker_ is now known as daker
=== bfiller_afk is now known as bfiller
m-b-oballoons: can't find self.main_view.internal_wideAspect. How can I get this autopilpot version?19:29
balloonsm-b-o, that's set inside the filemanager; in the qml19:31
balloonsdepending on which mode the app is launched in, a flag is set19:31
m-b-oah..19:31
balloonsinside the tests we check the mode we are in and test accordingly19:31
balloonsif you want to test to make sure the right mode is launched, use model19:32
balloonsand yes, it's "Nexus 10", "Nexus 4", "Nexus 7"19:32
balloonsso like, if model() == "Nexus 10" or model() == "Nexus 7": assert(tabletmode property)19:32
balloonsif you wanted a simple test for that19:33
balloonsbut I was speaking to merely testing everything according to the mode launched19:33
m-b-oballoons: should be enough to check with internal_wideAspect! (which works now, thanks!)19:36
balloonsm-b-o, you are most welcome :-)19:37
m-b-oballoons: will add it to the MP, it's not that much. as you are now familair with the diff ;)19:37
balloonshaha, fair enough19:37
m-b-oit's not much change needed :)19:38
m-b-oballoons: how to install ubuntuuitoolkit on device?19:55
balloonsm-b-o, why do you ask? what's the issue?19:56
nik90charles:19:56
nik90charles: ping19:56
charlesnik90: pong19:56
nik90charles: I assure you bug https://bugs.launchpad.net/ubuntu-clock-app/+bug/1275560 is fixed in image #20719:56
ubot2Launchpad bug 1275560 in Ubuntu Clock App "When setting an alarm and dragging minute hand anticlockwise, possible to get '60' minutes instead of '0'" [Undecided,New]19:56
nik90where it is running clock app v1.0.34919:57
nik90your version v1.0.300 is 50 commits behind ;)19:57
m-b-oballoons ImportError: No module named ubuntuuitoolkit on device Has qt creator install these package on device??19:57
balloonsm-b-o, trying to run the tests right?19:57
nik90m-b-o: adb push /usr/lib/python2.7/dist-packages/ubuntuuitoolkit /home/phablet/autopilot/ubuntuuitoolkit19:58
nik90m-b-o: http://www.theorangenotebook.com/2014/02/click-buddy-and-you-how-to-test-your.html19:58
m-b-oclick provison then19:58
m-b-opahblet test run19:58
charlesnik90: so the impl of setMinutesLabel() is correct as-is?19:58
balloonsm-b-o, what nik90 said is correct. Support for doing this automagically is wip for click-buddy19:58
balloonsbut for now, you can copy it :-)19:58
balloonsonce it's copied you don't need to do it again19:58
t1mpif you  have apt working on device, apt-get install ubuntu-ui-toolkit-autopilot19:59
nik90charles: the setMinutesLabel() is no longer there...we have changed that code significantly19:59
t1mpmaybe that's not the way you are supposed to do it, but that's how I do it19:59
balloonswe don't want to break ro mode so :-)19:59
t1mpyeah, doesn't work in ro mode19:59
m-b-ot1mp ballons19:59
m-b-oI know19:59
m-b-obut if the next update won't fail...20:00
charlesnik90: I'm working off lp:ubuntu-clock-app, which branch should I be reading?20:00
nik90charles: lp:ubuntu-clock-app is the latest code20:00
charlesnik90: http://bazaar.launchpad.net/~ubuntu-clock-dev/ubuntu-clock-app/trunk/view/head:/alarm/AddAlarmPage.qml#L19420:01
charlesnik90: I agree, I'm not seeing the bug when running trunk in qmlscene20:07
nik90charles: awesome :)20:07
charlesnik90: I still think the bounds checking in setMinuteLabel() is broken in trunk, though >:)20:07
charlesgranted, I can't find a path to trigger it... :)20:08
m-b-oballoons: found a general problem with the app and  ConditionalLayout. When the app starts the width isn't the one from the device, but as set in mainView. So the app thinks it is in tablet mode  width > units.gu(80)20:33
m-b-oballons: the right value seems to be set late20:33
balloonsm-b-o, why would you have 2 values? What did you do to set the value in the qml?20:34
balloonsUpon app launch you should know the gu's available and then you make a decision on layout right?20:35
m-b-oyes. clock and filemanager are also setting width and height of MainView20:38
m-b-owill try without20:38
m-b-oballoons: you have to set width height for MainView. When I start, the app on the device.width is 1926, thats 107 gu20:38
balloonsm-b-o, ok, let me know how it goes I guess. I'm not as well versed on the qml side of things :-)20:40
m-b-oballoons: alright :) will try tomorrow again20:41
balloonsm-b-o, if you do things the same as clock and fm, that should work.. it's my goto examples of this20:44
m-b-onik90: are you using ConditionalLayout already in clock app?20:45
fginthernik90, are referring to ubuntu-ui-toolkit packages in https://launchpad.net/~ubuntu-sdk-team/+archive/ppa ?20:45
m-b-oballoons: test are running okay, it's a general problem in the application logic of the app20:46
m-b-oballoons: same behaviour in the clock app. so at start, the right gu is not available and ConditionalLayout assumes the wrong layout.20:59
balloonsnik90, ^^ thoughts?20:59
danielholmmhall119 where are you at, mate?21:06
mhall119sorry guys, coming now21:07
=== salem_ is now known as _salem
nik90balloons, m-b-o: just back from dinner21:08
* nik90 starts reading from the top21:08
=== _salem is now known as salem_
=== salem_ is now known as _salem
nik90fginther: yes that's the PPA I am referring to21:10
fginthernik90, the process has changed, so I just want to make sure I understand your needs... Ubuntu-ui-toolkit changes are landing directly in the trusty archive now, so the PPA is not used. Do you still need saucy packages for development?21:13
m-b-onik90: when starting the clock app on the phone, in  Component.onCompleted of your MainView shows true when you print("wideAspect: "+wideAspect)?21:13
nik90fginther: oh..yeah my development pc (which I used for production) is saucy21:14
nik90m-b-o: really21:14
nik90m-b-o: shouldn't the phone width be less than 80 gu units?21:15
m-b-oyes21:15
nik90m-b-o: I am guessing this is concerning AP tests21:16
nik90m-b-o: in the clock app AP tests, I have added a if logic, if not self.main_view.wideAspect to accordingly do things on phone and tablet interfaces21:16
m-b-onik90: yes, but in the weather app a sidebar is loaded when in tablet mode. Which is bad, when started on n421:17
m-b-onik90: when started from QtCreator21:17
nik90m-b-o: that's weird..21:18
nik90m-b-o: let me branch the weather code and try on my desktop21:18
nik90m-b-o: how do you run weather on the phone through qtcreator21:19
nik90?21:19
m-b-onik90: yes, added a desktop file21:19
m-b-onik90: http://paste.ubuntu.com/6996557/21:20
nik90m-b-o: named as ubuntu-weather-app.desktop?21:21
m-b-oyes. done one for clock app too :)21:21
m-b-onik90 just replace weather with clock21:22
nik90m-b-o: I just ran the weather trunk on my N4 and I dont see the sidebar21:24
nik90m-b-o: am I testing the right branch?21:24
nik90m-b-o: btw I had some issues with running clock on my N4 despite adding ubuntu-clock-app.desktop...that's why I asked :)21:25
m-b-onik90: try this one lp:~martin-borho/ubuntu-weather-app/anchors-refactoring21:25
m-b-oah, .desktop was enough for me21:26
nik90m-b-o: I see the sidebar on your branch in the N4 now21:28
nik90m-b-o: definitely something in your branch...will review the diff to see what's going wrong21:28
iBelievedanielholm: hey, I forgot to mention that I'm using my ubuntu-ui-extras repository in snippet-manager.21:33
danielholmiBelieve: ok, thanks for the heads up.21:34
iBelievedanielholm: Basically, the repository (github.com/ibeliever/ubuntu-ui-extras), needs to end up inside the snippet-manager directory21:34
danielholmaha okej21:34
danielholmiBelieve: with a .deb that could be either downloaded or be a dependency21:36
iBelievedanielholm: what I do (at least with my click packages), is copy the repo in and build it into the package just like a regular directory21:36
m-b-onik90: it happens in trunk too on my n421:37
danielholmiBelieve: ok. that works for now at least21:37
nik90m-b-o: yeah I just reproduced it in trunk as well21:38
m-b-onik90: I will investigate further tomorrow. Who to ask about CondtionalLayout?21:38
nik90m-b-o: definitely zsombi or greyback21:39
m-b-ookay. thanks for your help!21:39
nik90m-b-o: zsombi leaves irc by 17:00 UTC...so you got to catch him early21:39
nik90m-b-o: sry, I wasn't that helpful21:39
m-b-onik90: now I know more :)21:41
balloonsnik90, in case you didn't see everything landed on https://bugs.launchpad.net/ubuntu/+source/qtorganizer5-eds/+bug/128212922:18
ubot2Launchpad bug 1282129 in Ubuntu Clock App "Clock and calendar tests fail with static void QOrganizerEDSEngine::itemsAsyncListed(ECalComponent*, time_t, time_t, FetchRequestData*) " [Undecided,New]22:18
nik90balloons: yup noticed it22:22
nik90balloons: does this mean all tests pass now properly22:22
balloonsnik90, if they fail at this point, it's something else :-)22:24
balloonsso yea22:24
balloonsheh22:24
nik90hehe22:24
popey\o/22:25
nik90mhall119: looking forward to tomorrow...heard on ubuntuonair that some really cool stuff are planned :)22:25
balloonsand you thought all the cool stuff was announced already? :p22:26
nik90I know! this is like ubuntu christmas22:27
mhall119nik90: tomorrow's what?22:41
nik90mhall119: new stuff coming to developer.ubuntu.com ?22:41
mhall119oh22:42
mhall119most of it's already there22:42
mhall119that's why I've been so busy today :)22:42
nik90mhall119: oh :)22:43
nik90mhall119: hey btw u1db docs missing in 14.0422:43
marcoceppimhall119: how well supported is HTML5 stuff? I want to take a crack at writing a game but I don't think qml is the best choice for that22:56
=== daker_ is now known as daker
ahayzenballoons, ping23:13
mhall119nik90: u1db docs for QML have always been missing23:15
mhall119poke kalikiana about that23:16
nik90mhall119: no I am referring to http://developer.ubuntu.com/api/qml/sdk-1.0/U1DB/23:16
mhall119marcoceppi: in theory the HTML support is as good as the QML support, but if it's not poke alex-abreu23:16
mhall119nik90: if you look, you'll see they're not actually QML docs, they're C++ docs23:17
nik90mhall119: true, but those are the same function calls I use in the clock app23:17
marcoceppimhall119: cool, I'm going to try to port some basic HTML5/Canvas stuff I've written to see how it holds up, then hopefully write a game!23:17
nik90mhall119: those functions are QML as well23:17
mhall119nik90: which is the only reason I left those up, but I'd much rather have proper QML docs23:17
nik90mhall119: true, but something is better than nothing..I have a feeling that everyone will look at 14.04 docs since they are the latest and not find the u1db docs.23:29
iBelievenik90, mhall119: I agree with nik, I was wondering where the docs went until I looked at 13.10. They're not that good, but are still better than nothing23:32
mhall119alright, if kalikiana can't get me a QML version this week I'll re-publish those23:42
nik90iBelieve: so grateful for the tasks update..I was just about to report the Project page back button bug..Nice to see it fixed.23:42
iBelievenik90: sorry it took so long to fix - school and work have kept be quite busy, and I haven't had much time to work on my apps23:42
nik90iBelieve: np23:43

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