summaryrefslogtreecommitdiffstats
path: root/pyanaconda/ui/gui/spokes/keyboard.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rename the populate method to initialize.Chris Lumens2012-02-101-4/+4
* Condense NormalSpoke on_back_clicked methods into the base class.Chris Lumens2012-02-061-5/+1
* Replace the last layout instead of removing (KeyboardSpoke)Vratislav Podzimek2012-02-031-4/+21
* Allow to add multiple layouts at once (KeyboardSpoke)Vratislav Podzimek2012-02-031-9/+15
* Select the previous item when RemoveButton is clicked (KeyboardSpoke)Vratislav Podzimek2012-01-301-0/+17
* Set sensitivity for the preview button (KeyboardSpoke) when something is sele...Vratislav Podzimek2012-01-301-1/+5
* Use lightbox for the Add Layout dialogVratislav Podzimek2012-01-301-1/+4
* Add a ready method and an overridden populate method to NormalSpoke.Chris Lumens2012-01-251-2/+2
* Added layouts treeview selection funcionalityVratislav Podzimek2012-01-181-0/+3