summaryrefslogtreecommitdiffstats
path: root/iw
Commit message (Collapse)AuthorAgeFilesLines
...
* remove whitespaces from ddcprobe values and from sync rate entry boxesbfox2001-10-241-2/+5
|
* replace deprecated widgets with new onesbfox2001-10-221-51/+101
|
* rewrite the gui mouse dialog to use gtktreemodel/viewMatt Wilson2001-10-191-183/+210
| | | | | i18n mouse list remove debugging from gui.py accidently checked in
* set cursor instead of hackMatt Wilson2001-10-191-12/+1
|
* Changing URL for new RH docs website.bfox2001-10-171-1/+1
|
* change string for new RH Docs website. Fixes bug #54721bfox2001-10-171-1/+1
|
* tweak pathsMatt Wilson2001-10-161-1/+1
|
* merge anaconda-gtk-2-0-branch to HEADMatt Wilson2001-10-1621-1260/+1500
|
* fix from 7-2-branch (#54030)Jeremy Katz2001-09-261-1/+5
|
* remove 8 char limit on usernames. Resolves bug #27011bfox2001-09-211-2/+3
|
* Add a reset button to mouse window and remove None-None from the list. ↵bfox2001-09-201-20/+29
| | | | Resolves bug #26769
* add forwarding on <Enter> press to userWinbfox2001-09-191-1/+6
|
* fix typoMatt Wilson2001-09-191-1/+1
|
* don't allow system users in the user add screenbfox2001-09-131-1/+8
|
* show translated (#53506)Jeremy Katz2001-09-121-1/+1
|
* fix for persistant timezone selection (#53266)Matt Wilson2001-09-051-5/+19
|
* fix initial badblocks state (53267)Jeremy Katz2001-09-051-2/+3
|
* fix for 53169Mike Fulbright2001-09-051-0/+2
|
* if lang isn't set, just use the defaultJeremy Katz2001-08-291-9/+10
|
* HOW did this ever work (fixes bug 52662)Mike Fulbright2001-08-271-0/+2
|
* badblocks should only be active if you've selected to formatJeremy Katz2001-08-241-2/+2
|
* pass enough options to the formatOptionsCB from migrate (49466)Jeremy Katz2001-08-241-1/+5
|
* let user passwords be arbitrary lengths (52330)Jeremy Katz2001-08-241-2/+2
|
* don't require a video card to be selected if you select to skip x config (52373)Jeremy Katz2001-08-241-0/+2
|
* fix text wrapping for lowres modebfox2001-08-211-1/+4
|
* show help windowbfox2001-08-151-0/+2
|
* proper fix for fuzzy matching of ddcprobe reported video ramMike Fulbright2001-08-151-9/+2
|
* fix up matt partitioning by making the new ones identify themselves properly ↵Jeremy Katz2001-08-151-0/+2
| | | | (51820)
* grammar fix (51761)Jeremy Katz2001-08-141-1/+1
|
* how did this ever work?Matt Wilson2001-08-141-1/+2
|
* restoring the backup copy doesn't work...Jeremy Katz2001-08-141-18/+23
| | | | | | | | | | | if processPartitioning fails, we need to remove the request we just added from the request list and, if this isn't a "new new" request, add the old one back in. this also brings in clearer semantics for a request being new as opposed to relying on checking the combination of origrequest.device and origrequest.type fixes 51730 and should also fix a few other places where we get devices of None (eg 51667, 50905, 50858, and possibly others)
* dialog for partitions of type 0x82 which don't look like swap... mostlyJeremy Katz2001-08-141-0/+2
| | | | useful in the case of people using fdisk (relates to 51349, 51637)
* pychecker fixMike Fulbright2001-08-101-1/+1
|
* don't let people come back here after they've turned on swap files onceJeremy Katz2001-08-101-1/+3
|
* handle video cards which probe ok, but for some reason the native X server ↵Mike Fulbright2001-08-101-1/+25
| | | | doesnt work, and we fallback to VGA. Need to remember to configure the probed card later (and hope it works?). Fixed bug # 51273
* 1) dont let user go back to make boot disk screen (bugzilla #51002), and 2) ↵Mike Fulbright2001-08-092-3/+14
| | | | Fixed congrats message on ia64 to not have info on boot disk (bugzilla #51263)
* correct amount of ram for ramdiskJeremy Katz2001-08-081-1/+1
|
* show help again after the individual package selection screenbfox2001-08-082-6/+9
|
* if we're not changing the formatting on the partition, whether or not the ↵Jeremy Katz2001-08-081-2/+4
| | | | mountpoint entry is active is dependent on the old fstype
* check that people have sane partition tables after running fdisk also (50840)Jeremy Katz2001-08-071-2/+5
|
* copyrightMatt Wilson2001-08-0717-19/+239
|
* file no longer neededMatt Wilson2001-08-071-2003/+0
|
* added size label which changes as you change cylinder range for Matt ↵Mike Fulbright2001-08-071-0/+23
| | | | partitioning in GUI
* multiple blank labels is fine (50584)Jeremy Katz2001-08-071-1/+1
|
* remove the bit about removing CD-ROMs from the drive, you can't do it yet ↵Matt Wilson2001-08-061-1/+1
| | | | and we'll eject anyway (#51049)
* need to scroll if > 4 drives availableMike Fulbright2001-08-061-2/+9
|
* handle cards with only 8bpp correctlyMike Fulbright2001-08-061-1/+1
|
* make some constant strings get translatedMike Fulbright2001-08-021-8/+13
|
* warning for bootloader passwords less than six characters instead ofJeremy Katz2001-08-011-4/+16
| | | | | strictly enforcing the limit. make sure it's at least one character though (50528)
* deactivate user entry box in reconfig modebfox2001-08-011-0/+8
|