<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qinterchange.git/interchange, branch master</title>
<subtitle>Qt Core wrapper for libinterchange
</subtitle>
<id>https://www.darapsa.org/qinterchange.git/atom?h=master</id>
<link rel='self' href='https://www.darapsa.org/qinterchange.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://www.darapsa.org/qinterchange.git/'/>
<updated>2023-06-19T02:58:31Z</updated>
<entry>
<title>Ord items list now contain pointers to the Items</title>
<updated>2023-06-19T02:58:31Z</updated>
<author>
<name>ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀</name>
<email>erik@darapsa.co.id</email>
</author>
<published>2023-06-19T02:58:31Z</published>
<link rel='alternate' type='text/html' href='https://www.darapsa.org/qinterchange.git/commit/?id=9d6608227a46e62f81b0bad78f12406ba29819cc'/>
<id>urn:sha1:9d6608227a46e62f81b0bad78f12406ba29819cc</id>
<content type='text'>
so that it can contain subclasses of Item, since the ones contained are
just the pointers. The space reserved for an Item wouldn't be enough for
a subclass' additional members. The space reserved for *a pointer to* an
Item, on the other hand, should be enough for a later casted pointer to
something derived from an Item.
</content>
</entry>
<entry>
<title>Necessary changes for making Ord &amp; Item derivable</title>
<updated>2023-06-17T00:08:58Z</updated>
<author>
<name>ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀</name>
<email>erik@darapsa.co.id</email>
</author>
<published>2023-06-17T00:08:58Z</published>
<link rel='alternate' type='text/html' href='https://www.darapsa.org/qinterchange.git/commit/?id=a6cfa494405bef00571ef676ac153c21622946f9'/>
<id>urn:sha1:a6cfa494405bef00571ef676ac153c21622946f9</id>
<content type='text'>
Also make use of superclass Product initialisations for Item.
</content>
</entry>
<entry>
<title>Fix the offset to start item quantity role from</title>
<updated>2023-06-17T00:03:52Z</updated>
<author>
<name>ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀</name>
<email>erik@darapsa.co.id</email>
</author>
<published>2023-06-17T00:03:52Z</published>
<link rel='alternate' type='text/html' href='https://www.darapsa.org/qinterchange.git/commit/?id=3ba44b940147c67f7f776209121c705665a40d09'/>
<id>urn:sha1:3ba44b940147c67f7f776209121c705665a40d09</id>
<content type='text'>
It should've been changed when the option type field was added.
</content>
</entry>
<entry>
<title>Item is now a subclass of Product</title>
<updated>2023-06-16T07:40:24Z</updated>
<author>
<name>ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀</name>
<email>erik@darapsa.co.id</email>
</author>
<published>2023-06-16T07:40:24Z</published>
<link rel='alternate' type='text/html' href='https://www.darapsa.org/qinterchange.git/commit/?id=4c43c27774cfc3652ff3269519ee248e71b58185'/>
<id>urn:sha1:4c43c27774cfc3652ff3269519ee248e71b58185</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Product is back constructed using pointers</title>
<updated>2023-06-15T10:08:35Z</updated>
<author>
<name>ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀</name>
<email>erik@darapsa.co.id</email>
</author>
<published>2023-06-15T10:08:35Z</published>
<link rel='alternate' type='text/html' href='https://www.darapsa.org/qinterchange.git/commit/?id=d0a8570fd5c46ad2cab21af0b8f5a299bcbc1792'/>
<id>urn:sha1:d0a8570fd5c46ad2cab21af0b8f5a299bcbc1792</id>
<content type='text'>
so that Item can easily subclass from Product later.
</content>
</entry>
<entry>
<title>Ord is back constructed using pointers again</title>
<updated>2023-06-14T12:20:10Z</updated>
<author>
<name>ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀</name>
<email>erik@darapsa.co.id</email>
</author>
<published>2023-06-14T12:20:10Z</published>
<link rel='alternate' type='text/html' href='https://www.darapsa.org/qinterchange.git/commit/?id=ca179a4b0ed27a240bd3144a01e3c7ec13f75389'/>
<id>urn:sha1:ca179a4b0ed27a240bd3144a01e3c7ec13f75389</id>
<content type='text'>
so we can use C fake OOP with it.
</content>
</entry>
<entry>
<title>Add optionType to product</title>
<updated>2023-05-15T03:48:14Z</updated>
<author>
<name>ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀</name>
<email>erik@darapsa.co.id</email>
</author>
<published>2023-05-15T03:48:14Z</published>
<link rel='alternate' type='text/html' href='https://www.darapsa.org/qinterchange.git/commit/?id=5ff062e598afab8c8807003ef346b3b3d75b9f74'/>
<id>urn:sha1:5ff062e598afab8c8807003ef346b3b3d75b9f74</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Method for updating quantity</title>
<updated>2023-05-13T10:17:49Z</updated>
<author>
<name>ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀</name>
<email>erik@darapsa.co.id</email>
</author>
<published>2023-05-13T10:17:49Z</published>
<link rel='alternate' type='text/html' href='https://www.darapsa.org/qinterchange.git/commit/?id=5bd00e1499884e8458f58db86a6b92bc96da3e57'/>
<id>urn:sha1:5bd00e1499884e8458f58db86a6b92bc96da3e57</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Constructor using C version, &amp; no setData</title>
<updated>2023-05-09T05:17:19Z</updated>
<author>
<name>ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀</name>
<email>erik@darapsa.co.id</email>
</author>
<published>2023-05-09T05:17:19Z</published>
<link rel='alternate' type='text/html' href='https://www.darapsa.org/qinterchange.git/commit/?id=3fc49f2f2838c69be14bcf60c6cf756825b2bbee'/>
<id>urn:sha1:3fc49f2f2838c69be14bcf60c6cf756825b2bbee</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Interface for setting order page</title>
<updated>2023-03-31T10:38:20Z</updated>
<author>
<name>ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀</name>
<email>erik@darapsa.co.id</email>
</author>
<published>2023-03-31T10:38:20Z</published>
<link rel='alternate' type='text/html' href='https://www.darapsa.org/qinterchange.git/commit/?id=438bcd2d5fc49fdeec642f06647a7a7ee758f6f6'/>
<id>urn:sha1:438bcd2d5fc49fdeec642f06647a7a7ee758f6f6</id>
<content type='text'>
</content>
</entry>
</feed>
