NetNewsWire/Mac
Charles Parnot 4f02fe7401 Fix issue with 'Mark as Read' menu item in the Article menu.
There were 2 issues: the title of the menu item did not toggle between 'Mark As Read' and 'Mark As Unread', and it was not invalidated where there is no article selected. All the code was already in place in `MainWindowController` as part of the interface item validation, but the menu item was using the wrong selector: `markRead` instead of `toggleRead`. Just changing the action in the menu item was needed to get the validation and menu item update happening correctly.
2019-06-07 09:06:18 +02:00
..
Base.lproj Fix issue with 'Mark as Read' menu item in the Article menu. 2019-06-07 09:06:18 +02:00
CrashReporter Major folder and project tree restructuring. 2019-04-13 16:18:54 -07:00
Inspector Implement default timeline avatar. Issue #641 2019-05-21 05:42:40 -05:00
MainWindow Make sure that an account doesn't try persist to the disk in the time that it is logically deleted and when it is actually deallocated 2019-05-31 08:05:26 -05:00
Preferences Change column spacing in the grid view so that we use standard space between labels and content. 2019-05-26 22:12:09 -07:00
Resources Bump version to 5.0a1. That’s right — it’s alpha now. W00t! 2019-05-31 20:21:08 -07:00
SafariExtension Major folder and project tree restructuring. 2019-04-13 16:18:54 -07:00
Scriptability Rename deleteFeed to removeFeed to be more consistent with other API's 2019-05-29 21:04:44 -05:00
AppAssets.swift Implement default timeline avatar. Issue #641 2019-05-21 05:42:40 -05:00
AppDefaults.swift Remember last OPML export account, suggest account name for OPML export file name, allow export of inactive accounts. Issue #659 & Issue #652 2019-05-21 15:15:26 -05:00
AppDelegate.swift Add account name to network error messages and prevent background iOS errors from displaying alerts 2019-05-26 11:54:32 -05:00
Browser.swift Major folder and project tree restructuring. 2019-04-13 16:18:54 -07:00
ErrorHandler.swift Add account name to network error messages and prevent background iOS errors from displaying alerts 2019-05-26 11:54:32 -05:00