2
I Use This!
Inactive

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 1 hour ago.
Sep 13, 2024 — Sep 13, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Krazy fixes
echidnaman
as Jonathan Michael Thomas
More... about 15 years ago
Privatize
echidnaman
as Jonathan Michael Thomas
More... about 15 years ago
String fix
echidnaman
as Jonathan Michael Thomas
More... about 15 years ago
Better action enabledness managing. We can't have people going back to places during the middle of an upgrade
echidnaman
as Jonathan Michael Thomas
More... about 15 years ago
Change the toolbar layout a bit; add actions to the file menu
echidnaman
as Jonathan Michael Thomas
More... about 15 years ago
Implement a "go back" feature from the review widget. Also make some general icon improvements
echidnaman
as Jonathan Michael Thomas
More... about 15 years ago
Stop a small leak
echidnaman
as Jonathan Michael Thomas
More... about 15 years ago
Fix a bug where the packages are not sorted after the cache is reloaded
echidnaman
as Jonathan Michael Thomas
More... about 15 years ago
Since we are no longer using the bottom of the ManagerWidget for buttons, the statusbar doesn't look like quite as much of a jarring waste of space. ;)
echidnaman
as Jonathan Michael Thomas
More... about 15 years ago
Move the apply action to the toolbar. Add a "preview" action to the toolbar that takes you to the review page.
echidnaman
as Jonathan Michael Thomas
More... about 15 years ago
Recalculate toolbar state after cache updates
echidnaman
as Jonathan Michael Thomas
More... about 15 years ago
Add a toolbar button for updating.
echidnaman
as Jonathan Michael Thomas
More... about 15 years ago
Add a CommitWidget and DownloadWidget. Upgrading things now works \o/ It does, however, crash in the PackageModel afterwards...
echidnaman
as Jonathan Michael Thomas
More... about 15 years ago
- Add a toolbar. Currently only has an upgrade button - Add a review widget, for reviewing changes. Still TODO: Download widgets and a commit widget
echidnaman
as Jonathan Michael Thomas
More... about 15 years ago
Initialize the state filter at zero, as it should be
echidnaman
as Jonathan Michael Thomas
More... about 15 years ago
Add support for filtering by status
echidnaman
as Jonathan Michael Thomas
More... about 15 years ago
Add a way to get back to a non-filtered state
echidnaman
as Jonathan Michael Thomas
More... about 15 years ago
Be a bit more permissive in group filtering, since we combine a few groups with different prefixes, but the same suffix
echidnaman
as Jonathan Michael Thomas
More... about 15 years ago
SVN_SILENT made messages (.desktop file) More... about 15 years ago
Add "sort by category" and the stub of "sort by status". Sort by category works, but there is currently no way to un-set the category filter. Will do that tomorrow
echidnaman
as Jonathan Michael Thomas
More... about 15 years ago
SVN_SILENT made messages (.desktop file) More... about 15 years ago
SVN_SILENT made messages (.desktop file) More... about 15 years ago
Update program name/description
echidnaman
as Jonathan Michael Thomas
More... about 15 years ago
SVN_SILENT made messages (.desktop file) More... about 15 years ago
Newlines++
echidnaman
as Jonathan Michael Thomas
More... about 15 years ago
++comments
echidnaman
as Jonathan Michael Thomas
More... about 15 years ago
Invalidate both the filter and the sorting at this point, as the internal sorting order has changed due to our meddling.
echidnaman
as Jonathan Michael Thomas
More... about 15 years ago
Write a little convenience function to add a PackageList to the model, so that we don't have to do that foreach'ing business in the ManagerWidget
echidnaman
as Jonathan Michael Thomas
More... about 15 years ago
Make our own PackageView widget, which is a QTreeView with customized defaults
echidnaman
as Jonathan Michael Thomas
More... about 15 years ago
Thinking forward, when we filter by state we may have cases where the number of results is less than 200, but there isn't really a relevant order to them. Explicitly set when we are searching by relevancy, and use alphabetical ordering otherwise
echidnaman
as Jonathan Michael Thomas
More... about 15 years ago