[07:42] good morning === chriadam is now known as chriadam|away [09:16] Hi tmoenicke :) [09:16] tmoenicke I still can't get Chinese words show up, can u help ? [09:19] JoeyChan: hi [09:19] JoeyChan: do you have the latest release? [09:19] tmoenicke Morning [09:20] tmoenicke yep r32 [09:20] tmoenicke also built trunk into it [09:21] JoeyChan: do you have the pinyin layout, and it shows latin? [09:22] tmoenicke yep [09:22] is env showing everything correctly? [09:23] tmoenicke "preditive" bar only shows English words [09:23] tmoenicke I think so [09:23] LANGUAGE=zh_CN [09:23] LANG=zh_CN.UTF-8 [09:24] tmoenicke from command "env" [09:24] JoeyChan: what happens when you switch to English and back to Chinese, in the lang menu on the keyboard? [09:26] tmoenicke switch language via system-setting app ? [09:26] Good morning all; happy French Toast Day! :-D [09:26] JoeyChan: nope [09:26] in the keyboard [09:27] tmoenicke the "earth" button at bottom left ? [09:28] tmoenicke right of the "符号" button ? [09:28] yes [09:28] tmoenicke that button is inactive [09:29] tmoenicke nothing happen when I press it [09:30] tmoenicke and that button looks like always in "pressed" status [09:32] JoeyChan: did you long press? [09:32] tmoenicke no.. try it now [09:33] tmoenicke I can c 3 options: English French Spanish [09:34] tmoenicke I c Chinese now !! [09:34] tmoenicke Thanks very much \(^o^)/ [09:35] tmoenicke seems I just don't know how to use it :P [09:35] JoeyChan: and does it work now typing pinyin? [09:36] tmoenicke yep :) [09:36] tmoenicke I can type Chinese words now [09:36] cool [09:37] tmoenicke Sorry I bother u many times :P [09:39] no worries [09:40] tmoenicke Great thanks from all Chinese users haha :P [09:51] :) === MacSlow is now known as MacSlow|lunch === _salem is now known as salem_ === MacSlow|lunch is now known as MacSlow === ondra is now known as ondra|lunch === dholbach_ is now known as dholbach [14:55] Kaleo, hey, question for you, ListItems got "icon:" deprecated "Use iconName or iconSource instead." ... that means you can't use a custom component as an icon anymore? [14:56] Kaleo, (we have code that uses "icon: Rectangle {...}" [15:15] seb128, yes [15:15] seb128, we discussed that a long time ago :) [15:15] seb128, I think we reached the conclusion that it should not be needed [15:15] Kaleo, what do you suggest doing instead? [15:15] seb128, we can rediscuss it [15:16] seb128, I need to see the exact use case [15:18] Kaleo, it's for https://wiki.ubuntu.com/LanguageAndText?action=AttachFile&do=get&target=phone-keyboard-layouts.png [15:18] plugins/language/KeyboardLayouts.qml [15:18] I see [15:18] Kaleo, the keyboard layouts are basically a 2 letter label in a rectangle [15:18] Kaleo, I just opened https://bugs.launchpad.net/ubuntu/+source/ubuntu-system-settings/+bug/1256017 about that btw [15:18] Launchpad bug 1256017 in ubuntu-system-settings (Ubuntu) "[language] Needs to stop using deprecated "icon"" [Undecided,New] [15:19] seb128, ok [15:19] attente, hey [15:19] seb128, hi [15:19] attente, I'm discussing https://bugs.launchpad.net/ubuntu/+source/ubuntu-system-settings/+bug/1256017 with Kaleo [15:19] attente, (just hit that while porting u-s-s to the new icon properties, read the bug description for some context) [15:20] attente, disturbing nick :) [15:20] hmm.. so we can no longer use an Item? [15:20] Kaleo, hi :) [15:20] hi :) [15:21] we can use a custom ListItem.Standard for the time being i suppose? [15:21] seb128, we did not break anything right? [15:21] Kaleo, no, you didn't [15:21] good [15:21] Kaleo, but the code is displaying deprecation warnings, so I guess we should do something about it ;-) [15:22] Kaleo, I'm just trying to figure out what's the right solution forward [15:22] attente, well, it's deprecated for Standard as well, see http://bazaar.launchpad.net/~ubuntu-sdk-team/ubuntu-ui-toolkit/trunk/revision/858/CHANGES [15:22] * DEPRECATED IN: ListItems.Standard: property variant icon [15:23] oh. whoops, right [15:23] seb128, attente the way it is now, you would need to create your own list item based on Empty to get the features that you want [15:23] seb128, attente, what t1mp said :) [15:23] t1mp, another thing we might do is to reintroduce the feature with a proper API (separate property) [15:24] Kaleo, oh, I'm lying, the toolkit update does make the UI stop working (well, it still loads, but the layouts icons stopped showing) [15:25] it's throwing those warnings [15:25] file:///usr/lib/i386-linux-gnu/qt5/qml/Ubuntu/Components/ListItems/Standard.qml:252: Error: Cannot assign QObject* to QUrl [15:25] WARNING: ListItems.Standard.icon is DEPRECATED. Use iconName and iconSource instead. [15:25] shrug [15:25] seb128, that does not make sense [15:25] ok, let's replace with a custom Empty then [15:25] seb128, icon is a variant [15:25] Kaleo, try yourself, "USS_SHOW_ALL_UI=1 system-settings" [15:25] click on language->keyboard [15:25] seb128, hang on [15:26] Kaleo, I downgraded the ui toolkit deb and it's working [15:26] hmm. instead of basing it on Empty, you could base it on Base (subclass of Empty) to get a progression visual and text margins [15:26] seb128, ok [15:26] seb128, sorry about that [15:26] no worry, it's just a visual glitch [15:26] the UI is still usable [15:26] do you want a bug for it anyway? [15:27] seb128, sure [15:31] Kaleo, https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1256024 [15:31] Launchpad bug 1256024 in Ubuntu UI Toolkit "ListItem "icon: Rectangle {}" stopped working since it got deprecated" [Undecided,New] [15:32] seb128, thanks [15:32] yw [15:33] seb128, attente, so do what t1mp is saying :) [15:33] Kaleo, t1mp: thanks for the suggestion (using a custom Empty) [15:33] or Base instead [15:33] attente, can you work on that? [15:33] seb128, sure [15:33] attente, thanks [15:33] seb128, but are checkboxes on the right or the left? [15:34] attente, on the right, the design image didn't get update but we agreed to just use the standard UI elements [16:52] boiko: this is now ready to merge: https://code.launchpad.net/~elopio/dialer-app/fix1250275-pyflakes/+merge/194776 [17:00] I once saw a script to test click packages for submission that they use internally on the ubuntu-touch maillist but I can't seem to find it. Can someone help? [17:02] labsin: here bzr branch lp:click-reviewers-tools (https://launchpad.net/click-reviewers-tools) [17:03] daker, thanx [17:13] All checks passed and it's published :) [17:14] labsin: congrats! [17:15] no, not yes published :D Pending review :) But the reviews seem to be fast [17:18] labsin: maybe popey can review it for you [17:18] popey, could you? it's Falling Blocks (number 314) [17:29] am going afk for a bit, will review when i get back in some hours, sorry labsin [17:30] popey, no problem [17:31] bah [17:31] I want to play that on the train [17:31] so I have tested and approved it ☻ [17:32] right, afk now ☻ [17:32] popey, thanks [17:32] let me know if you like it [17:54] elopio: nice! I will take it a look === boiko_ is now known as boiko === salem_ is now known as _salem === seb128_ is now known as seb128