0
I Use This!
Inactive

Commits : Listings

Analyzed 20 days ago. based on code collected 20 days ago.
May 28, 2023 — May 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
updates to teh 'Settings' menu with a few more emerge switches due to changes in portage. Eliminate some similar coding for better, more flexable, code reuse and future settings menu switches. More... almost 15 years ago
updates for changed 'settings' menu changes, removed 'update only', added noreplace, oneshot, update. More... almost 15 years ago
update the timer icon setting since it is now working properly in the glade file More... almost 15 years ago
updated to glade3. updated for the 'Settings' menu changes More... almost 15 years ago
update to using glade3 for design and changes. modify the "Settings" menu remove update-only, add update, oneshot, noreplace to keep pace with portage changes. More... almost 15 years ago
fix a compatibility issue in a couple exception statements, fix a cut and paste mistake in the add/cleanup functions. More... about 15 years ago
update TODO list and advanced emerge dialog copyright. More... about 15 years ago
fix typo's and other emerge options that were not working, some due to table cells having hbaxes with multiple checkboxes, so they were not getting toggled signals, some were just not coded. create 2 new general purpose signal handlers to reduce code duplication for similar handlers. More... about 15 years ago
add a general exception in order for it to recover from portage KeyError(mycpv) and such without crashing. More... about 15 years ago
copyright and version updates More... about 15 years ago
finally found the last (I hope) bug in moving queue items More... about 15 years ago
oops, fix typo More... about 15 years ago
a little more debugging, caught a few more minor bugs/potential bugs. More... about 15 years ago
change so all output textviews use the terminal font More... about 15 years ago
more bugfixes to the queue. Hopefully is quite bugfree now. More... about 15 years ago
yet another mod to fix the sudo/su detection in the command line. More... about 15 years ago
complete queue task moves and debug. More... about 15 years ago
add move_top, move_bottom, clear Queue menu items to the terminal, complete more of the term_queue handling and debugging, put placeholders for the move_top and move_bottom functions which still need to be coded. More... about 15 years ago
comment out some debug statements as that code was working, did not need tracking. More... about 15 years ago
remove pycrash use in porthole. It does not work with python-2.5 and above. It looks like it will be removed from the portage tree as well. More... about 15 years ago
move the category model to its own class in models.py and update the coding style, fix the category treeview and data handling to handle n levels of recursion in category names. Primarily for complex sets layouts. More... about 15 years ago
fix a bad dprint statement. More... about 15 years ago
fix for "None" package in some views. move into the 'if' conditional More... about 15 years ago
fix the call to sort the categories for some views that were not pre-sorted. More... about 15 years ago
make the sort fail in a nice way. handles an empty or null list now. More... about 15 years ago
fix to return the correct pathname under stes/. fixes recursive directories. More... about 15 years ago
fix the sets display to sort the categories, all others from the db are already sorted. More... about 15 years ago
added the required use flags if they exist to the dependency is_satisfied(). More... about 15 years ago
minor change to the function descreiption, added "required use" flags to the possibilities. More... about 15 years ago
add dependency use flag handling and display for required USE flags for the dep. Still need to add satisfied code checking for already installed deps. More... about 15 years ago