- Jun 01, 2024
-
-
- Mar 29, 2024
-
-
- Mar 28, 2024
-
-
I18n module was intending to provide translation through vlc_gettext(). I'm not sure why QTranslator was not the way chosen before, because it directly offers this and using qsTr() has the advantage of better integration. Translation is handled in a lower abstraction level through QJSEngine (see QJSEngine::TranslationExtension) as opposed to using custom a QML type through QQmlEngine. Thanks to that, the `org.videolan.vlc` module import can be eliminated in some files.
-
- Mar 09, 2024
-
-
- Jan 25, 2024
-
-
Qt6 raise a warning when passing an initialization value to a non-existant property in a component. At some point we may refactor theses view to inherit from a common base. for now we just define the property where required
-
-
- Oct 20, 2023
-
-
- Oct 16, 2023
-
-
-
exposing History properties as a single dictionary simplifies how view can retrieve or alter its properties, by directly writing to the History.viewProp object Recursive nature of the history path was underused, and we can achieve the same behavior by having unique names for intermediates view properties
-
- Oct 10, 2023
-
-
-
-
-
feature concerns list/grid only, former naming was obscure
-
- Sep 20, 2023
-
-
- Sep 15, 2023
-
-
- Jul 31, 2023
-
-
- Jun 19, 2023
-
-
- Jun 05, 2023
-
-
- May 23, 2023
-
-
- May 11, 2023
-
-
- Feb 28, 2023
-
-
- Oct 03, 2022
-
-