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