<feed xmlns='http://www.w3.org/2005/Atom'>
<title>python-gnome-app.git/python-gnome-app, branch master</title>
<subtitle>An example application for GNOME, written in Python</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/amigadave/public_git/python-gnome-app.git/'/>
<entry>
<title>Add a button and link it to the hello-world action</title>
<updated>2014-05-21T11:02:48+00:00</updated>
<author>
<name>David King</name>
<email>amigadave@amigadave.com</email>
</author>
<published>2014-05-21T11:02:48+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/amigadave/public_git/python-gnome-app.git/commit/?id=8745a28cef42ba0134b2672f5131a62b782958c1'/>
<id>8745a28cef42ba0134b2672f5131a62b782958c1</id>
<content type='text'>
Create a button, and link it to the "app.hello-world" action, so that
clicking it does the same as selecting the menu item or pressing the
keyboard shortcut for that action.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Create a button, and link it to the "app.hello-world" action, so that
clicking it does the same as selecting the menu item or pressing the
keyboard shortcut for that action.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add an application menu</title>
<updated>2014-05-21T10:57:02+00:00</updated>
<author>
<name>David King</name>
<email>amigadave@amigadave.com</email>
</author>
<published>2014-05-21T10:57:02+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/amigadave/public_git/python-gnome-app.git/commit/?id=519fa77576ab32942a8e7b6379d4d28144bb6c23'/>
<id>519fa77576ab32942a8e7b6379d4d28144bb6c23</id>
<content type='text'>
Create a menu model, and add menu items into the model. Link the menu
items to the "hello-world" and "quit" actions, which were added to the
application. Set the menu to be the application menu.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Create a menu model, and add menu items into the model. Link the menu
items to the "hello-world" and "quit" actions, which were added to the
application. Set the menu to be the application menu.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add actions and handlers for hello world and quit</title>
<updated>2014-05-21T10:53:55+00:00</updated>
<author>
<name>David King</name>
<email>amigadave@amigadave.com</email>
</author>
<published>2014-05-21T10:46:22+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/amigadave/public_git/python-gnome-app.git/commit/?id=279df35098654e78b8d678e65988aa701e0f71b6'/>
<id>279df35098654e78b8d678e65988aa701e0f71b6</id>
<content type='text'>
Create two actions, "hello-world" and "quit", and add them to the
application (which is an implementation of GActionMap). Connect the
"activate" signal of the actions to handlers. Add an accelerator for
each action, so that they can be triggered with a keyboard shortcut.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Create two actions, "hello-world" and "quit", and add them to the
application (which is an implementation of GActionMap). Connect the
"activate" signal of the actions to handlers. Add an accelerator for
each action, so that they can be triggered with a keyboard shortcut.
</pre>
</div>
</content>
</entry>
<entry>
<title>Terminate the application when closing the window</title>
<updated>2014-05-21T09:29:50+00:00</updated>
<author>
<name>David King</name>
<email>amigadave@amigadave.com</email>
</author>
<published>2014-05-21T09:21:36+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/amigadave/public_git/python-gnome-app.git/commit/?id=7052642590db0b693af45e01fdc1e8bc5eb46f75'/>
<id>7052642590db0b693af45e01fdc1e8bc5eb46f75</id>
<content type='text'>
Use GtkApplication to manage the application lifecycle, and quit the
application when the window is closed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use GtkApplication to manage the application lifecycle, and quit the
application when the window is closed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add skeleton app, which shows an empty window</title>
<updated>2014-05-21T08:38:29+00:00</updated>
<author>
<name>David King</name>
<email>amigadave@amigadave.com</email>
</author>
<published>2014-05-21T08:38:29+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/amigadave/public_git/python-gnome-app.git/commit/?id=ef157fb26fdc7a66c25568ae21b351acd2c149b4'/>
<id>ef157fb26fdc7a66c25568ae21b351acd2c149b4</id>
<content type='text'>
The appliction shows a window and runs forever. Closing the window does
not stop the application, so it must be killed externally.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The appliction shows a window and runs forever. Closing the window does
not stop the application, so it must be killed externally.
</pre>
</div>
</content>
</entry>
</feed>
