Configuration of product-creator
|
include/product-creator/kiwi.ycp |
| Dialogs for kiwi configuration |
|
|
|
This module has an unstable interface.
|
Imports
- Arch
- CWM
- CWMTab
- Directory
- FileUtils
- Kiwi
- Label
- Message
- Package
- PackageLock
- PackageSystem
- Popup
- ProductCreator
- SourceDialogs
- SourceManager
- String
- Summary
- URL
- Wizard
Includes
- product-creator/dialogs.ycp
- product-creator/routines.ycp
Local Functions
-
BrowseDirectoryHandler (string key, string label)
-
BrowseFileHandler (string key, string label)
-
CreateImage (string key, map event)
-
HandleAddEditUser (string key, map event)
-
HandleBootCombo (string key, map event)
-
HandleBrowseAutoYaSTFile (string key, map event)
-
HandleBrowseConfigDirectory (string key, map event)
-
HandleBrowseImagesFile (string key, map event)
-
HandleBrowseRootDirectory (string key, map event)
-
HandleCompressCheckBox (string key, map event)
-
HandleDeleteUser (string key, map event)
-
HandleDescription (string key, map event)
-
HandleGeneric (string key, map event)
-
HandleImportConfigFile (string key, map event)
-
HandleImportImagesFile (string key, map event)
-
HandlePreferences (string key, map event)
-
HandleSWSelection (string key, map event)
-
HandleSWSelectionCombo (string key, map event)
-
HandleSize (string key, map event)
-
HandleVersion (string key, map event)
-
InitAdditiveCheckBox (string id)
-
InitBootCombo (string id)
-
InitCompressCheckBox (string id)
-
InitConfigDirTable (string id)
-
InitDescription (string id)
-
InitGeneric (string id)
-
InitImageConfiguration ()
-
InitLabel (string id)
-
InitPreferences (string id)
-
InitRootDirTable (string id)
-
InitSWDelete (string id)
-
InitSWIgnore (string id)
-
InitSWRichText (string id)
-
InitSWSelectionCombo (string id)
-
InitSize (string id)
-
InitSizeUnitCombo (string id)
-
InitUsersTable (string id)
-
InitVersion (string id)
-
KiwiDialog ()
-
PrepareDialog ()
-
StoreBootCombo (string key, map event)
-
StoreCompressCheckBox (string key, map event)
-
StoreDescription (string key, map event)
-
StoreGeneric (string key, map event)
-
StorePreferences (string key, map event)
-
StoreSize (string key, map event)
-
StoreVersion (string key, map event)
|
local
InitSWIgnore (string id)
->
void
Initialize the widget with ignored packages
-
Parameters:
-
local
InitSWDelete (string id)
->
void
Initialize the widget with packages intended for deletion
-
Parameters:
-
local
InitSWRichText (string id)
->
void
Initialize the contents of richtext with selected software
-
Parameters:
-
local
HandleSWSelection (string key, map event)
->
symbol
Handler for software selection
-
Parameters:
-
local
InitSWSelectionCombo (string id)
->
void
initialize the combo box with package selection groups
-
Parameters:
-
local
HandleSWSelectionCombo (string key, map event)
->
symbol
handler for combo box with package sets items
-
Parameters:
-
local
InitBootCombo (string id)
->
void
initialize the value of combo box with boot items
-
Parameters:
-
local
StoreBootCombo (string key, map event)
->
void
store the value of current boot image
-
Parameters:
-
local
HandleBootCombo (string key, map event)
->
symbol
handler for combo box with boot items
-
Parameters:
-
local
InitCompressCheckBox (string id)
->
void
initialize the value of compress checkbox
-
Parameters:
-
local
StoreCompressCheckBox (string key, map event)
->
void
store the value of compress checkbox
-
Parameters:
-
local
HandleCompressCheckBox (string key, map event)
->
symbol
handler for compress checkbox
-
Parameters:
-
local
InitVersion (string id)
->
void
initialize the value of version
-
Parameters:
-
local
StoreVersion (string key, map event)
->
void
store the value of current version
-
Parameters:
-
local
HandleVersion (string key, map event)
->
symbol
handler for version
-
Parameters:
-
local
InitSizeUnitCombo (string id)
->
void
initialize the value of size unit
-
Parameters:
-
local
InitAdditiveCheckBox (string id)
->
void
initialize the value of 'additive'
-
Parameters:
-
local
InitSize (string id)
->
void
initialize the value of version
-
Parameters:
-
local
StoreSize (string key, map event)
->
void
store the size value
-
Parameters:
-
local
HandleSize (string key, map event)
->
symbol
handler for size widget: store value on exit/save
-
Parameters:
-
local
InitLabel (string id)
->
void
initialize the product label
-
Parameters:
-
local
InitGeneric (string id)
->
void
universal widget: initialize the string value of widget @param
-
Parameters:
-
local
StoreGeneric (string key, map event)
->
void
store the string value of given widget
-
Parameters:
-
local
HandleGeneric (string key, map event)
->
symbol
handler for general string-value widgets: store their value on exit/save
-
Parameters:
-
local
InitDescription (string id)
->
void
initialize the string value of "description" related widget
-
Parameters:
-
local
StoreDescription (string key, map event)
->
void
store the string value of "description" related given widget
-
Parameters:
-
local
HandleDescription (string key, map event)
->
symbol
handler for string-value "description" related widgets: store on exit/save
-
Parameters:
-
local
InitPreferences (string id)
->
void
initialize the string value of "preferences" related widget
-
Parameters:
-
local
StorePreferences (string key, map event)
->
void
store the string value of "preferences" related given widget
-
Parameters:
-
local
HandlePreferences (string key, map event)
->
symbol
handler for string-value "preferences" related widgets: store on exit/save
-
Parameters:
-
local
InitUsersTable (string id)
->
void
initialize the table with users
-
Parameters:
-
local
HandleAddEditUser (string key, map event)
->
symbol
Handle changes in users table
-
Parameters:
-
local
HandleDeleteUser (string key, map event)
->
symbol
handle delete user button
-
Parameters:
-
local
InitRootDirTable (string id)
->
void
initialize the table with root dir contents
-
Parameters:
-
local
InitConfigDirTable (string id)
->
void
initialize the table with config dir contents
-
Parameters:
-
local
BrowseDirectoryHandler (string key, string label)
->
string
universal handler for directory browsing
-
Parameters:
-
local
HandleBrowseRootDirectory (string key, map event)
->
symbol
handler for 'root' directory browse
-
Parameters:
-
local
HandleBrowseConfigDirectory (string key, map event)
->
symbol
handler for 'config' directory browse
-
Parameters:
-
local
BrowseFileHandler (string key, string label)
->
string
universal handler for file browsing
-
Parameters:
-
local
HandleBrowseImagesFile (string key, map event)
->
symbol
Handler for browsing for images.sh file
-
Parameters:
-
local
HandleBrowseAutoYaSTFile (string key, map event)
->
symbol
Handler for browsing for autoyast profile
-
Parameters:
-
local
HandleImportConfigFile (string key, map event)
->
symbol
Handler for importing config.sh file
-
Parameters:
-
local
HandleImportImagesFile (string key, map event)
->
symbol
Handler for importing images.sh file
TODO same function as HandleImportConfigFile
-
Parameters:
-
local
CreateImage (string key, map event)
->
boolean
handler for main action: create the iso image with kiwi
-
Parameters:
-
local
InitImageConfiguration ()
->
void
Global init function for Kiwi image dialog
- read saved settings and fill in defaults
local
KiwiDialog ()
->
symbol
Main dialog for Kiwi image configuration
local
PrepareDialog ()
->
symbol
Prepare dialog: define kiwi data without product-creator