Skip to content

Latest commit

 

History

History
40 lines (21 loc) · 5.19 KB

20240216.md

File metadata and controls

40 lines (21 loc) · 5.19 KB

Repository activities from 2024-02-05 to 2024-02-16

Repository roundup

Multimedia stack

Communication bits

Low level libraries

  • usb-moded, the USB tracking daemon, jmlich noticed some issue with the DBus interface and after discussing possible solutions with mal, Thaodan, spiiroin and pvuorela, annotations of out parameters were changed to use org.qtproject.QtDBus.QtTypeName.OutX instead of org.qtproject.QtDBus.QtTypeName.InX. Then, spiiroin regenerated the XML configuration files.

  • sensorfw, sensor framework, spiiroin modified the hybris adaptor to use pipes and io-watch for transferring sensor events from worker thread to mainloop context. It can prevent crashes happening when the worker thread is touching concurrently code from the main loop. This pull request also contains changes from mal to support Android sensor device API 1.0 in the hybris adaptor.

Developper's corner

  • libglibutil, a library extending GLib with convenient utilities, slava added a function, gutil_idle_pool_get_default(), making usage of GUtilIdlePool simpler in multi-threaded environments. slava also modified this class with two commits, one treating NULL parameter as the default pool and another returning the value as pushed to the pool.

  • scratchbox2, the cross-compilation tool used by the SDK, Thaodan fixed an invocation of ldconfig in sb2 command where the path for the cache was erroneously prefixed with the root directory substitution.

  • libcontentaction, a library for associating content with actions, pvuorela fixed a unit test failing since shared-mime-info capitalised its strings.

  • nemo-qml-plugin-filemanager, QML bindings for file management, pvuorela fixed a unit test failing because shared-mime-info renamed application/x-bzip to application/x-bzip2.

  • osc, the command line interface to work with OBS (the Open Build Service), nephros proposed to use busybox compatible commands for completion. Following Thaodan's advice, he also proposed it to openSUSE.