The winter in the KolibriOS project was extremely fruitful: many small but very useful programs were added to the daily work; improved user interface of some existing programs; fixed bugs in the network and audio subsystem; and much more. In addition, in the winter we held a New Year's contest for writing games for our operating system. In total, 10 games were written about which you can read here . Details of all changes and corrections under the cut.
- implementation of a new program, driver or library
- implementation of something within the GSoC
- download link
open : utility for opening files by association with the "open with" dialog (all programs will use it to open the file according to associations).
Pixie Player : frontend for MiniMP3 ( more in the previous article ).
Volume : System-wide volume control ( more in the previous article ).
Software widget : this is a universal customizable widget, which is now used as the Game center and the Control panel. Settings are taken from the INI file and their number includes the name of the window, its size, the distance between the elements. The composition of the element includes an icon and its signature.
panels_cfg : utility for setting the taskbar (bottom panel) and dockbar.
Eagle : just a launcher of files (not only executables) / folders, as well as a stripped-down file manager (viewing the list of files).


@open to open files by association; use libini to read the settings file.



Source: https://habr.com/ru/post/239033/
All Articles