Re: [gtkmvc-users] Quickly
Brought to you by:
cavada
From: Luke M. <luk...@in...> - 2010-05-13 04:02:13
|
> On Wed, 2010-05-05 at 13:32 +0200, Tobias Weber wrote: > > > Thanks! Maybe you could put up a repository somewhere? I've chatted with the Quickly devs, and they suggested branching Quickly and adding the new templates there. Once everyone is happy they they can be merged into trunk. So that's what I did. You can get the source from launchpad: bzr branch lp:~luke-morton/quickly/gtkmvc-application (Note that this includes the Quickly source as well as the template which is located in quickly/data/templates/gtkmvc-application.) > > I'd remove the widget subclassing stuff. It's not necessary in gtkmvc and potentially confusing. I've removed the subview stuff and created a new command to generate a dialog which adds the AboutView as a subview. This way it's still there as an example but not cluttering the main template. I changed the templates substantially to take advantage of changes to Quickly 0.4. Most commands are now inherited from ubuntu-application. The main commands to review are: add [dialog|demo|subview] doc |