Skip to content

Commit

Permalink
Upgrade QtWaylandCompositor API to Qt5.8 and removes some unused/unte…
Browse files Browse the repository at this point in the history
…sted code
  • Loading branch information
FlorentRevest authored and adenexter committed Sep 6, 2018
1 parent 7005c8f commit d148e39
Show file tree
Hide file tree
Showing 44 changed files with 385 additions and 2,736 deletions.
1 change: 1 addition & 0 deletions README
Expand Up @@ -26,6 +26,7 @@ Tom Swindell - initial work on a pretty UX
Vesa Halttunen - various functionality additions, guidance, working it towards a product
Aaron Kennedy - work on Wayland port
Mikko Harju - work on Wayland issues/port
Florent Revest - upgraded to QtWaylandCompositor 5.8 APIs

... and many others. If you feel like you belong here, you probably do. Submit a
pull request.
Expand Down
4 changes: 0 additions & 4 deletions plugin/lipstickplugin.cpp
Expand Up @@ -26,12 +26,10 @@
#include <volume/volumecontrol.h>
#include <usbmodeselector.h>
#include <shutdownscreen.h>
#include <compositor/lipstickkeymap.h>
#include <compositor/lipstickcompositor.h>
#include <compositor/lipstickcompositorwindow.h>
#include <compositor/windowmodel.h>
#include <compositor/windowpixmapitem.h>
#include <compositor/windowproperty.h>
#include <lipstickapi.h>
#include <hwcimage.h>

Expand Down Expand Up @@ -64,12 +62,10 @@ void LipstickPlugin::registerTypes(const char *uri)
qmlRegisterUncreatableType<USBModeSelector>("org.nemomobile.lipstick", 0, 1, "USBModeSelector", "This type is initialized by HomeApplication");
qmlRegisterUncreatableType<ShutdownScreen>("org.nemomobile.lipstick", 0, 1, "ShutdownScreen", "This type is initialized by HomeApplication");

qmlRegisterType<LipstickKeymap>("org.nemomobile.lipstick", 0, 1, "Keymap");
qmlRegisterType<LipstickCompositor>("org.nemomobile.lipstick", 0, 1, "Compositor");
qmlRegisterUncreatableType<QWaylandSurface>("org.nemomobile.lipstick", 0, 1, "WaylandSurface", "This type is created by the compositor");
qmlRegisterType<WindowModel>("org.nemomobile.lipstick", 0, 1, "WindowModel");
qmlRegisterType<WindowPixmapItem>("org.nemomobile.lipstick", 0, 1, "WindowPixmapItem");
qmlRegisterType<WindowProperty>("org.nemomobile.lipstick", 0, 1, "WindowProperty");
qmlRegisterSingletonType<LipstickApi>("org.nemomobile.lipstick", 0, 1, "Lipstick", lipstickApi_callback);

qmlRegisterType<LipstickCompositorWindow>();
Expand Down
2 changes: 1 addition & 1 deletion plugin/plugin.pro
Expand Up @@ -3,7 +3,7 @@ TARGET = lipstickplugin
VERSION = 0.1

CONFIG += qt plugin link_pkgconfig
QT += core gui qml quick compositor dbus
QT += core gui qml quick waylandcompositor dbus
PKGCONFIG += mlite5 dsme_dbus_if thermalmanager_dbus_if usb-moded-qt5

INSTALLS = target qmldirfile
Expand Down
218 changes: 0 additions & 218 deletions protocol/alien-manager.xml

This file was deleted.

135 changes: 0 additions & 135 deletions protocol/lipstick-recorder.xml

This file was deleted.

0 comments on commit d148e39

Please sign in to comment.