summaryrefslogtreecommitdiffstats
path: root/pyanaconda/keyboard.py
Commit message (Expand)AuthorAgeFilesLines
* Add newline at the end of xorg.conf generated from ksdataVratislav Podzimek2013-01-291-1/+1
* Handle sending program output to tty5 through the logging setup.David Lehman2013-01-281-2/+1
* Check country_layouts is not None when using it (#893026)Vratislav Podzimek2013-01-101-1/+9
* Prefer country over language when returning default layout (#867110)Vratislav Podzimek2013-01-081-2/+5
* Try fallback if none exactly matching language is found (#891487)Vratislav Podzimek2013-01-051-6/+22
* Activate default layout when it is changed (#882440)Vratislav Podzimek2012-12-141-0/+9
* Add keyboard dracut setup args (#875567)Vratislav Podzimek2012-12-131-13/+39
* Fix getting country layout variantsVratislav Podzimek2012-12-111-5/+7
* Stop writing /etc/sysconfig/keyboard (#871543)Michal Schmidt2012-12-041-12/+2
* Do not list some layouts twice (#882526)Vratislav Podzimek2012-12-041-4/+8
* Encode unicode strings from XklWrapper (#873762)Vratislav Podzimek2012-11-121-1/+1
* Use both language and country to guess layout (#861061)Vratislav Podzimek2012-11-021-2/+29
* /etc/sysconfig/keyboard doesn't support vconsole.xyz options.Bill Nottingham2012-10-251-1/+1
* Save layout switching configurationVratislav Podzimek2012-10-231-4/+3
* Add support for layout switching options to XklWrapperVratislav Podzimek2012-10-231-5/+44
* Check X layouts specified in kickstart for validityVratislav Podzimek2012-10-121-0/+5
* Work with VConsole keymap and X layouts separatelyVratislav Podzimek2012-10-121-37/+102
* Add class wrapping systemd-localed functionalityVratislav Podzimek2012-10-121-0/+112
* Don't write XkbVariants if none are specifiedVratislav Podzimek2012-10-121-2/+4
* Add comment to the begining of generated xorg.conf fileVratislav Podzimek2012-10-121-3/+5
* Add method returning current activated X layoutVratislav Podzimek2012-10-051-1/+18
* KEYTABLE is now vconsole.keymap (#859298)Brian C. Lane2012-10-011-1/+1
* Fix bug in writing keyboard configuration filesVratislav Podzimek2012-09-061-2/+3
* Replace system-config-keyboard with our methods using ksdata.keyboardVratislav Podzimek2012-08-081-9/+64
* Use os.path.normpath when concatenating two absolute pathsVratislav Podzimek2012-06-141-1/+1
* Delay graphical imports until they are really needed.Chris Lumens2012-06-011-1/+2
* Fix the error message when removing a layout not added beforeVratislav Podzimek2012-06-011-1/+3
* Enable setting up multiple layouts on the installed systemVratislav Podzimek2012-06-011-24/+98
* Rename pyanaconda/xklavier.py to pyanaconda/keyboard.pyVratislav Podzimek2012-06-011-0/+265