index
:
anaconda.git
dup
firstboot-support
master
msivak
newtui
threading
Anaconda installer - personal development space, mostly the new TUI
Martin Sivák
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pyanaconda
/
ui
/
gui
/
spokes
/
keyboard.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Restore support for partial kickstart files (#887254).
Chris Lumens
2013-02-13
1
-3
/
+6
*
Overrides for the Gdk have _2BUTTON_PRESS defined
Vratislav Podzimek
2013-02-07
1
-2
/
+1
*
Add keyboard mnemonics to the spoke selectors, too.
Chris Lumens
2013-01-07
1
-1
/
+1
*
Only close AddLayout dialog on double-click if something is selected (#887371)
Vratislav Podzimek
2012-12-18
1
-4
/
+6
*
Add warning to keyboard spoke on live installations (#886463)
Vratislav Podzimek
2012-12-18
1
-0
/
+4
*
Activate default layout when it is changed (#882440)
Vratislav Podzimek
2012-12-14
1
-2
/
+14
*
Mark strings at the top of spokes with N_; translate later with _ (#872791).
Chris Lumens
2012-11-05
1
-2
/
+2
*
Add dialog for configuring layout switching options
Vratislav Podzimek
2012-10-23
1
-0
/
+129
*
Various layout and font improvements to the keyboard spoke (mizmo, rlerch).
Chris Lumens
2012-10-16
1
-2
/
+1
*
Make all Gtk calls from inside of it's main loop (and thread)
threading
Martin Sivak
2012-10-16
1
-11
/
+4
*
Do not remove the layout if it was added back (#865830)
Vratislav Podzimek
2012-10-16
1
-1
/
+2
*
Work with VConsole keymap and X layouts separately
Vratislav Podzimek
2012-10-12
1
-4
/
+4
*
Fix a deadlock when trying to add a keyboard layout (#862612).
Chris Lumens
2012-10-05
1
-4
/
+10
*
Use gdk_threaded() when running AddLayout dialog
Vratislav Podzimek
2012-10-02
1
-3
/
+4
*
Make Keboard and Welcome spokes runtime-system friendly
Vratislav Podzimek
2012-09-28
1
-4
/
+25
*
Close AddLayout dialog on double-click
Vratislav Podzimek
2012-09-26
1
-1
/
+12
*
Remove useless handler of Cancel button (AddLayout dialog)
Vratislav Podzimek
2012-09-26
1
-3
/
+0
*
Don't let user hit Add button if no new layouts are selected
Vratislav Podzimek
2012-09-13
1
-0
/
+10
*
Gtk.ListStore.iter_previous now returns new iterator (#849060)
Vratislav Podzimek
2012-09-13
1
-1
/
+2
*
Merge remote-tracking branch 'origin/master' into newtui
Martin Sivak
2012-08-10
1
-0
/
+6
|
\
|
*
Make the keyboard layout test a big text area instead of a single line.
Chris Lumens
2012-08-08
1
-0
/
+6
*
|
Merge master into newtui
Martin Sivak
2012-08-06
1
-2
/
+2
|
\
|
|
*
Move all .ui files to a .glade extension.
Chris Lumens
2012-07-25
1
-2
/
+2
*
|
Create common abstract classes usable for all types of UI
Martin Sivak
2012-08-06
1
-4
/
+3
|
/
*
Sort available layouts alphabetically
Vratislav Podzimek
2012-07-11
1
-4
/
+26
*
Use for instead of while when iterating over ListStores and files
Vratislav Podzimek
2012-06-12
1
-12
/
+6
*
Remove unused AnacondaWidgets import in the KeyboardSpoke
Vratislav Podzimek
2012-06-01
1
-1
/
+1
*
Change layouts ordering in X configuration when changed on the spoke
Vratislav Podzimek
2012-06-01
1
-0
/
+12
*
Rename pyanaconda/xklavier.py to pyanaconda/keyboard.py
Vratislav Podzimek
2012-06-01
1
-3
/
+3
*
Add and remove layouts from the X runtime configuration
Vratislav Podzimek
2012-05-15
1
-6
/
+19
*
Remove the unnecessary step in on_selection_changed (KeyboardSpoke)
Vratislav Podzimek
2012-05-11
1
-4
/
+1
*
Initialize and refresh the layoutsStore correctly
Vratislav Podzimek
2012-05-11
1
-3
/
+9
*
Okay, we have to have something in the store before the hub can display.
Chris Lumens
2012-05-07
1
-0
/
+1
*
Remove some placeholder code from the keyboard initialize method.
Chris Lumens
2012-05-07
1
-3
/
+0
*
Add 'English (US)' and a language-related layout in the Welcome spoke
Vratislav Podzimek
2012-05-07
1
-1
/
+11
*
Make XklWrapper a singleton
Vratislav Podzimek
2012-05-07
1
-4
/
+4
*
Store layouts as their names and only render them as 'language (description)'
Vratislav Podzimek
2012-05-07
1
-12
/
+28
*
A couple minor fixes to the keyboard preview dialog.
Chris Lumens
2012-04-25
1
-2
/
+5
*
Add layout preview functionality to the KeyboardSpoke
Vratislav Podzimek
2012-04-25
1
-6
/
+19
*
Have the keyboard status property return something valid.
Chris Lumens
2012-04-23
1
-2
/
+4
*
Get rid of the completeness callback again, switch to using a queue.
Chris Lumens
2012-04-19
1
-2
/
+2
*
Change to the correct keyboard spoke icon.
Chris Lumens
2012-04-18
1
-1
/
+1
*
Fix another traceback caused by newly added __init__ of the AddLayoutDialog
Vratislav Podzimek
2012-04-18
1
-1
/
+1
*
Fix traceback caused by newly added __init__ of the AddLayoutDialog
Vratislav Podzimek
2012-04-16
1
-1
/
+2
*
Use libxklavier to get a list of available layouts
Vratislav Podzimek
2012-04-13
1
-6
/
+6
*
Change to the -symbolic keyboard icon.
Chris Lumens
2012-04-03
1
-1
/
+1
*
Bring back the initialize callback argument.
Chris Lumens
2012-03-15
1
-2
/
+2
*
Add a lightbox context manager for shorter, clearer code.
Chris Lumens
2012-02-28
1
-4
/
+5
*
Add a selector attribute to the related spoke.
Chris Lumens
2012-02-21
1
-2
/
+2
*
And then rename setup to refresh.
Chris Lumens
2012-02-10
1
-4
/
+4
[next]