MBucari
a887bf4619
Add "Is Spatial" grid column.
2025-07-26 18:19:19 -06:00
MBucari
c98c7c095a
Fix quickfilter modification bug ( #1313 )
2025-07-25 14:22:29 -06:00
Michael Bucari-Tovo
1fdcea929f
Form thread safety
2025-07-21 22:52:17 -06:00
Michael Bucari-Tovo
80b86086ca
Consolidate process queue view models
...
Remove classic and chardonnay-specific implementations
Refactor TrackedQueue into an IList with INotifyCollectionChanged
2025-07-21 15:56:30 -06:00
Michael Bucari-Tovo
bff9b67b72
Remove GridEntry derrived types and interfaces
...
Use existing BaseUtil.LoadImage delegate, obviating need for derrived classes to load images
Since GridEntry types are no longer generic, interfaces are unnecessary and deleted.
2025-07-21 10:47:10 -06:00
Michael Bucari-Tovo
9280b29512
Fix upgrade bug when Libation's working dir isn't program files dir
...
Add MockUpgrader for testing the Upgrade process.
Fixes issue #1302
2025-07-17 13:10:42 -06:00
MBucari
4dab16837e
Move ProcessQueueViewModel logic into LibationUiBase
...
Fix UI bug in classic when queue is in popped-out mode.
2025-07-15 22:31:17 -06:00
MBucari
1cf889eed7
Move ProcessBookViewModel logic into LiationUiBase
2025-07-15 15:05:33 -06:00
MBucari
0e49df06b8
Add message box handler to LibationUiBase
2025-07-15 11:40:01 -06:00
Michael Bucari-Tovo
ec497f4f81
Use virtualized list to improve large queue performance
2025-05-19 10:40:41 -06:00
Michael Bucari-Tovo
f35c82d59d
Change ApiExtended to always allow provide login option
...
Previously, only some calls to ApiExtended.CreateAsync() would prompt users to login if necessary. Other calls would only work if the account already had a valid identity, and they would throw exceptions otherwise.
Changed ApiExtended so that the UI registers a static ILoginChoiceEager factory delegate that ApiExtended will use in the event that a login is required.
2025-05-09 17:32:12 -06:00
Michael Bucari-Tovo
4600d029dc
Re-add converter resource inadvertantly removed in 0df17a22
2025-05-07 14:23:58 -06:00
Michael Bucari-Tovo
0df17a2296
Remove retired ItemsRepeater control
2025-05-07 13:12:12 -06:00
Michael Bucari-Tovo
7d806e0f3e
Increase tag template options for contributor and series types
...
- Add template tag support for multiple series
- Add series ID and contributor ID to template tags
- <first author> and <first narrator> are now name types with name formatter support
- Properly import contributor IDs into database
- Updated docs
2025-03-25 09:34:57 -06:00
Michael Bucari-Tovo
c77f2e2162
Add multi-select context menu support ( rmcrackan/Libation#1195 )
2025-03-21 16:49:21 -06:00
MBucari
f402912a92
Mark resource as dynamic and delete unused resource
2025-03-19 22:43:50 -06:00
Michael Bucari-Tovo
733a091ebd
Add theme preview dialog
2025-03-19 16:26:14 -06:00
Michael Bucari-Tovo
e509f842e4
Remove unused windows forms buttons and streamline dialogs
2025-03-18 21:18:25 -06:00
Michael Bucari-Tovo
d90ef3f4d4
Mark IconFill as a dynamic resource
2025-03-18 12:33:01 -06:00
Michael Bucari-Tovo
b34970bd47
Add support for custom themes in chardonnay
2025-03-13 16:05:32 -06:00
Michael Bucari-Tovo
da06511951
Only show buttons on mouse over
2025-03-04 10:34:09 -07:00
Michael Bucari-Tovo
ac036f65f1
Handle and notify users of invalid account settings file
2025-03-03 14:41:56 -07:00
Mbucari
1f427919e6
Try to solve threadding issues ( #1168 )
2025-03-02 11:59:35 -07:00
Michael Bucari-Tovo
4170dcc1d5
Chardonnay UI bug fixes and improvements
...
- Theme changes do not require restart
- Fix some text appearing black in dark mode
- Fix dialog boxes not appearing correctly on Windows
- Fix queue vertical scroll bar overlapping items
2025-02-28 17:34:55 -07:00
Michael Bucari-Tovo
47c9fcb883
Improve LibrarySizeChanged performance
2025-02-27 22:56:30 -07:00
Michael Bucari-Tovo
2d6120f0c4
Get full library in LibrarySizeChanged event and pass as EventArgs
...
There are multiple subscribers to LibraryCommands.LibrarySizeChanged, and each one calls GetLibrary_Flat_NoTracking(). Passing the full library as an event argument speeds up all operations which happen after the library size changes.
Fix initial backup counts
2025-02-27 13:11:28 -07:00
Michael Bucari-Tovo
2a25b7e0ad
Load MainWindow before library finishes loading like Classic
2025-02-27 11:17:18 -07:00
Chris Bordeman
c19833b34e
Fixed bug in main view quick filter binding.
2024-10-15 21:46:22 -04:00
Chris Bordeman
f92b2b65b2
Implemented Name on Quick Filters.
2024-10-11 05:45:04 -04:00
MBucari
e65b6c76a8
Add ability to preview templates on user's books ( #700 )
...
Add template editor menu items to main grid context menu
2023-08-12 17:12:50 -06:00
Mbucari
ff3ac2d6fd
Fix MessageBox crash when UI has no Screens ( #708 )
2023-08-11 09:04:05 -06:00
Mbucari
97f94d8782
Add custom column widths to chardonnay
2023-08-07 15:54:50 -06:00
Mbucari
914e574bf8
Improve GridView
...
- Remove LongDescription
- Description has the full description
- Better MyRating updating
2023-07-18 16:18:01 -06:00
Mbucari
d1df10d060
Add products grid scaling setting
...
- Add Grid Scaling Settings
- Add WinForms DPI migration to remove stored form sizes
- Add textbox clear button
2023-07-12 15:32:37 -06:00
Mbucari
7d09728e6b
Add Re-download context menu item
2023-07-09 16:26:58 -06:00
Mbucari
932472cb91
Add full context menu to call columns
2023-07-09 09:53:28 -06:00
Mbucari
5d5e3a6671
improve startup time
2023-07-09 09:23:58 -06:00
Mbucari
83fa73cef5
Integrate new Title and Subtitle properties into Libation
2023-06-29 21:06:54 -06:00
Mbucari
2c4705de6e
Address #625 comments and refactor
2023-06-13 09:05:17 -06:00
Mbucari
6c48fc1f5e
Update avalonia ro v11-RC1
2023-06-02 23:39:16 -06:00
Mbucari
98bb06378a
Update Avalonia to v11.0.0-preview8
2023-05-15 10:54:56 -06:00
Mbucari
9dcb3b3a25
Slight chardonnay refactor and UI tweak
2023-04-09 17:39:31 -06:00
Mbucari
5e99cb6f02
Refine dialog layouts and presentation
2023-04-04 19:08:52 -06:00
Mbucari
69918c2587
Cleanup
2023-04-02 21:28:37 -06:00
MBucari
756d387238
UI Tweaks and new application hotkeys
2023-04-02 15:08:03 -06:00
MBucari
8d73f5cc7e
Add About dialog
2023-04-02 13:27:51 -06:00
MBucari
4a65d6bbd3
Add native menu for mac and refactor MainWindow
2023-04-01 23:58:22 -06:00
Mbucari
3681c0f18f
Final walkthrough tweaks
2023-03-28 14:08:51 -06:00
Mbucari
2afb5365dd
Add search and quick filters to walkthrough
2023-03-28 12:30:05 -06:00
MBucari
d9e27fd32e
Bring cover viewer to front
2023-03-27 19:56:50 -06:00