I've started working on the plugins for the 2.x firmware.
So far Qt 4.8 is compiled and the qtscript plugin is already working on my kobo with 2.1.1 firmware.
To get the plugin loaded Qt has to be compiled with some modifications for configure:
Code:
/home/mast/Development/kobo/tmp/qt-everywhere-opensource-src-4.8.0/configure -I/home/mast/Development/kobo/fs/include -I/home/mast/Development/kobo/fs/usr/include -L/home/mast/Development/kobo/fs/lib -L/home/mast/Development/kobo/fs/usr/lib -release -no-accessibility -system-libmng -no-nis -no-cups -no-xshape -no-xrandr -no-xkb -no-xinerama -no-xcursor -no-sm -system-libpng -system-libjpeg -no-libpng -qt-zlib -embedded arm -xplatform qws/linux-arm-g++ -no-qt3support -exceptions -opensource -no-pch -qt-freetype -qt-gfx-qvfb -confirm-license -dbus -ldbus-1 -nomake examples -nomake docs -nomake translations -nomake examples -nomake docs -nomake demos -scripttools -xmlpatterns -no-opengl -depths all -qt-gfx-transformed -no-armfpa -no-neon -openssl -lrt -I/home/mast/Development/kobo/fs/include/dbus-1.0 -I/home/mast/Development/kobo/fs/lib/dbus-1.0/include -D QT_NO_QWS_CURSOR -DQT_NO_QWS_QPF2
Next steps:
- analyse new layout elements
- modify tweaks plugin to match the new layout.