1
0
mirror of https://github.com/fspc/gbootroot.git synced 2025-02-22 00:23:28 -05:00

304 Commits

Author SHA1 Message Date
freesource
e9979b17d3 A little more tweaking so that $offset is undef when search_window closes. 2001-08-28 20:47:21 +00:00
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.
2001-08-28 20:40:15 +00:00
freesource
e639d5c69e Cancel working nicely for index .. Esc && Return, too. 2001-08-28 20:14:57 +00:00
freesource
6ff0be05d9 Creating a search box is a lesson in study, and finding bugs in other programs. 2001-08-28 17:00:30 +00:00
freesource
aff16e7b76 A bug fix where keywords weren't changing because of the prior effeciency
add-on for tr///.
2001-08-28 08:01:27 +00:00
freesource
50b04ef3a5 Getting closer, modal transient window is half there. 2001-08-28 07:47:30 +00:00
freesource
b347463546 Search window stays on top now thanks to
search_window->set_transient_for(leader_window)
2001-08-28 06:54:38 +00:00
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.
2001-08-28 06:18:15 +00:00
freesource
027b932f24 search_window is destroyed when yard_window is which clears the buffer. 2001-08-28 05:05:05 +00:00
freesource
5a51b1f26c This enhances the search box, so it remembers and highlights the last search
text entered.
2001-08-28 04:39:20 +00:00
freesource
a43ab55b66 This makes the insensitive search more effecient by not continuously invocating
tr///.
2001-08-28 04:18:55 +00:00
freesource
acbb8bb20f Had case sensitive and case insensitive backwards. 2001-08-28 04:08:43 +00:00
freesource
f06430c4c8 Now case-insensitive works. Everything works, but a dialog which pops up when
the end or beginning has been reached, and another dialog when nothing is found.
2001-08-28 03:38:09 +00:00
freesource
e1834f63b1 Search is getting there. 2001-08-28 03:02:07 +00:00
freesource
f147d66954 This is experimental stuff with the search. It would be nice to figure out how
to have mouse-like selection, but for now color is just inserted.
2001-08-27 06:05:19 +00:00
freesource
987611be9f Updates the shortcut text. 2001-08-26 22:47:11 +00:00
freesource
5c93200bda This changes the shortcuts a little .. save_as to Alt-a, and search to Alt-s. 2001-08-26 22:45:53 +00:00
freesource
92d86afc80 The search box is built. There are unitialized values oocurring in the main
Gtk loop when looking at signal types, but the start if the  basic infrastructure
is there.
2001-08-26 21:57:21 +00:00
freesource
f1253fb29e Enhanced the text for device size for SIZE. 2001-08-26 18:08:36 +00:00
freesource
df8b6f1f20 Renames the Method -> lilo method to 2 disk compression. It should be noted
that presently lilo() is the default and the value for METHOD isn't checked
since only one bott method is presently provided.
2001-08-26 17:27:25 +00:00
freesource
6f18881add This makes the save_as text more clear to the user. 2001-08-26 17:09:57 +00:00
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.
2001-08-26 16:53:22 +00:00
freesource
b05e0a4262 This writes the save_as to $entry3. 2001-08-26 16:22:56 +00:00
freesource
1246ce1aba Save in ABS working to specs. 2001-08-25 21:56:53 +00:00
freesource
323c1c2f14 Improves the text for save_as dialog. 2001-08-25 19:59:47 +00:00
freesource
8d8bc72d4c This improves the Abort text for the uml box. Checks in ARS to see whether the
root_fs already exists in the archive, almost have it working properly.
2001-08-25 19:57:22 +00:00
freesource
f420f43f82 custom_err will work properly now because Yard:: is now BootRoot::Yard:: 2001-08-25 18:22:47 +00:00
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?
2001-08-25 06:40:45 +00:00
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.
2001-08-25 06:33:54 +00:00
freesource
397d25cfc4 Explains better how to use Abort on the Uml Box. 2001-08-24 22:39:42 +00:00
freesource
06656328f5 Removed some unneccessay logic, and scripts tells when complete. 2001-08-24 22:38:39 +00:00
freesource
01cb23d3d7 * This makes -> literal, before it was backwards. So /bin/sh -> bash works,
before it had to be /bin/bash -> /bin/sh, so now the ls -l interpretation
  is correct.
* Fixes unitialized values in onto_proc_filesystem.
2001-08-24 17:33:42 +00:00
freesource
e140b6bc50 Another initial check, and tested. 2001-08-24 06:54:11 +00:00
freesource
1240220bc3 Now this works even if gbootroot hasn't been invocated first. 2001-08-24 06:39:10 +00:00
freesource
db2304e7bb Adds extensive tests to make sure swim exists, and that its databases are
initialized.  Tests that file-rc exists.  This was all tested on uml_bootroot,
so it is known to work .. hopefully all cases of Status are properly dealt with.
2001-08-24 06:06:03 +00:00
freesource
a8fa047edb Adds some directories. 2001-08-24 06:02:27 +00:00
freesource
b2d389fd36 The latest and greatest. 2001-08-24 02:49:40 +00:00
freesource
f9879d831e Improves some text, and adds a correction to the alternatives generation. 2001-08-24 02:48:47 +00:00
freesource
80d4fe2172 Interactive - asks whether user wants timezone and documentation. 2001-08-23 21:19:13 +00:00
freesource
90853a8c55 This creates a more streamlined template by removing all timezone info which
isn't neccessary.
2001-08-23 21:18:29 +00:00
freesource
c37ac1330c Adds a few improvements .. slang1 was listed twice because it was a required
package, and /etc/network/options was missing.
2001-08-23 19:59:30 +00:00
freesource
9e7cd13d97 Just a little info to set-up users home. 2001-08-23 18:56:40 +00:00
freesource
80861c0552 Just a minor edit. 2001-08-23 18:54:44 +00:00
freesource
91bbd3fddb Standard network stuff. 2001-08-23 18:54:02 +00:00
freesource
5a433981ea The newest and coolest. 2001-08-23 18:52:56 +00:00
freesource
2a6ca1e335 Followed my own directions to check swim --scripts -q. 2001-08-23 18:52:23 +00:00
freesource
2c78ea6b32 Adds Replacements/etc/inetd.conf. 2001-08-23 18:25:26 +00:00
freesource
52b2630fb9 Inetd.conf is now automatically commented out where executables don't exist and
put in Replacements.
2001-08-23 18:20:46 +00:00
freesource
5ff942d4fe Now makes the diversions file .. this is cool. 2001-08-23 17:02:05 +00:00
freesource
a673116d7e This make sures the template tmp value is defined before testing it. 2001-08-23 05:00:01 +00:00