Skip to content

Latest commit

 

History

History
69 lines (45 loc) · 8.88 KB

20220415.md

File metadata and controls

69 lines (45 loc) · 8.88 KB

Repository activities from 2022-03-31 to 2022-04-15

Network

Telephony stack

User interface

Positioning

  • sailjail-permissions, the configuration files for system-wide sandbox permissions, rainemak added the sensor permission to the location one, so harbour applications using the GPS can get access also to the compass. It was Jolla bug #58000 ;), reported by direc85.

QML

  • nemo-qml-plugin-systemsettings, QML bindings to access system parameters, neochapay has continued his work on making the bindings independant of packagekit for systems where the developper mode is not used.
  • qtdeclarative, Qt implementation of QML language, a pull request started in late February was accepted. It is based on backports allowing JIT for aarch64 architectures. JIT means "just in time" and is used to compile on the fly script language like QML. It can brings significantly improved exceution time, depending on code.
  • nemo-qml-plugin-thumbnailer, the QML bindings to get image thumbnails, pvuorela improved resource consumption by starting the worker thread only when necessary and not at object creation.

Bluetooth

Web browser

Calendar stack

Low level libraries

Hardware adaptation

SDK / documentation

  • docs.sailfishos.org, website sources, various changes in the documentation were accepted:

Quality / software engineering