<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qeduport.git/Course/Detail/Classic/Content/Main, branch master</title>
<subtitle>QML implementation of Eduport
</subtitle>
<id>https://www.darapsa.org/qeduport.git/atom?h=master</id>
<link rel='self' href='https://www.darapsa.org/qeduport.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://www.darapsa.org/qeduport.git/'/>
<updated>2025-12-12T14:03:27Z</updated>
<entry>
<title>Reimplement Qt5 OpacityMask using Qt6 MultiEffect</title>
<updated>2025-12-12T14:03:27Z</updated>
<author>
<name>Erik Prabowo Kamal</name>
<email>erik@darapsa.org</email>
</author>
<published>2025-12-12T14:03:27Z</published>
<link rel='alternate' type='text/html' href='https://www.darapsa.org/qeduport.git/commit/?id=d71942a538dd9fd9e335cd32639e78eb9aad90e1'/>
<id>urn:sha1:d71942a538dd9fd9e335cd32639e78eb9aad90e1</id>
<content type='text'>
Remaining ones.
See 93b25dfa97494184493e02b75766e57bc6fe79bb
https://darapsa.org/qeduport.git/commit/?id=93b25dfa97494184493e02b75766e57bc6fe79bb
</content>
</entry>
<entry>
<title>Reimplement Qt5 ColorOverlay using Qt6 MultiEffect</title>
<updated>2025-12-12T10:27:50Z</updated>
<author>
<name>Erik Prabowo Kamal</name>
<email>erik@darapsa.org</email>
</author>
<published>2025-12-12T10:27:50Z</published>
<link rel='alternate' type='text/html' href='https://www.darapsa.org/qeduport.git/commit/?id=e8f2d82e994973a274ec3a72cbb568baffb91ffc'/>
<id>urn:sha1:e8f2d82e994973a274ec3a72cbb568baffb91ffc</id>
<content type='text'>
https://stackoverflow.com/questions/70809206/color-overlay-an-image-in-qml-qt6#77060406
Even though the answer is not checked, but the Qt6.8 works, and after
following the suggestion in its comment about brightness.

The MultiEffect needs to be put outside of the Image when they're on a
Button. Having MultiEffect as the Image layer's effect only works when
it's not on a Button.
</content>
</entry>
<entry>
<title>Update the project &amp; remaining QML files to Qt6</title>
<updated>2025-12-10T08:58:20Z</updated>
<author>
<name>Erik Prabowo Kamal</name>
<email>erik@darapsa.org</email>
</author>
<published>2025-12-10T08:58:20Z</published>
<link rel='alternate' type='text/html' href='https://www.darapsa.org/qeduport.git/commit/?id=2f18a0f6663141b567a75faa7e3e52b5dfa4f002'/>
<id>urn:sha1:2f18a0f6663141b567a75faa7e3e52b5dfa4f002</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update imports to be Qt6 compatible</title>
<updated>2025-11-26T09:44:34Z</updated>
<author>
<name>Erik Prabowo Kamal</name>
<email>erik@darapsa.org</email>
</author>
<published>2025-11-26T09:44:34Z</published>
<link rel='alternate' type='text/html' href='https://www.darapsa.org/qeduport.git/commit/?id=15daabdbdfe59f816b23cd643cf5234fdb5c4e64'/>
<id>urn:sha1:15daabdbdfe59f816b23cd643cf5234fdb5c4e64</id>
<content type='text'>
Still using the graphical effects compatibility for now.
</content>
</entry>
<entry>
<title>Heading attached property is used instead of Hx</title>
<updated>2023-04-12T14:49:29Z</updated>
<author>
<name>ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀</name>
<email>erik@darapsa.co.id</email>
</author>
<published>2023-04-12T14:49:29Z</published>
<link rel='alternate' type='text/html' href='https://www.darapsa.org/qeduport.git/commit/?id=9a60deb26c6db9dec64b4814fb75ac39f04c5b27'/>
<id>urn:sha1:9a60deb26c6db9dec64b4814fb75ac39f04c5b27</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Just use (BS) Label now instead of Body</title>
<updated>2023-04-12T10:30:01Z</updated>
<author>
<name>ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀</name>
<email>erik@darapsa.co.id</email>
</author>
<published>2023-04-12T10:30:01Z</published>
<link rel='alternate' type='text/html' href='https://www.darapsa.org/qeduport.git/commit/?id=2127dd61cda7dcb65b4edd51556158a8e79b0795'/>
<id>urn:sha1:2127dd61cda7dcb65b4edd51556158a8e79b0795</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Qeduport now relies on Qootstrap</title>
<updated>2023-04-11T08:07:10Z</updated>
<author>
<name>ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀</name>
<email>erik@darapsa.co.id</email>
</author>
<published>2023-04-11T08:07:10Z</published>
<link rel='alternate' type='text/html' href='https://www.darapsa.org/qeduport.git/commit/?id=6f46e95ed7e02bc16aaf26393942383ce8667e13'/>
<id>urn:sha1:6f46e95ed7e02bc16aaf26393942383ce8667e13</id>
<content type='text'>
Qeduport should now be installed to the system too.
When used from app, Qeduport will refer to libqootstrap installed
in the system.
When used from Designer / Design Studio, Qeduport will refer to
the non attached property QML version instead.
</content>
</entry>
<entry>
<title>Move to be used files to each dir</title>
<updated>2023-04-02T08:46:35Z</updated>
<author>
<name>ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀</name>
<email>erik@darapsa.co.id</email>
</author>
<published>2023-04-02T08:46:35Z</published>
<link rel='alternate' type='text/html' href='https://www.darapsa.org/qeduport.git/commit/?id=b18f44a86757a8feedc977a762a6822cafa0cb19'/>
<id>urn:sha1:b18f44a86757a8feedc977a762a6822cafa0cb19</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Instructor tab text colour reuse</title>
<updated>2023-03-30T04:57:31Z</updated>
<author>
<name>ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀</name>
<email>erik@darapsa.co.id</email>
</author>
<published>2023-03-30T04:57:31Z</published>
<link rel='alternate' type='text/html' href='https://www.darapsa.org/qeduport.git/commit/?id=6023e0cef10b57aa7ab9388eac9535bf41a5fc06'/>
<id>urn:sha1:6023e0cef10b57aa7ab9388eac9535bf41a5fc06</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Instructor tab content reuses labels</title>
<updated>2023-03-23T02:49:05Z</updated>
<author>
<name>ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀</name>
<email>erik@darapsa.co.id</email>
</author>
<published>2023-03-23T02:49:05Z</published>
<link rel='alternate' type='text/html' href='https://www.darapsa.org/qeduport.git/commit/?id=c65ac283932235555ce04ad76258f44d3ee825fd'/>
<id>urn:sha1:c65ac283932235555ce04ad76258f44d3ee825fd</id>
<content type='text'>
</content>
</entry>
</feed>
