=== chriadam|away is now known as chriadam [05:26] zsombi, so the alarms branch for clock is ready to go, right? \o/ [06:45] good morning [06:57] dpm: right :) [06:59] awesome :) [07:46] good morning everyone [07:53] zsombi: on testing it on nexus 4, it doesnt seem to save the alarm [07:53] zsombi: I press the save button and it returns to to the main alarm page but the alarm has not been saved [07:53] zsombi: it works on desktop though [07:54] nik90: there was some update on EDS backend, so that may be broken :( [07:54] zsombi: ah :( [07:55] nik90: there can be millions of issues with that... check with renato. [07:55] zsombi: should I push my branch in nonetheless since it is an upstream issue? [07:56] nik90: I'd say yes [07:56] zsombi: okay. I am top approving it now [08:04] dpm, popey: I added the county info at https://code.launchpad.net/~nik90/ubuntu-clock-app/add-county-info [08:04] dpm, popey: I just need some design confirmation before it can go in [08:04] * popey looks [08:05] nik90, nice work, I saw the mp, but I haven't tested it yet. Does it look good visually in your opinion? [08:05] * popey tests on his device [08:06] dpm: somewhat okay [08:06] dpm: hard to say :) [08:07] dpm: https://launchpad.net/~ubuntu-sdk-tutorials-dev can you add me pls? [08:08] popey, done :) [08:08] dpm: although I noticed that sometimes the county name is the same as the city name. For instance on search Delft, the first three entries have delft as the county name. I guess when that happens, I should add a rule to hide the county info. [08:08] dpm: ta [08:09] nik90: well. "New York, New York" is valid, surely? [08:09] :) [08:09] nik90, yeah, and also depending on whether there are duplicates, I guess. It might be worth still to show it there [08:10] popey: :) [08:11] dpm: it is hard to check for duplicates since it is a delegate and hence does not work entirely with indexes. [08:15] kalikiana: your update concerning moving the sqlite database to .local/share/app-name landed as an update. However the clock app creates its sqlite database still in .local/share/Qt Project/QML/OfflineStorage/Databases/.. [08:15] kalikiana: any idea why? I have not hardcoded the path. [08:16] kalikiana: However i do have a directory .local/share/ubuntu-clock-app/ which stores the alarm database [08:17] nik90: could you give me a link to the repo? then I will check it [08:17] nik90, it might be worth looking at m-b-o's implementation, he used JS and the geonames.org JSON feed, that might be a bit more flexible [08:17] not saying which one is best, but it might be worth looking at both implementations [08:17] kalikiana: https://code.launchpad.net/~ubuntu-clock-dev/ubuntu-clock-app/trunk [08:18] dpm: sure [08:18] dpm: however both json and xml create a model used by listview. And in the listview I use a delegate [08:18] ah, I see [08:19] dpm: I will see if m-b-o fixes the issue and if he does then use json.. [08:19] dpm: the problem is that the online api does not return only cities, it sometimes return the city center which looks like a duplicate but is not technically [08:20] kalikiana: just add a world city or a new timer preset .. anything..that should create a local sqlite storage [08:22] nik90: dpm http://popey.com/~alan/device-2013-09-27-092122.png [08:22] not sure why there's two in hampshire [08:22] (there aren't) [08:23] hey guys, i am not sure if you noticed but on a nexus 4, if I leave a qml+javascript app like any of the showdown apps or a core apps running while the phone is suspended for a few hours, when I unlock it, it is very laggy. [08:23] I have to do a pkill unity8 to fix it [08:23] seems like qmlscene is leaking memory [08:23] I've noticed it, yeah, but I did not research further [08:24] https://bugs.launchpad.net/ubuntu-weather-app/+bug/1221153 [08:24] wonder if it's that [08:24] popey: inception ^^ farmborough in farmborough [08:24] ☻ [08:25] http://popey.com/~alan/device-2013-09-27-092457.png newport is another good test case [08:25] popey: there may be a hidden farmborough in farmborough (hampshire) [08:25] The Crown Principality of popey's house. [08:25] http://popey.com/~alan/device-2013-09-27-092526.png has odd sort order [08:25] L then C then L [08:26] In your newport case, they are not exactly duplciated or atleast I have no idea how to detect duplicates with different strings [08:27] popey: the order is due to the online API. On talking to the SDK devs some time back, there is no qml way to order a listview. I am afraid I am stuck there [08:27] oof [08:28] besides the order is a low priority issue we can tackle next cycle. The higher priority is to distinguish between duplicate results which I thought was resolved until you showed the farnborough case **sighs** [08:28] as I said before, you always find new bugs [08:31] \o/ [08:31] You love me really. ☻ [08:31] hehe [08:32] you can order a model. if needed by using another model based on your original data. [08:32] I am going to add a specific case if (Popey), do something special and act like everything is fine :) [08:32] a little extra hassle but it does the job [08:32] kalikiana: hmm yeah I think I could do that [08:33] kalikiana: although if the original model is big, then it would be time consuming [08:33] yeah. if you can sorting the data to begin with can be more efficient [08:35] hrm how do you run, or install the clock app? [08:35] kalikiana: its a xmlListModel (orginal one), so I am not sure how to do sorting as I get it [08:35] kalikiana: just qmlscene ubuntu-clock-app.qml [08:35] that doesn't work, it doesn't find its data files [08:35] complains about ClockPage [08:36] weird [08:36] hm even more weird, now it runs [08:36] magic clearly [08:36] yup === chriadam is now known as chriadam|away [08:41] dang I confirm, it still uses the old location for the database… do you mind filing a bug? I will come up with a solution asap [08:42] kalikiana: under ui-toolkit? [08:43] yep [08:43] sure [08:43] I wish I could add a test case for it, but the toolkit doesn't depend on sqlite storage plugin :-( [08:47] kalikiana: https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1231863 [08:49] popey: you could be right about https://bugs.launchpad.net/ubuntu-weather-app/+bug/1221153 [08:50] 08:50:23 up 1 day, 31 min, 0 users, load average: 9.29, 8.76, 8.55 [08:50] ok, my phone has been on for a while [08:52] still high [08:52] damnit, why don't we ship with screen or tmux on the phone! ☹ [08:53] renato: ping (concerning EDS bug affecting alarms) [08:53] renato: let me know when you come online [09:10] popey: one last test for https://code.launchpad.net/~nik90/ubuntu-clock-app/sync-clock-backend (btw requires you to delete old db) [09:11] popey: and then if it works as expected, pls also add a comment approving MP [09:11] ok [09:11] popey: expected behavior: If location returned is "None" like in your case, it will request the user to set the location manually [09:11] for other locations, it will set it correctly [09:41] nik90: http://popey.com/~alan/device-2013-09-27-104128.png [09:41] nik90: http://popey.com/~alan/device-2013-09-27-104144.png [09:45] popey: yup that's how it is supposed to work [09:45] popey: thnx. I think that branch is good to merge now [09:45] good good [09:45] thnx [09:45] nice work with the arguments for calendar WebbyIT :) [09:45] approved [09:46] thanks dpm :) [09:46] dpm, are they okay or you prefers other arguments? [09:47] WebbyIT, I think they are good. Let me add tedg as a reviewer, as he was requesting them on the bug [09:47] nice [09:48] dpm: would we need arguments for the clock app to go directly to alarms for instance? [09:49] WebbyIT: nice work [09:49] thnx [09:49] nik90, I don't know to be honest, I'm not familiar enough with the Alarms API yet, either [09:49] we might want to drag tedg to the channel when he comes online later on [09:50] okay === seb128_ is now known as seb128 [09:56] Hello dpm [09:57] hi smartboyhw, I got your reply, thanks! ;) [09:57] dpm, any ideas who I will be working with? ;0 [09:57] ;) actually [09:57] smartboyhw, I'm creating the LP team today, yes [09:57] dpm, :) [10:02] is such a dick :) [10:03] dpm: I am getting an error when trying to update translation strings http://paste.ubuntu.com/6162134/ [10:03] mehow: hello :) [10:04] sorry someone hacked my computer ;) [10:06] nik90, ah, it seems I listed the source files in the po/po.pro file as having JS files under alarm/ and there aren't any? [10:07] * dpm updates branch and checks [10:07] dpm: nope [10:07] :) [10:08] dpm: I can fix it while updating the strings [10:08] dpm: I need to just remove the line ../alarm/*.js \ in po.pro? [10:08] nik90, exactly. That'd be cool, thanks [10:09] mehow: since you are here, mind giving your design thoughts on http://imgur.com/OpVN0oy [10:09] mehow: we added an additional line to show county info [10:09] * dpm likes nik90's sense of opportunity :) [10:09] hahah :) looking good, but maybe lets try to st [10:09] dpm: hehe [10:10] lets put the UK etc into the second line ? [10:10] so there will be just 2 lines ? [10:10] mehow: the first line is for the city, 2nd line is for county, state info and the 3rd line is country [10:11] mehow: however if there are no county or state info, then only 2 lines will be shown [10:11] mehow: I could add the country in the 2nd line, however I have seen some counties which are pretty long and will cause the lines to overlap [10:11] overflow* [10:12] yeah, but I think 2 lines still looks better than 3 [10:12] and we could do something with the font colour ( second line ) [10:13] mehow: I have no problem adding country to the 2nd line. As for font color, let me know what you like. Should be an easy change [10:14] mehow: so what happens when the text overflows the space available? [10:15] dpm: In the alarm main page, when an alarm is saved, it shows the days the alarm is active on like "Mon, Tue, Wed, Thu, Fri" etc...how do we translate them? [10:15] with Qt.locale() [10:15] let me see with which function [10:15] I know you can give it an index and it will return the localized name [10:15] dpm: I already used Qt.locale() for the days, but these are shortened versions of the actual day name [10:16] there are different versions available, and I _think_ shortened version should be one of them, let me check [10:16] for instance I use Qt.locale().standaloneDayName(1) to show the day options while setting an alarm day [10:16] okay [10:17] exactly, I'm just hoping there is a Qt.locale().prettypleasegivemeashortenedDayName(1) [10:19] dpm: I see string Locale::dayName(day, type) where you can mention the type as short or long. [10:19] will check if that works [10:20] nik90, Qt.locale().standaloneDayName(1, type) -> http://qt-project.org/doc/qt-5.0/qtqml/qml-qtquick2-locale.html#formattype [10:20] where type is Locale.ShortFormat [10:20] yup [10:21] * nik90 is trying now [10:21] ah, sorry, I was reading the docs and missed your comment [10:34] dpm: https://code.launchpad.net/~nik90/ubuntu-clock-app/add-translations-0.7/+merge/188009 [10:35] nik90, and approved, thanks! [10:36] dpm: saw ur comment, hehe [10:37] mihir_, WebbyIT, ok, we've got design input for the last calculator bug: https://bugs.launchpad.net/ubuntu-calculator-app/+bug/1226738 [10:38] dpm, this not solve our doubt: what happend if I press 1+2*= ? [10:39] WebbyIT, I interpreted that case to be "I would expect that after entering an operand such as '+', if I then hit a different operand like 'x' it would change the operand, because I've just changed my mind." [10:40] so in that case, 1+2*= would actually become 1*2= [10:40] dpm: in the scenario mentioned in comment , [10:40] and the result would be 2 [10:40] currently, we are not allowing user to change sign once they have added the sign [10:40] they have to use C button to add other sign [10:41] dpm: do you really want that needs to be implemented , like if user change mind of the sign ?? :-/ [10:42] I don't have a strong opinion on this one, other than agreeing with you that the current implementation might lead to confusion. It might be worth discussing it with Dani or Christina [10:43] dpm: yeah that would be great !! [10:43] dpm, IMO there are two ways: or ignore last sign, or doesn't do calc if there isn't a number [10:45] WebbyIT: as par dani's commnet ...currently we are not handling changing sign once user enter [10:45] mihir_, when you say sign, do you mean operator perhaps? [10:45] let me see if I can get Dani in here, or if not we can discuss it with christina next week when she's back [10:45] dpm: yes i meant operator (+,-,/) [10:51] Hi guys! [10:51] I'm Dani, Ux designer @canonical [10:52] Hi Gue______ :) [10:52] you were discussing the calculator bug on here, right? === Gue______ is now known as UX === UX is now known as Uxdoc [10:55] hey Uxdoc [10:56] WebbyIT: And I are working on calculator [10:57] Uxdoc, about bug 1226738, we think that your solution isn't the best possible [10:57] ok let's talk about it [10:58] which problems do you see on what I was proposing? === mzanetti is now known as mzanetti|lunch [10:59] Uxdoc, I think that if an user press a sign and after equal, is because he changes it's mind and doesn't want to use last sign [10:59] Uxdoc, so IMO there are two ways: or ignore last sign, or doesn't do calc if there isn't a number [11:00] WebbyIT: ignoring would be better option indeed [11:00] but actually if you see calculator it changes the sign accordingly :| [11:01] Ignoring the last last sign is exactly what I had in mind [11:01] say If i press + and but i want to use * then i shouldn't have one more touch to C [11:01] Uxdoc, oh, well, so there was a misunderstand [11:01] yes i think so… [11:02] Uxdoc, we understand that if user press 1+2*= we have to calc 1*2 [11:02] Uxdoc: what do you prefer ?? [11:02] I was thinking 9*9- , we ingnore the - [11:02] but in UI it'll be visible is that correct ? [11:03] Uxdoc, or we have to delete last sign? [11:03] I would say we kill the last sign [11:03] but WebbyIT deleting last sign how UI will react if I do like this 1+2*= ?? [11:04] mihir_, we have only to use formulaPop(), [11:04] Uxdoc, ok, thanks [11:05] WebbyIT: agreed :) got that point but we'll first remove that sign & then perform calcualtion correc? [11:05] correct* [11:05] mihir_, right, it's an easy bugfix, let's me show you the code [11:05] cool! cheers guys [11:05] and very nice to meet you [11:06] Uxdoc: you too :) thanks for your time :) [11:06] Uxdoc, our pleasure, thanks for your patience :) [11:11] Uxdoc: ping !! [11:11] WebbyIT: one more doubt i got :| [11:21] dpm: branch pushed :) [11:21] dpm: https://code.launchpad.net/~mihirsoni-123/ubuntu-calendar-app/1226738/+merge/188022 [11:22] dpm: sorry missed link [11:23] pushed in calendar bymistake :) [11:23] mihir_: lol [11:23] nik90: hahaha [11:23] cal make me confusion :( [11:26] I can imagine clock, calendar, calculator... jesus [11:27] mihir_, nice one, I just hope you don't add calculator support to the calendar... :) [11:27] :) === MacSlow is now known as MacSlow|lunch [11:29] dpm: https://code.launchpad.net/~mihirsoni-123/ubuntu-calculator-app/1226738/+merge/188024 [11:31] mihir_, thanks! Could you add a detailed description of the changes and the solution chosen? The bug link does not contain the IRC discussion, and I'm not sure what you guys have agreed to with design [11:32] nik90, hi [11:33] renato: hi [11:34] renato: I am unable to save alarms on the phone [11:34] nik90, what is the problem with the EDS plugin? Do you have a test? [11:34] renato: zsombi connected his alarms manager to the EDS plugin [11:35] renato: I did not notice any error messages which was weird [11:35] renato: on the desktop it works fine [11:36] nik90, can you isolate the problem? [11:36] renato: not really since it is not a issue in the clock app. I only know that it happens on phone and not the desktop during my test [11:37] renato: is there anything particular I should do to identify the issue? [11:38] nik90, I really do not know the alarm components to understand what is happening, we should talk with szombi to try to understand where is the error [11:38] renato: +1 [11:38] zsombi: you there? [11:38] nik90: for few minutes more yes [11:39] zsombi: renato wanted to discuss with you the alarm components to identify issue in EDS [11:39] conversation ^^ [11:39] nik90: first we need some logs to isolate the issue as renato said [11:40] nik90: I need to see whether you see some warning when launching/opening the alarms tab which is related to alarms [11:41] renato, zsombi: http://paste.ubuntu.com/6162405/ [11:41] the log when opening the app on the phone [11:41] dpm: I have linked the bug :) [11:43] mihir_, I know you have, but it'd be good to have a more detailed explanation for the review, especially as the bug does not contain the discussion on IRC [11:43] zsombi: agree. All I need to know is what logs you guys need and I can get that for you. Otherwise i am clueless [11:43] dpm: updating it :) [11:43] excellent, thanks mihir_! :) [11:44] nik90, could you create a small example with the error ? [11:45] nik90, just create a alarm and list it [11:45] renato: you mean a sample app with just alarms being created and listed? [11:45] nik90, I think zsombi has this [11:45] renato: nik90: all seems to be OK: EDS is used, save is trigfgered, the fetch after the save is also happening... so you should have the alarm visible [11:46] nik90: it's in the SDK trunk, under tests/resources/alarm [11:47] renato: nik90: however the last fetch stops at itemsAsyncStart!!! [11:48] nik90: have you created a repeating alarm? [11:48] dpm: done :) https://code.launchpad.net/~mihirsoni-123/ubuntu-calculator-app/1226738/+merge/188024 [11:48] zsombi: nope just a one time alarm [11:48] dpm: let me know if it needs to be modified :) [11:48] zsombi: I normally hide the listview when the alarm model is empty, however I removed that code. The listview is still empty [11:48] nik90: renato: ok.. beware that repeating alarms are very sloooooooooooooow to create + list [11:49] nik90: renato: as said, the last fetch request seems that has not completed [11:50] zsombi: you mean the fetch request to list all alarms has not completed? [11:50] thanks mihir_, the description looks really good and clear now [11:50] nik90: yes [11:51] nik90: actually, none of the fetches seems to complete.. renato? [11:51] zsombi: you have seen the alarms code for clock app, I am not doing anything special there. The listview just take alarmmodel as input [11:52] nik90: yes, I know... that's not the problem, the problem is elsewhere. Get the logs from the desktop and compare those [11:52] zsombi, nik90, the fetch is a loop over all collections its is called once for each collection [11:52] zsombi, and its stops if there is no more collection [11:53] renato: I just don't see the itemsAsync completion anywhere [11:53] zsombi, itemsAsyncListed [11:54] zsombi: cannot use desktop logs since it is essentially just http://paste.ubuntu.com/6162459/. It makes no EDS calls [11:54] dpm: thank you :) [11:54] nik90, could you try the zsombi example? [11:54] renato: yeah [11:54] nik90: well, no wonder that it works there... [11:54] nik90: do you have saucy on your PC? [11:55] zsombi: yup running this on latest saucy [11:55] nik90: then pls install qtorganizer-eds package [11:56] zsombi, nik90 , the steps are: itemsAsyncStart (exit is there is no more collections to list)- > itemsAsyncConnected -> itemsAsyncListed -> go back to start [11:56] mihir_, no worries, do you have everything you need to work on the display event view? [11:56] nik90, how many alarm models do you have on your app? [11:57] dpm: yes I am in office will go home and will work on that :) [11:57] renato: just one [11:57] nik90: renato: it was working pretty well with the last version I have tested, there were no modifications in the adaptation [11:57] renato: i pass that when required [11:57] renato: it does not matter, the model loads the data from a singleton object [11:58] renato: I mean each model you have in QML loads from the same object [11:58] zsombi, renato: I installed the qtorganizor5-eds package on saucy and testing on desktop it works!!! [11:58] zsombi, renato: desktop log http://paste.ubuntu.com/6162465/ [12:01] I hate LP blueprints [12:01] I add a work item and LP eats two :/ [12:03] dpm: it never worked for me on first time :( [12:03] sorry for spamming mail:( [12:07] zsombi, renato: Tried zsombi's test app. Works fine on desktop but not on phone [12:08] om26er: any idea what the problem is, that tests keep failaing? https://jenkins.qa.ubuntu.com/job/autopilot-testrunner-otto-saucy/407/? [12:09] WebbyIT, now that you've submitted the arguments branch, would you be interested in taking this work item to offload Kunal a bit? [pkunal-parmar] Implement edit event view: TODO -> https://blueprints.launchpad.net/ubuntu-phone-commons/+spec/initial-calendar-development [12:13] Kunal mentioned that the same branch for his "create event" view can be reused for "edit event" lp:pkunal-parmar/ubuntu-calendar-app/newevent [12:15] nik90, I will take a look on that today [12:15] give me some minutes to finish others tasks here [12:15] renato: thnx [12:25] good morning everyone [12:29] hi rottinrob :) === mzanetti|lunch is now known as mzanetti [12:38] renato: btw you can use https://code.launchpad.net/~nik90/ubuntu-clock-app/alarmtest to test if it works on your phone or not later. I put it in a qmlproject so all you need to do is Ctrl+F12 to run on phone === MacSlow|lunch is now known as MacSlow [13:07] gusch, ouh, otto is problematic [13:08] om26er: it's blocking integration ... [13:20] dpm, thank you for adding me into your G+ circle;) [13:20] * smartboyhw adds dpm back [13:21] fginther: https://jenkins.qa.ubuntu.com/job/autopilot-testrunner-otto-saucy/407/? [13:21] om26er: ^ that one is always failing [13:22] otto is chaotic ;) [13:23] oSoMoN: hi - I'm pretty sure you have a minute for a MR ... ;) [13:23] oSoMoN: if yes https://code.launchpad.net/~schwann/gallery-app/gallery-hono-picker-select-type-fix-content-store-transfer/+merge/187843 [13:25] boiko renato maybone of you? ^ [13:27] gusch: sure, I’ll take it [13:44] oSoMoN: thx [13:44] oSoMoN: just test to set a new background in the settings, if it works, and if gallery is in single select mode [13:48] beuno, mhall119: We currently have 2 click apps for G+ one with an image (when you click on the app) one without an image, the one with the image fails to start the one without an image works fine are we able to figure out what is going on with all of that? [13:48] dpm, uh hum, Google Hangouts [13:48] Is that on Air? [13:48] davmor2, yes, being worked on [13:48] smartboyhw: it's what is used for on Air [13:49] beuno: fair enough === _salem is now known as salem_ [13:49] smartboyhw, no worries, if that's not available where you live, we can do IRC [13:49] dpm, it's not where I live, it's age restrictions (you forgotten about the post I wrote?) [13:49] ah, yeah :) [13:50] in any case, we can do IRC [13:52] dpm, sure, IRC is good for me [13:52] davmor2: beuno : remove my G+ package (the one with the image) [13:53] it was an experiment in packaging webapps with click anyway [13:53] mhall119, you can unpublish it if it's yours [13:54] beuno: does that mean you can get rid of your app now too then? [13:55] davmor2, which one? [13:56] beuno: hello world [13:56] davmor2, no! that's like my favorite app! [13:56] beuno: haha [13:57] beuno: unpublished [13:58] beuno: you worked long and hard on that I know [13:58] mhall119, thanks [14:00] davmor2: how will I know how to greet the world if beuno removes his app? [14:00] I might accidently say "Howdy world" or "Hey y'all world" [14:00] or worse! you forget to say hello! [14:02] or say goodbye [14:02] mhall119: E:NO_SETTING_GOODBYE [14:03] davmor2: are we gonna meet for design meeting or it is gonna be cancel ? [14:04] mihir: no idea popey or mhall119 might be a better call for that [14:04] mhall119, ping [14:04] sorry i had to ping dpm [14:05] ahayzen: pong [14:06] mhall119, i'm having an issue with Jenkins failing, would be able to have a quick look? https://code.launchpad.net/~andrew-hayzen/music-app/fix-1229905/+merge/188049 [14:36] dpm: popey: ping !! [14:36] PONG! [14:37] mhall119: I'll create "Ahoy-hoy world" for you. As this is the correct greeting. [14:39] popey: no design meeting right ? [14:40] mihir, correct :) [14:44] balloons: can you help ahayzen with his jenkins problem? [14:45] mhall119, ahayzen the tests for music were broken by the grilo update from victor on monday. It should merge fine [14:45] balloons, ah i see ok [14:45] balloons, thanks [14:46] ahayzen, yw :-) Getting the tests to use the mediascanner is going to be tricky [14:46] balloons, yeah that could be interesting :/ [15:07] nik90: bit of a bug with alarms... when setting alarm, the hour doesn't line up with traditional hours [15:07] http://popey.com/~alan/device-2013-09-27-160737.png [15:07] bum, one mo [15:08] hmm black pic? [15:08] http://popey.com/~alan/device-2013-09-27-160819.png [15:08] yeah, wrong phone plugged in [15:08] http://popey.com/~alan/device-2013-09-27-160817.png [15:08] http://popey.com/~alan/device-2013-09-27-160814.png [15:08] etc [15:09] oh, it's 00 to 23? [15:09] yup [15:09] well that threw me ☻ [15:09] its from 0 to 23 [15:09] we might need clock markers for this since it differs from others [15:10] I will report a bug and inform lina and mehow about this [15:19] dpm: just sent you an email regarding the meeting we had. Can you plan out the next meeting such that everyone involved is in it. [15:19] dpm: until then we can continue the discussion in the email I sent out. [15:23] anybody has an idea to change color of just one view from the page ?? [15:27] I am trying like this :- http://pastebin.ubuntu.com/6163159/ [15:48] What about a Distro dedicated to engineers? | http://askubuntu.com/q/350797 [16:07] nik90: ping === gatox is now known as gatox_lunch [16:11] mihir: pong [16:12] nik90: any idea to change color of just one view of application from the page ?? [16:13] mihir: I havent done one personally, but what happens when you try changing the main view colors when inside a page? [16:13] mihir: although I did hear that some people who did manage to have separate colors for every page has warnings being shown all the time. [16:14] nik90: I can't I did try to access headercolor,footercolor & background using parent: but couldn't found any of them [16:14] mihir: take a look at https://launchpad.net/geldliste, that app does this [16:15] mihir: you cannot access the mainview headercolor etc from another page. Why dont you do the opposite? [16:15] mihir: when the tab is changed, set the mainview color from the main page? [16:17] Hmmmm lemme try [16:22] Is there a way to have a Grid space its components so that they are left and right aligned (with anchors.left and anchors.right set)? [16:26] Laney: I haven't used Grid myself, but couldn't you anchor the Grid itself which should automatically position its components automatically? [16:27] nik90: no, that's what it is [16:27] Laney: Are you having the issue where there is a gap between the left most element and the app left side? [16:27] and hence want to left align them? [16:27] The gap on the right is bigger than on the left [16:27] ah [16:27] I want that to be equal [16:29] In that case, maybe you need a formula to determine the spacing dynamically based on the app width, no of items in the row and width of each item [16:31] I guess so [16:32] spacing = (appWidth - 2*grid.leftMargin - widthOfItem)/ No of items in row [16:32] laney ^^ [16:32] Havent tested it, but after drawing a figure and some calcualtion, thats the formula I arrive that === gatox_lunch is now known as gatox [17:06] Hi [17:06] who can help me? [17:42] hi, I'm waiting for my nexus 4. At the same time I can test the app and participate in the development without having a physical device? I tried to work the calendar app but I can not create events I generate events with type mouse clicks and the like. [17:52] How to embed a new Window on GTK Quickly Glade | http://askubuntu.com/q/350845 [17:57] fginther, now the MR is building, but there is something wrong with the tests. Could you take a look? https://code.launchpad.net/~renatofilho/ubuntu-ui-toolkit/fix-1213046/+merge/186223 [17:58] renato, yes. I'm already investigating some other tests here === salem_ is now known as _salem [20:38] Automatic version number management | http://askubuntu.com/q/350906