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
/
hubs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make all Gtk calls from inside of it's main loop (and thread)
threading
Martin Sivak
2012-10-16
1
-14
/
+11
*
Add a progress message for quitting the installer.
Chris Lumens
2012-09-25
1
-0
/
+3
*
Don't explicitly start the progress spinner in python code.
Chris Lumens
2012-09-18
1
-3
/
+0
*
Move the progress bar back down to the bottom of the progress hub.
Chris Lumens
2012-09-18
1
-1
/
+0
*
Make progress hub spokes possible and move the root password there
Martin Sivak
2012-09-13
3
-19
/
+130
*
CONTINUE -> BEGIN INSTALLATION (#856614).
Chris Lumens
2012-09-12
1
-1
/
+1
*
Fix ransom notes cycling.
Chris Lumens
2012-09-12
2
-26
/
+25
*
Use 250ms interval for installation progress updating
Vratislav Podzimek
2012-09-11
1
-1
/
+1
*
Keep the current spoke on top of the hub.
Chris Lumens
2012-08-30
1
-0
/
+2
*
Move expandLangs to localization module
Vratislav Podzimek
2012-08-29
1
-2
/
+2
*
Merge master into newtui
Martin Sivak
2012-08-06
6
-6
/
+15
|
\
|
*
reboot after kickstart
Brian C. Lane
2012-07-25
1
-1
/
+8
|
*
Move all .ui files to a .glade extension.
Chris Lumens
2012-07-25
5
-3
/
+3
|
*
Provide a way to run apply methods even if a spoke wants us to skip elsewhere.
Chris Lumens
2012-07-23
1
-2
/
+4
*
|
Create common abstract classes usable for all types of UI
Martin Sivak
2012-08-06
1
-8
/
+6
|
/
*
Hide the spinner on the progress hub when we are done.
Chris Lumens
2012-07-17
1
-0
/
+1
*
Fix auto-continuing for kickstart installs.
Chris Lumens
2012-07-12
1
-2
/
+8
*
Make hub continue button sensitivity more complicated.
Chris Lumens
2012-07-12
1
-2
/
+19
*
Run ksdata execute methods for real kickstart installs as well as from the UI.
Chris Lumens
2012-07-12
1
-3
/
+18
*
Add a spinner next to the installation progress message.
Chris Lumens
2012-06-29
2
-3
/
+30
*
Indirect spokes do not have a selector, so guard the focus grab.
Chris Lumens
2012-06-21
1
-1
/
+3
*
When a spoke selector is clicked, grab the focus.
Chris Lumens
2012-06-21
1
-0
/
+1
*
use timeout instead of idle for Queue polling
Brian C. Lane
2012-06-13
1
-1
/
+2
*
Tweak progress bar updates a little bit.
Chris Lumens
2012-05-04
2
-1
/
+1
*
Fix up automatic moving behavior for kickstart installs.
Chris Lumens
2012-04-26
1
-1
/
+24
*
Don't crash when there are no rnotes.
David Lehman
2012-04-19
1
-2
/
+7
*
Get rid of the completeness callback again, switch to using a queue.
Chris Lumens
2012-04-19
1
-7
/
+39
*
Add rnotes display and cycling to the progress hub.
Chris Lumens
2012-04-17
1
-9
/
+52
*
Move the progress bar and other widgets down to the bottom of the screen.
Chris Lumens
2012-04-17
1
-7
/
+0
*
When installation is complete, display the reboot button.
Chris Lumens
2012-04-17
2
-1
/
+8
*
INSTALL -> INSTALLATION
Chris Lumens
2012-04-17
1
-1
/
+1
*
When the progress bar is complete, stop checking for updates.
Chris Lumens
2012-04-17
1
-0
/
+4
*
Redo the progress bar code so it actually works.
Chris Lumens
2012-04-16
1
-9
/
+35
*
Remove the initial setting from the progress bar.
Chris Lumens
2012-04-16
1
-1
/
+0
*
Use our own threading.Thread subclass.
Chris Lumens
2012-04-16
1
-4
/
+3
*
In order for division to work the way I want it to, I need a future import.
Chris Lumens
2012-04-11
1
-0
/
+2
*
Add a top-level function that does the hard work of installation.
Chris Lumens
2012-04-09
1
-4
/
+6
*
Split the progress updating method into two.
Chris Lumens
2012-04-09
1
-2
/
+10
*
Add indirect spokes, which cannot be reached straight from the hub.
Chris Lumens
2012-03-30
1
-5
/
+23
*
All UI objects need to take a Storage instead of a DeviceTree.
Chris Lumens
2012-03-20
2
-8
/
+8
*
Bring back the initialize callback argument.
Chris Lumens
2012-03-15
1
-14
/
+12
*
Add another context manager for the Gdk threading code.
Chris Lumens
2012-03-09
1
-14
/
+10
*
Make the base UI classes take a payload instance, just like they do devicetree.
Chris Lumens
2012-02-28
2
-4
/
+8
*
Add a function to set a viewport's background, remove duplicate code.
Chris Lumens
2012-02-24
1
-7
/
+2
*
progressHandler -> progress
Chris Lumens
2012-02-22
1
-2
/
+2
*
Add a progress bar reporting framework.
Chris Lumens
2012-02-22
1
-1
/
+46
*
Add a selector attribute to the related spoke.
Chris Lumens
2012-02-21
1
-22
/
+18
*
And then rename setup to refresh.
Chris Lumens
2012-02-10
2
-5
/
+5
*
Rename the populate method to initialize.
Chris Lumens
2012-02-10
1
-2
/
+2
*
Sort spokes on the hubs alphabetically.
Chris Lumens
2012-02-02
1
-1
/
+1
[next]