/srv/irclogs.ubuntu.com/2014/07/01/#ubuntu-app-devel.txt

=== chriadam|away is now known as chriadam
josharenson1Do .qrc files work with click packages?03:26
=== josharenson1 is now known as josharenson
mardydpm: hi, sorry that I had to leave abruptly, yesterday05:47
dpmhi mardy, np05:47
mardydpm: regarding the log http://pastebin.ubuntu.com/7726034/, no, it's not succeeding05:48
mardydpm: you can see at the end that the credentials are being removed05:48
mardydpm: that's part of the clean-up procedure we take when the account creation fails05:48
dpmok05:48
mardydpm: I can see: ../../../../lib/SignOn/authsessionimpl.cpp 184 errorSlot QDBusError("com.google.code.AccountsSSO.SingleSignOn.Error.Network", "Protocol "" is unknown")05:49
mardydpm: I need to check the source, I've never seen this happening before05:49
mardydpm: actually, if you could enable logging in /etc/signond.conf and paste the syslog (after making sure it has no personal data), that would probably help a lot05:50
dpmmardy, ok, I can do that. In case it helps, this is on image 100 and on the emulator05:51
mardydpm: btw, I never managed to start the emulator, it just shows a black screen forever05:59
mardydpm: do you run it in a VM?05:59
dpmmardy, I've just sent the syslog over e-mail. Let me know if that helps and if I can provide more info06:06
mardydpm: is the code in some branch in LP?06:38
mardydpm: I'm especially interested in the provider and service files06:38
dpm mardy, I put a link to the code in my e-mail06:50
dpmlet me give you the direct link06:50
dpmmardy, http://bazaar.launchpad.net/~dpm/reminders-app/switch-to-production/files06:51
justCarakasGood morning all06:54
mardydpm: you are missing the http(s):// in EVERNOTE_HOSTNAME06:56
bogHi, how can I check online the progress of HackDays07:13
bog?07:13
mzanettidpm: hey07:19
dholbachgood morning07:20
dpmmardy, let me try that, thanks. The api plugin expects the hostname without the protocol07:24
dpmhi mzanetti07:24
mzanettidpm: I'm a bit confused by your mail07:24
mzanetti1. Authentication itself (i.e. without using the Evernote API plugin) does not work [1].07:25
mzanettibut this did work at some point, no? :)07:25
dpmmzanetti, it did, but not anymore. I'm looking at the provider files now, to see if adding https helps ^07:26
mzanettiok07:26
mzanettidpm: well, I've no experience with OA. So I guess getting this to work again would be a requirement for the following points07:26
dpmindeed07:26
mzanettilets hope the https thing works07:26
=== chriadam is now known as chriadam|away
dpmmardy, mzanetti, yay, it works now having added https to the hostname!08:01
dpmjumping into a call now, and then I'll test Reminders with a real Evernote account08:02
JamesTaitGood morning all; happy Second Second Half of the Year Day! :-D08:13
ybonpopey: sadly it seems I will not make it on Friday, #mozillaweek and too speed :(08:13
ybonI will work on switching to the new UI soon, anyway, but the C++ part will wait a bit08:14
popeyybon: that's a shame.08:16
popeyybon: i believe we will be landing better location service this week.08:16
ybonthat's a good news!08:19
ybonincluding agps support?08:19
DanChapmanpopey, morning :-) could you point me in the direction of one of the address-book-app dev's?08:25
popeyybon: soon, yes.08:25
ybonpopey: yaaaaaay!08:26
ybonpopey: say thaaaanks to the people working on that :)08:26
popeyheh08:29
popeyDanChapman: i think that might be renato.. https://code.launchpad.net/~ubuntu-branches/ubuntu/utopic/address-book-app/utopic08:29
DanChapmanpopey great thanks i'll try and grab him when he's around. I'm trying to import a contact through content-hub but it seems only phone number's are accessible. Wondered if I was doing something wrong08:34
popeyDanChapman: ah! you might want to look at how calendar does it08:36
DanChapmanpopey ah ok i'll go take a look there :-) thanks08:37
popeycalendar allows you to create events, so look at the event creation qml code, and lets you pull contacts08:37
DanChapmanpopey: *nod*08:40
mihirpopey: i upgraded to utopic and it is running fine as of now08:49
mihirpopey: i meant calendar08:50
popeymihir: awesome, does the calendar management branch work?08:57
popeykunal had problems with that08:58
mihirpopey: i am testing that09:01
mihiralso popey can we have some design inputs to add multiple guests?09:01
popeymihir: is there a bug / mp with a design question on it?09:02
mihirpopey: this is the bug , https://bugs.launchpad.net/ubuntu-calendar-app/+bug/129594109:03
ubot5Ubuntu bug 1295941 in Ubuntu Calendar App "User can only add one guest to the Guests input box for a New Event" [High,Confirmed]09:03
mihirbut it doesn't resolve , adding multiple guests09:03
popeythanks09:05
mihirpopey:  can you just test wehter this works expectedlly on device , https://code.launchpad.net/~mihirsoni/ubuntu-calendar-app/1297739/+merge/221109?09:18
popeymihir: ok09:26
popeymihir: left a comment09:44
mihirpopey: i saw that , it behaves same on my desktop thought something is wrong with my machine09:44
mihirpreviously it was working fine, guess need to ask reneato about this.09:44
mihirpopey: if you check the event details it shows correct information09:47
mihirpopey:  i am not able to figure out why it is not shwoing correctly on Differnt views09:49
rpadovanipopey, another weird thing about the bug: I found the function that causes the problem in the library, divide(). I started to debug it to find what's wrong. If I create a new variable on L592, just before a do/while cicle, I'm not able to reproduce the bug anymore. But if I add the var at the start of the function, the bug is still here. It wants to make me crazy :-)10:39
rpadovanihttps://bazaar.launchpad.net/~ubuntu-calculator-dev/ubuntu-calculator-app/trunk/view/head:/bignumber.js#L59210:39
rpadovanithe var is var counter = 0;10:39
rpadovaniI want to use it to count how many time the do/ while is called10:39
popeyrpadovani: tried upstream 1.4.1?10:51
popeywe're on 1.3, they have released since, https://github.com/MikeMcl/bignumber.js10:51
rpadovanipopey, yap, I'm working on it, the diff is very little10:51
popeychangelog doesn't show much10:52
rpadovanipopey, anyway, if I modify the do / while cycle adding a console.log() I'm not able to reproduce the bug anymore, and I'm sure the bug is in that cycle. I can add a console.log() as workaround, but it's a solution10:58
rpadovani*a final solution10:58
popeyhow odd10:59
rpadovaniI'm doing others try, but anytime I push the app on device I have to reboot the device to reproduce the bug, so it's  a slow process11:00
mihirpopey:  how can we get another rev of the branch we have proposed for mergin ?11:25
mihirmerging*11:25
popeymihir: how do you mean?11:32
mihirpopey: for this MR, i want previous versions11:33
mihirhttps://code.launchpad.net/~mihirsoni/ubuntu-calendar-app/1297739/+merge/22110911:33
popeyrpadovani: also, you know 15/2=5, and 19/2=5, but 20/2=10 ⍨11:33
popeymihir: you want older versions of the merge?11:34
mihirpopey: yup11:34
popeyI don't know if that's possible actually.11:35
mihirHmm okay popey11:36
popeyah down the bottom11:36
popey"Preview diff"11:36
mihirpopey: for this review comment , https://code.launchpad.net/~mihirsoni/ubuntu-calendar-app/1297739/+merge/221109/comments/53722511:37
mihircan we talk to renato regarding this ?11:37
popeywe can ask, sure11:39
mihirand regarding your lastest review comment , i am still not able to find the root cause,11:40
mihirpopey: if you see the event details it displays correct values  , if you have observed it11:40
=== MacSlow is now known as MacSlow|lunch
popeymihir: it does, except it's got the wrong day at the top11:41
popeybrb11:41
=== dholbach_ is now known as dholbach
=== chihchun is now known as chihchun_afk
PaoloRotoloHi all :)12:09
mihirPaoloRotolo: hey12:12
PaoloRotoloHi mihir!12:12
popeyyo12:12
mihirpopey: i just took that branch , and tried to create events, it worked well i don't know HOW12:13
aquariusjdstrand, mdeslaur, I have a friend with a security-team question. Is there a specific channel for security-team stuff?12:13
mihirhttps://www.youtube.com/watch?v=lG9qGH7c1nY&feature=youtu.be12:13
mihirpopey:  video link https://www.youtube.com/watch?v=lG9qGH7c1nY&feature=youtu.be12:13
popeyhmm12:13
mihirhey PaoloRotolo :)12:14
mihirPaoloRotolo: anything we can help you ?12:14
popeymihir: how odd.12:14
mihirpopey: yes it is !!!12:14
PaoloRotolomihir: thanks, I'm just looking for bitesize bugs to fix ;)12:15
mihirPaoloRotolo:  that's great, let us know if you need any help or you get stuck, i would be great to help if I can :)12:15
PaoloRotolomihir: thank you!12:15
aquariuspopey, who's on the security team and in the EU? :)12:16
=== MacSlow|lunch is now known as MacSlow
=== _salem is now known as salem_
mdeslauraquarius: #ubuntu-hardened12:54
aquariusmdeslaur, ya, popey helped. I have summoned remysharp into that very channel to ask his question -- can you help him?12:54
mdeslauraquarius: sure!12:55
aquariusmdeslaur, thanks, pal :)12:55
mihirpopey: regarding this bug, could you just check on device, i believe it should have resolved13:25
mihirhttps://bugs.launchpad.net/ubuntu-calendar-app/+bug/129190613:25
ubot5Ubuntu bug 1291906 in Ubuntu Terminal App "Add a workaround to get "run on device" with Ctrl+F12 working again" [Low,Triaged]13:25
popeymihir: lemme see13:25
mihirballoons: ping13:27
mihirballoons: I am not able to figure out why Jenkins is getting faild on Calendar app , could you just help ?13:28
mihirballoons: here is the latest MR , https://code.launchpad.net/~mihirsoni/ubuntu-calendar-app/1335512/+merge/22515513:28
popeydpm: it's -DCLICK_MODE=on that I keep forgetting isn't it?13:36
popeymihir: i get ":-1: error: [CMakeFiles/com.ubuntu.calendar_calendar.desktop] Error 127"13:36
popeydpm: ^ did I miss something else? (running qtcreator on the cmakelist in calendar trunk). I have a device and a kit13:37
dpmpopey, generally, yes, but I've not had a look at the calendar project for a while13:37
balloonsmihir, sure thing. Let's have a look13:37
dpmpopey, ah, I know what it is, unrelated:13:37
dpmpopey, IIRC Qt Creator expects the .desktop files to be named com.ubuntu.calendar.desktop, not com.ubuntu.calendar_calendar.desktop13:38
balloonsmihir, ohh shoot. I know exactly what the problem is13:38
balloonsIt's July 1st already13:38
dpmI thought at some point it had gained the ability to read the name of the desktop file from the manifest, but I don't think it actually has13:38
balloonsmihir, https://bugs.launchpad.net/ubuntu-calendar-app/+bug/133524113:39
ubot5Ubuntu bug 1335241 in Ubuntu Calendar App "test_yearview will fail after june" [High,New]13:39
popeyugh13:39
balloonsmihir, we discovered that last week, I thought we fixed it.. Whoops. I'll get something put together13:39
popeythanks balloons13:40
dpmmzanetti, where is "useSandbox" supposed to come from? I might be missing something, but I think this property assignment fails because of it not being set: http://bazaar.launchpad.net/~dpm/reminders-app/switch-to-production/view/head:/src/app/qml/reminders.qml#L13213:57
mzanettidpm: http://bazaar.launchpad.net/~dpm/reminders-app/switch-to-production/view/head:/src/app/main.cpp#L8513:58
dpmmzanetti, ah, yeah, that works indeed, thanks. I've made progress and the authentication works. I've now gotten to a point where the only thing that is failing is "EDAMSystemException Default TExceptio" -> http://pastebin.ubuntu.com/7731553/14:03
mihirballoons: ohh thanks a lot :)14:03
mihirpopey: should I push the .desktop file for resolving this issue?14:03
mzanettidpm: nice job!14:04
mzanettidpm: not sure what happens here, would need to investigate...14:04
mzanettidpm: but sounds like an issue in my code14:04
mzanettidpm: it'd be really helpful if you could send me packages of the account stuff etc so I can easily reproduce it14:05
dpmmzanetti, your wish is my command https://launchpad.net/~dpm/+archive/ppa/?field.series_filter=utopic ;)14:07
mzanettidpm: awesome!14:07
mzanettidpm: does this hold all of it?14:07
mzanettiyay!14:07
dpmyes, account-plugin-evernote is the only one you need, but you can also install account-plugin-evernote-sandbox alongside for testing purposes14:07
mzanettidpm: ok, will end a bit earlier with unity today and give this a shot14:08
dpmawesome14:08
dpmthanks!14:08
mihirdpm: is there anything else that needs to be added in .desktop file , http://paste.ubuntu.com/7731571/14:10
dpmmihir, looks good to me, which other things did you want to add?14:11
=== ogra_` is now known as ogra_
mihirdpm: nothing else, i just wanted to verify , i am not missing anything for Qt Creator , so it should run on device14:12
dpmmihir, I think the only thing QtCreator cares about is the naming14:13
balloonsmihir, anyways your branch will land as soon as trunk is fixed. I'll resubmit it once it's ready14:14
mihirballoons: okay   :)14:15
mihirthanks a lot balloons :)14:15
mihirpopey: i have created MR, if you get time to test on device , i am not able to test as i don't have device14:15
mihirpopey: https://code.launchpad.net/~mihirsoni/ubuntu-calendar-app/1291906/+merge/22516114:15
popeythanks14:15
mihiralso , popey this branch14:17
mihirhttps://code.launchpad.net/~mihirsoni/ubuntu-calendar-app/1335512/+merge/22515514:17
mihiri guess all bitesize are being resolved except one14:17
popeyexcellent ☻14:17
mihirpopey:  :)14:21
dpmmardy, after successfully authenticating, I've come across another issue: I don't seem to be able to read the settings from the .provider file. This snippet shows what's happening: http://paste.ubuntu.com/7731633/ - am I doing something wrong?14:25
=== chihchun_afk is now known as chihchun
aquariuspopey, dpm, will the community chat be on ubuntuonair.com? it doesn't seem to know that that's coming up14:47
popeyaquarius: yes14:54
aquariuscool14:54
=== dpm__ is now known as dpm
=== Guest38857 is now known as renatu
=== renatu is now known as renato_
=== renato_ is now known as renato__
=== elopio_ is now known as elopio
elopioping renato__15:31
elopioI'm  happy, this is finally ready for a review: https://code.launchpad.net/~elopio/address-book-app/qmltest115:31
renato__elopio, thanks I will take a look soon15:35
dholbachbeuno, let me know if https://code.launchpad.net/~dholbach/click-reviewers-tools/deprecate-14-10-dev1/+merge/225188 is what you expected :)15:55
dholbachmvo has interest in this too15:55
beunodholbach, looking15:57
dholbachthanks15:57
dholbachall rightie... need to rush off - see you tomorrow! :)15:59
=== gatox is now known as gatox_lunch
NirondanasHello everybody !16:25
mihiris anybody facing issue on wi-fi on utopic?16:53
=== gatox_lunch is now known as gatox
mihirdpm: are you on utopic?17:05
davmor2mihir: what chipset are you on?17:08
mihiri am not sure , need to check on machine17:09
davmor2mihir: if it is intel and your battery is about 30%-ish then it could be the issue I have on mine the powerd setting reduces the power but to the point where it is useless. Fix is to black list your wifi in powerd if that is the case17:12
mihirdavmor2: nope, it is intel and my battery is full 100% but it won't list any of available Wi-Fi connection on the wifi list panel17:14
davmor2mihir: ah pass then17:14
dpmhi mihir, I'm on trusty. I'll upgrade to utopic, but I've not done it yet17:20
mihirdpm: okay no issues :)17:20
=== dpm is now known as dpm-afk
AskUbuntu_Problem with QtWebkit and QML in PyQt5 App Ubuntu for Devices (Ubuntu Touch) | http://askubuntu.com/q/49047418:25
=== dpm is now known as dpm-afk
balloonsmihir, you still there?19:09
mihiryes balloons19:09
balloonsmihir, I was hoping you could look at this: https://bugs.launchpad.net/ubuntu-calendar-app/+bug/133483319:09
ubot5Ubuntu bug 1334833 in Ubuntu Calendar App "After adding an event, the TimelineBase on DayView duplicates the old EventBubbles" [High,Confirmed]19:10
mihirballoons: yup, i'll try look into that19:12
balloonsmihir, ty.. I'm a little slow getting the fix landed as my pc hard drive decided to die this morning19:13
balloonsit's landing here: https://code.launchpad.net/~nskaggs/ubuntu-calendar-app/yearview-tweaks/+merge/22520819:13
balloonsI'm trying to not go too crazy tweaking things, hah19:14
balloonsahayzen, Whoa! I just discovered something. I lost my /home this morning; all of it. Restoring from a backup, I plopped in a spare drive and recycled out an old one. I just found an old backup of my home, including music :-) It's probably a year out of date, but there's quite a bit here19:16
balloonsit was on the spare drive I was using to copy things around.. wild19:16
* balloons wonders how much will copy off successfully19:17
mihirballoons: ohhh ,i saw that you marked MR as WIP19:24
=== dpm-afk is now known as dpm
balloonsmihir, yes.. gonna pull it now that I'm back on my primary machine, test it and then I'll mark for review19:26
rpadovanipopey, could you take a look to https://code.launchpad.net/~rpadovani/ubuntu-calculator-app/1332567/+merge/225225 please?19:28
mihirballoons: thanks a lot19:29
mihirballoons: also , because of some reasons on my machine AP never runs flawless i'll ping you tomorrow regarding this19:30
balloonsmihir, ahh.. ok, yea happy to help19:33
ahayzenballoons, at least you have got most of the music back :)19:41
ahayzenballoons, when you get a moment could you look at this mp for Victor? https://code.launchpad.net/~vthompson/music-app/mock-home-again/+merge/22473919:42
balloonsahayzen, yep, attempting the rsync now to see how much I can get back19:42
ahayzen:)19:43
balloonsahayzen, ohh, he's going back at mocking19:43
ahayzenballoons, yeah dbus got removed/reverted/env var to switch back  on ... so it is back to a qml plugin now so mocking should work (yn)19:43
balloonsahayzen, why .. ohh..19:43
ahayzenballoons, some info here of why and what has happened https://code.launchpad.net/~jamesh/mediascanner2/optional-dbus/+merge/22427019:44
balloonsahayzen, so you are choosing qml for now19:45
balloonsbut if it's going to go back, then what?19:45
ahayzenballoons, yep as we had to limit all our models to 500 tracks with the dbus thing otherwise it would explode19:46
balloonsahh.. fair enough.19:46
ahayzenballoons, i'm not sure we were close to properly mocking with dbus weren't we ?19:46
ahayzenballoons, but i'm not sure if it will go back to dbus as the default before rtm though...depends how quickly they can sort the efficiency issues19:47
balloonsahayzen, there's a small bit we need.. I don't remember at the moment19:48
ahayzenyeah same...all i remember was it was close19:48
balloonsbut yea. fair enough and assuming it goes fine on the device, +1 from me19:48
ahayzenballoons, cool i'll retest on my device in a bit then approve it..19:49
ahayzen'** mtp-server crash when transferring music on #1519:50
ahayzenhttps://bugs.launchpad.net/ubuntu/+source/mtp/+bug/131726319:50
ahayzen -> Very old bug but gains on importance in the upcoming days'19:50
ubot5Ubuntu bug 1317263 in mtp (Ubuntu) "mtp-server crash when transferring music on #15" [Undecided,Confirmed]19:50
ahayzenwhat does that mean... gains importance in the upcoming days? ...whts happening in a few days?19:50
* balloons looks19:54
ahayzenballoons, the mocking seems to be working on autopilot on the device :)19:54
ahayzenballoons, that was in the landing email for today, not text from the bug itself19:55
* ahayzen waits for tests to complete19:55
balloonsahh.. mtp is the communication protocol from phone to pc19:55
balloonsahayzen, so it has the mocked library on phone, not yours right?19:56
ahayzenballoons, yeah the nautilus one... but people were having issues of it crashing..then they were copying with adb push, which makes the files root and unreadable by gst lol19:56
ahayzenballoons, yep it seems to be going well so far19:56
ahayzenballoons, i was more just wondering why the importance of that bug had suddenly been increased and included in the landing mail19:57
balloonsahayzen, that I'm not sure :-)20:01
ahayzenballoons, i'm sure we'll find out in the 'upcoming days' ... anyway autopilot appears to be running well :)20:02
sergiusensrtm20:02
sergiusensthat's why20:02
balloonssergiusens, yes, rtm is the answer to everything ;-)20:02
ahayzensergiusens, oh is it because packages are going to be frozen soon?20:03
sergiusensballoons: you were born for this moment ;)20:03
sergiusensahayzen: yeah, july 17; last day for crazy stuff iirc20:03
balloonsfeature freeze is in a couple days20:04
ahayzensergiusens, ah i see ... but us app developers are independent due to the click store right ?20:04
balloonsfor the rtm at least20:04
* ahayzen has lots of code he wants to land in the music-app before rtm20:04
sergiusensahayzen: being on the image increases the quality gate though20:04
sergiusensbut yeah; should be more relaxed20:05
ahayzensergiusens, yeah it should be ok20:05
=== salem_ is now known as _salem
ahayzenballoons, Ran 17 tests in 1146.647s  OK \o/20:13
balloonswoot..20:14
ahayzenballoons, and my music is still there afterwards :)20:14
balloonsahayzen, that's the real test!20:16
ahayzenyep20:16
ahayzent1mp_, ping21:13
t1mp_ahayzen: hello21:25
ahayzent1mp_, i'm having issues with the panel...21:25
=== t1mp_ is now known as t1mp
ahayzent1mp_, i've created an example here https://code.launchpad.net/~andrew-hayzen/+junk/panel-height-change21:26
ahayzent1mp, basically the green section should be locked to the top of the panel21:26
ahayzent1mp, i believe it is because the panel.position isn't updated when the height changes21:28
t1mpahayzen: the green part seems to be correct when dragging the panel, but when I click 'large' and then 'small', the green disappears until I interact with it again21:29
t1mpahayzen: is that the issue?21:29
ahayzent1mp, yeah in test 1 the green part disappears21:30
ahayzent1mp, and in test 2 ... like the panel becomes stuck half show21:30
ahayzen*shown21:30
ahayzent1mp, the red part is just a rectangle filling the panel... and the green part is a rectangle with anchors.bottom as the panel.top ... so it should always be just above the panel21:31
ahayzent1mp, so the issue is that in the first case... the panel changes height and it seems that panel.top is now not at the bottom of the page but much further below...therefore causing the green section to disappear offscreen21:32
ahayzenand case 2 is a similar thing but the other way round so it becomes too big21:32
ahayzent1mp, do you understand the issue or do i need to explain it more? it is quite complicated lol21:34
t1mpahayzen: one thing, probably it is good to set "useDeprecatedToolbar: false" to avoid interference with the old toolbar21:35
t1mpahayzen: but my suggestion doesn't solve your problem21:36
ahayzent1mp, ah yes, this is just an example code forgot to put that in21:36
ahayzent1mp, is there a better way of binding that green rectangle to the top of the panel? or is it just an issue with the panel itself?21:36
t1mpahayzen: I understand the problem21:36
t1mpahayzen: can you report it as a bug and include the code there?21:37
ahayzent1mp, ok :) ... i'll try and explain it in the description again :)21:37
t1mpahayzen: your code looks fine, it is an issue with the Panel21:38
t1mpahayzen: I guess I never considered a panel that changes size I guess :)21:38
ahayzent1mp, ok thanks... is this a simple fix to the panel?21:38
ahayzent1mp, it is because we are using it for our toolbar in the music-app which changes depending on context21:39
t1mpahayzen: I'm not sure, but it shouldn't be very complicated. Probably some properties are updated in the wrong order or something21:39
t1mpahayzen: if you want to make sure it is fixed fast, you can have a look at Panel.qml and see if you can fix it21:40
ahayzent1mp, ok ... i'll report a bug and ping it over to u21:40
t1mpahayzen: I'll try to have a look at it, but I am working on some new header features that we need first21:40
ahayzent1mp, yeah i may have a play ... i'm already confused enough trying to figure out what was actually happening initially lol21:40
ahayzent1mp, ok thanks21:41
t1mpahayzen: maybe that was the hardest part :)21:41
ahayzenyeah it felt it, i thought it was somehow going invisible or something lol21:41
t1mpahayzen: assign the bug to me (tpeeters on lp), because I may not be on irc much longer today so I might miss your message21:41
ahayzent1mp, ok will do21:42
t1mpahayzen: often when I test panel/toolbar stuff, I put the MainView inside an Item which is larger than the MainView, you can then see where the panel goes when it is closed :)21:42
ahayzent1mp, ah now that would have been useful :)21:43
t1mpahayzen: if you merge lp:~tpeeters/+junk/panel-height-change you see what I mean :)21:48
ahayzent1mp, thanks21:49
ahayzent1mp, ah that is nice... you can actually see what is happening now21:51
ahayzent1mp, https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/133656321:56
ubot5Ubuntu bug 1336563 in Ubuntu UI Toolkit "Changing height of the panel causes glitches" [Undecided,New]21:56
ahayzent1mp, it won't let me assign you i don't think as i'm not part of the right team?21:56
t1mpahayzen: I confirmed the bug and assigned myself21:58
t1mpahayzen: thanks for reporting21:58
ahayzent1mp, cool thanks21:58
* t1mp off now, too sleepy to read more code ;)21:58
ahayzent1mp, o/21:58

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