- Jun 01, 2024
-
-
- May 05, 2024
-
-
qt will warn about parameter injection otherwise
-
- Apr 12, 2024
-
-
using implicit signal handler is deprecated since Qt5.15
-
- 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
-
-
for this, we also change the height of recentVideos to it's contentHeight + bottomPadding
-
-
for padding consistency, code readability and avoid code duplication
-
- Feb 02, 2024
-
-
- Jan 25, 2024
-
-
- Dec 23, 2023
-
-
Implicit visual parent is needed for this item to be rendered.
-
- Oct 20, 2023
-
-
- Oct 10, 2023
-
-
- Oct 09, 2023
-
-
- Sep 02, 2023
-
-
-
focus is passed through setCurrentItemFocus, this code will only interfere with it
-
-
-
- Jul 28, 2023
-
-
- Jun 05, 2023
-
-
- May 23, 2023
-
-
- May 11, 2023
-
-
- Mar 30, 2023
-
-
- Feb 28, 2023
-
-
- Feb 10, 2023
-
-
- Feb 04, 2023
-
-
- Jan 30, 2023
-
-
When entering MusicArtistsAlbums in small layout the focus was not set on MusicArtist
-
- Jan 28, 2023
-
-
- Jan 27, 2023
-
-
- Dec 22, 2022
-
-
-
This enforces the fact that we're using columns instead of absolute width to define our sizes in TableView(s) models. That way we know we always respect the grid approach of our UI design.
-
This should improve maintenability and clarity of our TableView models. It also brings a better modularity when we have different models depending on the current width of the application, like in MusicTrackListDisplay. In MusicTracksDisplay we switch to a dedicated sortModel for the SortControl. Co-authored-by:
Pierre Lamot <pierre@videolabs.io>
-
- Dec 15, 2022
-
-
- Oct 21, 2022
-
-