set executable and added script call to python
hitting enter in the text box triggers search
skip gpg keys as package canidates
sadly the process queue was a bust. The objects coming out of there, despite having...
oops
I think I get it... the thread is passing a list of objects, but they are not part...
actually, that last update generates an rpm not installed message when you try to...
uses multiprocessing = less code
yah, it seems multiprocessing has made it way faster. The threading was hard to see...
What my program actually needs is multiprocessing. I found the threading to only...
activated thread for rpm search, we'll see
hmmmm well I added a custom event and whatnot, but sadly it was no different than...
I am going to add a thread to the program, so I can give some indication of action...
removed some tips
added extreme-delay tooltips in a couple of places
well I did some good things to the interface, like how it closes the dialog when...
minor variable changes
minor function name change
variable name changes
popup menu greyed out on packages already selected
Inserted UI sanity, a much improved layout and ...
ohh by the way, it was hard to find popup menu code examples for what I was doing....
I fixed up the popup menu code so now when you are viewing the matching list of rpms...
info menu entry
added a check to see if that package is already...
well the transition to wxphoenix cleaned up some of the code. now there are dialogs...
modal frames are now dialogs for wxphoenix.
hah the nuts upgrade to wxpython-phoenix fixed all my problems. It's like they knew...
changed to use wxpython-phoenix
Interesting, but I found the bug in my program is actually generated by the text...
I changed the UI so the exit button is on the top. Also now it highlites the package...
some UI improvements
clean up if
faster database search and extra code removal
removed extra event binding for close
don't add arch=None packages to list
ok! I think this is the final iteration on it's functions, maybe. Now after you have...
finished progress callbacks and also transactio...
I have done some work on the program so it's actually useful now...I promise, hah...
added some callback code to make the progress b...
fixed up the UI and erase package names after t...
used two transactions
Type wildcard matches into the search boxes to match up to the rpm you want to delete....
Initial commit