0
I Use This!
Inactive

Commits : Listings

Analyzed about 22 hours ago. based on code collected 2 days ago.
Jun 24, 2023 — Jun 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
CategoryView class implemented More... over 20 years ago
Simple implementation of "update only the stuff in the world file" More... over 20 years ago
Stop checking if a package is upgradable in get_icon_for_package(package). Yes, this means removing a feature, but it makes the gui a lot more responsive when changing categories, so I think it should at least be considered. More... over 20 years ago
Added upgradable() method to Package. Using the method when building upgradable view. Because xmatch is very slow, especially when only matching non-masked packages, building a list of upgradable packages at startup would take too much time. More... over 20 years ago
Fixed emerge problems resulting from new PackageView class More... over 20 years ago
Graphical part of the view is now functional. loading of upgrades is too slow and selecting some and not other does not do anything yet More... over 20 years ago
views class file initial version More... over 20 years ago
small update to earlier patch, still not fully functional More... over 20 years ago
Huge update, started modularizing the package view in it's own class. not finished, but functional at the moment More... over 20 years ago
Show error message if DatabaseReader fails. More... over 20 years ago
Label different versions by slots More... over 20 years ago
Quick fix to bug posted on forums where 'package' would crash program More... over 20 years ago
The released ebuild. More... over 20 years ago
Hade made some minor uncommitted changes before distributing, so now I am forced to commit them. Don't worry, I don't think there is anything dangerous here :-) More... over 20 years ago
Add README file. More... over 20 years ago
Added window glare into porthole More... over 20 years ago
Fixed debug printing call, updated to use drpint from utils More... over 20 years ago
Fixed '!' parsing bug with icons, now they show correctly. Probably an easier way, but it works More... over 20 years ago
Set horizontal pane to be lower by default More... over 20 years ago
Slightly smaller, resizeable window. More... over 20 years ago
Fixed small bug where dependency would show up as ':' More... over 20 years ago
Hide unimplemented stuff, remove what can't be hidden. Request a larger window. More... over 20 years ago
Make the about dialog non-resizeable. More... over 20 years ago
Use the getopt command line parser. More... over 20 years ago
Speed up metadata parsing a lot (mainly by turning off DTD parsing). More... over 20 years ago
More debug printing stuff, added --debug (-d) flag you can pass to porthole on the commandline More... over 20 years ago
Moved debug and dprint() into utils.py More... over 20 years ago
Take care of problem with nonprintable chars. More... over 20 years ago
Only load deps when the user really wants 'em More... over 20 years ago
Support backspace (ascii x08). More... over 20 years ago