# # partmethod_gui.py: allows the user to choose how to partition their disks # # Matt Wilson # # Copyright 2001 Red Hat, Inc. # # This software may be freely redistributed under the terms of the GNU # library public license. # # You should have received a copy of the GNU Library Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # from iw_gui import * from gtk import * from translate import _ class PartitionMethodWindow(InstallWindow): def __init__(self, ics): InstallWindow.__init__(self, ics) ics.setTitle (_("Automatic Partitioning")) def getNext(self): if self.useFdisk.get_active(): self.dispatch.skipStep("fdisk", skip = 0) else: self.dispatch.skipStep("fdisk") return None def getScreen (self, dispatch): self.dispatch = dispatch box = GtkVBox (FALSE) box.set_border_width (5) radioBox = GtkVBox (FALSE) self.useFdisk = GtkRadioButton( None, _("Manually partition with fdisk [experts only]")) radioBox.pack_start(self.useFdisk, FALSE) self.useFdisk.set_active (not dispatch.stepInSkipList("fdisk")) align = GtkAlignment() align.add(radioBox) align.set(0.5, 0.5, 0.0, 0.0) box.pack_start(align, TRUE, TRUE) box.set_border_width (5) self.ics.setNextEnabled (TRUE) return box /form> Suruma traditional Malayalam orthography unicode fontRajeesh KV
summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix ാം renderingSanthosh Thottingal2013-06-224-1177/+1275
* [Rachana] Round the position points to intSanthosh Thottingal2013-06-222-300/+254
* Rachana- Glyphs for DOT REPH (04DE)Santhosh Thottingal2013-06-222-1080/+5696
* Give default positioning for dot repha 0D4ESanthosh Thottingal2013-06-211-10/+10
* Add more glyphs to Raghu MalayalamSanthosh Thottingal2013-06-072-24/+200
* Update RaghuMalayalam with Chillu charactersSanthosh Thottingal2013-06-071-6/+393
* Rachana: Remove 'half' forms and adjust 'pres' rules accordingly (for mlym).Rajeesh K Nambiar2013-04-282-78/+35
* Meera: Fix another 'akhn' ruleRajeesh K Nambiar2013-04-262-2/+2
* Meera: More akhn fixes - all cases should be covered now.Rajeesh K Nambiar2013-04-261-8/+8
* Rachana: fix 'psts' rule for യ്തുRajeesh K Nambiar2013-04-231-3/+4
* Revert "Port Rachana to mlm2 opentype spec while keeping mlym compatible."Rajeesh K Nambiar2013-04-212-806/+800
* Rachana: more 'akhn' fixesRajeesh K Nambiar2013-04-211-8/+8
* Port Rachana to mlm2 opentype spec while keeping mlym compatible.Rajeesh K Nambiar2013-03-312-800/+806
* Add a todo file. We have lot of work to do!Santhosh Thottingal2013-03-311-0/+7
* Remov wrong prebase substitution rule for ബ്രSanthosh Thottingal2013-03-312-1/+0
* Ligature formation rules for ദ്ഗ ദ്ന ദ്ല ദ്ബ ദ്മSanthosh Thottingal2013-03-312-0/+5
* Ligature formation rules for ഥ്ര and ഥൃSanthosh Thottingal2013-03-312-1/+3
* Add psts rule for p4r2 - ഭൄ - (U0D2D+U0D44)Santhosh Thottingal2013-03-312-2/+4
* Add all the glyphs defined in unicode 6.0Santhosh Thottingal2013-03-302-156/+735
* Add rest of the glyphs defined unicode 6.0Santhosh Thottingal2013-03-232-26/+645
* Minor line ending fixesSanthosh Thottingal2013-03-231-43/+43
* Documentation updatesSanthosh Thottingal2013-03-233-21126/+28
* Remove hintsing instructionsSanthosh Thottingal2013-03-23