/srv/irclogs.ubuntu.com/2016/01/10/#ubuntu-google.txt

MatthewAllenballoons, can you have a look at my task? https://codein.withgoogle.com/dashboard/task-instances/4963286344794112/?sp-page=103:30
darkxstMatthewAllen, ha, guess google doesnt know my timezone! you submitted that one 1 hour in the future ;)05:01
MatthewAllendarkxst, wow time zones must be crazy diffrent - I submitted that 18 hours ago.05:04
darkxstwell they are spread over 24 hours05:09
MatthewAllenit's just funny that the website can't work it out for you :)05:09
* darkxst blames daylight savings05:10
GirishDanChapman: Wher do I declare bool m_includeInReply such that it remains global for the project?08:52
meverynoobping popey09:56
DanChapmanGirish, you don't declare m_includeInReply globally as it's a private member. You expose it to qml as a property via the Q_PROPERTY macro. Take a look at the smtp settings header file to see how the other properties work10:32
meverynoobhi12:20
meverynoobsorry to disturb but12:21
meverynoobwhen trying to import the ubuntu calculator app into ubuntu sdk12:21
meverynoobit says it requires a cbp file which requires an argument passed to CMake to create that file12:22
meverynoobI'm not sure what's going on or what to do at this point12:22
meverynoobcan someone please help?12:22
meverynoobhttps://developer.ubuntu.com/en/community/core-apps/calculator/12:22
DanChapmanmeverynoob, what do you mean by "import into the sdk"?12:50
meverynoobwhups i afked for too long13:00
meverynoobwhat i meant by importing into ubuntu sdk was basically like treating the file as a project13:01
meverynoobit was built using the sdk13:02
meverynoobto begin with13:02
meverynoobso i thought it should definitely be a project i could import into the sdk13:02
meverynoobmaybe im wrong13:04
DanChapmanmeverynoob, did you open the CMakeLists.txt file in the root of the project folder with the sdk ide? Or did you try using the "New project" -> "Import project" approach?13:31
meverynoobimport project, then chose the CMakeLists.txt file13:31
meverynoobi couldnt find anything else to import so13:32
meverynoobactually i did open project13:33
meverynoobnot new project13:33
meverynoobbut i think i've tried the new project option and the outcome was the same: it was missing a cbp file13:33
DanChapmanmeverynoob, right. Let's try a different approach. Try deleting the CMakeLists.txt.user file in the project folder. Then right click the CMakeLists.txt file and open with the sdk ide13:34
meverynoobhuh?13:44
meverynoobwhere's the CMakeLists.txt.user file?13:46
meverynoobI only see the CMakeLists.txt files13:46
meverynoobnone of them have a .user behind them13:46
DanChapmanOk jsut try opening the CMakeLists.txt file then.13:51
meverynoobwith the ide?13:55
meverynoobit still says the same thing13:56
meverynoobthat the directory im under is missing the cbp file13:56
meverynoobit gives me this window to pass in arguments for CMake to create this file13:56
DanChapmanand have you run cmake?13:57
DanChapmanthe arguments are optional13:57
meverynoobi have no idea what to write13:58
meverynoobif i leave it blank13:58
meverynoobthey will request for an executable to be chosen13:58
meverynoob"Selected Kit has no valid CMake executable specified."13:58
DanChapmancheck you have cmake install. $ apt-cache policy cmake13:59
DanChapman*installed13:59
meverynoobinstalled13:59
meverynoobversion 3.2.213:59
DanChapmancool. point it at /usr/bin/cmake14:00
meverynoob?14:01
DanChapmanSelect /usr/bin/cmake as the executable. The project generator can't find it14:02
meverynooboh14:02
meverynooberm14:03
meverynoobits not working..?14:03
DanChapmanwhat's it saying?14:04
meverynoobsame thing14:04
meverynoob"Selected Kit has no valid CMake executable specified."14:04
DanChapmanmeh :-/ that's annoying. What's your task btw?14:04
meverynoobhttps://codein.withgoogle.com/dashboard/task-instances/5154263609114624/?sp-page=114:05
meverynoobbuild calculator and run all testsuites14:05
meverynoobi've realised that the testsuite bit didnt need the building14:05
meverynoobi did that first14:06
DanChapmanright, it's probably quicker to do it from the command line as it's just a pure qml project. The building part is just for translations. You can run the app with $ qmlscene -qt5 app/ubuntu-calculator-app.qml from the root of the project.14:07
meverynooboh14:08
meverynoobis that considered building it?14:08
DanChapmani'd say so yeah, you don't build a pure qml project. And the sdk ide will just run the same as what you are doing on the command line anyway14:10
DanChapmanYou should also explain the issues you faced trying to do it with the IDE and what you tried but didn't succeed14:11
GirishDanChapman: So I add bool m_includeInReply to the private data members of class SmtpSettings?14:13
GirishHow do I do the exposing part?14:13
DanChapmanGirish look at how the Q_PROPERTY macros work :-)14:15
DanChapmanGirish, i would suggest having a read of http://doc.qt.io/qt-5/qtqml-tutorials-extending-qml-example.html14:16
meverynoobo0k thanks so much dan!14:16
DanChapmanYour welcome :-)14:17
DanChapmanGirish, also http://qmlbook.github.io/en/ch15/index.html#the-qobject is quite a good explanation14:18
GirishOkay, on it.14:18
MatthewAllenballoons, can you take a look at my task? https://codein.withgoogle.com/dashboard/task-instances/4963286344794112/?sp-page=114:25
GirishDanChapman: So I have to make m_includeInReply a Q_PROPERTY?14:29
GirishAlso, what is an enum?14:29
MatthewAllenGirish, have a look here - https://en.wikipedia.org/wiki/Enumerated_type14:30
GirishMatthewAllen: Got it, thanks!14:42
GirishDanChapman: I'm not able to push to launchpad. I'm getting '1remote: Authorisation required.'15:27
Girishwhenever I do git push15:28
MatthewAllenGirish, are you trying to push to the main branch? Or your own? I don't think you're able to push to the main one15:28
GirishI'm pushing to my own.15:30
MatthewAllenHave you got your SSH keys and such setup?15:30
GirishIt's giving me 'Permission denied (publickey).'15:39
GirishBut I've pushed to launchpad before.15:39
GirishThis is the repo I'm trying to push to - https://code.launchpad.net/~emailgirishrawat/dekko/+git/dekko15:40
GirishWith the command git push git+ssh://git.launchpad.net/~emailgirishrawat/dekko15:40
MatthewAllenhmm, not sure then :/15:47
balloonsif xcub asks, he's still in 6th place15:51
balloonsI can't update the leaderboard today though15:51
balloonsGirish, you have 22 complete, at #315:51
balloonsmalevasquez, you have 26, while MatthewAllen has 2715:52
balloonsadueppen, you have 1815:52
balloonsmcintireevan, you have 815:52
DanChapmanGirish its git push git+ssh://emailgirishrawat@git.launchpad.net/~emailgirishrawat/dekko <branchname>15:56
GirishDanChapman: Getting the same errors.15:59
GirishAgent admitted failure to sign using the key.15:59
GirishPermission denied (publickey).15:59
GirishI used git+ssh://emailgirishrawat@git.launchpad.net/~emailgirishrawat/dekko master16:00
balloonsknome, I added a bunch of qatracker tasks, and made you mentor on a couple. IF you want to mentor them all, let me know16:39
balloonsfyi, I of course am also a mentor on all of them, heh16:40
knomei can do as much as time permits16:53
knomealso, i have something likely interesting to you16:53
knome..in a while16:53
malevasquezThanks balloons for letting me know16:56
malevasquez:-)16:57
balloonsknome, ok.. tasks perhaps? I'm going to head out in a minute16:57
knomeno tasks, and can wait16:57
* balloons is excitied now though16:58
knomehaha16:58
knomewell i can give you a hint16:58
knomein PM16:58
tsimonq2balloons: have you updated the rankings in a bit?17:00
balloonstsimonq2, I can't today, but will tomorrow17:03
balloonsI posted so snippets above17:04
balloonsor you can run the same code17:04
tsimonq2balloons: well yeah I have done it17:07
tsimonq2balloons: but some students have been PMing me about it17:07
balloonsyea sorry.. ok, ok.. let me try17:07
tsimonq2:)17:10
balloonsleaderboard updated17:18
balloonsyou can blame tsimonq2 for making me jump through the hoops to get on the VPN to go it17:18
tsimonq2hey hey hey now :P :)17:35
xcubHello :) Could someone here help me build the address-book-app?22:52
mcintireevanxcub: I would, but I have a bunch of homework to do, so I gotta leave in a minute, sorry :(23:22
mcintireevanballoons: Thanks for the update; I hope you pick the winners on more than just number of tasks ;) Either way, some of those numbers are impressive, I still have no clue how they have all that time though23:23
xcubalright, that's fine :)23:24

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