$description: Description to be shown as link $url: to be reach when click on $description link
OUTPUT
$webref: href HTML tag
DESCRIPTION
This function returns an href string to be published
$l: ARRAY reference containing the list of package fullnames
OUTPUT
\@result: ARRAY reference containing the list of packages that are not selected
DESCRIPTION
Function returning the list of not selected packages
DESCRIPTION
This function add a group to the tree view
OUTPUT return 1 if item is added 0 otherwise
DESCRIPTION
populates the item list for the table view with the given rpm package
$tbl: YCBTable widget containing the package list shown
OUTPUT
\@l: ARRAY reference containing the list of YItem contained into YCBTable
DESCRIPTION
This functions just returns the YCBTable content such as all the YItem objects
$tbl: YCBTable object @table_item_list: array containing package fullnames
OUTPUT
\@result: ARRAY reference containing package fullnames
DESCRIPTION
This Function return the list of package fullnames
$common: HASH reference containing (### TODO ###) widgets => { detail_list: YTable reference (?) } table_item_list => array containing package fullnames partialsel_unsel => (?) set_state_callback => set state callback invoked by toggle_nodes if needed. if undef set_leaf_state is used. $_val: value to be set (so it seems not a toggle! unused?)
DESCRIPTION
This method (should) check -or un-check if already checked- all the packages
$info_detail_selected: string to get more info details (see %hidden_info) $info_options: reference to info options that are going to changed based on passed $info_detail_selected
OUTPUT
[0, 1]: 0 if $info_detail_selected not valid, 1 otherwise
DESCRIPTION
This function change the info_options accordingly to the string passed returning 0 if the string is not managed (see %hidden_info)
$pckgname: full name of the package $infoWidget: YRichText object to fill
DESCRIPTION
This function writes on a YRichText object package info
$key: package full name $options: HASH reference containing: details => show details changelog => show changelog files => show files new_deps => show new dependencies
DESCRIPTION
return a string with all the package info
$url: url to be passed to the configured browser
DESCRIPTION
This function calls the browser with the given URL
$treeItem: YTreeItem object
OUTPUT
$fullname: completed path group name
DESCRIPTION
This function returns the path name treeItem group name (e.g. foo|bar)