=== salem_ is now known as _salem === chihchun is now known as chihchun_afk === chihchun_afk is now known as chihchun === chihchun is now known as chihchun_afk === chihchun_afk is now known as chihchun [07:56] good morning [10:20] https://plus.google.com/108188125572924200710/posts/1LuS69FVpBK === javiercrowsoft1 is now known as javiercrowsoft === _salem is now known as salem_ [13:51] popey, sverzegnassi: Feels like the Document Viewer on my E4.5 now renders PDF files faster than evince on the desktop o_O [13:51] hehe [13:58] can't wait till it the ppt viewer functionality of the Document Viewer lands in the store === chihchun is now known as chihchun_afk [15:47] balloons, does the new jenkins bot make use of the new launchpad hooks or does it still poll every 15mins? [15:47] ahayzen, it's still polling every few mins [15:47] ahayzen, the hooks stuff wasn't quite done at the time, but I'd be happy to move to it [15:47] ah cool :-) [15:48] balloons, and are any of the projects running autopilot from the bot yet? i think music+weather are still skipping? [15:48] yes, they are indeed atm [15:49] the old system has just been shut off. We'll turn it back on when we can dedicate a little time to making sure trunks pass [15:50] I can start by having it run, but not fail if it fails [15:50] ok :-) === dpm_ is now known as dpm [18:01] hey i wanted to change the DNS server programatically, is there an API for it? [18:02] heh, that would be quite a security flaw if any app could just change your DNS to one that rewrites urls to fishing sites [18:03] maybe require permissions for it or something [18:04] well, i dont think there is an API for that [18:04] network-manager might expose the info on dbus ... but i doubt you can change it through that [18:04] * voldyman fires up d-feet [18:48] * popey wonders if anyone has strong opinions on the colour scheme in the file manager app ... [18:49] my terminal is my file manager [18:51] hehe [20:20] * popey plays with the file manager colour scheme... http://imgur.com/p84BPjd [20:20] opinions sought [20:24] popey: either make the folders and home a shade darker, or the header and places a shade lighter and I think you are a winner [20:24] http://imgur.com/fHTHGYR better [20:25] popey, looks like a nautilus replacement already ;-) [20:25] side by side comparison [20:25] heh [20:25] insert dog picture meme "I don't know what I'm doing" [20:25] heh [20:26] popey, your keeping both dark and light right? and have it configurable ;-) [20:26] shut your face [20:26] * ahayzen thinks all coreapps should have a ambience and radiance or suru light/dark like themes [20:27] I agree! [20:27] popey: I think the greys are basically too close to each other, another shade or two difference and it will stand out more with out looking ugly, but it makes reading the text much easier [20:27] sadly these are ubuntu standard colours [20:28] music-app looks better with a dark theme only, imho ^_^ [20:28] yeah, part of me thinks we should keep the dark theme [20:28] because it stands out a bit [20:28] popey, there should be a canonical theme where it uses the purple palette for the corporate look ;-) [20:28] hah [20:28] popey: if you keep the dark just lighten the lower text so it is more readable [20:28] I think the dark filemanager theme needs work [20:28] yeah i agree, but i think it should be user configurable [20:29] in fact, the file manager could go darker to bring it in line with music :) [20:29] and terminal :) [20:29] \o/ [20:29] Also need to move fm to uc1.3 [20:29] not even started looking at that yet [20:30] have fun with that ;-) [20:30] actually, the colours on fm will change if I bump to 1.3 wont they [20:30] the header will change quite a bit [20:30] and other random things [20:30] try it see what happens! [20:31] haha, i expect it wont build :) [20:31] and I'll get issues with listitems and things [20:31] you should be able to use the old listitems alongside [20:31] (that's what our WIP weather bump does, and we have a separate branch to bump the listitems) [20:32] hmmm [20:36] uhhh [20:36] http://imgur.com/0tmMvEW [20:36] guess which one is uc1.3 [20:37] File manager in "Where'd my header go!" shocker [20:40] sverzegnassi, did you see my reply the other day about those office docs? they all opened fine on nexus 4? [20:40] popey: no, i was at uni that day and there was a bad wifi connection. i guess i've missed the message [20:41] okay, well good news! [20:41] they open :) [20:42] ok, then my suspect about the RAM usage may be right. On the E5 (1GB RAM) one of those documents was not loaded. [20:46] popey, hahaha === salem_ is now known as _salem [20:58] Can anyone get the qmake/qml template in the SDK to produce a valid .click package? I get errors where it fails to find the .desktop file [21:04] I think it may be something to do with the .desktop file needing to be modified for translations. Perhaps this step isn't being called by qmake? [21:16] mcphail, what version of the sdk? [21:16] mcphail, i haven't updated for a few days and bzoltan_ said he was gonna update the sdk [21:17] I am scared to update [21:21] popey: whatever comes as stock with 15.10 - let me check [21:22] popey: QtC 3.5.0 [21:22] I haven't used the qmake template before, but thought this was going to be becoming the default [21:24] I don't know enough about qmake to debug [21:26] ditto [21:27] ahayzen, so should I be able to just remove import Ubuntu.Components.ListItems 1.0 as ListItem [21:27] and it use the ListItem from uc 1.3? [21:27] * popey flails around [21:27] erm maybe, if they haven't used swipe actions etc [21:29] popey, you mean in this file? http://bazaar.launchpad.net/~ubuntu-filemanager-dev/ubuntu-filemanager-app/trunk/view/head:/src/app/qml/components/FolderListDelegate.qml [21:29] ya [21:29] as well as all the others :) [21:30] :-) [21:31] popey, I assume if you remove the listitems import and change ListItem.Subtitled to ListItem {} it'll complain about the use of subText: [21:31] yeah [21:32] need to do this when I have a clear head :) [21:32] :-) [21:37] popey, have a look at the ListItemLayout component. It makes a bit easier to play with ListItem slots [21:37] thanks [21:37] (and breaks a bit of Autopilot tests) [21:38] https://code.launchpad.net/~verzegnassi-stefano/ubuntu-docviewer-app/reboot-uitk13-listitemlayout [21:38] here's an example in docviewer