Commit Graph

1892 Commits

Author SHA1 Message Date
Maurice Parker 73e63d97c0 Merge branch 'master' of https://github.com/brentsimmons/NetNewsWire 2019-04-13 15:06:08 -05:00
Maurice Parker 45e50d13d7 Fixed to use the correct width and height when creating the NSImage. Issue #605 2019-04-13 15:05:45 -05:00
Brent Simmons 1cca533491 Move NSAppleEventDescriptor+UserRecordFields.swift into ScriptingTests, since that’s the only place it’s used. If it’s ever needed in more places, it should get moved to RSCore. 2019-04-13 13:05:17 -07:00
Brent Simmons 4c6bb3f7a7 Update RSCore. 2019-04-13 12:58:59 -07:00
Brent Simmons c2b61be6d6 Remove AppleEventUtils, which is now FourCharCode.swift in RSCore. 2019-04-13 12:58:43 -07:00
Brent Simmons 7c8468009e Remove DB5 submodule. 2019-04-13 12:45:14 -07:00
Brent Simmons c5ef08ddee Remove no-longer-needed DB5.plist. 2019-04-13 12:20:43 -07:00
Brent Simmons b8718263ce Remove remainder of DB5 dependencies. 2019-04-13 12:18:55 -07:00
Brent Simmons e1b3bda814 Remove DB5 dependency in AppDelegate, UnreadCountView, UnreadIndicatorView. 2019-04-13 12:11:44 -07:00
Brent Simmons 0fbab99f9a Remove DB5 dependency in TimelineCellAppearance. 2019-04-13 11:48:40 -07:00
Brent Simmons 0e47298788 Use renamed tableView.scrollToRowIfNotVisible. 2019-04-13 11:20:03 -07:00
Maurice Parker b3190e99ad Updated RSCore 2019-04-12 13:24:57 -05:00
Maurice Parker d2fe0bd4d4 Changed timeline behavior to scroll selected entry to middle when next selected entry isn't visible. Issue #604 2019-04-12 11:13:19 -05:00
Maurice Parker 9d4f00f3d7 updated RSCore 2019-04-11 17:53:20 -05:00
Maurice Parker e34f8c8b5e Made thumbnails of all images used as an avatar and made the favicon and images cross platform. Issue #603 2019-04-11 17:53:03 -05:00
Brent Simmons 630db70020
Merge pull request #596 from vincode-io/issue-569
Removed pre Mojave code that sometimes set the timeline fields and in…
2019-04-11 10:19:48 -07:00
Brent Simmons 5b629eab3a Remove unused "import DB5" from DetailStatusBarView.swift. 2019-04-10 22:27:12 -07:00
Brent Simmons f4f2b684a7 Remove unused "import DB5" from FeedInspectorViewController. 2019-04-10 22:26:26 -07:00
Brent Simmons 501d670f1c Remove unused "import DB5" from SidebarCell.swift. 2019-04-10 22:25:18 -07:00
Brent Simmons 11945abd9d Remove DB5 dependency from SidebarCellAppearance. 2019-04-10 22:23:31 -07:00
Brent Simmons e16085a949 Updated RSTree. 2019-04-09 20:23:22 -07:00
Brent Simmons 3588ce8e2b Merge branch 'master' of https://github.com/brentsimmons/NetNewsWire 2019-04-08 17:34:49 -07:00
Brent Simmons 3289bf2301 Create OmniGraffle diagram of NetNewsWire frameworks. 2019-04-08 17:34:25 -07:00
Maurice Parker 3d766f61a0 Removed pre Mojave code that sometimes set the timeline fields and indicator to white. 2019-04-04 16:23:37 -05:00
Brent Simmons b65d563c7c Remove no-longer needed appearance code, now that WKWebView supports @media(prefers-color-scheme: dark). 2019-04-02 21:57:34 -07:00
Brent Simmons ed101b0028
Merge pull request #593 from meissnem/no_javascript_darkmode
Remove Javascript class twiddling for darkmode
2019-04-02 21:42:21 -07:00
Brent Simmons d8efb057ff Drop the HTML metadata cache. It’s just not needed — parsing is super-fast (a few microseconds) and it’s done on a background queue anyway. 2019-04-01 22:27:02 -07:00
Brent Simmons e98b0a1db5 Set MACOSX_DEPLOYMENT_TARGET = 10.14.4 2019-04-01 22:02:00 -07:00
Matt Meissner eaefa4540c Remove Javascript class twiddling for darkmode
As of 10.14.4, WKWebView supports the `@media(prefers-color-scheme:dark)`
CSS query to handle darkmode transitions.
2019-04-01 09:44:43 -05:00
Brent Simmons b0dd9cc347 Convert NetNewsWire to Swift 5. 2019-03-31 16:14:59 -07:00
Brent Simmons 0e44c135ae Convert Account to Swift 5. 2019-03-31 16:12:17 -07:00
Brent Simmons 10cdc1553e Post display name did change notification when an Account’s name changes. 2019-03-31 16:12:03 -07:00
Brent Simmons 268a5453ad Convert Articles to Swift 5. 2019-03-31 16:09:32 -07:00
Brent Simmons cd77dd1bcf Convert ArticlesDatabase to Swift 5. 2019-03-31 16:06:57 -07:00
Brent Simmons 88a0a00d89 Update submodules. 2019-03-31 16:05:27 -07:00
Brent Simmons 2819403d62 Store the account name in a settings file. Set a default name based on the account type. 2019-03-27 22:10:14 -07:00
Brent Simmons eba1dec0f7
Merge pull request #592 from kansaichris/patch-1
Update user defaults in technote to match script
2019-03-27 17:21:05 -07:00
Chris Frederick 62517d4417
Update user defaults to match script 2019-03-28 09:12:36 +09:00
Brent Simmons 1a448770ae Continue progress on accounts UI in Preferences. 2019-03-24 12:33:43 -07:00
Brent Simmons c84f273b92 Continue work on accounts UI in Preferences. 2019-03-20 22:10:22 -07:00
Brent Simmons e27a632801 Finish with accounts preferences custom borders and view. 2019-03-19 22:41:09 -07:00
Brent Simmons 218098b6ac Move some prefs stuff into separate folders. Finish drawing the custom square in Accounts prefs. 2019-03-19 22:01:15 -07:00
Brent Simmons c76e903a65 Make some progress on the sidebar controls thing in preferences (Accounts). 2019-03-18 22:17:13 -07:00
Brent Simmons 071da5d784 Make the n key work to go to next unread. 2019-03-18 21:39:18 -07:00
Brent Simmons 10af8f0e1b Continue work on accounts prefs pane. Also: make window content invisible while animating between panes. 2019-03-17 21:51:41 -07:00
Brent Simmons d4327f9b02 Update ToDo. 2019-03-17 19:01:54 -07:00
Brent Simmons 3fdc55d605 Start Accounts preferences pane. 2019-03-17 19:01:28 -07:00
Brent Simmons 70bc4a7b45 Pay attention to the changed key when handling feed setting change notifications. 2019-03-17 13:54:30 -07:00
Brent Simmons 5f1bdb29ec Give the .FeedSettingsDidChange notification a userInfo with the key of the setting that changed. This way observers can ignore changes they don’t care about. 2019-03-17 12:47:04 -07:00
Brent Simmons 80bee5b487 Do minor formatting changes in Feed.swift. 2019-03-17 11:24:21 -07:00