[03:30] balloons, can you have a look at my task? https://codein.withgoogle.com/dashboard/task-instances/4963286344794112/?sp-page=1 [05:01] MatthewAllen, ha, guess google doesnt know my timezone! you submitted that one 1 hour in the future ;) [05:04] darkxst, wow time zones must be crazy diffrent - I submitted that 18 hours ago. [05:09] well they are spread over 24 hours [05:09] it's just funny that the website can't work it out for you :) [05:10] * darkxst blames daylight savings [08:52] DanChapman: Wher do I declare bool m_includeInReply such that it remains global for the project? [09:56] ping popey [10:32] Girish, 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 work [12:20] hi [12:21] sorry to disturb but [12:21] when trying to import the ubuntu calculator app into ubuntu sdk [12:22] it says it requires a cbp file which requires an argument passed to CMake to create that file [12:22] I'm not sure what's going on or what to do at this point [12:22] can someone please help? [12:22] https://developer.ubuntu.com/en/community/core-apps/calculator/ [12:50] meverynoob, what do you mean by "import into the sdk"? [13:00] whups i afked for too long [13:01] what i meant by importing into ubuntu sdk was basically like treating the file as a project [13:02] it was built using the sdk [13:02] to begin with [13:02] so i thought it should definitely be a project i could import into the sdk [13:04] maybe im wrong [13:31] meverynoob, 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] import project, then chose the CMakeLists.txt file [13:32] i couldnt find anything else to import so [13:33] actually i did open project [13:33] not new project [13:33] but i think i've tried the new project option and the outcome was the same: it was missing a cbp file [13:34] meverynoob, 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 ide [13:44] huh? [13:46] where's the CMakeLists.txt.user file? [13:46] I only see the CMakeLists.txt files [13:46] none of them have a .user behind them [13:51] Ok jsut try opening the CMakeLists.txt file then. [13:55] with the ide? [13:56] it still says the same thing [13:56] that the directory im under is missing the cbp file [13:56] it gives me this window to pass in arguments for CMake to create this file [13:57] and have you run cmake? [13:57] the arguments are optional [13:58] i have no idea what to write [13:58] if i leave it blank [13:58] they will request for an executable to be chosen [13:58] "Selected Kit has no valid CMake executable specified." [13:59] check you have cmake install. $ apt-cache policy cmake [13:59] *installed [13:59] installed [13:59] version 3.2.2 [14:00] cool. point it at /usr/bin/cmake [14:01] ? [14:02] Select /usr/bin/cmake as the executable. The project generator can't find it [14:02] oh [14:03] erm [14:03] its not working..? [14:04] what's it saying? [14:04] same thing [14:04] "Selected Kit has no valid CMake executable specified." [14:04] meh :-/ that's annoying. What's your task btw? [14:05] https://codein.withgoogle.com/dashboard/task-instances/5154263609114624/?sp-page=1 [14:05] build calculator and run all testsuites [14:05] i've realised that the testsuite bit didnt need the building [14:06] i did that first [14:07] right, 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:08] oh [14:08] is that considered building it? [14:10] i'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 anyway [14:11] You should also explain the issues you faced trying to do it with the IDE and what you tried but didn't succeed [14:13] DanChapman: So I add bool m_includeInReply to the private data members of class SmtpSettings? [14:13] How do I do the exposing part? [14:15] Girish look at how the Q_PROPERTY macros work :-) [14:16] Girish, i would suggest having a read of http://doc.qt.io/qt-5/qtqml-tutorials-extending-qml-example.html [14:16] o0k thanks so much dan! [14:17] Your welcome :-) [14:18] Girish, also http://qmlbook.github.io/en/ch15/index.html#the-qobject is quite a good explanation [14:18] Okay, on it. [14:25] balloons, can you take a look at my task? https://codein.withgoogle.com/dashboard/task-instances/4963286344794112/?sp-page=1 [14:29] DanChapman: So I have to make m_includeInReply a Q_PROPERTY? [14:29] Also, what is an enum? [14:30] Girish, have a look here - https://en.wikipedia.org/wiki/Enumerated_type [14:42] MatthewAllen: Got it, thanks! [15:27] DanChapman: I'm not able to push to launchpad. I'm getting '1remote: Authorisation required.' [15:28] whenever I do git push [15:28] Girish, are you trying to push to the main branch? Or your own? I don't think you're able to push to the main one [15:30] I'm pushing to my own. [15:30] Have you got your SSH keys and such setup? [15:39] It's giving me 'Permission denied (publickey).' [15:39] But I've pushed to launchpad before. [15:40] This is the repo I'm trying to push to - https://code.launchpad.net/~emailgirishrawat/dekko/+git/dekko [15:40] With the command git push git+ssh://git.launchpad.net/~emailgirishrawat/dekko [15:47] hmm, not sure then :/ [15:51] if xcub asks, he's still in 6th place [15:51] I can't update the leaderboard today though [15:51] Girish, you have 22 complete, at #3 [15:52] malevasquez, you have 26, while MatthewAllen has 27 [15:52] adueppen, you have 18 [15:52] mcintireevan, you have 8 [15:56] Girish its git push git+ssh://emailgirishrawat@git.launchpad.net/~emailgirishrawat/dekko [15:59] DanChapman: Getting the same errors. [15:59] Agent admitted failure to sign using the key. [15:59] Permission denied (publickey). [16:00] I used git+ssh://emailgirishrawat@git.launchpad.net/~emailgirishrawat/dekko master [16:39] knome, I added a bunch of qatracker tasks, and made you mentor on a couple. IF you want to mentor them all, let me know [16:40] fyi, I of course am also a mentor on all of them, heh [16:53] i can do as much as time permits [16:53] also, i have something likely interesting to you [16:53] ..in a while [16:56] Thanks balloons for letting me know [16:57] :-) [16:57] knome, ok.. tasks perhaps? I'm going to head out in a minute [16:57] no tasks, and can wait [16:58] * balloons is excitied now though [16:58] haha [16:58] well i can give you a hint [16:58] in PM [17:00] balloons: have you updated the rankings in a bit? [17:03] tsimonq2, I can't today, but will tomorrow [17:04] I posted so snippets above [17:04] or you can run the same code [17:07] balloons: well yeah I have done it [17:07] balloons: but some students have been PMing me about it [17:07] yea sorry.. ok, ok.. let me try [17:10] :) [17:18] leaderboard updated [17:18] you can blame tsimonq2 for making me jump through the hoops to get on the VPN to go it [17:35] hey hey hey now :P :) [22:52] Hello :) Could someone here help me build the address-book-app? [23:22] xcub: I would, but I have a bunch of homework to do, so I gotta leave in a minute, sorry :( [23:23] balloons: 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 though [23:24] alright, that's fine :)