The source project of this merge request has been removed.
Introduce the AdwApplication class
The AdwApplication
class will be in charge of initializing the library accordingly, as well as providing functionalities such as autoloading custom stylesheets.
TODO:
-
Docs -
Tests
Questions:
- Currently only
style.css
stays loaded, the rest of the styles replace each other, however... shouldstyle-hc-dark.css
be stacked on top ofstyle-hc.css
, andstyle-hc.css
on top ofstyle.css
? Or is the current behavior fine? - Should we drop
adw-main.h
in favor ofAdwApplication
?
Edited by Alice Mikhaylenko