/srv/irclogs.ubuntu.com/2017/02/21/#ubuntu-app-devel.txt

=== chihchun_afk is now known as chihchun
=== 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
=== 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
kalikiana__salem: any update on testing the organization fix? https://code.launchpad.net/~ubuntu-sdk-team/ubuntu-ui-toolkit/organizedCrime/+merge/316825 would be good to know if we can pass it on to the next landing10:39
kalikiana_daker: I added some docs to SortFilterModel https://code.launchpad.net/~ubuntu-sdk-team/ubuntu-ui-toolkit/insensitivePattern/+merge/31753710:58
dakerkalikiana_: thanks! much better10:58
kalikiana_t1mp: review, please ^^10:59
=== _salem is now known as salem_
salem_renatu, ^ did you test the organization fix?11:18
renatusalem_, not yet, let me test it11:19
renatukalikiana_, what is the silo that contains that?11:21
kalikiana_renatu: https://bileto.ubuntu.com/#/ticket/247811:33
kalikiana_daker: The components.api is still wrong https://code.launchpad.net/~daker/ubuntu-ui-toolkit/fix.1341559/+merge/31756812:21
dakerkalikiana_: yes i saw it, he knew that i did lie to him :D12:22
kalikiana_lol12:22
dakerkalikiana_: how can can i update it without compiling :D12:24
kalikiana_daker: Well, you can edit it by hand12:24
=== chihchun is now known as chihchun_afk
t1mpkalikiana_: happroved https://code.launchpad.net/~ubuntu-sdk-team/ubuntu-ui-toolkit/insensitivePattern/+merge/31753713:31
akhil_surabhihello, i'm trying to compile ubuntu touch from sources, i'm getting the following error, please help me13:31
akhil_surabhiPrebuilt apk found in PRODUCT_COPY_FILES use BUILD_PREBUILT instead!.  Stop.13:32
kalikiana_t1mp: Thanks!13:35
dakerkalikiana_: fixed, if you want to trigger CI15:09
kalikiana_Done15:10
kalikiana_Let's see if he can get this passing15:10
dakerkalikiana_: i still have other MRs if you want to look at them when you have time16:28
kalikiana_daker: Hand them to me16:29
kalikiana_I'm all eyes16:29
dakerhttps://code.launchpad.net/~daker/ubuntu-ui-toolkit/fix.1630872/+merge/31780616:29
dakerhttps://code.launchpad.net/~daker/ubuntu-ui-toolkit/fix.1665938/+merge/31780416:29
dakerhttps://code.launchpad.net/~daker/ubuntu-ui-toolkit/fix.1665944/+merge/31771216:29
dakerhttps://code.launchpad.net/~daker/ubuntu-ui-toolkit/fix.1665942/+merge/31771116:29
dakerhttps://code.launchpad.net/~daker/ubuntu-ui-toolkit/fix.1486940/+merge/31740116:29
dakerthat's all :)16:30
kalikiana_daker: We need to talk about this one again me thinks https://code.launchpad.net/~daker/ubuntu-ui-toolkit/fix.1665938/+merge/31780417:22
dakerkalikiana_: i was reporting a bug against ubuntu-themes17:23
kalikiana_Where?17:23
dakerhttps://bugs.launchpad.net/ubuntu-themes/17:23
dakerbasically the RTL back icon is just the "next" icon named "back-rtl"17:25
dakerbecause the arrow needs to point to the right17:25
kalikiana_daker: That's half true. Those icons look like reverses of each other. But they are very much independent icons that coincidentally look like that right now in that theme. You don't know that it will be true in the future or with another theme.17:30
kalikiana_And trust me, I've seen this mistake happen before and icons did change.17:30
kalikiana_daker: So, the only future-proof fix is to add a back-rtl.svg to the theme. Even if it's a copy of next.svg.17:31
dakerkalikiana_: i see, you mean we need a mirrored "back" icon, not a "next" icon, so whenever the back change back-rtl should be a mirror of it, right ?17:32
kalikiana_(And some themes even symlink internally. Which is fine, as long as it's in the implementation of the theme)17:32
kalikiana_daker: Yes. It could be that eg. back becomes thicker, rounder, whatever, and won't anymore look the same as next.17:33
dakerkalikiana_: you are right17:33
kalikiana_daker: Are you going to report a bug for it?17:36
dakerkalikiana_: yes17:36
dakerkalikiana_: bug 166660717:40
ubot5bug 1666607 in Ubuntu theme "Add an RTL back button icon" [Undecided,New] https://launchpad.net/bugs/166660717:40
=== mardy_ is now known as mardy
kalikiana_daker: Are you planning on looking into the icon loading side of it?18:06
dakerkalikiana_: i'll try, is there quick way to test change ? or how do you guys test your changes ?18:07
kalikiana_daker: I think we might want the test in tests/unit/iconprovider/tst_iconprovider.cpp18:14
kalikiana_We can have test icons there, regardless of the real theme18:15
dakerkalikiana_: i mean how do you "test" your change, do you have to recompile everything each time ?18:15
kalikiana_daker: Not sure I get what you're asking18:18
dakerkalikiana_: to fix somethings which steps do you follow ? grab the code, fix the bug, compile everything ? how do you visualize the change ? how do tell the gallery app to use your newly built sdk, not the system one ?18:21
dakersee my point ?18:21
kalikiana_Ah18:25
kalikiana_So: generally, yes, I do recompile the branch.18:26
kalikiana_There's a few options to use the plugin you built18:26
kalikiana_Unit tests and AP tests will automagically pick up the code from the folder18:27
kalikiana_You can use ./export_qml_dir.sh (if you use Bash) to modify your local shell18:28
kalikiana_Or ./gallery.sh18:29
kalikiana_^^ daker18:29
dakerok i see18:29
dakerthanks kalikiana_18:30
dakerfor horizontalAlignment, why do you think it's incorrect ?18:31
kalikiana_daker: I think using the value from Qt.application may not be the best option, since there are local properties as well. But I haven't personally run into problems where that matters, so it "may" be incorrect18:35
kalikiana_I'm basically trying to keep it in mind, not saying it's necessarily bad18:35
dakerkalikiana_: ok, i see18:36
kalikiana_daker: Thanks for taking the time to understand my reviews btw. You're doing an outstanding amount of fixes these days. Very happy to work with you!18:41
dakerkalikiana_: thanks, i am not an expert in the field but i just try to understand the comments maybe i am not doing/understanding things as they should18:43
dakerkalikiana_: so i'll need to rely on QGuiApplication::isRightToLeft() to test if we are on RTL or not right ?18:46
kalikiana_daker: Yup18:48
dakerkalikiana_: ok, do you have an example the full string image://scaling/scale/path ?18:49
dakerpath ends with an extension i would say18:50
dakernvm i see an example on the file :D image://scaling/0.5/arrow.png18:54
dakerso here if we are in RTL i would split the path/extension add -rtl to path[0], if it exists load it normally otherwise load the original path18:56
dakerkalikiana_: ^18:57
kalikiana_daker: Yes18:57
kalikiana_Sounds right18:57
dakerkalikiana_: excellent18:57
=== salem_ is now known as _salem

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