/srv/irclogs.ubuntu.com/2013/08/31/#ubuntu-app-devel.txt

=== _salem is now known as salem_
=== salem_ is now known as _salem
sethjAnywhere I can find this http://i.imgur.com/YVYu9wN.png on the developer site?04:00
sethjI've been looking, but without success.04:00
sethjAha, I found it here http://developer.ubuntu.com/api/ubuntu-12.10/qml/mobile/overview-ubuntu-sdk.html04:09
AskUbuntuI get a error "IndentationError: unindent does not match any outer indentation level" | http://askubuntu.com/q/33956405:01
AskUbuntuTerminal isn't printing "Hello" python | http://askubuntu.com/q/33959207:15
smartboyhwJenkins HATES me:(08:23
smartboyhwnik90_: I think Jenkins does not exactly like you too:P08:25
nik90_smartboyhw: yup. Jenkins and me hate each other :)08:26
smartboyhwnik90_: Me too08:26
smartboyhwMy first code submit into any Ubuntu Touch Core Ap08:26
smartboyhwAnd Jenkins failed many times08:26
nik90_smartboyhw: the tests which I did not modify both on autopilot and application code wise fails now for no apparent reason08:26
m-b-ohi, can someone tell me, if QtLocation is now usable and gives position coordinates?08:59
hakermaniaI guess I will find lots of people using bzr here, and as I am new to the version control, I need some help. Let's say that I've made a branch in launchpad. Me and a co-developer download the branch locally. I do a change to the branch and I commit and push the changes. A new revision has been created. How does the co-developer get the new revision so as to continue working from there on?10:21
smartboyhwhakermania, bzr pull?10:21
smartboyhwThat's the normal way (except if there's conflict)10:22
smartboyhwIf there is, use bzr merge10:22
hakermaniasmartboyhw, thanks. What about bzr update? I don't get what it does. As for bzr pull, my co-developer got a wrong like: bzr: ERROR: Not a branch: "bzr+ssh://bazaar.launchpad.net/+branch/wallpaper-changer /"10:25
hakermaniagot an error*10:25
smartboyhwhakermania, I'm wondering why there is a /10:26
smartboyhw(At the end)10:26
hakermaniasmartboyhw, he used lp:wallpaper-changer, not the above url10:27
hakermaniabut you are right on this10:27
smartboyhwhakermania, "bzr pull" should be enough10:27
smartboyhwSo, weird10:27
hakermaniasmartboyhw, That's what I get: http://paste.ubuntu.com/6047338/   Bzr pull never works. If I do it with the lp:wallpaper-changer URL, then it does work (well, now it doesn't because launchpad is down, but you get my point)10:30
hakermaniaAlso, --remember never works. It never remembers the default location, so as to simply use pull10:30
smartboyhwhakermania, weird10:30
=== _salem is now known as salem_
=== salem_ is now known as _salem
nik90_m-b-o: should land by monday btw11:36
randomcppnik90_, ping11:36
m-b-onik90_: thanks!11:40
nik90_randomcpp: pong11:40
nik90_randomcpp: i did try out your latest build btw11:41
randomcppgreat, what's the impression?11:41
randomcppI was adding sharing features11:41
randomcppbut I don't know how to share a recipe on twitter :/ if it's from the internet I could pass the source url11:42
nik90_randomcpp: not sure about the sharing, but overall I like it11:44
nik90_randomcpp: can you add an ability to zoom the images if possible? The current thumbnails are a bit small to look at properly11:44
nik90_randomcpp: otherwise it is fine11:45
randomcppnik90_, it's still on todo list11:45
nik90_randomcpp: so what others things are on the todo?11:45
randomcppmenus, sharing, bugfix, category filter, bugfix and image zoom11:46
randomcppand tests11:46
randomcppand maybe a new databse system11:46
randomcppdatabase*11:46
randomcpp>.<11:46
nik90_randomcpp: menus?11:46
nik90_randomcpp: btw talk to lucas or sam hewitt on g+ to see if they can come up with any design improvements11:47
randomcppyes, you can pin all the recipe you want to prepare for a dinner/launch11:47
randomcpplunch*11:47
nik90_randomcpp: ah okay11:47
nik90_randomcpp: may be you could add the number of persons feature11:48
nik90_the one where depending on the number of people, it will change the quantity of food11:48
randomcppnik90_, it won't be easy, because the api doesn't provide proportions11:49
nik90_randomcpp: none of the websites offer that?11:49
randomcppand I need to think of a widget11:49
nik90_randomcpp: dont worry about the widget, the designers can you help you there11:49
randomcppI can parse from some website that value11:49
* nik90_ needs to go prepare for a bbq11:50
randomcppbut not all websites provide proportions11:50
nik90_randomcpp: okay11:50
randomcppI'll see what I can do11:51
nik90_randomcpp: if 2 out of 4 website offer that, then you can consider it11:51
nik90_otherwise dont11:51
nik90_the widget can always be hidden when not available11:51
nik90_anyways I got to go11:51
randomcppok have a nice day :)11:51
randomcppwho want to do some bug hunting? :)12:51
randomcppwants*12:51
smartboyhwrandomcpp, huh?13:17
randomcppsmartboyhw, I need someone who has some spare minutes to use my app and report all the bugs/quirks/glitches/errors he finds13:18
smartboyhwrandomcpp, unfortunately, I can't run it on a phone:P13:19
randomcppsmartboyhw, on desktop too13:19
smartboyhwrandomcpp, sure13:19
smartboyhwWhat's the app?13:19
randomcpphttps://github.com/random-cpp/saucybacon13:19
smartboyhwrandomcpp, saucybacon!?13:19
* smartboyhw thinks of Jono Bacon:P13:20
randomcppsmartboyhw, in the readme there are all the instructions13:20
smartboyhwrandomcpp, sure13:20
mefriois there anyone experienced with autopilot tests in ubuntu touch app? I can't understand how to test a toolbutton click13:21
randomcppmefrio, toolbutton.clicked()13:21
mefriorandomcpp, nope I am telling of autopilot tests13:21
smartboyhwmefrio: What do you mean by a "toolbutton"13:22
smartboyhwYou mean a tab, or a button that shows up when you drag up the toolbar from the bottom?13:22
mefriosmartboyhw, a button in the bottom toolbar13:22
smartboyhwmefrio, you can just check it out from the Ubuntu Touch CoreApps13:22
mefriosmartboyhw, a button that shows up when you drag up the toolbar from the bottom13:22
smartboyhwBut, let me search that for you13:22
mefriosmartboyhw, oh thanks13:23
smartboyhwIt will take a time though, I'm 1. Syncing chromium code, 2. installing the dependencies for randomcpp's app testing and 3. compiling Firefox using -j313:23
WebbyITmefrio, I'm going to look...13:24
mefriosmartboyhw, aha no worries so :)13:24
mefrioWebbyIT, great!13:24
smartboyhwmefrio, BTW, randomcpp is correct13:24
smartboyhwAs long as you have a toolbar13:24
smartboyhwset13:24
smartboyhwtoolbar = self.main_view.open_toolbar()13:24
smartboyhwtoolbar.click_button(button)13:25
mefrioafk for a while sorry and thanks for help13:25
=== mefrio is now known as mefrio|afk
WebbyITor also13:26
smartboyhw^ That's the method used in the Ubuntu RSS Reader app BTW13:27
WebbyITtoolbar = self.select_single("ToolbarName")13:27
WebbyITbutton = toolbar.get_children()13:27
WebbyITand then use button[button_index]13:29
AskUbuntuWindow Icon set using xlib/X11 appears low resolution | http://askubuntu.com/q/33969914:25
PaoloRotoloHi all14:31
PaoloRotoloHi nik90_ :)14:34
PaoloRotolonik90, ping :)14:53
randomcppis scrollbar necessary? I mean, I can't almost see it :p15:41
Josh015QUESTION: I had heard that EDS will be the backend for the Ubuntu Touch Calender app. Will it also be used for contacts, notes, and the other features EDS supports?15:52
rschrollA QML question: Is it possible to style the thumb of a Slider?  Specifically, I'd like to change its color when it's at one end of its range.16:48
cwayneJosh015, i could be wrong, but i believe EDS is in fact used for contacts17:14
mefrioWebbyIT, hey thank for your responses earlier...unluckily I had a little problem and I had to shut the computer down18:38
AskUbuntuNo way to type on Nexus 7 with Ubuntu Touch? | http://askubuntu.com/q/33979218:41
wellsbSo the click documentation says the package must not assume any particular installation directory (should use argv[0]).  How are we to do this in our .desktop file?19:49
mrqtrosHi all20:05
mrqtrosDoes someone test Page's flickable property with GridView? Seems that no, because it is very buggy20:06
cwaynemardy, ping21:01
ParkerIt says my name is registered.21:57
ParkerBut I guess I'm okay.21:57
Parkerthe tutorial at http://developer.ubuntu.com/resources/tutorials/getting-started/currency-converter-phone-app/ isn't working for me.21:58
Parkerat step 4, I'm not able to finishing creating the new project.21:58
ParkerThus, I can't really get started at all.21:58
ParkerIt says I have "no valid kits"21:59
Parkerand I don't even know what that means.21:59
ParkerWell, my first problem is in step 2.22:00
ParkerI don't have Projects > Ubuntu > Simple Touch UI22:00
ParkerI just have "Other Projects" "non- Qt project" and "import project"22:01
ParkerI'd love to dig in and start learning more about Qt, and app development, but none of the tutorials have gotten me anywhere.22:02
ParkerThe one linked above is pretty prominent, so I thought I'd point out that it's frustratingly difficult to get started with this.22:02
cwaynemhall119, ping22:52
cwaynedoes anyone know how to push data over a pagestack.push?23:01
=== Guest46080 is now known as wgrant
=== wgrant is now known as Guest34878

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