Changes: document license module changes
- also document applicable stylesheet ids
This commit is contained in:
parent
3ab9c0efdf
commit
52f824289e
3
CHANGES
3
CHANGES
@ -33,6 +33,9 @@ This release contains contributions from (alphabetically by first name):
|
|||||||
* All of the Python-based modules now have translations enabled.
|
* All of the Python-based modules now have translations enabled.
|
||||||
* *Displaymanager* module has improved support for LightDM configuration.
|
* *Displaymanager* module has improved support for LightDM configuration.
|
||||||
(Thanks to Dominic, FerenOS)
|
(Thanks to Dominic, FerenOS)
|
||||||
|
* *License* module can now display local files inline, and scrolls to
|
||||||
|
allow longer lists of licenses (or to support long license texts
|
||||||
|
displayed inline).
|
||||||
* *Partition* module has additional checks for validity partition layouts.
|
* *Partition* module has additional checks for validity partition layouts.
|
||||||
(Thanks to Arnaud)
|
(Thanks to Arnaud)
|
||||||
* *Welcome* module has improved usability: a standard icon
|
* *Welcome* module has improved usability: a standard icon
|
||||||
|
@ -26,4 +26,8 @@ The IDs are based on the object names in the C++ code.
|
|||||||
#partitionBarView { }
|
#partitionBarView { }
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/* Licensing module.
|
||||||
|
|
||||||
|
#licenseItem { }
|
||||||
|
#licenseItemFullText { }
|
||||||
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user