summaryrefslogtreecommitdiffstats
path: root/pyanaconda/ui/gui/spokes/keyboard.py
Commit message (Expand)AuthorAgeFilesLines
* Restore support for partial kickstart files (#887254).Chris Lumens2013-02-131-3/+6
* Overrides for the Gdk have _2BUTTON_PRESS definedVratislav Podzimek2013-02-071-2/+1
* Add keyboard mnemonics to the spoke selectors, too.Chris Lumens2013-01-071-1/+1
* Only close AddLayout dialog on double-click if something is selected (#887371)Vratislav Podzimek2012-12-181-4/+6
* Add warning to keyboard spoke on live installations (#886463)Vratislav Podzimek2012-12-181-0/+4
* Activate default layout when it is changed (#882440)Vratislav Podzimek2012-12-141-2/+14
* Mark strings at the top of spokes with N_; translate later with _ (#872791).Chris Lumens2012-11-051-2/+2
* Add dialog for configuring layout switching optionsVratislav Podzimek2012-10-231-0/+129
* Various layout and font improvements to the keyboard spoke (mizmo, rlerch).Chris Lumens2012-10-161-2/+1
* Make all Gtk calls from inside of it's main loop (and thread)threadingMartin Sivak2012-10-161-11/+4
* Do not remove the layout if it was added back (#865830)Vratislav Podzimek2012-10-161-1/+2
* Work with VConsole keymap and X layouts separatelyVratislav Podzimek2012-10-121-4/+4
* Fix a deadlock when trying to add a keyboard layout (#862612).Chris Lumens2012-10-051-4/+10
* Use gdk_threaded() when running AddLayout dialogVratislav Podzimek2012-10-021-3/+4
* Make Keboard and Welcome spokes runtime-system friendlyVratislav Podzimek2012-09-281-4/+25
* Close AddLayout dialog on double-clickVratislav Podzimek2012-09-261-1/+12
* Remove useless handler of Cancel button (AddLayout dialog)Vratislav Podzimek2012-09-261-3/+0
* Don't let user hit Add button if no new layouts are selectedVratislav Podzimek2012-09-131-0/+10
* Gtk.ListStore.iter_previous now returns new iterator (#849060)Vratislav Podzimek2012-09-131-1/+2
* Merge remote-tracking branch 'origin/master' into newtuiMartin Sivak2012-08-101-0/+6
|\
| * Make the keyboard layout test a big text area instead of a single line.Chris Lumens2012-08-081-0/+6
* | Merge master into newtuiMartin Sivak2012-08-061-2/+2
|\|
| * Move all .ui files to a .glade extension.Chris Lumens2012-07-251-2/+2
* | Create common abstract classes usable for all types of UIMartin Sivak2012-08-061-4/+3
|/
* Sort available layouts alphabeticallyVratislav Podzimek2012-07-111-4/+26
* Use for instead of while when iterating over ListStores and filesVratislav Podzimek2012-06-121-12/+6
* Remove unused AnacondaWidgets import in the KeyboardSpokeVratislav Podzimek2012-06-011-1/+1
* Change layouts ordering in X configuration when changed on the spokeVratislav Podzimek2012-06-011-0/+12
* Rename pyanaconda/xklavier.py to pyanaconda/keyboard.pyVratislav Podzimek2012-06-011-3/+3
* Add and remove layouts from the X runtime configurationVratislav Podzimek2012-05-151-6/+19
* Remove the unnecessary step in on_selection_changed (KeyboardSpoke)Vratislav Podzimek2012-05-111-4/+1
* Initialize and refresh the layoutsStore correctlyVratislav Podzimek2012-05-111-3/+9
* Okay, we have to have something in the store before the hub can display.Chris Lumens2012-05-071-0/+1
* Remove some placeholder code from the keyboard initialize method.Chris Lumens2012-05-071-3/+0
* Add 'English (US)' and a language-related layout in the Welcome spokeVratislav Podzimek2012-05-071-1/+11
* Make XklWrapper a singletonVratislav Podzimek2012-05-071-4/+4
* Store layouts as their names and only render them as 'language (description)'Vratislav Podzimek2012-05-071-12/+28
* A couple minor fixes to the keyboard preview dialog.Chris Lumens2012-04-251-2/+5
* Add layout preview functionality to the KeyboardSpokeVratislav Podzimek2012-04-251-6/+19
* Have the keyboard status property return something valid.Chris Lumens2012-04-231-2/+4
* Get rid of the completeness callback again, switch to using a queue.Chris Lumens2012-04-191-2/+2
* Change to the correct keyboard spoke icon.Chris Lumens2012-04-181-1/+1
* Fix another traceback caused by newly added __init__ of the AddLayoutDialogVratislav Podzimek2012-04-181-1/+1
* Fix traceback caused by newly added __init__ of the AddLayoutDialogVratislav Podzimek2012-04-161-1/+2
* Use libxklavier to get a list of available layoutsVratislav Podzimek2012-04-131-6/+6
* Change to the -symbolic keyboard icon.Chris Lumens2012-04-031-1/+1
* Bring back the initialize callback argument.Chris Lumens2012-03-151-2/+2
* Add a lightbox context manager for shorter, clearer code.Chris Lumens2012-02-281-4/+5
* Add a selector attribute to the related spoke.Chris Lumens2012-02-211-2/+2
* And then rename setup to refresh.Chris Lumens2012-02-101-4/+4