summaryrefslogtreecommitdiffstats
path: root/iw/upgrade_migratefs_gui.py
Commit message (Collapse)AuthorAgeFilesLines
* Move storage into the Anaconda class.Chris Lumens2010-02-041-2/+2
|
* Use named parameters for translatable strings with multiple params.David Cantrell2009-10-011-3/+3
| | | | | | | | | | | | | | | | This is a cleanup for the po files. xgettext displays the following messages for some Python files: warning: 'msgid' format string with unnamed arguments cannot be properly localized: The translator cannot reorder the arguments. Please consider using a format string with named arguments, and a mapping instead of a tuple for the arguments. This patch modifies the reported format strings to use named parameters per the warning message. We were already using these style format strings in users.py and possibly other files. Basically when there is more than one parameter in the format string, we should use a hash table with named parameters.
* Expose common fsset methods and properties in class Storage.David Cantrell2009-09-031-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | Add the following methods and properties to class Storage which map through to FSSet methods, modify existing calls to use the method on class Storage: turnOnSwap() mountFilesystems() umountFilesystems() parseFSTab() mkDevRoot() createSwapFile() fsFreeSpace() mtab mountpoints migratableDevices rootDevice Callers no longer need to pass the Anaconda object to the FSSet methods directly. The method on Storage takes care of that. The mtab() method on FSSet is exposed as a property on Storage. The same is true for fsFreeSpace().
* Fix pylint errors in iw/*.pyHans de Goede2009-03-251-0/+5
|
* Fix several minor bugs preventing upgrade/rescue mount. (#488946)David Lehman2009-03-091-1/+1
|
* First crack at making upgrade migrate gui work with new storage code.David Lehman2009-02-271-27/+27
|
* 2008-06-04 Ján ONDREJ <ondrejj@salstar.sk> (via ondrejj@fedoraproject.org)Ján ONDREJ2008-06-041-2/+4
| | | | * po/sk.po: Typo fix.
* Don't allow /boot to be migrated to ext4 (#439944)Jeremy Katz2008-04-011-0/+3
|
* Make migration from ext3 -> ext4 saner on upgrade (#437567)Jeremy Katz2008-03-141-8/+14
| | | | | Get rid of hard-coded "migrate to ext3" bits and instead use fsystem.migrateto; also make the text a little bit more generic
* Clean up typos and other things for GPLv2+ changes.David Cantrell2007-12-171-1/+1
| | | | | | | Shorten 'Red Hat Author(s)' to just 'Author(s)'. Perhaps eventually we'll get an AUTHORS file and will just remove author names from the individual files. Also fixed a type in scripts/dumphdrlist.py where Author was listed twice.
* GPLv2+ boilerplates on all of the iw/*.py files.David Cantrell2007-12-171-7/+13
|
* Remove unused imports. Yes I know this is stupid nitpicky crap, but I likeChris Lumens2007-09-191-2/+0
| | | | it.
* Apply a patch to clean up strings (Paul W. Frields <stickster@gmail.com>,Chris Lumens2007-02-271-2/+2
| | | | #204564).
* Remove help-related methods, classes, and variables since that stuff hasChris Lumens2006-05-161-1/+0
| | | | | been disabled for months and it's never coming back. Also remove this stuff from the glade file as well.
* Make all UI steps use anaconda class. Add system-config-keyboard shim.Chris Lumens2006-05-041-3/+3
|
* Use new logging system.Chris Lumens2005-08-121-2/+0
|
* fix warnings about gtk.TRUE and gtk.FALSE, partly based on a patchPeter Jones2005-03-121-6/+6
| | | | from Colin Walters.
* fix deprecated api usageJeremy Katz2002-07-291-1/+1
|
* Changes as per Milan Documentation String ReviewMike Fulbright2002-07-121-3/+3
|
* migrate to using rhpl log functionMike Fulbright2002-05-231-1/+2
|
* 1) Fix all copyrights 2) move everything to use rhpl.translate instead of ↵Mike Fulbright2002-05-231-2/+2
| | | | our own translate.py
* more mergingJeremy Katz2002-04-191-3/+5
|
* more gtk2 fixupsJeremy Katz2002-01-091-14/+14
|
* s/set_usize/set_size_request/gMatt Wilson2002-01-081-2/+2
|
* we don't use gnome.ui anymoreJeremy Katz2001-12-271-1/+0
|
* fix typoMatt Wilson2001-09-191-1/+1
|
* show translated (#53506)Jeremy Katz2001-09-121-1/+1
|
* put list of migratable partitions in scrolled windowMike Fulbright2001-07-251-2/+11
|
* pychecker fix... darn that selfJeremy Katz2001-07-221-1/+1
|
* fix code to find migratable mounts during an upgrade to use FileSystemSet ↵Mike Fulbright2001-07-201-27/+14
| | | | object (id.fsset) instead of partition requests (id.partitions) since the original has RAID and partitions in it, and the later doesnt (yet)
* handle migration during upgrades and rewrite fstab appropriatelyMike Fulbright2001-07-201-5/+12
|
* report mount point correctly when querying about migrating fs on upgradeMike Fulbright2001-07-101-2/+8
|
* Added upgrade migrate screen. Finds ext2 partitions and offers user choice ↵Mike Fulbright2001-07-061-0/+91
of moving to ext3