Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make it (in theory) work with current newt | Bill Nottingham | 2002-07-08 | 2 | -28/+84 |
| | |||||
* | BEHOLD - gui has a debug button. Use with care. With great power comes ↵ | Matt Wilson | 2002-07-08 | 1 | -1/+24 |
| | | | | great responsibility. | ||||
* | use the mnemonic | Matt Wilson | 2002-07-08 | 1 | -6/+7 |
| | |||||
* | versionCompare returns > 0 / < 0 not 1/-1. why this works fine with 7.3 ↵ | Jeremy Katz | 2002-07-08 | 1 | -2/+2 |
| | | | | rpm, I'm not sure I should ask :/ | ||||
* | don't pass in full pathnames with searchPath = 1 | Matt Wilson | 2002-07-08 | 1 | -6/+6 |
| | |||||
* | only check access on execv, not execvp. don't raise exceptions after the fork() | Matt Wilson | 2002-07-08 | 1 | -5/+9 |
| | |||||
* | added mnemonic | Mike Fulbright | 2002-07-08 | 3 | -9/+14 |
| | |||||
* | Added mnemoics. | Mike Fulbright | 2002-07-08 | 1 | -15/+30 |
| | |||||
* | merge to HEAD | Jeremy Katz | 2002-07-08 | 1 | -1/+1 |
| | |||||
* | fix english (#68160) | Bill Nottingham | 2002-07-08 | 1 | -1/+1 |
| | |||||
* | add getFocusableWidget to ipwidget to avoid tracebacks | Jeremy Katz | 2002-07-08 | 2 | -2/+6 |
| | |||||
* | now you change the boot loader from a dialog on the first screen so that ↵ | Jeremy Katz | 2002-07-08 | 5 | -118/+190 |
| | | | | confusion is gone, but otherwise, basically the same as things were before. added mnemonics as they were needed | ||||
* | more mnemonics | Jeremy Katz | 2002-07-05 | 1 | -1/+2 |
| | |||||
* | more mnemonics | Jeremy Katz | 2002-07-05 | 1 | -10/+12 |
| | |||||
* | don't traceback if their rpmdb is hosed and was already db3 | Jeremy Katz | 2002-07-05 | 1 | -1/+3 |
| | |||||
* | add some mnemonics | Jeremy Katz | 2002-07-05 | 1 | -4/+6 |
| | |||||
* | mnemonics | Jeremy Katz | 2002-07-05 | 1 | -3/+3 |
| | |||||
* | timezone mnemonics | Jeremy Katz | 2002-07-05 | 2 | -4/+4 |
| | |||||
* | mnemonics | Jeremy Katz | 2002-07-05 | 1 | -3/+3 |
| | |||||
* | more mnemonics | Jeremy Katz | 2002-07-05 | 1 | -7/+7 |
| | |||||
* | add mnemonics | Jeremy Katz | 2002-07-05 | 1 | -3/+5 |
| | |||||
* | mnemonics | Jeremy Katz | 2002-07-05 | 1 | -4/+6 |
| | |||||
* | add mnemonics to the firewall screen | Jeremy Katz | 2002-07-05 | 1 | -8/+11 |
| | |||||
* | mnemonics | Jeremy Katz | 2002-07-05 | 1 | -1/+1 |
| | |||||
* | more mnemonics | Jeremy Katz | 2002-07-05 | 1 | -3/+3 |
| | |||||
* | mnemonics | Jeremy Katz | 2002-07-05 | 1 | -2/+2 |
| | |||||
* | added mnemonic support | Mike Fulbright | 2002-07-03 | 1 | -7/+14 |
| | |||||
* | switch test slightly | Mike Fulbright | 2002-07-03 | 1 | -1/+2 |
| | |||||
* | remove scroll_to treeview fixup idle, and snap window to side of screen if ↵ | Mike Fulbright | 2002-07-03 | 1 | -35/+8 |
| | | | | it moves past it | ||||
* | add title to network interface edit dialog, remove scroll_to hack since ↵ | Mike Fulbright | 2002-07-03 | 6 | -29/+2 |
| | | | | gtk2+ is fixed now | ||||
* | bump | Jeremy Katz | 2002-07-03 | 1 | -2/+2 |
| | |||||
* | consistency of field order (#67838) | Jeremy Katz | 2002-07-03 | 1 | -2/+2 |
| | |||||
* | mnemonics | Jeremy Katz | 2002-07-02 | 1 | -17/+27 |
| | |||||
* | add mnemonics | Jeremy Katz | 2002-07-02 | 1 | -20/+28 |
| | |||||
* | add a MnemonicLabel helper class | Jeremy Katz | 2002-07-02 | 1 | -0/+5 |
| | |||||
* | add mnemonic | Mike Fulbright | 2002-07-02 | 4 | -35/+48 |
| | |||||
* | fix for bugs related to handling dhcp and gateways correctly when the dhcp ↵ | Mike Fulbright | 2002-07-02 | 1 | -1/+3 |
| | | | | configured card didnt have onboot=yes | ||||
* | Fix crash on certain partition tables because previous delete entire disk ↵ | Mike Fulbright | 2002-07-02 | 1 | -6/+32 |
| | | | | algorithm tried to delete FREESPACE and METADATA type partitions, as well as logical partitions after we'd deleted the extended partition it was in | ||||
* | move stamps around to be right with my changes | Jeremy Katz | 2002-07-02 | 1 | -2/+2 |
| | |||||
* | tweak the wording (#66243) | Jeremy Katz | 2002-07-02 | 1 | -4/+5 |
| | |||||
* | add GPL and EULA to files linked since they're the ones used in the final ↵ | Jeremy Katz | 2002-07-02 | 1 | -13/+14 |
| | | | | release (#65146) and get rid of the pesky warning for non-existent files since some of these files won't exist at times | ||||
* | don't need to define -ggdb, we already get -g from COPTS (#64332) | Jeremy Katz | 2002-07-02 | 1 | -1/+1 |
| | |||||
* | move version/release definitions into Makefile.inc so that they can be ↵ | Jeremy Katz | 2002-07-02 | 3 | -6/+3 |
| | | | | pulled in and used in the loader's version string and the like | ||||
* | snip the dependency loops | Jeremy Katz | 2002-07-02 | 1 | -1/+5 |
| | |||||
* | -4 | Jeremy Katz | 2002-07-01 | 1 | -1/+1 |
| | |||||
* | tweak labeling somewhat; don't label raid since it's kind of non-sensical ↵ | Jeremy Katz | 2002-07-01 | 1 | -5/+4 |
| | | | | and with raid1, we get duplicate labels (#67754) | ||||
* | -3 | Jeremy Katz | 2002-06-28 | 1 | -1/+1 |
| | |||||
* | hack on splitdistro some more. cds should fall out right again | Jeremy Katz | 2002-06-28 | 1 | -7/+7 |
| | |||||
* | add splash to boot disks | Jeremy Katz | 2002-06-28 | 1 | -0/+2 |
| | |||||
* | add syslinux splash, modify accordingly | Jeremy Katz | 2002-06-28 | 4 | -16/+29 |
| |