summaryrefslogtreecommitdiff
path: root/src/core/libs/lib-ui.sh
AgeCommit message (Collapse)Author
2010-12-31Inform user more in detail which pre/post-configure step went wrongDieter Plaetinck
* Move all pre/post-configure logic to separate functions (initcpio config, time setting, mirrorlist) * other steps will continue to be run, even if previous one(s) failed * at the end of the pre/post-configure step you will be warned which steps failed, if needed.
2010-12-12syntax fixDieter Plaetinck
2010-12-12make font/keymap selection dialogs more robustDieter Plaetinck
2010-12-12allow .cp.gz and partialfonts in font selectionDieter Plaetinck
bug 6111 and 662 are fixed since Sunday, 31 December 2006
2010-12-12make BLOCKFRIENDLY prettierDieter Plaetinck
use arrays, so we can allow whitespace in the labels
2010-12-12clean up disk selection dialogsDieter Plaetinck
instead of first showing a nice overview with disk sizes, and then making the user select a disk from a dry list, we now do both at once
2010-12-05code cleanup: use bash4 associative arrays for filesystem stuffDieter Plaetinck
now the information about which setup programs for filesystems, label programs, which FS'es can go on which blockdevices, need/can have labels, can be mounted and FS friendly names are in a central place in libs/lib-blockdevices-filesystems.sh. This simplifies the code somewhat where you actually want to work with the filesystems. Also, we only check the available filesystem utilities once at program startup, causing a performance improvement.
2010-05-08compliancy with new upstream apiDieter Plaetinck
2010-04-05fix for syntax error. $LOG_TO_FILE may not be set when ui_init is called ↵Dieter Plaetinck
(i.e. the first time)
2010-04-04only ask libui to do debugging when we want itDieter Plaetinck
2010-04-04correctly check integer value of $LOG_TO_FILEDieter Plaetinck
2010-04-04logfiles have to be passed as string nowDieter Plaetinck
2010-03-24use the latest libui-sh and maximize the features for initialising it (thats ↵2010.03.25Dieter Plaetinck
needed now as libui no longer incorrectly directly accessess aif variables)
2010-03-10migrate everything to new approach where lib-ui.sh contains just some ↵Dieter Plaetinck
aif-specific things. all the generic UI stuff is now a separate project called libui-sh
2010-03-10move the stdout-stderr-swapping into _dia_dialogMatthias Dienstbier
2010-03-10remove useless returnMatthias Dienstbier
2010-03-10lib-ui improvementsMatthias Dienstbier
2010-03-05fix ask_string api docDieter Plaetinck
2009-08-01use auto-sizing for yesno dialogsDieter Plaetinck
2009-07-29fix some invalid show_warning invocationsDieter Plaetinck
2009-07-25make the $ret variable local everywhereDieter Plaetinck
2009-07-21syntax fixDieter Plaetinck
2009-07-21fix the dead cancel buttons of some menusMatthias Dienstbier
2009-06-28fix for default value in custom mountpoint + fix for exit conditionDieter Plaetinck
2009-06-27dia_ask_yesno honors default value nowGerhard Brauer
Modified dia_ask_yesno to correctly handle an default value to preset the YES or NO button. Signed-off-by: Gerhard Brauer <gerbra@archlinux.de>
2009-04-08sorry i was wrong in the previous commit. restoring first fix...Dieter Plaetinck
2009-04-08a cleaner way to fix FS#13835 - following the output of a process is brokenDieter Plaetinck
2009-04-07fix for FS#13835 - following the output of a process is broken - FUCK YEAHDieter Plaetinck
2009-04-04bash function naming syntax fixDieter Plaetinck
2009-03-30noteDieter Plaetinck
2009-03-30no need for tzselect anymore. yeayDieter Plaetinck
2009-03-29return condition fixDieter Plaetinck
2009-03-29fix for broken region gettingDieter Plaetinck
2009-03-29fix for hanging timezone dialogsDieter Plaetinck
2009-03-15reset previous FOLLOW_PIDDieter Plaetinck
2009-03-13fix for kill dialogs forked process from the follow_progress call in wait_forDieter Plaetinck
2009-03-12follow_progress fixDieter Plaetinck
2009-03-12support for storing the pid of background wrapper processes + support for ↵Dieter Plaetinck
non-blocking following of text files (eg tail --pid)
2009-03-12various fixes re:keymap/font. + auto updating rc.conf in all proceduresDieter Plaetinck
2009-03-12todo updateDieter Plaetinck
2009-03-08support multiple debug categoriesDieter Plaetinck
2009-03-07switched dialog to use autosizing everywhere. lets see what this gives...Dieter Plaetinck
2009-03-06load lib-ui in early bootstrap so we dont need to define some functions ↵Dieter Plaetinck
redundantly in aif.sh
2009-03-01port my previous fixes to lib-uiDieter Plaetinck
2009-03-01fix for undefined die_error + avoid loopsDieter Plaetinck
2009-02-28clearer debugging in ask_option functions + fixes in cli_ask_option + font ↵Dieter Plaetinck
fix in set_keymap
2009-02-28error checking on $TYPE in ask_optionDieter Plaetinck
2009-02-28fixes in set_keymapDieter Plaetinck
2009-02-28ask_option fixesDieter Plaetinck
2009-02-28ask_option fixesDieter Plaetinck