Commit Graph

  • 7e3c803b2a * This should work nicer. freesource 2000-12-23 08:12:32 +0000
  • 3e29af76bf * Some sort of change. freesource 2000-12-23 07:45:35 +0000
  • ce709f1277 * Now the Save button and Ctrl-S are doing there thing, and not writing over unwritable files. freesource 2000-12-23 07:44:10 +0000
  • fb39fc1b3f * This just provides a more verbose stat output like that found in ls -l. Ofcourse ls -l could be used, but this is a cool program by MJD. freesource 2000-12-23 07:42:57 +0000
  • b7f05654b9 * more improvements, removed unnecessary functions freesource 2000-12-22 07:50:57 +0000
  • 8f683e0545 * improvements in error output from yard_chrooted_tests to verbosity box freesource 2000-12-22 07:26:59 +0000
  • 2aa648a220 * When part of gBootRoot, the parent was chrooted along with the children, hence these tests now run in their own program. This is the change which executes the program with the sys() wrapper. Pretty cool. freesource 2000-12-22 02:03:18 +0000
  • ebf38d5e34 * This allows forked tests to be ran in a chrooted environment. * When part of gBootRoot, the parent was chrooted along with the children, hence these tests run in their own program. freesource 2000-12-22 02:01:10 +0000
  • 2584994774 * minor verbosity output improvement freesource 2000-12-21 07:06:17 +0000
  • 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. freesource 2000-12-21 07:05:40 +0000
  • ad7247f9a4 * fixes stripping option eq "", so "" eq 0 before processing freesource 2000-12-20 19:48:04 +0000
  • 808215a667 * continuous and user-defined are working. * fixed logic of copy_strip_file. * made strip_all and strip_deb true booleans. freesource 2000-12-20 19:35:22 +0000
  • 9c47087234 * Some tweaks before beginning work on check_root_fs. freesource 2000-12-20 02:58:41 +0000
  • 1cb92862bc * Now $ars is global to the program and can be called with ars(). This covers (filename, filesystem_size, kernel, template_directory, template). freesource 2000-12-20 00:22:02 +0000
  • 131e7afcb5 * stripping options are now viable freesource 2000-12-19 21:38:33 +0000
  • ea867c95bb * passing strip parameters freesource 2000-12-19 21:37:49 +0000
  • 4c71a920b0 * I will have to look at the diff. :) freesource 2000-12-19 18:56:15 +0000
  • 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. freesource 2000-12-19 18:55:22 +0000
  • 04935a1ba8 * Modified for YardBox variables. * There are still some variables missing. Dynamic %$ars and the variables passed to space_check are missing in copy_strip_file. freesource 2000-12-19 18:53:58 +0000
  • 1af54baaba * minor edit freesource 2000-12-19 05:06:19 +0000
  • 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. freesource 2000-12-19 05:04:49 +0000
  • e69fc02752 * Gave radiobutton-like behavior to the Stages buttons when user-defined isn't selected. freesource 2000-12-18 20:16:39 +0000
  • 368d67a65f * the beginning of linking freesource 2000-12-18 06:24:31 +0000
  • 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 freesource 2000-12-17 20:43:37 +0000
  • 17b175203d * This gets RadioMenuItem buttons working for Stages. * Next I will do the same thing for objcopy. freesource 2000-12-17 04:14:03 +0000
  • 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->. freesource 2000-12-16 19:08:41 +0000
  • 16612c0321 * minor edit freesource 2000-12-15 02:11:57 +0000
  • ebe2b7cab3 * Values for stripping working with "activate." * $lib_bool, $bin_bool, $mod_bool freesource 2000-12-13 05:01:53 +0000
  • 09a7f309f4 * Added one more variable to the record. freesource 2000-12-12 20:41:46 +0000
  • 820e3a2af6 * All variables from ARS needed by root methods may be accessed through a hash record. ($ars) = @_; $ars->{device}; freesource 2000-12-12 20:33:33 +0000
  • c04c88be0b * Removed stripping from the Docks ARS, and moved it to YardBox. * This is part of the unification of the Dock to make it universal amongst all root and boot methods. freesource 2000-12-12 05:42:49 +0000
  • 4771d74403 * Minor edit. freesource 2000-12-10 18:06:57 +0000
  • f41f464389 * This should complete addition of Gtk::MenuItems. freesource 2000-12-10 18:05:10 +0000
  • 7a77ee4778 * Added more Gtk::MenuItems. freesource 2000-12-10 06:53:56 +0000
  • a778b2e255 * Changed the version checking code because 0.7004 does this; version_check(CLASS, req_maj, req_min, req_micro) vs version_check(req_maj, req_min, req_micro) * Using other version checks *_version. freesource 2000-12-10 06:52:49 +0000
  • e378c43935 * 2 too many <alt>C freesource 2000-12-09 20:30:34 +0000
  • ca21adebf1 * The beginnings of a menu. freesource 2000-12-09 20:23:09 +0000
  • 2ee5ffe452 * This is the Yard ARS Method. * This is part of the restructuring to allow new methods to be easily added by developers. freesource 2000-12-06 03:06:00 +0000
  • 3005f27ec4 * Placed most of error functions in Error.pm * This is part of the restructuring to allow new methods to be easily added by developers. freesource 2000-12-06 03:04:34 +0000
  • 793aa83843 * Placed most of error functions in Error.pm * Put all of the Yard ARS in YardBox.pm * This is part of the restructuring to allow new methods to be easily added by developers. freesource 2000-12-06 03:02:32 +0000
  • 49bd75c256 * Changed the usize for Verbosity and Yard box. * Text change for Yard Box "Cancel" to "Close." freesource 2000-12-05 17:38:03 +0000
  • b54d841206 * Added 5 check boxes in the ard Box. freesource 2000-12-05 07:15:23 +0000
  • e3c670423e * Added some widgets to the Yard Box. freesource 2000-12-05 05:23:42 +0000
  • 24cecc04e4 * Started Yard Box. * Changed order of Checks. freesource 2000-12-04 05:25:36 +0000
  • 53f0be257c * Started Yard Box. * Replaced $$ with a time string for tmp and mnt dirs. * Fixed minor verbosity box bug, if closed at 1 without slider and using slider to go to 0. Generally, it is assumed the slider will be used. freesource 2000-12-04 05:24:17 +0000
  • b0a5bf2cf1 * Changed the color code. freesource 2000-12-02 07:03:54 +0000
  • 50c24778c5 * Added color to Verbosity Box. * blue = 1 red = 2 freesource 2000-12-02 06:35:08 +0000
  • 51854a7794 * Unification complete. freesource 2000-12-01 06:22:11 +0000
  • d884211935 * As mentioned in task 22496, cleaned up cf_die and its evil brother error. * What a mysterious saying. :) freesource 2000-11-30 06:45:49 +0000
  • faaca21637 * Cleaned up some verbosity spots * Unified the logfile * Getting closer freesource 2000-11-30 06:41:47 +0000
  • 6356912c03 removed an x freesource 2000-11-30 04:49:51 +0000
  • 9f1bf556b5 This is the stock Yard Template. Making it current will be fun. freesource 2000-11-30 04:46:41 +0000
  • ab69ef4a6b * Oh yeah! Now logging to a Gtk::Text window with scrolling. * This is nice code: $logadj->set_value($logadj->upper - $logadj->page_size); in info. freesource 2000-11-29 06:27:26 +0000
  • 6391236fd7 * Oh yeah! Now logging to a Gtk::Text window with scrolling. * Will have to give privacy when using create_text(). freesource 2000-11-29 06:25:00 +0000
  • 3965fae37d * Added AKS button. freesource 2000-11-28 04:31:35 +0000
  • 7f1f4b19a8 * Added stripped file size check to space_check(). freesource 2000-11-28 04:30:16 +0000
  • b9b88cd182 * Preping for space_check() strip file size check. freesource 2000-11-17 06:17:22 +0000
  • 77fa2d1966 * Linked stripper options * Altered some visible text to reflect the DCS aspect. freesource 2000-11-17 06:15:46 +0000
  • a8e3ecc354 * verbosity() added * Importance -> very freesource 2000-11-16 05:41:01 +0000
  • 287d6ce6ed * Added Verbosity Scale to BS * Linked it. * Importance -> very freesource 2000-11-16 05:39:29 +0000
  • f2e9adac4a find_file_in_path, sys, and info improvements added freesource 2000-11-15 05:45:51 +0000
  • 0087f77d76 Modifications to allow gBootRoot changes to work freesource 2000-11-15 05:43:50 +0000
  • cab23dfbf1 Added some widgets. freesource 2000-11-12 08:06:05 +0000
  • 13c665c0e9 Getting space_check read for changes. freesource 2000-11-12 08:04:51 +0000
  • 8d6ed2cad4 Perl-5.6 glob now working, vanquished many undefs. freesource 2000-11-10 06:32:25 +0000
  • aa07bac3b2 More stuff freesource 2000-11-09 04:48:01 +0000
  • be5e62b23d Things freesource 2000-11-08 04:08:13 +0000
  • ad91aaf83e Minimal Yard Template. freesource 2000-11-08 04:07:12 +0000
  • 465b60019c Linking widgets to variables. freesource 2000-11-08 04:01:11 +0000
  • f9c2273010 Cleaned up some more. freesource 2000-10-30 04:40:57 +0000
  • d6af87d3fb Now using some of Yard. freesource 2000-10-30 04:39:50 +0000
  • 596ac8224f Namespace cleaning, 5 subs are now exported. freesource 2000-10-28 04:36:06 +0000
  • 3f0483a604 Fixed a little syntax error. freesource 2000-10-19 05:08:23 +0000
  • 9bc4b7489f Added some Yard globals. freesource 2000-10-19 05:06:44 +0000
  • cd956e12e1 Strict cleanup for make_root. freesource 2000-10-19 05:05:39 +0000
  • 643537a462 Added Yard.pm. This is the Yard Method. freesource 2000-10-18 03:39:58 +0000
  • 6063651399 Some stuff. freesource 2000-10-18 03:37:45 +0000
  • 574999a463 Some more stuff. freesource 2000-10-16 02:12:00 +0000
  • 0cecf0b2fa Method and Template added to ARS, and save to Root Filename. freesource 2000-10-15 20:04:47 +0000
  • 6e331fea45 Added a lot more widgets to ARS. freesource 2000-10-13 03:38:10 +0000
  • 2a94af7f1f Added Root Device widgets to ARS. freesource 2000-10-12 03:18:06 +0000
  • fbb70a63bc Added Advanced Root Section freesource 2000-10-09 19:21:52 +0000
  • 0ce676f74a Changed Advanced Section to Advanced Boot Section freesource 2000-10-01 04:45:04 +0000
  • 6310ca6211 Freeze for 1.2.2. CHANGES updated. Unless major bug found, ready for release. freesource 2000-09-04 21:56:44 +0000
  • e954f09e06 This fixes bug 111580 by checking for the gtk-perl version, reporting with error_window() and STDOUT. Decided against Documentation for right now. freesource 2000-09-03 21:10:52 +0000
  • ccc12e7977 Lots of documentation changes for cretzu to look at. freesource 2000-09-03 19:25:59 +0000
  • 3cabd41b09 Entry fields widen now in AS, and append field is double in size. Maybe fixes enhancement bug 113466. freesource 2000-09-03 04:02:14 +0000
  • dc4088bf2c Append now in bootdisk in brlilo. Fixes bug 113455. freesource 2000-09-03 03:34:47 +0000
  • 592f1e96ae Opt. Devices now on boot disk, not in initrd_image. Fixes bug 113453. freesource 2000-09-03 03:27:55 +0000
  • 039648bbf4 Submit logic looks perfect now, and wanted to add that gdkbirdaa was added in 1.19. freesource 2000-09-02 02:31:59 +0000
  • 1a246aadbe Links opt. dev. and append in AS, and improves the logic. This is nearly release ready. freesource 2000-09-01 22:05:44 +0000
  • 40a6230aa6 This fixes bug 112215. Adds a devel drive option in AS. freesource 2000-08-31 19:35:15 +0000
  • 848d391bc3 Fixed the documentation to relate to 1.1.6. freesource 2000-08-30 19:01:22 +0000
  • 55f63cda7b Added "changed" signal in entry(). No more need to press [enter]. freesource 2000-08-30 18:49:35 +0000
  • 7c27f6e03f Fixed one minor bug related to the previous change involving having library stripping turned off. freesource 2000-08-28 20:54:54 +0000
  • 3006031c25 Can now switch between --strip-debug and --strip-all for libraries in the advanced section, mentions objcopy in tips. freesource 2000-08-28 20:41:28 +0000
  • 05205ff245 Program now strips, closes bug 112073. freesource 2000-08-27 16:21:49 +0000
  • 5b00aa2c6a Add stripping to Advanced Section, changed default device size, removed testing for initrd_size. freesource 2000-08-26 22:45:28 +0000
  • 764f969ee1 Changed some values so things will work .. was running a test in initrd_size. freesource 2000-08-25 20:45:30 +0000
  • 2686f7746a Added the Advanced Section GUI. freesource 2000-08-25 20:19:19 +0000