<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qeduport.git/Course, 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 ColorOverlay using Qt6 MultiEffect</title>
<updated>2025-12-12T14:06:11Z</updated>
<author>
<name>Erik Prabowo Kamal</name>
<email>erik@darapsa.org</email>
</author>
<published>2025-12-12T14:06:11Z</published>
<link rel='alternate' type='text/html' href='https://darapsa.org/qeduport.git/commit/?id=7a58e966e9501020f046c8b686f81d66ae6f3210'/>
<id>urn:sha1:7a58e966e9501020f046c8b686f81d66ae6f3210</id>
<content type='text'>
Remaining ones.
Paths to related Material/Font-Awesome assets are fixed.
See e8f2d82e994973a274ec3a72cbb568baffb91ffc
https://darapsa.org/qeduport.git/commit/?id=e8f2d82e994973a274ec3a72cbb568baffb91ffc
</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>No source on VideoOutput, instead set MediaPlayer's videoOutput</title>
<updated>2025-12-12T11:31:44Z</updated>
<author>
<name>Erik Prabowo Kamal</name>
<email>erik@darapsa.org</email>
</author>
<published>2025-12-12T11:31:44Z</published>
<link rel='alternate' type='text/html' href='https://darapsa.org/qeduport.git/commit/?id=cd1e0f2af47b2be460e45b750788809eb252193a'/>
<id>urn:sha1:cd1e0f2af47b2be460e45b750788809eb252193a</id>
<content type='text'>
https://doc.qt.io/qt-6/qml-qtmultimedia-videooutput.html#details
</content>
</entry>
<entry>
<title>Remove unneeded Qt5Compat.GraphicalEffects imports</title>
<updated>2025-12-12T10:46:30Z</updated>
<author>
<name>Erik Prabowo Kamal</name>
<email>erik@darapsa.org</email>
</author>
<published>2025-12-12T10:46:30Z</published>
<link rel='alternate' type='text/html' href='https://darapsa.org/qeduport.git/commit/?id=2489d77d630fae5130746fb6653134844df020f7'/>
<id>urn:sha1:2489d77d630fae5130746fb6653134844df020f7</id>
<content type='text'>
</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>Reimplement Qt5 OpacityMask using Qt6 MultiEffect</title>
<updated>2025-12-12T09:51:38Z</updated>
<author>
<name>Erik Prabowo Kamal</name>
<email>erik@darapsa.org</email>
</author>
<published>2025-12-12T09:51:38Z</published>
<link rel='alternate' type='text/html' href='https://darapsa.org/qeduport.git/commit/?id=93b25dfa97494184493e02b75766e57bc6fe79bb'/>
<id>urn:sha1:93b25dfa97494184493e02b75766e57bc6fe79bb</id>
<content type='text'>
https://darapsa.org/qessenger.git/commit/?id=5f777bca13beadd0a56d2264225b0c09e49541a2
The mask Rectangle needs to be put outside of the MultiEffect,
and referred to by the Rectangle's ID.
It wouldn't work if it's put directly on MultiEffect's maskSource.

https://forum.qt.io/topic/145956/rounded-image-in-qt6
Enabling layer and invisibility on the mask rectangle are a must.
Take notice on what Jacoco wrote about jagged edges at the end of the
thread. Will test that later.
</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>
</feed>
