/srv/irclogs.ubuntu.com/2014/01/31/#ubuntu-app-devel.txt

=== chriadam|away is now known as chriadam
ahayzennik90, have i broken something?00:52
=== _salem is now known as salem_
=== salem_ is now known as _salem
=== bfiller is now known as bfiller_afk
Obrian1180Buenas noches... Saludos desde Venezuela04:53
mardymzanetti: maybe the accounts page should be the one at the bottom of the stack?07:36
dholbachgood morning07:57
dpmmorning dholbach08:03
dpmmzanetti, more contributions! \o/ https://code.launchpad.net/~bobo-324/reminders-app/fix-1273111/+merge/20414408:03
dholbachhey dpm08:08
popeydpm: mzanetti https://plus.google.com/u/0/+marshallk/posts/Dx48KbSZieE08:56
dpmpopey, nice! I still like the Ubuntu feel better though, even if we don't have visual designs yet :)09:01
popey09:01
WebbyITmzanetti, I'll pick this one, I have an idea: I'll fix both bug 1274743 and bug 1274742, cause both require to modify login page09:02
ubot2`Launchpad bug 1274743 in Ubuntu Reminders app "App has no logout option." [Undecided,New] https://launchpad.net/bugs/127474309:02
ubot2`Launchpad bug 1274742 in Ubuntu Reminders app "App has a back button on the select account screen, shouldn't" [Undecided,New] https://launchpad.net/bugs/127474209:02
dpmWebbyIT, mardy is doing some work on getting the authentication plugin merged into the reminders code. Perhaps it might be worth waiting for his branch to land before you start working on login-related bugs09:07
popeydpm: these are more for the app than the plugin09:08
dpmpopey, that's right, but we're also going to change how we talk to the authentication from the app. I'm just mentioning to make sure WebbyIT doesn't start working on something that later needs to be reworked. Perhaps mardy can give us some advice09:10
mardydpm: actually, the branch is ready (IMHO), it just needs someone other than me to test it09:10
popeyok09:11
dpmmardy, can you add some instructions on how to test the branch? IIRC it needs the package with the trusted helper code, which has not landed yet, to be installed first, right?09:12
dpmperhaps on the description of the MP?09:13
mardydpm: no, no dependencies09:13
mardydpm: just build it and run it :-)09:13
mardydpm: I'll propose another branch for the trusted helper, probably later on today09:14
dpmmardy, ah, so that one just takes care of the merging of the two repos, right? I should have probably looked at it in more detail...09:14
dpmWebbyIT, so it's up to you what you want to work on. If you want to wait for these changes to land and you're looking for something else, this is a potentially bitesize bug: bug 127311009:16
ubot2`Launchpad bug 1273110 in Ubuntu Reminders app "Show activity indication when loading content" [High,Triaged] https://launchpad.net/bugs/127311009:16
mardydpm: correct: merges the two repos and adds the username retrieval in the account plugin09:17
dpmok, thanks09:17
mzanettimorning everyone09:17
* mzanetti is still sleepy09:17
mzanettiWebbyIT: cool, thanks.09:17
dpmhey mzanetti, morning o/09:17
mzanettimardy: valid point09:17
mzanettidpm: will review soonish09:18
=== Ursinha-afk is now known as Ursinha
mardymzanetti: that's just an idea, probably using a dialog is better (and it would be nice if this page can be accessed from the toolbar)09:28
JamesTaitGood morning all; happy Friday and happy Chinese New Year! :-D09:31
nik90morning everyone09:44
WebbyITHow can I find list of all icons on Ubuntu 14.04?10:20
WebbyITIcon for Ubuntu Touch...10:20
nik90WebbyIT: there was this app which lists all icon theme and individual icon names10:31
nik90WebbyIT: I cannot remember the app name :/10:31
WebbyITnik90, on phone?10:32
nik90WebbyIT: no its a desktop app10:33
nik90WebbyIT: the app does nothing else except show icons in an icon theme. A very simple app10:33
* nik90 hates it when you cannot remember stuff just when u need it10:33
WebbyITnik90, mhh, I didn't find anythig on bigG10:34
nik90bigG?10:34
WebbyITnik90, Google :P10:36
nik90:)10:36
nik90WebbyIT: found it!10:38
nik90WebbyIT: http://iloveubuntu.net/icon-library-10-released-support-ubuntu-1304-and-ubuntu-131010:38
WebbyITnik90, awesome! Thansk very much :)10:39
WebbyITpopey, could you top-approve this please?10:48
WebbyIThttps://code.launchpad.net/~rpadovani/reminders-app/fix-1267800/+merge/20411510:48
=== _salem is now known as salem_
WebbyITmzanetti, if it's ok, could you top approve this, please?11:22
WebbyIThttps://code.launchpad.net/~rpadovani/reminders-app/fix-1267800/+merge/20411511:22
WebbyITI need it for the new branch11:22
dpmnik90, WebbyIT, enjoy ;) https://plus.google.com/u/0/+DavidPlanella/posts/144iojDbjv511:24
WebbyITdpm thanks :-) I think it's the same that nik90 linked11:25
mzanettiWebbyIT: added some comments, needs fixing, sorry ;)11:25
dpmah, yeah, I missed the "Found it!" message11:25
nik90Hehe11:26
dpmalso, I've just filed bug 127489511:29
ubot2`Launchpad bug 1274895 in Ubuntu UI Toolkit "Add mobile icons to the Gallery Showcase" [Undecided,New] https://launchpad.net/bugs/127489511:29
WebbyITmzanetti, mhh, I put it in the delegate because it's the only way to access to accountService easily11:31
mzanettiWebbyIT: hmm... looking at it I'm actually not sure why the AccountService element is inside the delegate11:33
* mzanetti gets the impression that the AccountService API is a bit weird...11:34
mzanettimardy: hey, can you explain me something?11:35
mzanettihow does the AccountService element know which account it actually is?11:35
WebbyITmzanetti, if I put AccountService out of delegate I have an error with accountServiceHandle. I suppose there is a strange link between the delegate and the account11:37
mzanettiyeah... trying to figure what's happening11:38
mzanettithe weird thing is that if AccountService is inside a delegate it has a method "authenticate()" if its outside the delegate, it doesn't11:39
WebbyITalso in API documentation AccountService is inside the delegate:11:42
WebbyIThttp://developer.ubuntu.com/api/qml/sdk-1.0/Ubuntu.OnlineAccounts.AccountServiceModel/11:42
WebbyIT(see third and fourth example)11:42
timpwhich package do I need to install to get cmake for gallery-app detect gstreamer-0.1?11:46
mzanettitimp: tried with apt-get build-dep gallery-app?11:46
mzanettiif that doesn't work its a bug in the packaging I'd say11:47
timpmzanetti: thank you! that works.11:48
mzanettiWebbyIT: in any case, as your branch is now I won't approve it cause this might break in certain circumstances11:52
mzanettiwill talk to mardy how to fix it11:53
WebbyITmzanetti, in which circumstances? If I put the Component.onCompleted out of delegate is sufficent to fix it?11:54
mzanettiWebbyIT: for example if the first item's onCompleted is executed before the model delivers the second item. not entirely sure how to deal with it yet11:55
WebbyITmzanetti, so, I'll push another branch for fix other two bugs related to login and I'll update this one when we'll find a solution12:00
mzanettiWebbyIT: ok, cool12:01
mzanettiWebbyIT: what I'd like to have is something like this: the app starts up, the first thing it does is to check how many accounts there are, if there is only one, select that, if not, open the list and let the user pick12:03
mzanettimardy: ^ I can't figure how to do this12:03
mzanetti'cause AccountsService need to be visible before they work (as a result of only working inside listview delegates for some reason) which imo is quite broken12:03
WebbyITmzanetti, for switch account icon is ok to use contacts-app-symbolic? It's the only icon in ubuntu-mobile theme with account12:04
mzanettiWebbyIT: sure... just put some icon you think fits. as long as we don't have any visual design that's not really an issue12:04
mardymzanetti: sorry, was on lunch break12:07
* mardy reads the backlog12:08
=== MacSlow is now known as MacSlow|lunch
mardymzanetti: so to check how many accounts you have, you don't need the AccountService, just the AccountserviceModel12:10
mardymzanetti: it has a "count" property12:10
mzanettimardy: yeah, ok. that works, but how would I call authenticate() on one of them?12:10
mardymzanetti: OK, then you need to instantiate an AccountService for the account you want to authenticate12:11
mzanettimardy: yep, that's where I'm struggling right now12:11
mardymzanetti: you set the accountServiceHandle to the one of the account you need12:11
mzanettimardy: for some reason I can't set objectHandle12:11
mardymzanetti: I don't understand, the current trunk seems to be fine; what are you changing?12:11
WebbyIThttps://bazaar.launchpad.net/~rpadovani/reminders-app/fix-1267800/view/head:/src/app/qml/ui/AccountSelectorPage.qml12:12
mzanettimardy: I don't want to build up the page with the listView if there is only one account anyways12:12
mzanettimardy: we don't want the user to have to manually select the account12:12
mardymzanetti: IIRC the AccountServiceModel has a get() method, let me check...12:13
mardymzanetti: yes, it's there. So, something like accounts.get(0, "accountServiceHandle") will give you the handle you have to put in the AccountService12:15
* mzanetti tries12:15
dpmdoes anyone know whether I can put an SVG app icon in the sources rather than a fixed-size PNG? "Can" being defined as "will it be used in the Launcher and the Apps scope"?12:21
mzanettidpm: yes12:21
mzanettidpm: all my apps use exclusively svg icons12:22
dpmmzanetti, ok, so we can fix bug 1273704 quite easily, let me get an SVG12:22
ubot2`Launchpad bug 1273704 in Ubuntu Reminders app "Icon isn't the right size" [Undecided,New] https://launchpad.net/bugs/127370412:22
mzanettidpm: well, this bug is not really related to png vs svg I think12:22
mzanettidpm: its more that the png has a transparent border12:23
mzanettibut still, +1 on replacing it with an svg12:23
dpmmzanetti, the bug is there because the icon is square, and it should be rectangular (ratio width/height should be 8/7.5, I'm told). But yeah, in any case the SVG has those proportions and will fix it12:24
FuLgOrEhi guys. My UT is fully up to date. Is there any way to make ENTER and BACKSPACE working in the terminal app?12:30
mzanettimardy: Object Accounts::AccountService(0x291ea40) has no method 'authenticate'12:30
mardymzanetti: impossible :-)12:32
mardymzanetti: I'll push a branch in a second12:32
mzanettimardy: ok :)12:32
mzanettiWebbyIT: you've got a talent to reveal the tricky parts of the app :D12:33
mzanettimardy: do you mean a branch for accountservice of a branch for the reminders-app that does this?12:34
mardyhttps://code.launchpad.net/~mardy/reminders-app/single-account/+merge/20421912:34
mardymzanetti: I tested it quickly, it might use some improvement12:34
mzanettimardy: this is what I was missing: singleAccountComponent.createObject(this, { "objectHandle": accounts.get(0, "accountServiceHandle") })12:36
=== chriadam is now known as chriadam|away
mardymzanetti: looking at my code, I think we can do better, wait a second...12:36
mzanettimardy: as accounts.get() return a AccountSerivce already12:36
mzanettiI thought that's it... but it seems to be a dummy QObject instead12:37
* mzanetti votes for AccountsModel::account(index) which returns the real thing, not having to do the createObject in qml12:38
mzanettiimo those handles shouldn't be exported to qml at all...12:38
mardymzanetti: true, it was not easy to design that QML API12:40
mardymzanetti: I chose to make it as declarative as possible12:40
mardymzanetti: the other option would have been to return "the real thing" as you say, but then one would have to play with "Connections" elements or the "connect()" method on the signals12:41
mardymzanetti: I updated my last merge request, the code is much simpler now12:42
mzanettimardy: ok, cool. I won't merge your's as is as I'd like to have some of this in reminders.qml and don't even load the AccountSelectorPage if not required. but your branch helps me a lot to get that done. thanks!12:43
mardymzanetti: yw12:43
mardymzanetti: yes, that makes sense12:44
dpmA very trivial review if someone can have a look at it! https://code.launchpad.net/~dpm/reminders-app/bug-1273704/+merge/20421813:00
mzanettiWebbyIT: mardy: https://code.launchpad.net/~mzanetti/reminders-app/init-account-rework/+merge/20422813:07
mzanettiWebbyIT: this just handles the communication with the AccountService, still a lot to do for you on top of that...13:08
mzanettifor example even if there are multiple accounts, we should store the selected one and reuse that.13:08
mzanettiin case there are 0 accounts we need to launch the settings13:09
mzanettiand there is no error handling yet13:09
nik90dpm: can you top approve that MP. I reviewed and approved it13:11
WebbyITmzanetti, I start to working on it :)13:15
WebbyITthanks mardy !13:15
mzanetti+1 ^13:15
mardyWebbyIT: di niente :-)13:17
WebbyITmardy, ci sono italiani dappertutto :D13:18
mzanetti:D13:18
dpmthanks nik90, mzanetti for the review13:25
ahayzentimp, ping13:31
teflaHi! I'm looking for what I know on Debian as /dev/eth0 (or similar, em0) as the interface file, but can't find it on Ubuntu 13.10. Where am I going wrong? I am using the NetworkManager. Does this have anything to do with it?13:41
popeytefla: this isn't a support channel for ubuntu, however it sounds like you're looking for /etc/network/interfaces?13:44
popeytefla: when you use network manager, the interfaces file isn't used. indeed if you put interfaces in that file it will prevent network manager from managing that device. so by default we don't ship by configuring interfaces in that file13:44
teflaThanks for the clarification. However I am trying to create an app that uses the network dev file directly13:47
popeytefla: an ubuntu touch app?13:48
teflaso that i can create a socket using it.13:48
teflano :)13:48
tefla#ubuntu?13:48
popeywell, the network device will be the same as debian, in /dev/eth0 or /dev/wlan0 depending on your device13:48
popeycat /proc/net/dev13:49
popeyand you'll see the devices13:49
teflaok, so having my default connection using NetworkManager is getting me!13:49
teflaAh! got you13:49
teflathanks for the help, and sorry for spamming the wrong room13:50
popeynp13:51
=== matiasb1 is now known as matiasb
=== MacSlow|lunch is now known as MacSlow
timpahayzen: hello14:07
ahayzentimp, regarding the MP https://code.launchpad.net/~andrew-hayzen/ubuntu-ui-toolkit/fix-swipe-delete-002/+merge/20217114:08
ahayzentimp, the failure is that when a swipe delete has been confirmed the height isn't set to 0?14:08
timplet me have a look. I only had a quick look to see which tests failed14:08
ahayzentimp, https://jenkins.qa.ubuntu.com/job/autopilot-testrunner-otto-trusty/2447/testReport/junit/ubuntuuitoolkit.tests.test_emulators/SwipeToDeleteTestCase/test_delete_item_moving_left/14:08
timpit fails on AssertionError: After 10.0 seconds test on Standard.implicitHeight failed: 0 != dbus.Double(50.0, variant_level=1)14:09
WebbyITmzanetti, couple of questions: what's the best way to save favourite account? GSetting, Sqlite with QML or U1DB?14:09
ahayzentimp, hmm i wonder wht bit broke tht lol14:09
mzanettiWebbyIT: I personally would go for QSettings14:09
WebbyITmzanetti, ok, thanks. Second: how can I call friends to add an account?14:10
mzanettiWebbyIT: don't know, maybe mardy does ^14:10
ahayzentimp, and why did ur tests pass?14:10
timpthat's.... ehm. weird.14:11
timpahayzen: I just checked again, they still pass on my laptop.14:13
timpahayzen: I'll try on my galaxy nexus now14:13
timpahayzen: strange. it works fine on my galaxy nexus as well14:18
ahayzentimp, weird14:18
timpelopio: ^ do you have an idea why AP fails on jenkins but not locally for me in this MR? https://code.launchpad.net/~andrew-hayzen/ubuntu-ui-toolkit/fix-swipe-delete-002/+merge/20217114:18
* timp lunchtime, bbl14:18
elopiotimp: no idea.14:27
elopiothat's failing on the desktop, let me give it a try.14:27
mardyWebbyIT: not sure what you mean... to add accounts you don't call friends14:28
mardyWebbyIT: if you want to create accounts from Reminders, I've a branch for it: https://code.launchpad.net/~mardy/reminders-app/app-access/+merge/20419114:29
=== bfiller_afk is now known as bfiller
mardyWebbyIT: BTW, testing is *very* welcome :-)14:29
WebbyITmardy, I don't want to add an account from app: if user press on "Add other account" I think the best way is to open Friend to add another account14:29
mardyWebbyIT: not sure why Friends would be involved14:31
mardyWebbyIT: Friends cannot create accounts, AFAIK14:31
WebbyITmardy, what's the name of account manager?14:32
WebbyITwhere you can add online account...14:32
mardyWebbyIT: "Online Accounts" :-) But that is what the branch I linked above does14:33
WebbyITmardy, uops :-) Ok, I'll try it, thanks :)14:33
elopioahayzen: I got to reproduce the error. I think we are not hitting the delete button properly, and then the item is still there.14:34
elopioI'm in a meeting, but will be back with you shortly.14:35
mardymzanetti: had any time to look at https://code.launchpad.net/~mardy/reminders-app/account-plugin/+merge/203952 ?14:37
mzanettimardy: no, not yet, sorry14:37
mzanettithe right edge animation to switch apps is driving me mad :D14:37
mzanettimardy: I'll try to get to it today14:37
mardymzanetti: thanks14:38
WebbyITmardy, could your branch work on desktop? There are some dipendences to install?14:39
mardyWebbyIT: yes, it works on the desktop, there's one dependency which is mentioned in the description of the merge request14:43
WebbyITright, thanks14:44
ahayzenelopio, ok so is tht my issue or the test?14:46
elopioahayzen: it's the emulator, it seems. We need to wait for the row to stop moving.14:48
elopiolet me try something.14:48
ahayzenelopio, could it be because i have now fixed some of the animations tht weren't working before?14:49
elopiotimp: you don't get the error probably because your machine is slow :)14:49
elopioahayzen: likely. We need to wait for the animation to finish before we click. Otherwise, we will get the center of the button while it's moving.14:49
ahayzenelopio, ok14:49
* ahayzen lunch bbl14:51
ahayzenelopio, whts the best way of waiting for the animation to complete?15:13
elopioahayzen: I'm trying to find a way, but my autopilot vis is stuck.15:16
elopioahayzen: have you done autopilot tests before?15:16
ahayzenelopio, heh i've done some for the music-app but my knowledge isnt tht gd15:17
ahayzenelopio, i guess in the confirm_removal() in the emulators.py we need to wait until the animation is complete?15:18
elopiosorry, things are crashing everywhere.15:25
ahayzenhaha no worries15:25
=== gatox is now known as gatox_lunch
elopioahayzen: I don't know enought QML to understand what's going on. It seems to me that waitingConfirmationForRemoval = True is happening after all the animations are finished.16:19
ahayzenelopio, so maybe waiting for tht to be true would  work?16:20
elopioahayzen: we are waiting for it to be true:16:21
elopioself.waitingConfirmationForRemoval.wait_for(True)16:21
ahayzenelopio, hmm yh i just saw tht16:21
elopioit seems that after it's True, we still have another animation that I don't know where it comes from.16:21
ahayzenelopio, ok i may have changed something then16:21
ahayzenelopio, i'll investigate tonight see if i can figure it out, thanks for ur help, i've gtg now :/16:22
elopioahayzen: thanks to you. If I find something, I'll comment the MP.16:22
ahayzenelopio, thanks16:22
elopioI get it.16:26
=== greyback_ is now known as greyback|food
=== greyback|food is now known as greyback
mzanettimardy: I'm wondering why jenkins doesn't pick this up https://code.launchpad.net/~mardy/reminders-app/account-plugin/+merge/20395217:15
=== gatox_lunch is now known as gatox
dpmmzanetti, because he's not a member of the team. We need to ping fginther to manually trigger the job ^17:42
mzanettidpm: ah, I see...17:42
mzanettidpm: I autolanding seems to be working tho17:42
dpmmzanetti, top-approving triggers the job too afaik, so perhaps that was it?17:43
fgintherdpm, mzanetti top approving by a team member will trigger autolanding automatically17:43
mzanettiack, thanks17:44
mzanettidpm: https://code.launchpad.net/~mardy/reminders-app/app-access/+merge/204191/comments/47718117:44
* dpm looks17:44
* dpm looks if Dani is still around...17:47
dpmah, you pinged him already :)17:47
WebbyITmzanetti, sorry, too many branch today. I'll work on this for improve login after mardy merge?17:51
WebbyIThttps://code.launchpad.net/~mzanetti/reminders-app/init-account-rework17:52
mzanettiWebbyIT: I'd say you test this and review it, if it works, approve it.17:53
mzanettiWebbyIT: then mardy's branch deals with the case if there is no account at all17:53
mzanettiWebbyIT: an you can handle the case if there are multiple accounts (with the switch account button etc)17:54
mzanettiWebbyIT: does this work you?17:54
WebbyITmzanetti, yap :)17:54
* popey hugs WebbyIT 17:54
mzanettiWebbyIT: cool, I won't be online tonight. if you finish this and want to do more, check out the "shoot" branch and get it merged. then rework the camera workflow to reflect the design mockups17:55
mzanettiWebbyIT: there needs to be a confirmation page that asks "Do you want to use this picture" etc17:55
WebbyITmzanetti, wow, ok :)17:55
mzanettiWebbyIT: do you have the link to the design mockups?17:56
popeythey are in the blueprint17:56
popeyhttps://blueprints.launchpad.net/ubuntu-phone-commons/+spec/reminders-app-development17:56
mzanettipopey: yeah, but for some reason the blueprint is not linked to the lp:reminders-app repo17:56
popeyyeah17:57
popeyadded blueprint link to https://launchpad.net/reminders-app17:57
WebbyITmzanetti, if it's the gdocs yes17:57
mzanettiWebbyIT: yeah, that one... there are 3 pictures for the camera workflow. that's missing in the app so far17:58
mzanettiwell, one of the 3 is missing completely, and one looks bad and needs to become prettier17:59
WebbyITok, I'll see what I can do18:00
mzanettipopey: what I mean is, if you go to here https://launchpad.net/reminders-app and click on the Blueprints link on top, you won't end up in the blueprint18:00
popeyyeah, i know18:00
mzanettiWebbyIT: no worries if you don't manage or don't have time...18:00
mzanettiWebbyIT: just in case you want to do something while I'm away18:00
WebbyIT:-)18:01
WebbyITmzanetti, https://code.launchpad.net/~mzanetti/reminders-app/init-account-rework/+merge/204228/comments/47720718:10
om26erboiko, how do i get new messaging-app released ?18:19
boikoom26er: you need to fill the MR submission checkist on the MR18:21
boikoom26er: https://wiki.ubuntu.com/Process/Merges/Checklists/system-apps18:21
boikoom26er: then the reviewer fills the review checkist, and then we request to bfiller a new release18:21
om26erboiko, hmm, thats a bigger task18:23
boikoom26er: that's the new procedure for all packages it seems18:23
om26erboiko, will fill the request once jenkins behaves and my branch lands18:24
boikoom26er: well, that needs to be filled before it gets approved/merged18:24
om26erboiko, even for https://code.launchpad.net/~om26er/messaging-app/fix_introspection/+merge/203392 ?18:25
WebbyITSomeone could review this please?18:25
WebbyIThttps://code.launchpad.net/~rpadovani/ubuntu-calculator-app/1274229/+merge/20431118:25
boikoom26er: yep18:25
om26er-    if (arguments.contains("-testability")) {18:25
om26er+    if (arguments.contains("-testability") || qgetenv("QT_LOAD_TESTABILITY") == "1") {18:25
om26er:p18:25
boikoom26er: yep, I have done that for an MR that was changing even less code than yours did :P18:26
om26erboiko, should I revert the status from 'approved' to needs review then ?18:26
boikoom26er: doesn't really matter, cause bfiller will only pick the MR if it has both the submitter and the reviewer checklists filled18:26
boikoom26er: no more autolanding on branches18:27
om26erfun!18:29
bfillerom26er: for any MR, you need to perform the steps in the reviewer section checklist here: https://wiki.ubuntu.com/Process/Merges/Checklists/system-apps18:30
bfillerom26er: part of that is making sure you manually run these tests: https://wiki.ubuntu.com/Process/Merges/TestPlan/dialer-app18:30
om26erbfiller, ok, will do.18:31
bfillerom26er: once you've done that then we can get it released18:33
bfillerom26er: just a heads up as well, the design of the dialer app is going to be changing alot, so I wouldn't write too many new autopilot tests until we know exactly what is going t change18:34
bfillerom26er: hopefully you knew about that :)18:35
om26erbfiller, heh, I have already written a few  ;) seems they will need to be altered later18:35
om26erthe good part is most of the work in those tests is logical so that will stay the same18:36
bfillerthat's good18:37
nik90WebbyIT: I reviewed and approved your MP. Care to top approve it pls.18:46
WebbyITnik90, thanks :)18:46
nik90WebbyIT: btw, your qbzr recommendation is so freaking awesome...helps out nicely instead of using the terminal18:49
WebbyITnik90, yeah, Trevino suggested it to me a week ago, it's very cool :)18:52
dpmI use it all the time too!18:52
dpmqdiff and qlog all the time :)18:53
WebbyITwow, I didn't know qlog, very interesting :)18:53
nik90qlog?18:54
nik90I basically used bzr q(commit, log, diff)18:55
nik90they all work18:55
nik90try out bzr qcommit18:55
WebbyITqdiff is the best, but also qcommit is useful18:55
=== salem_ is now known as _salem
=== _salem is now known as salem_
=== salem_ is now known as _salem
balloonsahayzen_, you about?20:13
ahayzen_balloons, sortof...on a dodgy WiFi and gonna go out in a bit20:13
ahayzen_balloons, whts up?20:13
balloonsahayzen_, nvm actually I figured it out.. but, fyi, migrating music to cmake20:14
balloonsyou'll see a mp soon20:14
ahayzen_balloons, ooo cool :)20:14
ahayzen_balloons, so we can cross compile?20:14
balloonsthe world is our oyster, lol.. my motivation is to allow for usage of the click-buddy tool20:14
ahayzen_balloons, awesome :)20:15
wardaneHow do you simulate a pinch to zoom in Qt creator?20:41
WebbyITdpm, if you have time, could you please review this again? https://code.launchpad.net/~mzanetti/reminders-app/shoot/+merge/20341821:16
WebbyITMhh, dpm isn't online :/21:16
=== bfiller is now known as bfiller_afk
WebbyITpopey, this is for you :-) https://code.launchpad.net/~rpadovani/ubuntu-calculator-app/1273637/+merge/20435421:55
popey:D21:56

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