=== JamesTai1 is now known as JamesTait === _salem is now known as salem_ === salem_ is now known as _salem [07:43] Hello [07:44] Could someone tell me how to get my app listed in the ubuntu app showdown list [08:31] Need help with the cordova api [08:33] hello? [08:57] Dar-EL: there's a #cordova, that's probably a better place to ask cordova questions.This channel is mostly focused on development things specific to the ubuntu platform. [08:58] oh, and just asking the question instead of asking to ask often gives more answers/is good practise too. :) [10:12] commandoline: cordova _is_ part of the ubuntu sdk now fyi [10:13] http://developer.ubuntu.com/resources/tutorials/html5/creating-cordova-ubuntu-qr-code-scanner-html5-app/ [10:16] popey: Oh, I missed that. :( Thanks, reading... [10:18] np [12:29] nik90, online search is shaping up http://i.imgur.com/QJob3gk.png [13:20] Greetings! [15:07] is there anyone who knows inkscape? I need a little favor :) [15:17] Hi everyone [15:23] There seems to be a bug if I have a textField within a List Item (Standard, for example), onAccepted does not trigger. Outside the list item it works fine. Can somebody confirm? [15:23] ubuntu 13.04 unable to locate package ubuntu after installing ubuntu sdk | http://askubuntu.com/q/336701 [15:35] nik90, ping [16:11] is there a column that has an action when the bottom is reached/in view? mhall119 I saw you had one once for the ubuntu reddit app, but I can't find it [16:13] GuidoPallemans, not column, but flickable widget.. [16:14] ah yes [16:31] dpm? [16:32] who's dpm [16:53] GuidoPallemans: I had to make it myself, kenvandine did another implementation for Friends [16:53] mhall119: thanks [16:53] I just scrolled down your g+ page all the way to january [16:53] that's a LOT of posts [16:53] GuidoPallemans: I can get you the code, one second [16:54] im on your launchpad now, ill do it [16:56] GuidoPallemans: the meat of the code for that is here: http://bazaar.launchpad.net/~mhall119/+junk/uReadIt/view/head:/SubredditListView.qml#L67 [16:56] and the two Label items starting on line 21 [16:57] thanks [16:57] no problem [16:57] I should make this generic and get it into Ubuntu.Components.Extras [16:58] yeah, I was thinking that too [16:59] It would be nice to just have an element Column and grid that autoflicks and has the option of adding rectangles on both sides [16:59] and actions on both sides [17:02] agreed, and if you can put together a spec of how you think that should look, both visually and from an API perspective, we can organize some work against it [17:05] hmm [17:05] is there another spec that i can kinda follow? [18:27] Is there a signal for when an item from ValueSelector is clicked? [18:41] when it is opened? [18:41] clepto1995: ping [18:42] GuidoPallemans, hi! yes [18:48] hmm [18:50] got it [18:50] ValueSelector.onExpandedChanged [18:50] after that you probably want to do if(ValueSelector.expanded) { ... [18:51] understand me? [18:51] yep [18:51] but I already decide to use another element instead of valueSelector, thanks anyway! [18:52] ah :D [18:52] but remember this [18:52] all elements have a signal for every attribute [18:52] onAttributeChanged [18:52] you will need this more than you think :D [18:53] thanks :) [18:53] but if you have time maybe you can help me with something else? :P [18:54] sure [18:54] but not tooo much, i got my own app for the contest to work on :D [18:55] oh, which is it? [18:55] it's not submitted yet, but it is a github client [18:56] https://github.com/brambram/GithubClient [18:56] GuidoPallemans, here, https://plus.google.com/106994414439340279133/posts/gnFB6juE4sT [18:57] oh, I wonder how to use that myself, so I won't be able to help you... [18:57] GuidoPallemans, no problem! Good luck with your app! [18:58] thanks! [19:04] A long-winded question (apologies in advance): [19:05] I'm working on a QML app that needs to do a lot of small processing jobs on start up [19:05] To avoid locking the GUI, I want to wait until after that's shown to run them. [19:06] My initial thought was to do these jobs in a WorkerScript. But these jobs depend on a C++ plugin, and it doesn't look like there's any way to use them in the WorkerScript. [19:06] Each job should be short, so running them in the main loop should be okay. But not all of them at once. [19:07] In Gtk, I'd use idle_add() to schedule them to run in otherwise idle times of the main loop. [19:07] Is there something similar in Qt/QML? Or is there a better way to accomplish what I want to do? [19:13] The best way to wait in qml for javascript to happen, is using the sequentialanimation [19:15] rschroll: youll need these: [19:15] http://qt-project.org/doc/qt-5.0/qtquick/qml-qtquick2-sequentialanimation.html [19:15] http://qt-project.org/doc/qt-5.0/qtquick/qml-qtquick2-scriptaction.html [19:15] http://qt-project.org/doc/qt-5.0/qtquick/qml-qtquick2-pauseanimation.html [19:15] beware though: you cant recursively enter an animation [19:15] Thanks [19:16] These are background tasks with no visible component. Is there no better way? [19:27] I don't know any [19:27] OK. Thanks for the help. I'll read the docs and see if the animation will work for me [19:38] can I use the theme manager to edit the colors of all my elements at once? I primarily want to change the background color of my pages and the text color of my listitems [19:48] anyone have a palette values example? [20:06] in the call Theme.createStyleComponent("MyItemStyle.qml", myItem) , what type is MyItemStyle? [20:14] Is quickly still maintained? I develop QA team tool that was written in GTK2 with it, but quickly always crashes [20:47] where can I find info on the friends API? [21:21] GuidoPallemans: API docs are http://developer.ubuntu.com/api/devel/ubuntu-13.10/qml/friends/qmlmodule-friends0-friends-0-1.html [21:21] not sure if/where there is more general documentation [21:26] GuidoPallemans: as for spec example, here's one that you can use for a basic idea: https://wiki.ubuntu.com/SystemSettings [21:26] and there's a wiki template page you can use too: https://wiki.ubuntu.com/SpecTemplate [21:27] you can create a new page like https://wiki.ubuntu.com/Touch/OverScrollFlickableSpec [21:27] or whatever name you want to call it, I suck at naming [21:31] thanks for all that! [21:36] np [22:22] nik90, ping [23:33] How can i create fancy app indicator with custom widgets in python? | http://askubuntu.com/q/336861