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

326 Commits

Author SHA1 Message Date
freesource
8888fe3b43 Now it is getting the way it should be, it filters out mknod|dev from the
Makefile, and runs debuild.
2001-09-11 04:21:56 +00:00
freesource
dd791da247 Adds a better check for the version. 2001-09-10 19:00:17 +00:00
freesource
b6654a93ef The initial changelog. 2001-09-10 18:46:28 +00:00
freesource
f14fb359aa The beginnings. 2001-09-10 18:45:37 +00:00
freesource
0a8a183d50 The rules, ofcourse. 2001-09-10 18:45:07 +00:00
freesource
eef83727ce Adds $DESTDIR. 2001-09-10 18:44:02 +00:00
freesource
93b7a397d5 More changes. 2001-09-10 18:43:01 +00:00
freesource
35fd054bba Updates the changelog now. 2001-09-10 17:28:57 +00:00
freesource
8c89f1b5cc Some good additions. 2001-09-07 17:15:45 +00:00
freesource
6ba6f2ab26 The Makefile used by the gbootroot package archive. 2001-09-07 15:52:57 +00:00
freesource
e7ac1c07e4 The Lazy Guy's packaging tool for gBootRoot. 2001-09-07 15:52:15 +00:00
freesource
b8e1669085 This properly adds mem=16M to the initial options file. 2001-08-30 05:12:12 +00:00
freesource
e19266ba0a More about permissions. 2001-08-30 04:37:02 +00:00
freesource
145d1c2bb9 The newest user-mode-linux 2.4.9. 2001-08-30 04:23:46 +00:00
freesource
b71a79fd60 This just adds mem=16M to the UML box options, this happens to be the default
for the uml kernel, but more is desirable, hopefully, this will be obvious to th
user.
2001-08-30 04:10:00 +00:00
freesource
b04224d6f1 This corrects a bug where onto_proc_filesystem was edited incorrectly and wasn't
checking for the proc_dev return value in the way originally intended.
2001-08-29 17:08:25 +00:00
freesource
86ff0a8eea Updated Alt-S to Alt-A for error messages for save_as. 2001-08-29 16:50:00 +00:00
freesource
6da033c5e6 This comments out some code which broke the yard box when the default
/dev/fd0 wasn't available.  This check is unecessary, since it is handled in
other places.
2001-08-29 07:22:51 +00:00
freesource
1ded9fbb1b This makes sure that root filename is current when the ars is closed and
reopened, and also updates $ars->{filename} to the current $entry_advanced[4].
2001-08-29 05:46:17 +00:00
freesource
52fbcbfaff Makes the submit button the default for the replacements box. 2001-08-29 04:01:55 +00:00
freesource
04e2351a58 And this removes a breaker point. 2001-08-29 03:52:41 +00:00
freesource
dbee69230f Cool, that should cover it for the ssearch for now. It has netscape-like
behavior with some konqueror-like enhancements.
2001-08-29 03:50:31 +00:00
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