You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Chris Smith b0b916067f Fix syntax error in progressbar.sh 14 years ago
..
functions.sh Move dialog functions into functions.sh rather than duplicating everywhere. Dialog functions now try: - kdialog if found and either kdeinit or kdeinit4 are running, or zenity is not found - zenity if found - dialog if found - text-only (and question defaults to no, or a passed value) Kinda fixes issue 3078 (if a dialog isn't shown, then kdialog, zenity and dialog are not installed, or user is not in an X session.) Fixes issue 3042 14 years ago
getjre.sh Work without `bc` (fixes issue 3566) When installing the JRE, show a pulsating progress bar if possible (gnome) else just show a "Please wait..." rather than showing nothing. (Fixes issue 1742) 14 years ago
installerstub.sh Update the copyright date on all files. UpdateCopyright.sh now works out the year automatically. UpdateCopyright.sh now ignores .git aswell as .svn UpdateCopyright.sh now excludes Binary Files from being matched during the initial search, rather than as an afterthought. 14 years ago
installjre.sh Work without `bc` (fixes issue 3566) When installing the JRE, show a pulsating progress bar if possible (gnome) else just show a "Please wait..." rather than showing nothing. (Fixes issue 1742) 14 years ago
makeInstallerLinux.sh Remove references to git from build scripts and the like. Would appreviate a full review of this to make sure I didn't miss anything or delete the wrong stuff! 14 years ago
progressbar.sh Fix syntax error in progressbar.sh 14 years ago
setup.sh Update the copyright date on all files. UpdateCopyright.sh now works out the year automatically. UpdateCopyright.sh now ignores .git aswell as .svn UpdateCopyright.sh now excludes Binary Files from being matched during the initial search, rather than as an afterthought. 14 years ago
uninstall.sh Fix including functions.sh when using dash not bash. 14 years ago