Commit Graph

2318 Commits

Author SHA1 Message Date
Brent Simmons 7a028c379e
Merge pull request #578 from vincode-io/Issue-558c
updated to latest RSCore
2019-03-04 16:19:06 -08:00
Maurice Parker 69ba45d242 updated to latest RSCore 2019-03-04 18:16:19 -06:00
Brent Simmons 0575d516b8
Merge pull request #577 from vincode-io/Issue-558b
Made it so that tabbing to the timeline selects something.  Issue #558.
2019-03-04 16:12:08 -08:00
Maurice Parker 4518357e09 Made it so that tabbing to the timeline selects something. Issue #558. 2019-03-04 18:08:53 -06:00
Brent Simmons 9cc85d6c6f
Merge pull request #576 from danielpunkass/codesign-changes
Switch to ad hoc code signing, and disable the hardened runtime, for …
2019-03-04 12:50:07 -08: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
Brent Simmons 3b8416b1e5
Merge pull request #575 from vincode-io/Issue-517-help
Updated keyboard shortcuts help page
2019-03-04 12:42:53 -08:00
Maurice Parker 620b74d462 Updated keyboard shortcuts help page 2019-03-04 14:39:30 -06:00
Brent Simmons 68cabaab51
Merge pull request #571 from vincode-io/Issue-517
Added ability to move between timeline and detail using arrows.  Issue #267
2019-03-04 11:33:09 -08:00
Maurice Parker 9c7602a6ec Rolled back the automatic Xcode team changes. 2019-03-04 10:42:50 -06:00
Brent Simmons 129759ba7f Comment-out the code that runs when timeline view becomes first responder. It fixed a bug, but introduced a new bug. 2019-03-03 21:52:55 -08:00
Brent Simmons 4c6d3807cb Remove unused settingsTable. 2019-03-03 21:35:04 -08:00
Brent Simmons b2708e677b
Merge pull request #572 from vincode-io/Issue-558
Made sure an item in the timeline is selected - Issue #558
2019-03-03 17:05:39 -08:00
Brent Simmons cc51123801
Merge pull request #573 from vincode-io/Issue-557
Recalculate the key view loop to pick up the changes in the timeline …
2019-03-03 17:02:22 -08:00
Maurice Parker e0b8236356 Recalculate the key view loop to pick up the changes in the timeline views. Issue #557 2019-03-03 17:55:54 -06:00
Maurice Parker 6fa019702d Made sure an item in the timeline is selected when getting focus - Issue #558 2019-03-03 15:51:52 -06:00
Brent Simmons 08110044ea Create database index on searchRowID, which should make searching slightly faster. 2019-03-03 12:30:58 -08:00
Brent Simmons ef9f2b1cdd Remove extraneous semicolon. 2019-03-03 12:11:16 -08:00
Brent Simmons 9b05c7185e Remove unneeded self. 2019-03-03 12:05:34 -08:00
Brent Simmons a9751d5a51 Get searchRowID by column index 0, since it’s a single-column query. This should make searching imperceptibly faster. 2019-03-03 12:02:26 -08:00
Brent Simmons 96ab26f82e Remove unused argument to TimelineCellData.init. 2019-03-03 11:46:23 -08:00
Brent Simmons e04250f1b3 Use DatabaseDictionary instead of NSDictionary. Work around a Swift memory leak with NSDictionary. 2019-03-02 16:17:06 -08: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 797c7cb0fb Bump version to 5.0d16 and update the appcast. 2019-02-25 22:25:47 -08:00
Brent Simmons 752b697505 Revert the state restoration changes, because it needs more study. We’ll revisit this when we add multiple window support, some time after 5.0 ships. 2019-02-25 22:25:29 -08:00
Brent Simmons 1950b0ab47 Remove extra resultSet.close(). 2019-02-25 21:01:20 -08:00
Brent Simmons 92254d86a0 Update ToDo. 2019-02-24 23:12:33 -08:00
Brent Simmons e0c7f8737b Add menu command and keyboard shortcut to move focus to the search field. 2019-02-24 23:03:32 -08: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 b957753f5c Revise fetchArticlesMatching function to use FTS. 2019-02-24 18:37:13 -08:00
Brent Simmons af2d66d467 Update RSDatabase. 2019-02-24 15:37:03 -08:00
Brent Simmons e9c76e8ac0 Index articles using SQLite FTS. 2019-02-24 15:34:10 -08:00
Brent Simmons 44edbc7b09 Add search index to database. Move create-table statements into ArticlesDatabase since we can do big strings. 2019-02-22 22:17:05 -08:00
Brent Simmons d509477f2f Make whitespace formatting tweaks. 2019-02-21 20:36:11 -08:00
Brent Simmons efe8a4ab15 Implement search — fetch articles matching a search string from the database. 2019-02-18 22:29:43 -08:00
Brent Simmons 0e98cd56a1 Update RSDatabase. 2019-02-18 19:11:11 -08:00
Brent Simmons ff373ba72a Update ToDo. 2019-02-18 19:11:02 -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 a70f610523 Update ToDo. 2019-02-18 19:01:50 -08:00
Brent Simmons 2b1a5300eb Make minor whitespace formatting tweak. 2019-02-18 14:56:37 -08:00
Brent Simmons cb579e73a4 Remove reference to unused unstar image. 2019-02-18 14:55:56 -08:00
Brent Simmons 74b3ecdab8 Remove references to the no-longer-used TimelineSelectionDidChange notification. 2019-02-18 14:54:38 -08:00
Brent Simmons f2d98c9581 Make whitespace formatting tweaks. 2019-02-18 14:51:27 -08:00
Brent Simmons c3b4e67e15 Update ToDo. 2019-02-18 14:51:13 -08:00
Brent Simmons e0514cb665 Merge. 2019-02-18 13:33:01 -08:00
Brent Simmons fd5726b56d Fix keyboard shortcuts in the timeline. 2019-02-18 13:10:16 -08:00
Brent Simmons 19023f9168 Rewire contextual menu in timeline view. 2019-02-18 12:38:14 -08:00
Brent Simmons 076df956f9 Continue rewiring progress. 2019-02-17 22:00:04 -08:00