freesource
6f18881add
This makes the save_as text more clear to the user.
24 years ago
freesource
695738d932
This improves the save_as function and makes it like the one in gbootroot, so
that it keeps checking that the entry isn't an existing file, before it only
checked once.
24 years ago
freesource
323c1c2f14
Improves the text for save_as dialog.
24 years ago
freesource
54add2136a
These adds to the previous correct by not allowing linked or unwrittable files
to be written .. ofcourse how could an unwrittable file be written?
24 years ago
freesource
13932faa43
This shows the title of the template, and save_as won't permit save_as self,
and checks when another existing file is being written over.
24 years ago
freesource
b5ca830cf2
Put the correct title on the shortcuts box.
24 years ago
freesource
d0bdf9c7ab
Added a shortcuts dialog box to help.
24 years ago
freesource
7e3a262742
Added path box to allow additions to $ENV{PATH}.
24 years ago
freesource
5b168775f4
Gets rid of some test markers.
24 years ago
freesource
a1443bfc21
This will now create an fstab when the Create/Replacements/fstab check box
is chosen. The OLDROOT stuff from create_fstab are ignored, this isn't a
factor because gbootroot provides it's own boot methods.
24 years ago
freesource
566fdc6c1a
Users can now edit the command used to create a filesystem for the root
filesystem, ofcourse, whether or not a reiserfs can be created on a loop
device remains to be found out.
24 years ago
freesource
cf1dc75e27
This adds a Replacements box, so the Replacements directory can easily be
reached and files edited with an editor of choice via $main::editor.
24 years ago
freesource
653f545c58
Removed /Edit/Settings/Replacements and /Edit/Settings/Modules from Yard Box.
This was meant to be a way of filtering out Replacements and Modules, but this
is really just an overkill because these things can be commented out, so it
is removed.
24 years ago
freesource
f653dc6e3e
Can find yard/Replacements now.
24 years ago
freesource
6112a38c93
This fixes some variable confusion where $changed_text .. the full path and
name of the template was being confused with the edited part of the template,
also called $changed_text, now it is called $changed_text_from_template, problem
solved.
24 years ago
freesource
f815864df2
Made yard_window global, update $main::combo .. should note that yard box can
only have 1 instance now that yard_window is global and is handled in gbootroot.
24 years ago
freesource
1a1c62120c
use lsMode is now use BootRoot::lsMode
24 years ago
freesource
fade25bfbb
BootRoot::YardBox
24 years ago
freesource
994d08f548
O.k., now using $tmp rather then $mnt for create_filesystem, solves
mount problem.
24 years ago
freesource
91fbd839c5
Removed some fluff which was causing an undef.
24 years ago
freesource
13457646c8
Add Save As box and capabilities.
24 years ago
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