<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qeduport.git/Course/Grid, branch master</title>
<subtitle>QML implementation of Eduport
</subtitle>
<id>https://darapsa.org/qeduport.git/atom?h=master</id>
<link rel='self' href='https://darapsa.org/qeduport.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://darapsa.org/qeduport.git/'/>
<updated>2025-12-12T14:09:28Z</updated>
<entry>
<title>Fix paths to Material assets</title>
<updated>2025-12-12T14:09:28Z</updated>
<author>
<name>Erik Prabowo Kamal</name>
<email>erik@darapsa.org</email>
</author>
<published>2025-12-12T14:09:28Z</published>
<link rel='alternate' type='text/html' href='https://darapsa.org/qeduport.git/commit/?id=c6d4df05253bbc38a427e69c58d8e183868cb097'/>
<id>urn:sha1:c6d4df05253bbc38a427e69c58d8e183868cb097</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reimplement Qt5 DropShadow using Qt6 MultiEffect</title>
<updated>2025-12-12T14:08:13Z</updated>
<author>
<name>Erik Prabowo Kamal</name>
<email>erik@darapsa.org</email>
</author>
<published>2025-12-12T14:08:13Z</published>
<link rel='alternate' type='text/html' href='https://darapsa.org/qeduport.git/commit/?id=9b3edbb51ca2410cc8b644307efb5d67371cf009'/>
<id>urn:sha1:9b3edbb51ca2410cc8b644307efb5d67371cf009</id>
<content type='text'>
Remaining ones.
Shadow opacity is fixed too (it was meant to be opaque, not
transparent).
See 70eefa50f9a70554d9db7004e48555858dfc008c
https://darapsa.org/qeduport.git/commit/?id=70eefa50f9a70554d9db7004e48555858dfc008c
</content>
</entry>
<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://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 DropShadow using Qt6 MultiEffect</title>
<updated>2025-12-12T10:40:48Z</updated>
<author>
<name>Erik Prabowo Kamal</name>
<email>erik@darapsa.org</email>
</author>
<published>2025-12-12T10:40:48Z</published>
<link rel='alternate' type='text/html' href='https://darapsa.org/qeduport.git/commit/?id=70eefa50f9a70554d9db7004e48555858dfc008c'/>
<id>urn:sha1:70eefa50f9a70554d9db7004e48555858dfc008c</id>
<content type='text'>
https://stackoverflow.com/questions/66145143/how-to-create-dropshadow-effect-in-qml-with-qt6#66162760
Didn't follow the checked answer cause it's still using Qt5Compat.
Follow the 1st answer instead.

Don't know how to reimplement DropShadow's samples &amp; radius yet.
Opacity needs to be separated, don't set it on Qt.rgba, otherwise the
resulting colour would be too soft/light/invisible.
</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://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://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://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>Alias interface for filter bar</title>
<updated>2023-06-23T10:00:27Z</updated>
<author>
<name>ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀</name>
<email>erik@darapsa.co.id</email>
</author>
<published>2023-06-23T10:00:27Z</published>
<link rel='alternate' type='text/html' href='https://darapsa.org/qeduport.git/commit/?id=433472237b4288a8f5fb8cca2d712a4649ace759'/>
<id>urn:sha1:433472237b4288a8f5fb8cca2d712a4649ace759</id>
<content type='text'>
In case the app is not ready yet to implement filtering, this can be
used to set to set its visible to false, in order to hide it.
</content>
</entry>
<entry>
<title>another fix on layoutmargin on FilterBar.ui.qml</title>
<updated>2023-04-04T06:45:17Z</updated>
<author>
<name>anatasof wirapraja</name>
<email>anatasof.wirapraja@gmail.com</email>
</author>
<published>2023-04-04T06:45:17Z</published>
<link rel='alternate' type='text/html' href='https://darapsa.org/qeduport.git/commit/?id=f5c9cee4a2b1f4067c4b0b23b370faead27ee998'/>
<id>urn:sha1:f5c9cee4a2b1f4067c4b0b23b370faead27ee998</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add condition to filterBarControl margin</title>
<updated>2023-04-04T06:37:46Z</updated>
<author>
<name>anatasof wirapraja</name>
<email>anatasof.wirapraja@gmail.com</email>
</author>
<published>2023-04-04T06:37:46Z</published>
<link rel='alternate' type='text/html' href='https://darapsa.org/qeduport.git/commit/?id=c13fa33d94518bf15523ea9a9dffea8c7d504d3d'/>
<id>urn:sha1:c13fa33d94518bf15523ea9a9dffea8c7d504d3d</id>
<content type='text'>
</content>
</entry>
</feed>
