/srv/irclogs.ubuntu.com/2015/06/16/#ubuntu-app-devel.txt

=== salem_ is now known as _salem
=== chriadam|away is now known as chriadam
=== chihchun_afk is now known as chihchun
icosaqt-creator is for ubuntu apps only now ?05:55
icosai had created a project in jan2014 which i need to make some changes to now05:55
icosabut the whole qt-creator interface has changed so much05:55
=== chriadam is now known as chriadam|away
dholbachgood morning07:29
nik90bzoltan, zbenjamin: Hi, Good Morning. I'd like to raise the priority of bug 1455354 concerning the emulator channels shown in the dialog which are incorrect after the recent channel name changes. I am seeing some reports on google+ where developers are unsure which custom channel to go for.07:36
ubot5bug 1455354 in qtcreator-plugin-ubuntu (Ubuntu) "Channel names when creating an emulator are wrong" [Undecided,New] https://launchpad.net/bugs/145535407:36
bzoltanzbenjamin: We have a showstopper issue ^07:51
zbenjaminhmm07:52
zbenjaminlets fix it07:52
bzoltanzbenjamin:  the fix is easy but will require a hacl07:53
bzoltanhack07:53
zbenjamina hack? a because the channel names are too long07:54
bzoltanzbenjamin: Precisely ...we need to add an option selection for bothe the ubuntu-touch and for the channel .. or simple hardcode the ubuntu-touch07:57
nik90zbenjamin, bzoltan: Thanks for looking into this08:11
nik90popey: Hey, yesterday nite I reproduced the clock app crash similar to the one we noticed when QA tested the 3.3.270 build few days back after installing OTA-4. Considering that it is not a regression, you think we will be able to persuade QA to push 3.3.270 to the store?08:12
seb128nik90, is anyone looking at this segfault?08:13
nik90seb128: not to my knowledge..I tried pinging some, but I cannot find the package at fault without help from suspected package owners08:14
seb128nik90, did you get a debug backtrace?08:14
nik90seb128: the issue is that it happens every sporadically and as such at times when I try to get the logs, I cant get clock app to crash.08:15
nik90I have been trying for a couple of days now08:16
didrocksno .crash file in /var/crash?08:16
didrocksthat would be a start and you don't have to monitor for getting one08:16
* nik90 checks now08:16
nik90didrocks: I see a few crash files in /var/crash http://paste.ubuntu.com/11723745/ .. however none related to clock app.08:18
didrocksnik90: isn't clock app started by qmlscene?08:19
nik90it could be that qmlscene itself is crashing, but this was one of our original suspicion for which it was included in the bug report already.08:19
didrockswell, if your clock app is crashing, then, the parent process is the one matched here08:20
didrockswhich is qmlscene08:20
didrocks(but it's actually clock app crashing)08:20
nik90didrocks: indeed it is and popey uploaded a qmlscene log of it in the bug report at https://bugs.launchpad.net/ubuntu-clock-app/+bug/146343008:20
ubot5Launchpad bug 1463430 in Ubuntu Clock App "Clock app crashes when renabling an alarm" [High,Confirmed]08:20
didrocksah nice, with the stacktrace link08:20
nik90didrocks: on looking through it unfortunately I couldn't make head or tail of it which leads me back to square one where I need help from upstream devs to help debug it.08:20
nik90I have added qtubuntu and qtbase-opensource-src to it08:21
didrocksProcCwd08:21
didrocks/opt/click.ubuntu.com/com.ubuntu.clock/3.3.27208:21
didrocksclearly matching at least one of clock crash08:21
didrocksyeah, Mirv, how do you deal with qtbase crashes? ^08:21
seb128didrocks, nik90, have a debug bt would be useful08:22
didrockshttps://errors.ubuntu.com/bucket/?id=/usr/lib/arm-linux-gnueabihf/qt5/bin/qmlscene%3A11%3AChange%3AQVector%3Aresize%3Apop%3AQAbstractItemModel%3A%3AendMoveRows08:22
didrocksseb128: ^08:22
didrocksseems seb128 wants to debug Qt now :)08:22
nik90zsombi: ping (need your help debugging a clock app crash related to alarms..it is blocking its release)08:23
seb128could be an uitk issue08:23
seb128adapters/alarmsadapter_organizer.cpp is from there08:23
didrocksyeah, seems to be the AlarmManager08:23
nik90seb128: how do you arrive at adapters/alarmsadapter_organizer.cpp by looking at the stacktrace? (just curious)08:24
seb128nik90, look the e.u.c url didrocks just gave08:24
zsombinik90: the crash happens due to the QtOrgabizer not being built with the same Qt release :/ I guess08:24
didrocksnik90: frame 808:24
seb128#8  0xaf04196e in AlarmsAdapter::updateAlarm (this=this@entry=0x18907b0, id=...) at adapters/alarmsadapter_organizer.cpp:72808:24
didrocks#8  0xaf04196e in AlarmsAdapter::updateAlarm (this=this@entry=0x18907b0, id=...) at adapters/alarmsadapter_organizer.cpp:72808:24
didrockszsombi: ABI break?08:25
nik90seb128, didrocks: ah thnx08:25
zsombididrocks: perhaps... QtOrganizer package sais 5.0... We are at 5.4.108:25
didrockszsombi: this is somewhat worrying we don't even have force rebuilding with the same version if there is no upstream garantee08:26
didrocksMirv: do you mind giving a shot at rebuilding QtOrganizer then?08:26
didrocksI think we can stage that to a silo, and get people running it for a couple of days08:26
didrocksand see if they continue getting the same clock app segfault08:27
zsombididrocks: the problem is that - inm - Qt5.4 brought some deps we couldn't compile it with...08:27
zsombididrocks: though this crash seems to be elsewhere now...08:28
didrockslast = -1358657671 seems suspicious08:29
Mirvdidrocks: find if the crash is in Qt itself or if it's happening actually in some of our component08:30
didrocksMirv: mind backloging a little bit in the discussion? There is the backtrace08:31
Mirvdidrocks: zsombi: that's incorrect deduction, qtorganizer is a git snapshot module that upstream has never released, but we do rebuild it against correct Qt every time Qt is updated (otherwise it'd break at packaging level)08:31
nerochiarooSoMoN: i fixed the failing test for the keyboard MR. It was verfying the addressbar focus while the test was about something completely different, so i removed these checks for now. they are done elsewhere anyway08:31
didrocksok, so not the ABI breakage08:31
didrocksI guess it's now in your hands zsombi then ;)08:31
zsombiMirv: ok, so only the package name staid the same?08:32
didrocksMirv: ok, you added the same trick to force the rebuild for those, nice!08:32
Mirvzsombi: package names stays the same and version stays at 5.0 as it's not actually released08:33
zsombiMirv: ok... remember once we had a crash in QOrganizerManager::availableManagers().contains() function?08:34
zsombithen we realized that the QtOrganizer has been built with an older Qt...08:35
Mirvdidrocks: that backtrace I'd give to zsombi and then if he thinks a Qt bug in qvector or something I'd bring it back to qtbase08:35
seb128Mirv, then? do we have anyone dealing with qtbase issues?08:35
Mirvzsombi: hm, I don't remember. qtpim has been within the rebuilds at least since the beginning of 2014.08:35
seb128it doesn't do much good to do re-assign games if there is no owner of the issue at the end08:35
zsombiok08:35
Mirvseb128: no, we don't have anyone fixing Qt bugs on average08:36
zsombinik90: is there an easy way to repro this?08:36
zsombididrocks: seb128: ^08:36
Mirvtsdgeos is on holidays, he might. and of course I'll try to search upstream gits for something that sounds like a fix.08:36
seb128zsombi, bug #146343008:36
* didrocks didn't get it, just looked at the current discussion08:36
ubot5bug 1463430 in Ubuntu Clock App "Clock app crashes when renabling an alarm" [High,Confirmed] https://launchpad.net/bugs/146343008:36
nik90zsombi: usually when you try reenabling a single time alarm that has been disabled automatically by indicator-dt after it rang08:36
seb128zsombi, basically on the current ota4 image try to re-enable an event08:36
zsombinik90: hmm... I did that thi snight... and it worked...08:37
seb128zsombi, you are on ota4/vivid?08:37
nik90zsombi: but the crash happens rarely08:37
nik90zsombi: and only on ota4/vivid08:37
seb128zsombi, try a few times, eventually you hit it08:37
zsombiseb128: I have not flashed my device for few weeks, but keep getting dev-proposed images, so I'm at r24308:37
seb128zsombi, unsure what channel/device that is08:38
seb128what qt version do you have on there?08:38
zsombiseb128: 5.4.108:38
seb128k, so that should do it08:38
seb128try to do what nik90 said, a few times08:38
zsombiseb128: it's an 15.1008:39
zsombiok, lemme try08:39
zsombinik90: do I have to have the app running? i.e. not sleeping etc08:39
nik90zsombi: doesn't matter..when you reenable the alarm it crashes08:40
nik90zsombi: I have noticed that it occured more frequently when trying to fix https://code.launchpad.net/~themeles/ubuntu-clock-app/bugfix-1442518/+merge/26191008:40
nik90zsombi: try following the steps in that MP without applying the patch.08:41
zsombinik90: it works for me...08:44
nik90zsombi: how many tries? its rare making this hard to debug and fix :/08:45
zsombinik90: don't know.... like 10? I got 10 alarms ringing, then re-enabled them, and all work08:46
zsombinik90: so what were the changes you had in the latest release?08:55
nik90zsombi: nothing alarm related :/ here is the changelog http://pad.ubuntu.com/clock-app-changelog08:55
zsombinik90: toolkit hasn't had either...08:55
zsombiwth??!08:56
zsombiQt is the same as well afaik08:56
nik90zsombi: well not true..there was this huge uitk change in the alarms backend that we did08:56
nik90and that was for vivid afaik08:56
nik90zsombi: https://bugs.launchpad.net/ubuntu-clock-app/+bug/142927308:56
zsombinik90: you mean the backend change landed just now?08:56
ubot5Launchpad bug 1429273 in Ubuntu Clock App "Clock App crashes when editing an alarm on vivid" [Critical,Fix committed]08:56
nik90zsombi: the fix for the above bug was necessary because of the big backend end change that landed in UITK 1.2 final release..and since then we have no new clock app release08:58
zsombihmm...08:58
zsombicrap!08:58
nik90atleast that's my suspicion .. I have been pushing for a new clock app release for ages..but AP tests came in the way of becoming a release blocker few months back08:59
zsombinik90: whoah... I got a crash if I kept the clock app open while I changed the date/time, and then re-enabled the alarm09:00
nik90zsombi: yup as I mentioned in the MP steps I asked you to test with09:01
zsombinik90: well, that sais I shoudl kill the app... if I do that it works, but if I keep it open while I change the date, then it crashes09:01
nik90zsombi: I suspect that when a fault alarm.date is provided (before the current date for example) it crashes..09:02
nik90zsombi: I have *never* had clock app crash when editing the alarm and then saving it again..09:03
nik90but only when reenabling it...and the alarm switch code is rather simple..it deals with alarm.date and alarm.daysOfTheWeek09:03
nik90s/fault/faulty09:04
zsombinik90: do you happen to have a property binding there? like having any property of the alarm bount to any component?09:04
nik90well the listitem shows a label where label.text: model.date ... but not necessary alarm.date09:05
karniWhere can I learn more about 'New ListItem with fancy features' as mentioned in ota-4.changelog ?09:05
zsombikarni: in the docs :)09:06
nik90zsombi: https://bazaar.launchpad.net/~ubuntu-clock-dev/ubuntu-clock-app/utopic-3.0/view/head:/app/alarm/AlarmDelegate.qml09:06
karnithey already up to date? cheers09:06
zsombikarni: New ListItem landed in 1.2 I guess those should be out there09:06
zsombikarni: https://developer.ubuntu.com/api/apps/qml/sdk-15.04/Ubuntu.Components.ListItem/09:07
karnithank you, zsombi09:07
zsombikarni: yw09:07
zsombinik90: that binding is OK, it doesn't cause further changes09:07
zsombinik90: from the logs seems the QAbstractItemModel is the one which somehow screws us up...09:16
nik90yes09:17
zsombihow the heck it gets a negative number for allocating the item?09:17
karniI just had a look at Ubuntu.DownloadManager.DownloadManager and .SingleDownload. I know mandel worked on this, not sure who's on it now. I'd like to ask - 1) where are the files downloaded to/how do I get handle of the file, since the documentation does not mention it 2) trottling says 'This property can be used to limit the bandwidth used for the download.' and is of type long. What is supposed to be the value of this, bytes per second?09:26
nik90karni: I might be able to help regarding where the files are downloaded to since we make use of this in Podbird to download Podcasts09:27
karniI just saw an example usage here https://developer.ubuntu.com/api/apps/qml/sdk-15.04/Ubuntu.DownloadManager.index/09:27
nik90karni: the downloaded files are stored in the app directory .local/share/app-name/09:27
karniand still it doesn't tell where they're stored09:27
karninik90: in the top directory, or some 'downloads/Downloads' dir? (thanks! :) )09:28
nik90karni: just the app root directory...no downloads/Downloads dir and so on afaik09:28
karninik90: thank you bro09:29
nik90karni: it seems there is a variable called "path" that has the location of the downloaded file09:29
nik90(after looking through podbird.qml)09:29
karninik90: thanks, I'll file a bug it's not documented09:30
nik90karni: so basically onFinished: { console.log(path} }09:30
karniright :)09:30
nik90karni: yeah I am not sure how Elleo figured it out..just glad that he did though :)09:30
karnilol hahah09:30
karniprobably browsed the DM source09:30
nik90;)09:31
karninik90: you may want to confirm it https://bugs.launchpad.net/ubuntu-download-manager/+bug/146556809:33
ubot5Launchpad bug 1465568 in ubuntu-download-manager "Download path is not documented" [Undecided,New]09:33
nik90karni: done..hey btw do you still use Ubuntu.Connectivity to determine if the phone is connected to 3G or Wifi? Does it work on krillin?09:35
karninik90: Yes we do, and it seems it works fine.09:36
karnikarni@zen:~/src/canonical/telegram/app-dev$ grep -ir ubuntu.connectivity09:36
karnicomponents/TelegramPage.qml:import Ubuntu.Connectivity 1.009:36
karni:D09:36
karniI had to grep as it's been a while I touched that part.09:36
nik90karni: I remember adding that code ;) but also remember QA saying that it didnt work on krillin..and I had the same issue when using it in Podbird as well.09:37
karninik90: I believe there were some bugs with it earlier, but perhaps they've already been sorted.09:37
nik90karni: yeah I will test it out again09:37
nik90karni: people apparently don't like downloading podcasts in 3G :P09:37
karniI haven't paid much attention to testing Tg offline, TBH09:37
karnihaha09:37
nik90zsombi: hey, are the trailingaction widths dependent on the listitem height somehow? I am hitting this bug https://imgur.com/a/Tx3K5#009:48
zsombinik90: yes it is...09:50
nik90zsombi: hmm perhaps I should show the description in a dialog to avoid a big listitem in that case09:51
zsombinik90: but what's wrong there?09:52
nik90zsombi: in the 3rd image, my entire list item is hidden by the trailing actions and also the 3rd trailing action "info" has no background09:52
zsombinik90: hmm! that's bad, seems we have to adjust the width calculation09:53
nik90zsombi: yeah ... perhaps add a Math.max() to ensure it doesnt exceed a design set max value09:54
zsombinik90: I think we have a clamp there...09:54
zsombinik90: yes, we have, but the minimum value is the height of the listitem, and that's not good09:56
nik90zsombi: ah ok..09:56
* nik90 reports a bug09:56
nik90zsombi: https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/146558209:59
ubot5Launchpad bug 1465582 in ubuntu-ui-toolkit (Ubuntu) "TrailingAction widths needs to be clamped" [Undecided,New]09:59
zsombinik90: when I'm trying to run the clock-app on desktop, I'm gettin' this: ubuntu-clock-app/app/clock/ClockPage.qml:247, unknown) - file:///home/zsombor/projects/canonical/core-apps/ubuntu-clock-app/app/clock/ClockPage.qml:247:20: Unable to assign [undefined] to QColor10:15
zsombiUnable to select module, using dummy.10:15
zsombiLoading module: 'libubuntu_application_api_test.so.2.9.0'10:15
nik90zsombi: on wily?10:18
zsombinik90: vivid10:18
zsombinik90: desktop10:18
nik90zsombi: does it run after those messages?10:18
zsombinik90: I'm gettin' a segfault after that10:18
nik90zsombi: https://bugs.launchpad.net/ubuntu-clock-app/+bug/146434310:18
ubot5Launchpad bug 1464343 in location-service (Ubuntu) "Crash on wily-proposed" [Undecided,New]10:19
nik90zsombi: the warnings you get are very similar to that reported in the bug10:19
nik90zsombi: for your testing purposes, just disabled qt position code in https://bazaar.launchpad.net/~ubuntu-clock-dev/ubuntu-clock-app/utopic-3.0/view/head:/app/clock/ClockPage.qml#L56 while testing it locally10:20
nik90line 56 to line 11110:21
nik90zsombi: that should disable them all for you10:21
zsombiah, so it is the GEO location...10:21
nik90zsombi: no .. its QT Location .. GeoLocation C++ Plugin that I wrote is not the cause of the crash10:22
nik90:)10:22
zsombinik90: uhm... yes... sorry10:22
zsombinik90: hmm!!! I cannot get this crash with memory manager, but with EDS, I do get it straight!10:27
nik90zsombi: bah...:/10:27
zsombinik90: and on desktop as well10:28
zsombinik90: and I'm no longer getting crashes :/10:31
nik90zsombi: how did it just stop crashing if the environment was the same10:32
zsombinik90: no idea...10:32
zsombinik90: something feels to be racy... like the signal handler in the model when fetches the data from the hash...10:33
zsombinik90: but, none of the alarms ring anymore!!!!10:36
nik90zsombi: while extensive testing I noticed that i-dt did not pick up the alarms I created..but a reboot fixed it.10:36
nik90i-dt did not pick up alarms after a while*10:37
zsombiuhh...10:37
nik90zsombi: but I just ignored it and focused on reproducing the crash10:37
zsombinik90: no matter how hard I try I don't get it...10:38
nik90zsombi: well EDS is the black box here that we're poking too hard at10:38
zsombinik90: yeah... agree... and noone has time to get a working backend between toolkit and i-dt10:39
zsombinik90: I am wondering why QAbstractItemModel::endMoveRows appears to be called... I do not see anything between the logs10:40
zsombinik90: ah, hold on... yes, I am calling it10:41
nik90zsombi: when you enable/disable alarms the alarms order changes..could it be that?10:41
mcphailNow OTA4 is released, can we use 15.04 framework as standard?10:41
popeyyes10:42
popeybut anyone on pre-15.04 won't get your app10:42
popey(ie. those who haven't updated)10:42
mcphailgreat10:44
mcphailof course, will need to read up on qmake...10:48
zsombinik90: dude...10:54
zsombinik90: when the alarm enabling crashed, wasn't the alarm about to stay in the same position as it was before?10:54
zsombinik90: the crash seem not to have any changes in the stack, so that may be an issue here10:56
nik90zsombi: hmm I think so..many a time I see the string "AlarmPassed" which indicates that the alarm date is incorrect..which in turns results in it staying in the same position as it was before.10:58
nik90and that's when I have noticed it crash..10:58
nik90zsombi: upside is that a community contributor found a fix for the invalid alarm date being calculated by the clock app. But it still doesn't fix the underlying crash issue upstream.10:59
zsombinik90: I think I found teh problem: I got a crash at least when there was no more than one alarm, and the update was about to happen on the same item...10:59
zsombinik90: so, beginMoveRows() may return false if the from==to11:00
zsombinik90: in which case there's no change pushed into the QAbstractItemModel11:00
zsombinik90: but endMoveRows() doesn't check that11:00
nik90ah ok11:02
mcphailWould be good to cull the old frameworks from the SDK. The choices are messy and confusing. Perhaps relocate them to some kind of "legacy" menu?11:02
nik90mcphail: report a bug against qtcreator-ubuntu-plugin on launchpad. That does sound like a good idea btw ..in a way encouraging developers to go with newer frameworks11:03
davmor2popey: wow I haven't looked at app stats in a while 183 people have installed Sad Trombone :)11:04
mcphailnik90: i'll do that later and see if it gathers support :)11:04
=== chihchun is now known as chihchun_afk
zsombibzoltan: here you have https://bugs.launchpad.net/ubuntu-clock-app/+bug/146343011:18
ubot5Launchpad bug 1463430 in Ubuntu Clock App "Clock app crashes when renabling an alarm" [Critical,Confirmed]11:18
zsombinik90: https://code.launchpad.net/~zsombi/ubuntu-ui-toolkit/alarmmodel-segfault/+merge/26207411:36
nik90zsombi: were you able to reliably get clock app to crash on vivid desktop before applying the patch?11:38
zsombinik90: I did not get any crashes anymore...11:38
nik90zsombi: I am just thinking of how to reliably test the patch and ensure it fixes the crash.11:39
nik90ok11:39
zsombiand I got few more chashes before this11:39
nik90zsombi: alrite I will test on my vivid desktop with EDS and approve/comment on the MR tonight.11:39
nik90zsombi: Just wondering if I should postpone clock app release to OTA-5 in this case since UITK wont be updated until then.11:40
zsombinik90: unless we land one more landing is possible... but perhaps not...11:41
=== MacSlow is now known as MacSlow|lunch
=== mzanetti is now known as mzanetti|run
=== mzanetti|run is now known as mzanetti
=== _salem is now known as salem_
=== MacSlow|lunch is now known as MacSlow
davmor2sad trombone receives it's first update \o/ 0.213:32
DanChapman\o/13:36
Mirvzsombi: do you think the bug is therefore not in Qt, or is that MP just a workaround to a Qt bug?13:52
zsombiMirv: it doesn't seem to be a Qt bug, right13:53
Mirvzsombi: ok, thanks, marking so13:55
zsombiMirv: if we still find it to be the guilty, then we're gonna get back to it, but so far I found that the crash comes when the model data doesn't change position in the list => QVector size is 0 when the stack tries to pop a value from it, which asserts/segfaults as there's no data in13:56
Mirvzsombi: ok, for any next possible Qt problem we now have Qt 5.4.2 in wily (starting today) so it'll be useful to compare whether there's an existing upstream fix14:00
zsombiMirv: +114:01
=== chihchun_afk is now known as chihchun
=== davidcalle_ is now known as davidcalle
davmor2popey: once upon a time did I here you say that the calendar guys were looking at a better sync-er?15:01
popeydavmor2: yes, bfillers team are looking at buteo15:02
davmor2popey: ah thanks I was sure I heard it but thought I was dreaming ;)15:02
popey:)15:03
=== salem_ is now known as _salem
melesHey nik90, bugfix #1442518 seems to work. I had problems that my alarm clock wasn't playing any sounds but that can't be related to the fix. I just hope it changes after the update tdy.17:44
nik90meles: yeah..same had good results with it.17:58
nik90meles: btw it seems alarms created before OTA-4 stop working after the upgrade..so you will need to disable and then reenable them again.17:59
=== _salem is now known as salem_
melesnik90: ok, i don't have ota-4 yet. but thanks for the info18:06
=== salem_ is now known as _salem
davmor2nik90: https://bugs.launchpad.net/ubuntu/+source/evolution-data-server/+bug/1465806 I'm blaming eds :)18:25
ubot5Launchpad bug 1465806 in evolution-data-server (Ubuntu) "Alarms not shown in indicator datetime after upgrade to ota4" [Undecided,New]18:25
nik90davmor2: our common enemy :P18:29
nik90davmor2: but how is that bug useful now that everyone is already on OTA-4?18:30
nik90I suppose we could add it to our manual test-suite but that's the best we can do at the moment18:30
davmor2nik90: well after looking at it, the clock app does what it is meant to, the indicator does what it is meant to, eds just says there are no alarms/appointments or anything else to the indicator18:31
davmor2nik90: it is more this is how you reproduce the issue so the devs can fix it and it never happens again18:31
davmor2nik90: also if you look I added the workaround till there is a fix too :)18:32
nik90davmor2: ack. just waiting to get of the EDS band wagon.18:33
davmor2nik90: no you have to suffer it forevererer18:33
nik90haha.18:34
davmor2nik90: also shell rotate and clock is not pretty ;) just saying :)  Be nice if it showed clock to the left and timezones on the right but I don't know how much work that is :)18:35
nik90davmor2: shouldn't be too much work really..just column -> row conversion..but I cannot change UI without design approval. At the moment I have a MP ready which locks it to Portrait.18:36
davmor2nik90: I think the big issue especially on krillin is that because it is so small it is too easy to swipe up the alarms basically :)18:37
nik90davmor2: you find yourself accidentally swiping the bottom edge while trying to scroll through the world city list?18:38
davmor2nik90: yeap because the clock takes up the whole of the screen18:38
nik90I have that issue in the calculator app when trying to press the 0 and = button18:38
=== _salem is now known as salem_
=== salem_ is now known as _salem
=== _salem is now known as salem_
balloonsnik90, is it a-ok to make some infrastructure changes to clock AP tests?19:42
balloonsgoing to add in the cmakepluginparser and remove the emulators language amongst other things19:43
mcphailnik90: https://bugs.launchpad.net/ubuntu/+source/qtcreator-plugin-ubuntu/+bug/1465825 - as discussed earlier19:45
ubot5Launchpad bug 1465825 in qtcreator-plugin-ubuntu (Ubuntu) "Outdated frameworks and templates should be moved or removed" [Undecided,New]19:45
=== athairus is now known as afkthairus
=== afkthairus is now known as athairus
=== chihchun is now known as chihchun_afk
nik90davmor2: why is this bug marked duplicate? https://bugs.launchpad.net/canonical-devices-system-image/+bug/146580620:54
ubot5Launchpad bug 1463430 in ubuntu-ui-toolkit (Ubuntu) "duplicate for #1465806 Clock app crashes when renabling an alarm" [Critical,Confirmed]20:54
nik90davmor2: the bug it is marked duplicate of is a crasher bug20:54

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