freesource
9c891ffa94
* Improved constructor calls.
24 years ago
freesource
7e3c803b2a
* This should work nicer.
24 years ago
freesource
ce709f1277
* Now the Save button and Ctrl-S are doing there thing, and not writing over
unwritable files.
24 years ago
freesource
dd24bae109
* Added all the Tests. The problem is that three of the tests use chroot.
Even with forking, the old cwd is never returned to the parent process.
There should be a way of preventing this.
24 years ago
freesource
ad7247f9a4
* fixes stripping option eq "", so "" eq 0 before processing
24 years ago
freesource
808215a667
* continuous and user-defined are working.
* fixed logic of copy_strip_file.
* made strip_all and strip_deb true booleans.
24 years ago
freesource
9c47087234
* Some tweaks before beginning work on check_root_fs.
24 years ago
freesource
1cb92862bc
* Now $ars is global to the program and can be called with ars(). This
covers (filename, filesystem_size, kernel, template_directory,
template).
24 years ago
freesource
ea867c95bb
* passing strip parameters
24 years ago
freesource
b52c3d4366
* Now create is working!
* There are still some variables missing. Dynamic %$ars and the
variables passed to space_check are missing in copy_strip_file.
24 years ago
freesource
afde34dcdf
* Stages are linked all the way to Space Check when using the one-by-one
stage behavior. This is a sequential logic, the user can go back and
redo the previous stage(s) to the beginning.
24 years ago
freesource
e69fc02752
* Gave radiobutton-like behavior to the Stages buttons when user-defined
isn't selected.
24 years ago
freesource
368d67a65f
* the beginning of linking
24 years ago
freesource
155a1be59d
* objcopy radio buttons - done
- may create a more compact algorithm.
* Tests check buttons - done
* Create->Replacement buttons - done
- fstab directory name sort of working the way I want it to.
- future project
24 years ago
freesource
17b175203d
* This gets RadioMenuItem buttons working for Stages.
* Next I will do the same thing for objcopy.
24 years ago
freesource
a122982889
* After too much work, got the objdump buttons to work in a predictable manner.
* RadioMenuItems are actually more difficult to control when using
ItemFactory, so the solution was a simple algorithm using check buttons, and
active-> rather than set_active->.
24 years ago
freesource
ebe2b7cab3
* Values for stripping working with "activate."
* $lib_bool, $bin_bool, $mod_bool
24 years ago
freesource
f41f464389
* This should complete addition of Gtk::MenuItems.
24 years ago
freesource
7a77ee4778
* Added more Gtk::MenuItems.
24 years ago
freesource
e378c43935
* 2 too many <alt>C
24 years ago
freesource
ca21adebf1
* The beginnings of a menu.
24 years ago
freesource
2ee5ffe452
* This is the Yard ARS Method.
* This is part of the restructuring to allow new methods to
be easily added by developers.
24 years ago