PCM: add ability to pin packages

Pinned packages don't affect available update notification and will not
be updated with "Update All" button. Manual update is still possible but
will trigger a confirmation dialog.
This commit is contained in:
qu1ck
2022-09-03 17:07:55 +00:00
committed by Seth Hillbrand
parent f6b1ff821b
commit 977b6cd8f3
12 changed files with 226 additions and 66 deletions
+1
View File
@@ -43,6 +43,7 @@ public:
void SetBitmap( const wxBitmap& aBmp );
void SetMinSize( const wxSize& aSize ) override;
void SetWidthPadding( int aPadding );
void SetLabel( const wxString& aLabel ) override;
protected:
void OnKillFocus( wxFocusEvent& aEvent );