<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/ModemManager.git/cli/mmcli-manager.c, branch 06-api</title>
<subtitle>gitlab.freedesktop.org: mobile-broadband/ModemManager.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ModemManager.git/'/>
<entry>
<title>cli: use g_list_free_full() when possible</title>
<updated>2012-03-01T16:30:11+00:00</updated>
<author>
<name>Aleksander Morgado</name>
<email>aleksander@lanedo.com</email>
</author>
<published>2012-01-05T19:01:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ModemManager.git/commit/?id=0eb84c84ded8124cdec7d1ed5fc9644a4dd30840'/>
<id>0eb84c84ded8124cdec7d1ed5fc9644a4dd30840</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cli: don't recheck group options if already done</title>
<updated>2012-03-01T16:30:00+00:00</updated>
<author>
<name>Aleksander Morgado</name>
<email>aleksander@lanedo.com</email>
</author>
<published>2011-12-21T14:15:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ModemManager.git/commit/?id=353ec6f68b42d1ba846e3aadc2e6723b13f570e6'/>
<id>353ec6f68b42d1ba846e3aadc2e6723b13f570e6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cli: allow option groups to force async/sync operations</title>
<updated>2012-03-01T16:29:56+00:00</updated>
<author>
<name>Aleksander Morgado</name>
<email>aleksander@lanedo.com</email>
</author>
<published>2011-12-09T16:58:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ModemManager.git/commit/?id=f1c1849b1704486543fa7b59329d157bbd74a69a'/>
<id>f1c1849b1704486543fa7b59329d157bbd74a69a</id>
<content type='text'>
Some operations are clearly asynchronous (e.g. monitoring modem state), while
others are clearly synchronous (e.g. printing modem info). So just allow option
groups to force the operation to be async or sync based on the detected action.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some operations are clearly asynchronous (e.g. monitoring modem state), while
others are clearly synchronous (e.g. printing modem info). So just allow option
groups to force the operation to be async or sync based on the detected action.
</pre>
</div>
</content>
</entry>
<entry>
<title>cli: use the new libmm-glib API fixes</title>
<updated>2012-03-01T16:29:56+00:00</updated>
<author>
<name>Aleksander Morgado</name>
<email>aleksander@lanedo.com</email>
</author>
<published>2011-12-09T14:45:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ModemManager.git/commit/?id=addb3987f657772149822c9047e75a69228d0d70'/>
<id>addb3987f657772149822c9047e75a69228d0d70</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cli: logging improvements</title>
<updated>2012-03-01T16:29:56+00:00</updated>
<author>
<name>Aleksander Morgado</name>
<email>aleksander@lanedo.com</email>
</author>
<published>2011-12-02T19:44:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ModemManager.git/commit/?id=3f41bd8458c922d7a4c1cda79c23b78e1d9828c4'/>
<id>3f41bd8458c922d7a4c1cda79c23b78e1d9828c4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cli: start to port Modem actions to use the new libmm-glib</title>
<updated>2012-03-01T16:29:50+00:00</updated>
<author>
<name>Aleksander Morgado</name>
<email>aleksander@lanedo.com</email>
</author>
<published>2011-11-20T19:55:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ModemManager.git/commit/?id=7b807e0ed407c9d5528a431727e0cc92721ae98d'/>
<id>7b807e0ed407c9d5528a431727e0cc92721ae98d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cli: port Manager actions to use the new libmm-glib</title>
<updated>2012-03-01T16:29:50+00:00</updated>
<author>
<name>Aleksander Morgado</name>
<email>aleksander@lanedo.com</email>
</author>
<published>2011-10-27T15:12:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ModemManager.git/commit/?id=c86b294db1a3fbc9db71dc245df8b718319bd5a6'/>
<id>c86b294db1a3fbc9db71dc245df8b718319bd5a6</id>
<content type='text'>
The original command line interface was written based on a hand-made libmm. This
commit ports the Manager interface handling to the new gdbus-codegen-based
libmm-glib.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The original command line interface was written based on a hand-made libmm. This
commit ports the Manager interface handling to the new gdbus-codegen-based
libmm-glib.
</pre>
</div>
</content>
</entry>
<entry>
<title>cli: prefix error messages with 'error: '</title>
<updated>2012-03-01T16:29:50+00:00</updated>
<author>
<name>Aleksander Morgado</name>
<email>aleksander@lanedo.com</email>
</author>
<published>2011-08-20T07:28:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ModemManager.git/commit/?id=67db1c911eadb00eb210f89a60b9b1a96c8fb932'/>
<id>67db1c911eadb00eb210f89a60b9b1a96c8fb932</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cli: use capital letters for manager options</title>
<updated>2012-03-01T16:29:50+00:00</updated>
<author>
<name>Aleksander Morgado</name>
<email>aleksander@lanedo.com</email>
</author>
<published>2011-08-20T07:19:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ModemManager.git/commit/?id=a50018a12bcbea26a80221c8bc21b283d94fd051'/>
<id>a50018a12bcbea26a80221c8bc21b283d94fd051</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cli: split into different option groups, in different files</title>
<updated>2012-03-01T16:29:49+00:00</updated>
<author>
<name>Aleksander Morgado</name>
<email>aleksander@lanedo.com</email>
</author>
<published>2011-08-19T21:43:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ModemManager.git/commit/?id=939cf0f627ecccff1ccdc181ad25e30c266cd635'/>
<id>939cf0f627ecccff1ccdc181ad25e30c266cd635</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
