<feed xmlns='http://www.w3.org/2005/Atom'>
<title>c-gnome-app.git, branch master</title>
<subtitle>An example application for GNOME, written in C</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/amigadave/public_git/c-gnome-app.git/'/>
<entry>
<title>Add example desktop file</title>
<updated>2015-05-07T03:55:10+00:00</updated>
<author>
<name>David King</name>
<email>amigadave@amigadave.com</email>
</author>
<published>2015-05-07T03:55:10+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/amigadave/public_git/c-gnome-app.git/commit/?id=0612b5e1fae64eea54cc906f2ee00c4b51987a49'/>
<id>0612b5e1fae64eea54cc906f2ee00c4b51987a49</id>
<content type='text'>
Add an example desktop file, and install it into
/usr/share/applications.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add an example desktop file, and install it into
/usr/share/applications.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add skeleton build system</title>
<updated>2015-05-07T03:54:50+00:00</updated>
<author>
<name>David King</name>
<email>amigadave@amigadave.com</email>
</author>
<published>2015-05-07T03:49:50+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/amigadave/public_git/c-gnome-app.git/commit/?id=01c9d0edc407187b1bc6fb94b94d06d6054be7ba'/>
<id>01c9d0edc407187b1bc6fb94b94d06d6054be7ba</id>
<content type='text'>
Run "autoreconf --force --install" to create the build system, then run
"./configure" to check for necessary dependencies, such as make.
Finally, run "make install" to install (into the default prefix).
Examine the output from "./configure --help" to learn how to change the
prefix and other installation settings.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Run "autoreconf --force --install" to create the build system, then run
"./configure" to check for necessary dependencies, such as make.
Finally, run "make install" to install (into the default prefix).
Examine the output from "./configure --help" to learn how to change the
prefix and other installation settings.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a button and link it to the hello-world action</title>
<updated>2015-05-07T03:42:11+00:00</updated>
<author>
<name>David King</name>
<email>amigadave@amigadave.com</email>
</author>
<published>2015-05-07T03:42:11+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/amigadave/public_git/c-gnome-app.git/commit/?id=b0d895dafa2e56765a5ea01d17eda773d3e0142c'/>
<id>b0d895dafa2e56765a5ea01d17eda773d3e0142c</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>2015-05-07T03:38:38+00:00</updated>
<author>
<name>David King</name>
<email>amigadave@amigadave.com</email>
</author>
<published>2015-05-07T03:38:38+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/amigadave/public_git/c-gnome-app.git/commit/?id=5f1283970c40b4727f51a90784b24cfbd04e5148'/>
<id>5f1283970c40b4727f51a90784b24cfbd04e5148</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>2015-05-07T03:19:06+00:00</updated>
<author>
<name>David King</name>
<email>amigadave@amigadave.com</email>
</author>
<published>2015-05-07T03:19:06+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/amigadave/public_git/c-gnome-app.git/commit/?id=298308c90defe4e16805b4a38784fcfd22c7e3de'/>
<id>298308c90defe4e16805b4a38784fcfd22c7e3de</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>2015-05-07T02:54:59+00:00</updated>
<author>
<name>David King</name>
<email>amigadave@amigadave.com</email>
</author>
<published>2015-05-07T02:54:59+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/amigadave/public_git/c-gnome-app.git/commit/?id=348a01d86cee6fd90eea413465ec4449e23b3dd8'/>
<id>348a01d86cee6fd90eea413465ec4449e23b3dd8</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>2015-05-07T02:41:04+00:00</updated>
<author>
<name>David King</name>
<email>amigadave@amigadave.com</email>
</author>
<published>2015-05-07T02:41:04+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/amigadave/public_git/c-gnome-app.git/commit/?id=135afdb38912b0350de8d827c8307e432fd25234'/>
<id>135afdb38912b0350de8d827c8307e432fd25234</id>
<content type='text'>
The application 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 application 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>
