aboutsummaryrefslogtreecommitdiff
path: root/pl
AgeCommit message (Collapse)Author
2022-08-02Remember data list view height across sessions.John Ankarström
2022-06-06Add basic threading support.John Ankarström
It is much easier to implement on the Prolog side than on the C side... :-)
2022-05-31Remember focused episode.John Ankarström
Previously, the episode most recently marked as watched would be selected on startup.
2022-05-31Update episode URL pattern.John Ankarström
2022-05-30Split up Watch into Watch Locally and Watch Online.John Ankarström
2022-05-29Add Wiki context menu option.John Ankarström
It opens the Detective Conan World wiki page for the focused episode.
2022-05-28Add option to show/hide other screenwriters.John Ankarström
2022-05-28Only collect screenplays.John Ankarström
2022-05-28Add "Fetch Screenwriters" menu item.John Ankarström
This is a separate item from "Fetch", because it takes a lot longer.
2022-05-26Support padded episode numbers in local episode names.John Ankarström
2022-05-06Fix bug in maybe_assert_episode_datum.John Ankarström
2022-04-28Fix local episode finding.John Ankarström
2022-04-27Press left/right to select next/previous unwatched episode.John Ankarström
2022-04-23Fix most_recently_watched/1.John Ankarström
The previous version finds the episode with the highest number among all watched episodes. This version finds the episode that was most recently marked as watched, regardless of its number.
2022-04-23Update data if changed.John Ankarström
2022-04-23Add File > Fetch.John Ankarström
2022-04-13Persist sort order.John Ankarström
2022-04-07Fix rate_episode.John Ankarström
2022-04-07Fix typo in cfg.pl.John Ankarström
2022-04-07Add "View TV Originals" option.John Ankarström
2022-04-06Persist "View Watched" setting.John Ankarström
2022-04-05Add episode ratings.John Ankarström
2022-04-05Move settings to registry.John Ankarström
2022-04-05Generalize atom_phrase/2.John Ankarström
2022-04-04Fetch more remote data.John Ankarström
2022-04-04Rewrite episode data code.John Ankarström
TODO: Ignore duplicate hints.
2022-04-03Rename last_episode/1 to episode_count/1.John Ankarström
2022-04-03Correctly fetch remote data for WPS episodes.John Ankarström
2022-04-01Ensure episode data is downloaded.John Ankarström
2022-03-30Open episode online in absence of local copy.John Ankarström
2022-03-29Show all episodes, not just local copies.John Ankarström
Ideally, I'd like to distinguish them visually, but it is a bit complicated. For now, I don't really care.
2022-03-23Sort episodes.John Ankarström
2022-03-17Match season 21 episode file names.John Ankarström
2022-03-06Update data for all episodes at once.John Ankarström
Previously, a remote request would be made once per episode.
2022-02-17More cleanup.John Ankarström
2022-02-15Capitalize Hint key.John Ankarström
2022-02-15Put C code and Prolog code in separate directories.John Ankarström