Unknown YCP Module |
|
This module has an unstable interface. |
File: include/product-creator/kiwi.ycp
Package: Configuration of product-creator
Summary: Dialogs for kiwi configuration
Authors: Jiri Suchomel
Initialize the widget with ignored packages
- Parameters:
-
id
Initialize the widget with packages intended for deletion
- Parameters:
-
id
Initialize the contents of richtext with selected software
- Parameters:
-
id
open package selector with given set of packages, return modified set or nil on cancel
- Parameters:
-
sw_contents
Popup for modifying the list of 'bootinclude' packages
- Parameters:
-
packages
check the conflicts between packages selected and marked for deletion (fate#305254)
- Parameters:
-
packages_before map of packages already selected before entering package selector
Handler for software selection
- Parameters:
-
key event
initialize the combo box with package selection groups
- Parameters:
-
id
handler for combo box with package sets items
- Parameters:
-
key event
initialize the value of combo box with boot items
- Parameters:
-
id
store the value of current boot image
- Parameters:
-
key event
handler for combo box with boot items
- Parameters:
-
key event
initialize the value of version
- Parameters:
-
id
store the value of current version
- Parameters:
-
key event
handler for version
- Parameters:
-
key event
initialize the values of "size", "sizeunit" and "additive" widgets
- Parameters:
-
id
store the values of "size", "sizeunit" and "additive" widgets
- Parameters:
-
key event
handler for size widget: store value on exit/save
- Parameters:
-
key event
initialize the product label
- Parameters:
-
id
universal widget: initialize the string value of widget @param
- Parameters:
-
id
store the string value of given widget
- Parameters:
-
key event
handler for general string-value widgets: store their value on exit/save
- Parameters:
-
key event
initialize the string value of "description" related widget
- Parameters:
-
id
store the string value of "description" related given widget
- Parameters:
-
key event
handler for string-value "description" related widgets: store on exit/save
- Parameters:
-
key event
initialize the list value of "locale" combo box
- Parameters:
-
id
initialize the list value of "keytable" combo box
- Parameters:
-
id
initialize the list value of "timezone" combo box
- Parameters:
-
id
initialize the string value of "preferences" related widget
- Parameters:
-
id
store the string value of "preferences" related given widget
- Parameters:
-
key event
handler for string-value "preferences" related widgets: store on exit/save
- Parameters:
-
key event
initialize the table with users
- Parameters:
-
id
Handle changes in users table
- Parameters:
-
key event
handle delete user button
- Parameters:
-
key event
initialize the table with root dir contents
- Parameters:
-
id
initialize the table with config dir contents
- Parameters:
-
id
universal handler for directory browsing
- Parameters:
-
key label
handler for 'root' directory browse
- Parameters:
-
key event
handler for 'config' directory browse
- Parameters:
-
key event
universal handler for file browsing
- Parameters:
-
key label
Handler for importing config.sh file
- Parameters:
-
key event
Handler for importing images.sh file TODO same function as HandleImportConfigFile
- Parameters:
-
key event
Check if selected packages are available (some of them may not after deleting some repository) return true if there was no conflict
- Parameters:
-
ignore_allowed
Check if all selected packages and patterns can be installed If dependency problem was found, open package selector. Return false if package selector was canceled
handler for main action: create the iso image with kiwi
- Parameters:
-
key event
Global init function for Kiwi image dialog - read saved settings and fill in defaults
Main dialog for Kiwi image configuration
Prepare dialog: define kiwi data without product-creator