summaryrefslogtreecommitdiffstats
path: root/iw/upgrade_migratefs_gui.py
Commit message (Expand)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
* Expose common fsset methods and properties in class Storage.David Cantrell2009-09-031-2/+1
* 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
* 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
* Clean up typos and other things for GPLv2+ changes.David Cantrell2007-12-171-1/+1
* 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
* Apply a patch to clean up strings (Paul W. Frields <stickster@gmail.com>,Chris Lumens2007-02-271-2/+2
* Remove help-related methods, classes, and variables since that stuff hasChris Lumens2006-05-161-1/+0
* 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
* 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 our...Mike Fulbright2002-05-231-2/+2
* 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 obj...Mike Fulbright2001-07-201-27/+14
* 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 of...Mike Fulbright2001-07-061-0/+91