/srv/irclogs.ubuntu.com/2013/11/28/#ubuntu-app-devel.txt

dholbachgood morning07:42
=== chriadam is now known as chriadam|away
JoeyChanHi tmoenicke  :)09:16
JoeyChantmoenicke       I still can't get Chinese words show up, can u help ?09:16
tmoenickeJoeyChan: hi09:19
tmoenickeJoeyChan: do you have the latest release?09:19
JoeyChantmoenicke   Morning09:19
JoeyChantmoenicke    yep  r3209:20
JoeyChantmoenicke    also built trunk into it09:20
tmoenickeJoeyChan: do you have the pinyin layout, and it shows latin?09:21
JoeyChantmoenicke   yep09:22
tmoenickeis env showing everything correctly?09:22
JoeyChantmoenicke   "preditive" bar only shows English words09:23
JoeyChantmoenicke   I think so09:23
JoeyChanLANGUAGE=zh_CN09:23
JoeyChanLANG=zh_CN.UTF-809:23
JoeyChantmoenicke   from command "env"09:24
tmoenickeJoeyChan: what happens when you switch to English and back to Chinese, in the lang menu on the keyboard?09:24
JoeyChantmoenicke   switch language via  system-setting app ?09:26
JamesTaitGood morning all; happy French Toast Day! :-D09:26
tmoenickeJoeyChan: nope09:26
tmoenickein the keyboard09:26
JoeyChantmoenicke   the "earth" button at bottom left ?09:27
JoeyChantmoenicke   right of the "符号" button ?09:28
tmoenickeyes09:28
JoeyChantmoenicke   that button is inactive09:28
JoeyChantmoenicke  nothing happen when I press it09:29
JoeyChantmoenicke   and that button looks like always in "pressed" status09:30
tmoenickeJoeyChan: did you long press?09:32
JoeyChantmoenicke  no..  try it now09:32
JoeyChantmoenicke  I can c 3 options:  English  French   Spanish09:33
JoeyChantmoenicke   I c Chinese now !!09:34
JoeyChantmoenicke        Thanks very much   \(^o^)/09:34
JoeyChantmoenicke      seems  I just don't know how to use it  :P09:35
tmoenickeJoeyChan: and does it work now typing pinyin?09:35
JoeyChantmoenicke  yep  :)09:36
JoeyChantmoenicke   I can type Chinese words now09:36
tmoenickecool09:36
JoeyChantmoenicke   Sorry I bother u many times   :P09:37
tmoenickeno worries09:39
JoeyChantmoenicke   Great thanks from all Chinese users   haha  :P09: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
seb128Kaleo, 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
seb128Kaleo, (we have code that uses "icon: Rectangle {...}"14:56
Kaleoseb128, yes15:15
Kaleoseb128, we discussed that a long time ago :)15:15
Kaleoseb128, I think we reached the conclusion that it should not be needed15:15
seb128Kaleo, what do you suggest doing instead?15:15
Kaleoseb128, we can rediscuss it15:15
Kaleoseb128, I need to see the exact use case15:16
seb128Kaleo, it's for https://wiki.ubuntu.com/LanguageAndText?action=AttachFile&do=get&target=phone-keyboard-layouts.png15:18
Kaleoplugins/language/KeyboardLayouts.qml15:18
KaleoI see15:18
seb128Kaleo, the keyboard layouts are basically a 2 letter label in a rectangle15:18
seb128Kaleo, I just opened https://bugs.launchpad.net/ubuntu/+source/ubuntu-system-settings/+bug/1256017 about that btw15:18
ubot2Launchpad bug 1256017 in ubuntu-system-settings (Ubuntu) "[language] Needs to stop using deprecated "icon"" [Undecided,New]15:18
Kaleoseb128, ok15:19
seb128attente, hey15:19
attenteseb128, hi15:19
seb128attente, I'm discussing https://bugs.launchpad.net/ubuntu/+source/ubuntu-system-settings/+bug/1256017 with Kaleo15:19
seb128attente, (just hit that while porting u-s-s to the new icon properties, read the bug description for some context)15:19
Kaleoattente, disturbing nick :)15:20
attentehmm.. so we can no longer use an Item?15:20
attenteKaleo, hi :)15:20
Kaleohi :)15:20
attentewe can use a custom ListItem.Standard for the time being i suppose?15:21
Kaleoseb128, we did not break anything right?15:21
seb128Kaleo, no, you didn't15:21
Kaleogood15:21
seb128Kaleo, but the code is displaying deprecation warnings, so I guess we should do something about it ;-)15:21
seb128Kaleo, I'm just trying to figure out what's the right solution forward15:22
seb128attente, well, it's deprecated for Standard as well, see http://bazaar.launchpad.net/~ubuntu-sdk-team/ubuntu-ui-toolkit/trunk/revision/858/CHANGES15:22
seb128* DEPRECATED IN: ListItems.Standard: property variant icon15:22
attenteoh. whoops, right15:23
t1mpseb128, attente the way it is now, you would need to create your own list item based on Empty to get the features that you want15:23
Kaleoseb128, attente, what t1mp said :)15:23
Kaleot1mp, another thing we might do is to reintroduce the feature with a proper API (separate property)15:23
seb128Kaleo, 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
seb128it's throwing those warnings15:25
seb128file:///usr/lib/i386-linux-gnu/qt5/qml/Ubuntu/Components/ListItems/Standard.qml:252: Error: Cannot assign QObject* to QUrl15:25
seb128WARNING: ListItems.Standard.icon is DEPRECATED. Use iconName and iconSource instead.15:25
seb128shrug15:25
Kaleoseb128, that does not make sense15:25
attenteok, let's replace with a custom Empty then15:25
Kaleoseb128, icon is a variant15:25
seb128Kaleo, try yourself, "USS_SHOW_ALL_UI=1 system-settings"15:25
seb128click on language->keyboard15:25
Kaleoseb128, hang on15:25
seb128Kaleo, I downgraded the ui toolkit deb and it's working15:26
t1mphmm. instead of basing it on Empty, you could base it on Base (subclass of Empty) to get a progression visual and text margins15:26
Kaleoseb128, ok15:26
Kaleoseb128, sorry about that15:26
seb128no worry, it's just a visual glitch15:26
seb128the UI is still usable15:26
seb128do you want a bug for it anyway?15:26
Kaleoseb128, sure15:27
seb128Kaleo, https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/125602415:31
ubot2Launchpad bug 1256024 in Ubuntu UI Toolkit "ListItem "icon: Rectangle {}" stopped working since it got deprecated" [Undecided,New]15:31
Kaleoseb128, thanks15:32
seb128yw15:32
Kaleoseb128, attente, so do what t1mp is saying :)15:33
seb128Kaleo, t1mp: thanks for the suggestion (using a custom Empty)15:33
seb128or Base instead15:33
seb128attente, can you work on that?15:33
attenteseb128, sure15:33
seb128attente, thanks15:33
attenteseb128, but are checkboxes on the right or the left?15:33
seb128attente, on the right, the design image didn't get update but we agreed to just use the standard UI elements15:34
elopioboiko: this is now ready to merge: https://code.launchpad.net/~elopio/dialer-app/fix1250275-pyflakes/+merge/19477616:52
labsinI 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
dakerlabsin: here bzr branch lp:click-reviewers-tools (https://launchpad.net/click-reviewers-tools)17:02
labsindaker, thanx17:03
labsinAll checks passed and it's published :)17:13
dakerlabsin: congrats!17:14
labsinno, not yes published :D Pending review :) But the reviews seem to be fast17:15
dakerlabsin: maybe popey can review it for you17:18
labsinpopey, could you? it's Falling Blocks (number 314)17:18
popeyam going afk for a bit, will review when i get back in some hours, sorry labsin17:29
labsinpopey, no problem17:30
popeybah17:31
popeyI want to play that on the train17:31
popeyso I have tested and approved it ☻17:31
popeyright, afk now ☻17:32
labsinpopey, thanks17:32
labsinlet me know if you like it17:32
boikoelopio: nice! I will take it a look17: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!