[01:48] Can't seem to find the logo to use for a "Now available in the Ubuntu Software Center" [01:48] ideas? [02:00] Also, if we want to use the same codebase for a paid app and a PPA are there any issues with this approach? === rickspencer3_ is now known as rickspencer3 === odra is now known as odraencode === chriadam is now known as chriadam|away [10:47] I tried QtCreator to write some C++ code. So far it looks ok, and the Qt specific stuff is great, but the editor itself is not powerful enough for me. [10:47] Can I somehow use emacs editor inside qt creator? [10:47] (or at least some emacs-like shortcuts) [11:24] xnox, you can use vim, there is a vim mode in Qt Creator. Now, it isn't my intention to start a code editor flamewar, though :) [11:24] otherwise you can use emacs outside of Qt Creator [11:53] Hello, I submitted my commercial game to Ubuntu App Developer portal and now it is ready to be published. However, there seems to be a version number issue in deb packages. I left a message in feedback section around 7 days back, but haven't received a response yet. [12:07] Sorry, got disconnected with network. [12:07] Nitesh, you should talk to John Pugh, let me send you a private message with his e-mail [15:57] hey, for the ubuntu components, how do I make one of those menu bar things that pop up from the bottom? [16:02] set the tools property of a Page to ToolbarActions { [16:02] Action { [16:02] text: "Contacts" [16:02] onTriggered: { [16:02] pagestack.push(page_contacts); [16:02] } [16:02] } [16:02] like this [16:03] rickspencer3: ^^ [16:03] thanks matge! === blythebaxter is now known as mh0 === mh0 is now known as blythebaxter === rickspencer3_ is now known as rickspencer3 [22:22] does anyone have a definitively working sample of ToobarActions? [22:23] I can't get it to work, and the documentation is contradicatory [22:23] plus, I tried everything and none of it worked ;) [22:26] nm [22:26] I had to put a page inside the MainView [22:26] then it workd