freesource
209f162b71
Added a new stage button in the Yard Box called Copy. Create is now Copy, and
the uml_exclusively and genext2fs behavior are handled by Create, this is
much nicer because a new filsystem type can be created without having to wait
for everything to be copied again to the sources directory.
23 years ago
freesource
b8c67ae31d
Changed the verbosity level for path, too.
23 years ago
freesource
98e0a3af7d
Make verbosity 1 for submit of new fs type in filesystem box.
23 years ago
freesource
c388d93b8c
This helps with keypress events in the filesystem box.
23 years ago
freesource
7a5dc8a73b
Changed preserve_permissions to preserve_ownership.
23 years ago
freesource
f9ad7744a7
This makes sure that the uml_exclusively and preserve_permissions remain dynamic
in the YardBox.
23 years ago
freesource
7cfd2fd76a
Added a check when uml_exclusively is used to make sure valid helper commands
are used.
23 years ago
freesource
8842b19a6b
Works nicely for normal user now, just need to improve logic a little, and
it is ready to ship.
23 years ago
freesource
85ff2a51af
Changes for the fs box.
23 years ago
freesource
cf35d1cf54
The new look of the Filesystem Box .. with UML Exclusively and Preserve
Permissions Check boxes. Changed to just 2 columns.
23 years ago
freesource
74c3318cbf
Why it is nice to test on uml, if genext2fs isn't in path and filesystem type
is changed, path can't be found .. now it makes an exception when executable
is genext2fs.
23 years ago
freesource
d67ceb97bb
Making sure normal users get a /dev directory when fs_size > 8192.
23 years ago
freesource
5b6cc2cb29
This adds state for libs,bins,modules and strip_bool.
23 years ago
freesource
cf4d843e4b
This remembers state for stages.
23 years ago
freesource
36111d5a71
This saves state for tests within 1 program invocation.
23 years ago
freesource
1c435dfadc
This removes a change which was placed when removing chrooted tests, this
was an unecessary change and permanently made chrooted tests 0. Also noted
how sys could be used for verbosity 3.
23 years ago
freesource
f3666f6ee2
Decided against Esc for closing the Yard Box .. Alt-W is sufficient and safer.
23 years ago
freesource
c8a2ebb971
Added some more to the shortcuts box.
23 years ago
freesource
9d2ffa3a89
Added Esc close capability for save as.
23 years ago
freesource
8223d83b88
This adds more improvements to New Template, allowing a template of the same name to
be written over as a blank file, and puts a blank entry .. if the user attempts to write
to the blank entry, the dialog will ask if they want to save the original template.
23 years ago
freesource
0867ee47fb
This adds the New Template function.
23 years ago
freesource
39adac66a8
This closes the save_as box when Esc is pressed, and associated New Template
with 103.
23 years ago
freesource
1791729abd
This completes the NSS PAM interface, they both can be turned off or on via
the Yard Box now.
23 years ago
freesource
ff44ae48f5
This adds "New Template Alt-N" and "NSS Config & PAM Config" to the Yard Box.
23 years ago
freesource
d50e13b210
This provides proper output when the path has been changed, basically, if
it is the same thing again, it won't be listed.
23 years ago
freesource
5af731e25c
This allows tests to work properly from the Yard Box for non-root users,
chrooted tests disappear, it is assumed that most normal administrators
would never consider giving non-root users chroot capabilities, but you
never know, so only genext2fs is tested for, but room is left if another
fs is choosen.
23 years ago
freesource
9bc3e644f1
This handles error much better by making $error private, before it was global
so it's value remained on error which caused the YardBox to fail to work
properly.
23 years ago
freesource
05da1a4a31
Changes to make $> > 0 happy.
23 years ago
freesource
5a8621791a
Some misc. changes.
23 years ago
freesource
2726b68559
This is the beginnings of non-root ext2 root_fs creation with Erick Anderson's
most recently revised genext2fs.
23 years ago
freesource
e18c02ed8e
Added a dialog box to tutorial so that people can find the documentation in
/usr/share/doc/gbootroot/html/index.html.
23 years ago
freesource
cad3b044ed
Updated who did what.
23 years ago
freesource
64771b8b7d
Updated the copyright information.
23 years ago
freesource
ae3e94f7b5
Changed $text from 'activate' to 'changed' which allows search to work properly.
Before the search that wasn't an issue, ofcourse.
23 years ago
freesource
86ff0a8eea
Updated Alt-S to Alt-A for error messages for save_as.
24 years ago
freesource
52fbcbfaff
Makes the submit button the default for the replacements box.
24 years ago
freesource
04e2351a58
And this removes a breaker point.
24 years ago
freesource
dbee69230f
Cool, that should cover it for the ssearch for now. It has netscape-like
behavior with some konqueror-like enhancements.
24 years ago
freesource
e9979b17d3
A little more tweaking so that $offset is undef when search_window closes.
24 years ago
freesource
e48e66e93a
This finishes search backwards for both Esc && Return .. all that is left is
issuing an error when nothing is found and search ne undef.
24 years ago
freesource
e639d5c69e
Cancel working nicely for index .. Esc && Return, too.
24 years ago
freesource
6ff0be05d9
Creating a search box is a lesson in study, and finding bugs in other programs.
24 years ago
freesource
aff16e7b76
A bug fix where keywords weren't changing because of the prior effeciency
add-on for tr///.
24 years ago
freesource
50b04ef3a5
Getting closer, modal transient window is half there.
24 years ago
freesource
b347463546
Search window stays on top now thanks to
search_window->set_transient_for(leader_window)
24 years ago
freesource
c2d142e96a
This changes the default behavior of search, file_system, and replacements to
not close when the shortcuts or menu are used after they are visible .. they can
only be closed from the their own actual window. This is traditional UI.
24 years ago
freesource
027b932f24
search_window is destroyed when yard_window is which clears the buffer.
24 years ago
freesource
5a51b1f26c
This enhances the search box, so it remembers and highlights the last search
text entered.
24 years ago
freesource
a43ab55b66
This makes the insensitive search more effecient by not continuously invocating
tr///.
24 years ago
freesource
acbb8bb20f
Had case sensitive and case insensitive backwards.
24 years ago