summaryrefslogtreecommitdiff
path: root/src/core/libs
AgeCommit message (Collapse)Author
2008-11-04tidy up tmp device mapDieter Plaetinck
2008-11-04beautified the code a bit moreDieter Plaetinck
2008-11-03made some ui stuff more abstractDieter Plaetinck
2008-11-03function name fixDieter Plaetinck
2008-11-03TARGET_DIR fixesDieter Plaetinck
2008-11-03fixes for broken interactive_configure_system, interactive_get_editor, ↵Dieter Plaetinck
_dia_ask_option, configure_system and worker_install_bootloader
2008-11-03typo bugfixDieter Plaetinck
2008-11-03cleanup deprecated dialog size variablesDieter Plaetinck
2008-11-032 bugfixesDieter Plaetinck
2008-11-03added infofy function that wraps around dialog --infobox + various cleanups ↵Dieter Plaetinck
in UI stuff
2008-11-03set $ANSWER_OPTION in ask_option and use it, because capturing stdout didnt workDieter Plaetinck
2008-11-03logging function + use it instead of abusing notify for less important thingsDieter Plaetinck
2008-11-03lib-ui implementation (cli+dia) for ask_option + tests directory to test itDieter Plaetinck
2008-11-03moved some UI functions from fifa.sh to lib-ui (yeay) + some fixesDieter Plaetinck
2008-11-03DIALOG is now called _dia_DIALOGDieter Plaetinck
2008-11-03several fixes/cleanups in interactive procedureDieter Plaetinck
2008-11-03big decoupling of flow control from rest in interactive profile + various fixesDieter Plaetinck
2008-11-03decoupling of flow control and interactive UI code from interactive ↵Dieter Plaetinck
installer + some fixes and todo updates
2008-11-02sort of fixed/decoupled auto_{fstab,network,locale}, run_mkinitcpioDieter Plaetinck
2008-11-02decoupled network configuration function like it shouldDieter Plaetinck
2008-11-02file hierarchy overhaul. now a structure that makes more sense: user and ↵Dieter Plaetinck
core separated. we now differentiate between procedures and libraries - no more "profiles" - + some bug fixed + probably quite a few introduced + runtime directory + separated my own stuff more