Parent Directory
|
Revision Log
| Links to HEAD: | (view) (download) (as text) (annotate) |
set verbose if -d/--debug on commandline
bypass exit button checks if install finished/failed
remove load/save buttons
call exit_button() when clicking the X in the corner
import ProgressDialog
ask if you want to clean up when exiting
use os.system() instead of GLIUtility.spawn() to view log
use right logfile name
add View Log button
window objects apparently don't support pack_start()
add with explicit 0 padding
clean up buttons code
gtkfe is "finished"
change the way screens are loaded
missing comma
I'm too lazy to type up what actually changed here :P
split Daemons.py into Logger.py and CronDaemon.py and add both to gtkfe.py
add RootPass screen and rearrange some screens
rearrange screen order a bit fix up Timezone and Networking
add kernelsources and kernelconfig to gtkfe screen list
Bootloader screen
add install failure screen
call exit() through controller
uncomment Kernel screen
cosmetic changes
Stage screen fixups
rearrange gtkfe code
handle non-existing version-stamp file properly comment out installprofile serialization in CC finish up Welcome -> InstallMode change
move Welcome to InstallMode
remove all references to exit, help, and finish buttons in screens
pass instantiated IP object to CC's __init__()
getting ready for a test run
initial commit of ProgressDialog
remove GLIClientConfiguration.py and references to it
on demand loading of screens install progress bar at top instead of FutureBar
initial commit of LocalMounts.py
remove Help button rearrange Stage screen
hide properties button on partitioning screen
add support for specifying mkfsopts to add_partition()
fix deprecation message
kill import of GLISD from GLIArchTemplate more gtkfe mods for overhaul
rename Partitioning to Partition to avoid conflict
adding a new branch for the overhaul of GLI
src/fe/gtk/RunInstall.py, src/fe/gtk/gtkfe.py: ask user if they really want to exit with X in corner clicked
initial gtkfe 'modes' support
splash screen actually works properly now
'working' splash screen
added SplashScreen module
destroy gtkfe screen instances when starting the install
added Othersettings to gtkfe
initial working help help text for Welcome add TextBufferMarkup.py
src/GLIArchitectureTemplate.py: remove add_pkg_to_world() and copy_pkg_to_chroot() src/GLIPortage.py: copy_pkg_to_chroot() chroot's to run ebuild is use_root=False src/GLIUtility.py: added get_keymaps()
only add interface to IP if type is 'dhcp' or 'static' StartupServices screen now works move StartupServices after ExtraPackages
added StartupServices screen fixed some typos introduced by the CC-to-IP networking code
rename Client Config screen to Pre-install Config
help button launches firefox to view handbook
Everybody loves Hypnotoad..err...Futurebar!
add GPL header to all files
being readying for gettext stuff
Add proxy and kernel module fields to CC screen. CC screen pulls values from self.controller.client_profile. CC screen saves values to self.controller.client_profile. Fix code to determine default route in get_eth_info() in GLIUtility. Fix serialization of dns-servers in ClientConfig.
Add --debug flag for gtkfe.py. Add fields to Advanced screen of Client Config screen.
Add new screen for ClientConfig (nothing in it yet) Apply modified version of patch from #96644
Minor changes as suggested by pychecker
Changed Welcome screen message and disabled setting of root password
Remove craptastic split partitioning screen stuff
Change /tmp/install.log back to /var/log/install.log
changed all gtk.TRUE/FALSE to True/False
new banner from blackace
lots of stuff in both FEs and backend...read the ChangeLogs :P
Removed get_random_salt() function and replaced calls to crypt.crypt() with calls to GLIUtility.hash_password() in dialogfe and gtkfe
Loading an install profile uses a temporary GLIInstallProfile object to parse and then assigns it to the main object so the master object doesn't get left in an inconsistent state after a failed profile load.
ugly screen is auto-selected on error
split partitioning screen
bottom buttons are dynamically generated
minor gtkfe.py modifications
switched to dynamically creating color key blocks
fixed the len(sys.argv) check with a few parentheses
add len(sys.argv) check
--pretend for gtkfe.py
removed the training wheels (among other things)
uhh, blah...changelog or something
updates from AllanonJL
/me kicks pygtk in the junk
install progress worky!
breaking everything
Save button works
Exit and Load buttons working
added Load/Save buttons
added ChangeLog for gtkfe
typo fix and gtkfe updates
minor changes to gtkfe layout and welcome screen text
added deactivate() to GLIScreen and gtkfe.py now calls it on screen switch
initial import of 'working' version
added initial gtkfe.py
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.
| ViewVC Help | |
| Powered by ViewVC 1.1.13 |