[Libreoffice-commits] core.git: avmedia/source vcl/README

Michael Weghorn (via logerrit) logerrit at kemper.freedesktop.org
Tue Oct 1 07:12:31 UTC 2019


 avmedia/source/gstreamer/gstplayer.cxx |    2 +-
 vcl/README                             |    7 ++-----
 2 files changed, 3 insertions(+), 6 deletions(-)

New commits:
commit 2113f3e7ee0ca5c07f224a54b627777b3a7b5fb0
Author:     Michael Weghorn <m.weghorn at posteo.de>
AuthorDate: Tue Oct 1 08:05:57 2019 +0200
Commit:     Michael Weghorn <m.weghorn at posteo.de>
CommitDate: Tue Oct 1 09:11:57 2019 +0200

    Minor comment/README update wrt "kde5" and "gtk" VCL plugins
    
    "kde5" was renamed to "kf5" and "gtk" (i.e. gtk2) VCL plugin
    was removed in commit 1ae450504cf57457f9702684b1517fda1dd3c481.
    
    Change-Id: I294d2463fa77d6a740fc0a43039b5e6a2653846c
    Reviewed-on: https://gerrit.libreoffice.org/79908
    Tested-by: Jenkins
    Reviewed-by: Michael Weghorn <m.weghorn at posteo.de>

diff --git a/avmedia/source/gstreamer/gstplayer.cxx b/avmedia/source/gstreamer/gstplayer.cxx
index 4f1bf6665166..44e7a04dedf1 100644
--- a/avmedia/source/gstreamer/gstplayer.cxx
+++ b/avmedia/source/gstreamer/gstplayer.cxx
@@ -854,7 +854,7 @@ uno::Reference< ::media::XPlayerWindow > SAL_CALL Player::createPlayerWindow( co
         OUString aPlatform = OUString::createFromAscii(pEnvData->pPlatformName);
 
         // tdf#124027: the position of embedded window is identical w/ the position
-        // of media object in all other vclplugs (gtk, kde5, gen), in gtk3 w/o gtksink it
+        // of media object in all other vclplugs (kf5, gen), in gtk3 w/o gtksink it
         // needs to be translated
         if (aToolkit == "gtk3")
         {
diff --git a/vcl/README b/vcl/README
index d37ffe9e8407..83c5d044bdd2 100644
--- a/vcl/README
+++ b/vcl/README
@@ -33,15 +33,12 @@ qt5/
 
 unx/
 	+ X11 backend and its sub-platforms
-
-	gtk/
-		+ GTK2 support
 	gtk3/
 		+ GTK3 support
 	kf5/
-		+ KF5 support
+		+ KF5 support (based on qt5 VCL plugin mentioned above)
 	gtk3_kde5/
-		+ GTK3 support with KDE5 file pickers (alternative to native kde5 one)
+		+ GTK3 support with KDE5 file pickers (alternative to native kf5 one)
 	generic/
 		+ raw X11 support
 


More information about the Libreoffice-commits mailing list