Commit Graph

  • 75c5f662dc * Batch actions for visible books: 'remove from library' complete * refactor entity properties into extension methods * refactor shared simple message boxes => MessageBoxLib Robert McRackan 2022-05-12 09:53:21 -04:00
  • 3c0485cfa9 Prepare Form1 for new docking queue Michael Bucari-Tovo 2022-05-12 00:10:13 -06:00
  • d5ba405de0 MatchCurrent Michael Bucari-Tovo 2022-05-11 23:44:33 -06:00
  • 71b8bca86d Revert "Revert "Changes for dockable process"" Michael Bucari-Tovo 2022-05-11 21:12:18 -06:00
  • c53b9eabd6 Merge branch 'rmcrackan:master' into master Mbucari 2022-05-11 21:11:44 -06:00
  • 6d6434b4d4 Revert "Changes for dockable process" Michael Bucari-Tovo 2022-05-11 21:11:25 -06:00
  • a447e88b86 Changes for dockable process Michael Bucari-Tovo 2022-05-11 21:10:02 -06:00
  • e2d2e00913 Fix conflict? Michael Bucari-Tovo 2022-05-11 21:07:32 -06:00
  • cbfea37b3a Fix conflict Michael Bucari-Tovo 2022-05-11 21:06:01 -06:00
  • d6de647974 Fix conflict Michael Bucari-Tovo 2022-05-11 21:04:11 -06:00
  • b784bd6b8d Batch actions for visible books: LIberate complete Robert McRackan 2022-05-11 22:16:15 -04:00
  • 00df6da366 'visible books' only enabled when applicable Robert McRackan 2022-05-11 21:47:48 -04:00
  • dad36c73e5 Expose grid entries Michael Bucari-Tovo 2022-05-11 18:45:57 -06:00
  • 936a1d60a0 Minor mods for future UI changes Michael Bucari-Tovo 2022-05-11 18:36:48 -06:00
  • e0248c2d8e Merge pull request #242 from Mbucari/master rmcrackan 2022-05-11 10:53:11 -04:00
  • b12731e3d5 resolve merge conflict Robert McRackan 2022-05-11 10:52:46 -04:00
  • 9636aca47c update grid-visible in main form Robert McRackan 2022-05-11 10:50:19 -04:00
  • 4138183352 improve grid 'visible' Robert McRackan 2022-05-11 10:49:41 -04:00
  • c3871d3bca * Bug fix: grid doesn't update correctly if all books are removed * Beginning (incomplete) new menu for batch actions on visible books Robert McRackan 2022-05-11 10:13:07 -04:00
  • dd8b0783a9 Address comments Michael Bucari-Tovo 2022-05-10 20:43:07 -06:00
  • 9a50aa4c7c Start task earlier. Michael Bucari-Tovo 2022-05-10 16:11:44 -06:00
  • c40185030f Merge branch 'master' of https://github.com/Mbucari/Libation Michael Bucari-Tovo 2022-05-10 16:11:09 -06:00
  • 7cba28019c Remove lambda body Michael Bucari-Tovo 2022-05-10 16:10:17 -06:00
  • 926f8a957e Merge branch 'rmcrackan:master' into master Mbucari 2022-05-10 16:03:52 -06:00
  • 59aeaf24e4 Full-size cover picture viewer Michael Bucari-Tovo 2022-05-10 16:03:02 -06:00
  • 64eaa157e5 Add option for downloading cover Michael Bucari-Tovo 2022-05-10 15:36:31 -06:00
  • 9a5d9f3867 Move cover art downloader to DownloadDecryptBook Michael Bucari-Tovo 2022-05-10 15:25:47 -06:00
  • e368e4669b bug fix: db persistence shouldn't be a side effect. the client should say when to persist in some fairly explicit way v7.4.0 Robert McRackan 2022-05-10 16:48:52 -04:00
  • c6ce814e1c Set the stage for batch processing Robert McRackan 2022-05-10 16:18:09 -04:00
  • dd5e162c10 db persistence shouldn't be a side effect. the client should say when to persist in some fairly explicit way Robert McRackan 2022-05-10 16:17:12 -04:00
  • 7af890d897 GetLibrary to include image sizes 500, 1215 Robert McRackan 2022-05-10 15:32:00 -04:00
  • 0faeeea25f update dependencies Robert McRackan 2022-05-10 14:50:34 -04:00
  • de9b3fd6ec Merge pull request #240 from Mbucari/master rmcrackan 2022-05-10 14:37:39 -04:00
  • 22e5c8746c Updated Api Michael Bucari-Tovo 2022-05-10 12:36:46 -06:00
  • 0091245734 Revert PictureID_1215 migration and add PictureIDLarge migration Michael Bucari-Tovo 2022-05-10 12:03:47 -06:00
  • 448c231cfa Merge branch 'master' of https://github.com/Mbucari/Libation Michael Bucari-Tovo 2022-05-10 12:02:28 -06:00
  • b0d1f692a3 Use new PictureIDLarge and PictureSize.Native Michael Bucari-Tovo 2022-05-10 12:01:23 -06:00
  • a5ff890ea1 Delete LibationContext.db Mbucari 2022-05-10 11:42:24 -06:00
  • df4739cbf4 Set description cell tooltip text Michael Bucari-Tovo 2022-05-10 08:40:42 -06:00
  • 9559109aa8 Fix liberated status cache Michael Bucari-Tovo 2022-05-10 00:19:45 -06:00
  • d848c1a499 Cache book and pdf statuses for faster sorting. Michael Bucari-Tovo 2022-05-10 00:04:55 -06:00
  • 48ffc40abb Move cover download to processable Michael Bucari-Tovo 2022-05-09 23:53:10 -06:00
  • 82b5daa809 Download large cover art after successfilly downloading an audiobook. Michael Bucari-Tovo 2022-05-09 23:22:21 -06:00
  • b320276926 Add PictureID_1215 to Book and migrate DB Michael Bucari-Tovo 2022-05-09 23:21:52 -06:00
  • 6ccb8d612f Merge branch 'master' of https://github.com/Mbucari/Libation Michael Bucari-Tovo 2022-05-09 22:16:24 -06:00
  • 23460e0137 Don't show description form in task bar Michael Bucari-Tovo 2022-05-09 22:09:47 -06:00
  • 7723de7284 Update ProductsGrid.cs Mbucari 2022-05-09 21:49:56 -06:00
  • 138f94594f Fixed cross-thread access error. Michael Bucari-Tovo 2022-05-09 21:31:21 -06:00
  • 81c152ddcb Add libation icon to forms Michael Bucari-Tovo 2022-05-09 21:09:59 -06:00
  • 04665fea36 Change default border width Michael Bucari-Tovo 2022-05-09 20:37:41 -06:00
  • 803eef3825 Settings are not mutually exclusive Michael Bucari-Tovo 2022-05-09 20:37:05 -06:00
  • e2a05761a6 Unnecessary. Cleanup of unfinished decrypts is performed by Caller Michael Bucari-Tovo 2022-05-09 20:36:48 -06:00
  • b1968caa0f Improve display and fix display indices Michael Bucari-Tovo 2022-05-09 20:29:08 -06:00
  • 6474ef98f5 Fix description form location Michael Bucari-Tovo 2022-05-09 17:50:47 -06:00
  • 8763d63a93 Better windows positioning Michael Bucari-Tovo 2022-05-09 17:15:16 -06:00
  • 201ecebda9 Show full book description when Description cell is clicked. Michael Bucari-Tovo 2022-05-09 16:44:44 -06:00
  • 1c9ea0a710 No text trimming since columns are enlargeable Michael Bucari-Tovo 2022-05-09 15:44:37 -06:00
  • 30feb42ed8 Add setting to persist ProductsGrid column widths Michael Bucari-Tovo 2022-05-09 15:30:18 -06:00
  • cfe2eac351 Merge branch 'rmcrackan:master' into master Mbucari 2022-05-09 14:40:18 -06:00
  • 725979afb0 Improve Context Menu performance. Michael Bucari-Tovo 2022-05-09 14:38:14 -06:00
  • 19262bceac Fix display issue if all columns are hidden on startup Michael Bucari-Tovo 2022-05-09 14:16:14 -06:00
  • 6254585ae2 New feature: auto-library updating v7.3.0 Robert McRackan 2022-05-09 15:28:00 -04:00
  • 5ad1e45c65 Merge branch 'rmcrackan:master' into master Mbucari 2022-05-09 13:21:52 -06:00
  • 9fe95bbddc Add option to reorder ProductsGrid columns Michael Bucari-Tovo 2022-05-09 13:21:10 -06:00
  • aecc54401d Add option for user to hide columns in ProductsGrid Michael Bucari-Tovo 2022-05-09 12:58:09 -06:00
  • 4332732cc4 update dependencies Robert McRackan 2022-05-09 13:24:23 -04:00
  • 15b6b673d7 Merge branch 'master' of https://github.com/rmcrackan/Libation Robert McRackan 2022-05-09 11:21:16 -04:00
  • cb8b5d74d7 auto-scan initial code. Feature not yet complete Robert McRackan 2022-05-09 11:21:09 -04:00
  • 535dc7a038 Update README.md rmcrackan 2022-05-09 11:15:33 -04:00
  • c6f7b142ee Update README.md rmcrackan 2022-05-09 11:12:36 -04:00
  • 4853b26cd3 Update README.md rmcrackan 2022-05-09 11:09:48 -04:00
  • c99ee56f24 documentation: getting started Robert McRackan 2022-05-09 11:08:57 -04:00
  • f6a22db188 Update README.md rmcrackan 2022-05-09 11:04:29 -04:00
  • c26b31f548 Update README.md rmcrackan 2022-05-09 11:03:42 -04:00
  • 96654c599b move documentation Robert McRackan 2022-05-09 11:02:38 -04:00
  • 57be386ac7 Update README.md rmcrackan 2022-05-09 11:01:34 -04:00
  • 09f782bfbd Update README.md rmcrackan 2022-05-09 10:58:08 -04:00
  • cb673e34c1 Update README.md rmcrackan 2022-05-09 10:57:43 -04:00
  • 62af7ab70c Update Advanced.md rmcrackan 2022-05-09 10:57:08 -04:00
  • 71f2f656e8 Update Advanced.md rmcrackan 2022-05-09 10:56:40 -04:00
  • fddf096de6 Update Advanced.md rmcrackan 2022-05-09 10:55:13 -04:00
  • 9b8cf69148 documentation: advanced Robert McRackan 2022-05-09 10:53:50 -04:00
  • 628c80048b fix read me Robert McRackan 2022-05-09 10:46:47 -04:00
  • 9daa264af4 images => Documentation/images Robert McRackan 2022-05-09 10:42:51 -04:00
  • 8f8a8e7340 remove duplicate image files. also in LibationWinForms\Resources Robert McRackan 2022-05-09 10:33:51 -04:00
  • 389fbb2371 Move source code into "Source" folder Robert McRackan 2022-05-09 10:31:45 -04:00
  • 1ee73fa1a7 increment version v7.2.0 Robert McRackan 2022-05-09 07:58:01 -04:00
  • adbbff368f Merge branch 'master' of https://github.com/rmcrackan/Libation Robert McRackan 2022-05-09 07:56:25 -04:00
  • ee9d30bd56 Michael's "frame" fix from email Robert McRackan 2022-05-09 07:56:16 -04:00
  • 5a822809a9 Merge pull request #239 from Mbucari/master rmcrackan 2022-05-08 22:13:47 -04:00
  • 4e587e0429 Add try block Michael Bucari-Tovo 2022-05-08 19:58:48 -06:00
  • 9a619186fd If keeping aaxc, write aaxc key to file Michael Bucari-Tovo 2022-05-08 19:56:59 -06:00
  • eab6f71a4c Don't delete temp aaxc file if download failed. Michael Bucari-Tovo 2022-05-08 17:07:10 -06:00
  • f68bf2d6b3 Better method for downloading only 1 book at a time. Michael Bucari-Tovo 2022-05-08 16:48:58 -06:00
  • 2afcaebb78 Prevent same bok being decrypted more than once at a time Michael Bucari-Tovo 2022-05-08 16:31:24 -06:00
  • 458ea6a377 Fix tmp file extension to aaxc Michael Bucari-Tovo 2022-05-08 16:13:35 -06:00
  • 0e2997d309 Merge branch 'master' of https://github.com/Mbucari/Libation Michael Bucari-Tovo 2022-05-08 15:46:57 -06:00
  • 420f4b9d5d Add optional cue sheet Michael Bucari-Tovo 2022-05-08 15:46:33 -06:00
  • bcfa97219f Merge branch 'rmcrackan:master' into master Mbucari 2022-05-08 14:49:07 -06:00
  • 4c66010afe Add user settings for mp3 encoding. Michael Bucari-Tovo 2022-05-08 14:25:34 -06:00