<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dhcpcd-ui.git, branch dhcpcd-ui-0.7.8</title>
<subtitle>GTK+ / Qt / Curses interface to dhcpcd.
</subtitle>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd-ui.git/'/>
<entry>
<title>Fix dist to find cairosvg</title>
<updated>2020-12-28T16:12:14+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2020-12-28T16:12:14+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd-ui.git/commit/?id=a8dd0451274ae174ec02750f3b555e3fd5a2ad36'/>
<id>a8dd0451274ae174ec02750f3b555e3fd5a2ad36</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use cairosvg rather than librsvg to convert SVG to PNG.</title>
<updated>2020-12-28T16:01:52+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2020-12-28T16:01:52+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd-ui.git/commit/?id=68bc3c828038104b2d2fef1a9b83dd396a9f148e'/>
<id>68bc3c828038104b2d2fef1a9b83dd396a9f148e</id>
<content type='text'>
librsvg now uses rust which I really don't want in my build chain.
cairosvg on the other hand uses python, which already is in my chain.

The downside is that we need to detect the binary name as often
it's based on the python version.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
librsvg now uses rust which I really don't want in my build chain.
cairosvg on the other hand uses python, which already is in my chain.

The downside is that we need to detect the binary name as often
it's based on the python version.
</pre>
</div>
</content>
</entry>
<entry>
<title>Release dhcpcd-ui-0.7.8</title>
<updated>2020-12-28T14:24:43+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2020-12-28T14:24:43+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd-ui.git/commit/?id=7e8da683992bd2d3231394d729585054e4cdc1fc'/>
<id>7e8da683992bd2d3231394d729585054e4cdc1fc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support dhcpcd NOCARRIER_ROAMING</title>
<updated>2020-12-28T14:23:24+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2020-12-28T14:23:24+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd-ui.git/commit/?id=3175dbc2fa23aa5a2ff7d97c0ceb596ba6fd1b0a'/>
<id>3175dbc2fa23aa5a2ff7d97c0ceb596ba6fd1b0a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>libdhcpcd: Work once more with data which does not yield an interface</title>
<updated>2020-12-08T16:09:46+00:00</updated>
<author>
<name>Hanno Zysik</name>
<email>h.mth@web.de</email>
</author>
<published>2020-12-02T13:37:07+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd-ui.git/commit/?id=0c3e1cdef3f866c60d9669fc28b4213bbf6ed6fd'/>
<id>0c3e1cdef3f866c60d9669fc28b4213bbf6ed6fd</id>
<content type='text'>
Such has INFORM6.
An interface could not be created for other reasons, so just read
all the data and try to create all interfaces from it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Such has INFORM6.
An interface could not be created for other reasons, so just read
all the data and try to create all interfaces from it.
</pre>
</div>
</content>
</entry>
<entry>
<title>curses: ncurses may define curs_set outside of curses</title>
<updated>2020-08-10T11:16:18+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2020-08-10T11:16:18+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd-ui.git/commit/?id=1a1631f3db42e2d9a7022cdd8d697a65b551ce24'/>
<id>1a1631f3db42e2d9a7022cdd8d697a65b551ce24</id>
<content type='text'>
This is a very poor design decision that sadly we need to work
around. There is no technical reason why all curses functions
are not defined in libcurses.

Thanks to Lars Wendler &lt;polynomial-c@gentoo.org&gt; for the initial patch.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a very poor design decision that sadly we need to work
around. There is no technical reason why all curses functions
are not defined in libcurses.

Thanks to Lars Wendler &lt;polynomial-c@gentoo.org&gt; for the initial patch.
</pre>
</div>
</content>
</entry>
<entry>
<title>dhcpcd-qt: Remove support for KDE Notifications</title>
<updated>2020-08-09T11:10:55+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2020-08-09T11:10:55+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd-ui.git/commit/?id=216835ca56ab1d889dacc336e7f5b1d72e924c21'/>
<id>216835ca56ab1d889dacc336e7f5b1d72e924c21</id>
<content type='text'>
Qt Notifications are fine and highly portable.

KDE Notifications are now more tricky as they require a per app
config file to be installed and of course don't work with
other Qt based desktops.
If anyone wants them back, we should try and create dhcpcd-kde
instead of dhcpcd-qt.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Qt Notifications are fine and highly portable.

KDE Notifications are now more tricky as they require a per app
config file to be installed and of course don't work with
other Qt based desktops.
If anyone wants them back, we should try and create dhcpcd-kde
instead of dhcpcd-qt.
</pre>
</div>
</content>
</entry>
<entry>
<title>dhcpcd-qt: Use 22x22 png icon with system tray</title>
<updated>2020-08-09T07:36:14+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2020-08-09T07:36:14+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd-ui.git/commit/?id=d5d190456641edad9fd83c47396e011ef8584873'/>
<id>d5d190456641edad9fd83c47396e011ef8584873</id>
<content type='text'>
SVG no longer renders with Qt5 :/
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVG no longer renders with Qt5 :/
</pre>
</div>
</content>
</entry>
<entry>
<title>whitespace</title>
<updated>2020-08-08T14:47:46+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2020-08-08T14:47:46+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd-ui.git/commit/?id=c7a290f660a209b3d57c992bb19ea2e4e52caef7'/>
<id>c7a290f660a209b3d57c992bb19ea2e4e52caef7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>dhcpcd-qt: Add support for KDE5 Notifications</title>
<updated>2020-08-08T14:44:52+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2020-08-08T14:44:52+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd-ui.git/commit/?id=d60ae1dbb57c14bc569bd342fa1aa0a095e626a6'/>
<id>d60ae1dbb57c14bc569bd342fa1aa0a095e626a6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
