Krazy fixes |
|
More...
|
about 15 years ago
|
Privatize |
|
More...
|
about 15 years ago
|
String fix |
|
More...
|
about 15 years ago
|
Better action enabledness managing. We can't have people going back to places during the middle of an upgrade |
|
More...
|
about 15 years ago
|
Change the toolbar layout a bit; add actions to the file menu |
|
More...
|
about 15 years ago
|
Implement a "go back" feature from the review widget. Also make some general icon improvements |
|
More...
|
about 15 years ago
|
Stop a small leak |
|
More...
|
about 15 years ago
|
Fix a bug where the packages are not sorted after the cache is reloaded |
|
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. ;) |
|
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. |
|
More...
|
about 15 years ago
|
Recalculate toolbar state after cache updates |
|
More...
|
about 15 years ago
|
Add a toolbar button for updating. |
|
More...
|
about 15 years ago
|
Add a CommitWidget and DownloadWidget. Upgrading things now works \o/ It does, however, crash in the PackageModel afterwards... |
|
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 |
|
More...
|
about 15 years ago
|
Initialize the state filter at zero, as it should be |
|
More...
|
about 15 years ago
|
Add support for filtering by status |
|
More...
|
about 15 years ago
|
Add a way to get back to a non-filtered state |
|
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 |
|
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 |
|
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 |
|
More...
|
about 15 years ago
|
SVN_SILENT made messages (.desktop file) |
|
More...
|
about 15 years ago
|
Newlines++ |
|
More...
|
about 15 years ago
|
++comments |
|
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. |
|
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 |
|
More...
|
about 15 years ago
|
Make our own PackageView widget, which is a QTreeView with customized defaults |
|
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 |
|
More...
|
about 15 years ago
|