Commit Graph

66 Commits

Author SHA1 Message Date
Brent Simmons
778068a81a Remove some unused targets. 2019-04-13 15:31:42 -07:00
Brent Simmons
9aff95af29 Move IndeterminateProgressWindow to RSCore. 2019-04-13 14:49:12 -07:00
Brent Simmons
f439b5a8be Move KeyboardDelegate to RSCore. 2019-04-13 14:34:00 -07:00
Brent Simmons
f1f4288a6a Delete old SendToCommand from project tree. 2019-04-13 13:11:48 -07: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
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
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
e98b0a1db5 Set MACOSX_DEPLOYMENT_TARGET = 10.14.4 2019-04-01 22:02:00 -07:00
Brent Simmons
b0dd9cc347 Convert NetNewsWire to Swift 5. 2019-03-31 16:14:59 -07: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
3fdc55d605 Start Accounts preferences pane. 2019-03-17 19:01:28 -07:00
Brent Simmons
91897f8ea8 Import default feeds using OPML. Delete the old plist file. 2019-03-14 22:23:16 -07:00
Brent Simmons
0e3a9ba1e9 Add DefaultFeeds.opml. Start transition to using OPML instead of plist for default feeds. The idea is to have just one way of importing feeds. 2019-03-14 21:56:38 -07:00
Daniel Jalkut
6ffee0568f Switch to ad hoc code signing, and disable the hardened runtime, for Debug builds. This should make it easier for folks to clone the repository and get right to building/testing without configuring code signing details. 2019-03-04 15:48:12 -05:00
Maurice Parker
9c7602a6ec Rolled back the automatic Xcode team changes. 2019-03-04 10:42:50 -06:00
Maurice Parker
edac0eab76 added missing files from last commit 2019-03-02 17:30:41 -06:00
Maurice Parker
7b02038397 Implemented the right arrow from the timeline and the left arrow from the detail view. Issue-517 2019-03-01 16:56:40 -06:00
Brent Simmons
315af1ef7f Show search results in timeline. Show selected item in detail view. 2019-02-24 22:39:57 -08:00
Brent Simmons
0a45dda375 Create SearchFeedDelegate. Make searching synchronous, since it’s fast enough. 2019-02-24 19:22:16 -08:00
Brent Simmons
0ed06cde47 Make MainWindowController an NSToolbarDelegate and don’t use a separate object. 2019-02-18 19:02:40 -08:00
Brent Simmons
8d79827346 Start TimelineContainerViewController. 2019-02-14 21:58:45 -08:00
Brent Simmons
aa9cfcaef4 Start TimelineTableViewController. Create TimelineTableView.xib. 2019-02-14 21:47:08 -08:00
Brent Simmons
fb1fdc10ad Add TimelineContainerView. 2019-02-13 22:05:31 -08:00
Brent Simmons
bdf94c21f0 Make DetailContainerView a separate file. 2019-02-12 22:56:19 -08:00
Brent Simmons
350ab27371 Start DetailWebViewController. This is part of working on the search feature. We’ll need two separate web views — one for search results, one for normal use. 2019-02-11 22:36:31 -08:00
Brent Simmons
7f4634b790 Get rid of TimelineContextualMenuDelegate. 2019-02-10 16:47:46 -08:00
Brent Simmons
583ca1ac01 Move the sidebar contextual menu handling into SidebarViewController. 2019-02-10 12:27:22 -08:00
Brent Simmons
39d07aec2e Remove MainWindowSplitView, which was unused. 2019-02-09 22:28:33 -08:00
Brent Simmons
057504709b Start database window (a debugging thing). 2019-02-02 21:34:57 -08:00
Brent Simmons
5d16a35f08 Bump version to 5.0d10. Set deployment target to 10.13, now that I got it building again. 2019-01-29 21:00:45 -08:00
Brent Simmons
6b8c052b13 Make the app notarizable. Fix the confusion with the two copies of the Safari extension. Add shell script to sign Sparkle.framework. 2019-01-29 20:53:20 -08:00
Brent Simmons
8a81327c22 Enable hardened runtime for the Subscribe to Feed extension. This gets us one small step closer to being able to notarize the app. 2019-01-28 21:36:52 -08:00
Brent Simmons
9ffb7f42ec Start work on Advanced prefs pane. 2019-01-11 23:19:19 -08:00
Brent Simmons
299ffe93b6 Remove no-longer-needed AppConstants. 2018-12-29 13:59:14 -08:00
Brent Simmons
2e159deac8 Add AppConstants. 2018-12-28 21:49:21 -08:00
Brent Simmons
7cb218b37f Remove TimelineDataSource, which was overkill. 2018-12-27 22:16:38 -08:00
Brent Simmons
2279d10ca3 Remove DockBadge.swift. Having this separated out was overkill. 2018-12-27 21:19:19 -08:00
Brent Simmons
45f54474f8 Rename CrashReporterSheet to CrashReporterWindow. 2018-12-27 21:08:02 -08:00
Brent Simmons
8ed3c31b56 Add Crash Log Reporter xib. 2018-12-22 13:11:40 -08:00
Brent Simmons
bdb76bd015 Remove plcrashreporter references. 2018-12-22 12:02:21 -08:00
Brent Simmons
5ebe8410c7 Start work on crash reporter. 2018-12-17 22:44:06 -08:00
Brent Simmons
abf4151417 Add my clone of PLCrashReporter. 2018-12-17 21:10:12 -08:00
Brent Simmons
5c9bf4cc5c Remove plcrashreporter. 2018-12-17 21:06:58 -08:00
Brent Simmons
ac8d15479b Move info.plist for MAS version of Safari extension to the right place. 2018-12-17 20:38:19 -08:00