/srv/irclogs.ubuntu.com/2013/07/30/#ubuntu-app-devel.txt

=== chriadam|away is now known as chriadam
micah2I'm trying to run Nicholas Skaggs' tutorial on Autopilot and the tests never run for me. Anyone know if there is something wrong with the tutorial or autopilot?02:40
micah2It might be operator error on my part, but I've tried follow his instructions, and they aren't too involved....02:41
AskUbuntuUbuntu Application Indicator for blog | http://askubuntu.com/q/32635805:59
dholbachgood morning06:52
=== JamesTait is now known as Guest42887
Guest42887Good morning all, happy Paperback Book day! :-D08:53
Mirvkalikiana: more u1db-qt stuff https://code.launchpad.net/~timo-jyrinki/u1db-qt/fix_copyright_add_bootstrap_wrapandsort/+merge/17753308:59
=== Guest42887 is now known as JamesTait
kalikianaMirv: nice stuff. I notice that yahoo stuff is needed for the uitk as well, it has the same file09:07
Mirvkalikiana: oh, a good catch, I'll handle addition of that09:08
kalikianacool09:09
=== popey changed the topic of #ubuntu-app-devel to: http://developer.ubuntu.com | App development on Ubuntu: how to do it & how to make it better | HackDays! http://bit.ly/12Ux0vM | 30th July is Docviewer hackday: http://bit.ly/16gwmtO | Bugs in Docviewer: http://bit.ly/1e7PtXQ | Docviewer Blueprint: http://bit.ly/18OCqgK
Laneyhow do I detect whether there's a data connection? Is asking NM enough?09:24
Laneysame question for location detection09:30
LaneyI guess the latter will be QtLocation when that's implemented09:41
MirvLaney: I'm no expert, but I do know that the data connection is enabled via NM, so asking it should then sound like enough09:45
LaneyMirv: I think I'll implement that for now09:46
=== UbuPhillup is now known as Guest97428
oSoMoNgusch: would you have time to review https://code.launchpad.net/~osomon/webbrowser-app/crash-history-db/+merge/177552 ?09:59
guschoSoMoN: ok09:59
oSoMoNthanks10:00
AskUbuntuHow long does it take for a proprietary software to get reviewed to Ubuntu | http://askubuntu.com/q/32643210:01
guschoSoMoN: approved10:24
oSoMoNgusch: thanks!10:25
=== MacSlow is now known as MacSlow|lunch
=== UbuPhillup is now known as Guest73818
=== Guest73818 is now known as UbuPhillup
om26ergusch, ping11:22
guschom26er: pong11:25
om26ergusch, did you see Bill's email11:26
om26ergusch, from the logs it seems that's an autopilot issue11:26
guschom26er: yes - for me it looks like the app crashed, or the connection got lost11:26
guschom26er: I'd say the same - rather loosing the connection, and an autopilot issue11:26
guschom26er: but I have no further idea - was hoping you would have ...11:27
om26ergusch, I don't know much further, tried pinging thomi but he may not be online11:27
om26erwe are re-running those tests and thing could be back to normal11:27
guschom26er bfiller ok - so please continue to ping thomi and find the issue - thx11:28
bfillerom26er: in meeting with thomi now11:28
=== gusch is now known as gusch|lunch
=== MacSlow|lunch is now known as MacSlow
=== gusch|lunch is now known as gusch
=== _salem is now known as salem_
guschnerochiaro: approved (and restarted jenkins)12:59
nerochiarogusch: thanks12:59
nerochiarogusch: oSoMoN: https://code.launchpad.net/~amanzi-team/camera-app/camera-app-zoom-toolbar-margins/+merge/177589 one more bugfix13:29
guschnerochiaro: ok13:33
nerochiarogusch: do you know how to launch the app from a shell ? i used to be able to do it but now it complains that it can't find the display anymore13:33
guschnerochiaro: do you use --desktop_file_hint=/usr/share/application/camera-app.desktop ?13:34
=== dholbach_ is now known as dholbach
guschnerochiaro: approved13:37
nerochiarogusch: yes13:40
nerochiarogusch: i use that cmd line13:40
guschnerochiaro: and you are running as user phablet?13:40
nerochiarogusch: ah no, root, the default when you log in. good catch13:41
om26eroSoMoN, hey13:42
oSoMoNom26er: hey13:45
om26eroSoMoN, can you review this https://code.launchpad.net/~om26er/webbrowser-app/improve_chrome_reveal_logic/+merge/17759313:45
om26eroSoMoN, there was a failure in utah where it was not able to reveal the chrome due to some reason, I have simplified the chrome reveal logic and also added a retry if the chrome is not revealed with the first attempt13:46
om26erI will create another branch to replace pointing_device.move() and click() into  click_object()13:47
oSoMoNom26er: I don’t think retrying is a good idea, it will only hide bugs, not help resolve them13:48
om26eroSoMoN, I can revert the last commit, if you say13:49
oSoMoNom26er: yes please13:49
om26eroSoMoN, done13:50
=== matiasb1 is now known as matiasb
oSoMoNom26er: I added a couple of comments to your MR14:08
AskUbuntuUbuntu - phone OS | http://askubuntu.com/q/32654515:05
om26eroSoMoN, fixed everything per your suggestion15:06
oSoMoNom26er: I thought you were going to address the click_object() changes in a separate branch?15:21
om26eroSoMoN, yes, but it was simple enough so I did that in this one15:22
om26eroSoMoN, its not unrelated to previous work in the branch as that is also cleaning up the code15:23
oSoMoNom26er: yeah… I would have preferred to have that in 2 separate branches, but now that it’s done let’s not waste time splitting the changes15:24
om26eroSoMoN, thanks15:24
wellsbHow do I register a cpp class in QML?  I know I need to use qmlregistertype, i just don't know where i need to put that line15:45
timpwellsb: I think the cleanest way to do it is to create one class that extends QQmlExtensionPlugin, and load all the classes that you like to expose to QML from there.15:49
timpwellsb: see http://bazaar.launchpad.net/~ubuntu-sdk-team/ubuntu-ui-toolkit/trunk/view/head:/modules/Ubuntu/Components/plugin/plugin.h and15:49
timphttp://bazaar.launchpad.net/~ubuntu-sdk-team/ubuntu-ui-toolkit/trunk/view/head:/modules/Ubuntu/Components/plugin/plugin.cpp as example15:49
mhall119seb128: have you had a chance to package the new poppler today?16:20
seb128mhall119, hey, you need to subscribe to saucy-changes ;-)16:20
seb128mhall119, https://launchpad.net/ubuntu/+source/poppler/0.24.0-0ubuntu116:21
mhall119I'm subscribed to too much already16:21
mhall119seb128: will it build for Raring, Quantal and Precise?16:21
mhall119if so, I'd like to put it in the SDK or Core Apps PPAs for those releases16:22
seb128mhall119, no16:22
mhall119what's blocking that?16:23
seb128mhall119, well, it would probably build, but they changed apis in libpoppler (like every cycle), it's going to break cups, latex, xpdf, etc etc16:23
mhall119oh, ew16:23
seb128so you need to port all those apps to the new api16:23
seb128we do that in saucy16:23
seb128but I'm not going to backport that stack of apps to older series16:23
mhall119ok16:23
AskUbuntuCan i create ubuntu desktop apps in java? | http://askubuntu.com/q/32658816:55
AskUbuntuHow to get QML syntax highlighting in gedit? | http://askubuntu.com/q/32662418:23
=== sam113101 is now known as sam113101_afk
dudethatlovestohHello there I am tring to build unity8 and am having some issues.  How to tell cmake or ninji to install into /usr  I have tried mkdir build cd build ; cmake -DCAME_INSTALLPREFIX:PATH=/usr  but it is not installing all the libs what gives broseph ?21:18
dudethatlovestohsorry I missed a _ in ther e21:19
dudethatlovestoh-DCMAKE_INSTALL_PREFIX:PATH=/usr21:19
dudethatlovestohwho knew that a day would turn into a week lol21:20
dudethatlovestohThere are 168 issues with building this21:21
dudethatlovestohthat is what qtcreator says21:22
dudethatlovestohbut back to the 1st question why is it not installing to where I tell it to ?21:22
dudethatlovestohI guess I could knife around with some ninjia's21:23
dudethatlovestohwe all know that we can not make anomous struts but people still do WTEF22:11
=== sam113101_afk is now known as sam113101
=== sam113101 is now known as sam113101_afk
=== sam113101_afk is now known as sam113101
=== sam113101 is now known as sam113101_afk
=== sam113101_afk is now known as sam113101
=== salem_ is now known as _salem
=== sam113101 is now known as sam113101_afk
=== sam113101_afk is now known as sam113101

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