Eitot

Results 37 issues of Eitot

I came across this project: https://github.com/chuckhoupt/jekyll-apple-help. This would make it easy to move the FAQ into a proper help book instead of a text file. What do you think?

enhancement

Perhaps I am overlooking this, but I think it would be useful if the starting node could be specified in some way, perhaps via XPath. While trying to implement an...

The Mac version currently is a bit fiddly due to the stacked navigation controllers, two of which serve as primary navigation (database selection and category overview). Mac apps usually have...

enhancement
macOS

The SF icon set is extensive now and could make the app feel and look more native.

enhancement

No change in functionality. The UniformTypeIdentifiers framework replaces some old CoreFoundation APIs in macOS 11. I also replaced some deprecated NSWorkspace methods to open urls in external apps (for the...

This is a follow-up to #1311, #1394 and #1457 NSBackgroundActivityScheduler added three issues: 1. Refreshes may run much too soon (and thereby too often) 2. Refreshes may run at launch,...

improvement :chart_with_upwards_trend:

Xcode 14 (as of beta 2) [does not build targets for macOS Sierra](https://developer.apple.com/documentation/Xcode-Release-Notes/xcode-14-release-notes). Depending on when Vienna 3.8 is released, the next minor version ought to have High Sierra as...

discussion :speech_balloon:

Vienna has these RSSSources.plist files that are used for populating a pop-up menu in the “new subscription” panel: Some observations: - "Local File" and “URL" could be merged into one...

discussion :speech_balloon:

- Fixes a sandboxing issue with the hasOSScriptsMenu function (backwards compatible) - Removes support for the local profile feature - Makes Preferences a subclass of NSUserDefaults Local profiles lets the...

This might be another reason to use NSPasteboardWriting protocol (#1527), because that will allow sharing e.g. an Article instance and then using the data to enrich the sharing service with...