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

test132133Can't seem to find the logo to use for a "Now available in the Ubuntu Software Center"01:48
test132133ideas?01:48
test132133Also, if we want to use the same codebase for a paid app and a PPA are there any issues with this approach?02:00
=== rickspencer3_ is now known as rickspencer3
=== odra is now known as odraencode
=== chriadam is now known as chriadam|away
xnoxI 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
xnoxCan I somehow use emacs editor inside qt creator?10:47
xnox(or at least some emacs-like shortcuts)10:47
dpmxnox, 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
dpmotherwise you can use emacs outside of Qt Creator11:24
NiteshHello, 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.11:53
NiteshSorry, got disconnected with network.12:07
dpmNitesh, you should talk to John Pugh, let me send you a private message with his e-mail12:07
rickspencer3hey, for the ubuntu components, how do I make one of those menu bar things that pop up from the bottom?15:57
matgeset the tools property of a Page to ToolbarActions {16:02
matge                Action {16:02
matge                    text: "Contacts"16:02
matge                    onTriggered: {16:02
matge                        pagestack.push(page_contacts);16:02
matge                    }16:02
matge                }16:02
matgelike this16:02
matgerickspencer3: ^^16:03
rickspencer3thanks matge!16:03
=== blythebaxter is now known as mh0
=== mh0 is now known as blythebaxter
=== rickspencer3_ is now known as rickspencer3
rickspencer3does anyone have a definitively working sample of ToobarActions?22:22
rickspencer3I can't get it to work, and the documentation is contradicatory22:23
rickspencer3plus, I tried everything and none of it worked ;)22:23
rickspencer3nm22:26
rickspencer3I had to put a page inside the MainView22:26
rickspencer3then it workd22:26

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