Mbucari
2dfe00f428
Merge branch 'rmcrackan:master' into master
2025-04-15 00:36:11 -06:00
rmcrackan
2cd0a022ff
bug fix #1212 : fix window title
2025-04-03 08:20:31 -04: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
0a9e489f48
Move contributors to UI Base
2025-03-24 13:29:02 -06:00
Michael Bucari-Tovo
c77f2e2162
Add multi-select context menu support ( rmcrackan/Libation#1195 )
2025-03-21 16:49:21 -06:00
Michael Bucari-Tovo
bfcd226795
Fix libation hanging on first inport of large libraries
2025-03-21 11:08:36 -06:00
Michael Bucari-Tovo
81e9ab7fb2
Fix theme not resetting properly
...
Change button foreground color
2025-03-20 16:30:08 -06:00
Michael Bucari-Tovo
545540d9a4
Improve Libation glass icons for use with dark mode.
2025-03-20 15:04:22 -06:00
MBucari
f402912a92
Mark resource as dynamic and delete unused resource
2025-03-19 22:43:50 -06:00
Michael Bucari-Tovo
aab4f1d9d6
Add theme import and export function
2025-03-19 21:47:24 -06:00
Michael Bucari-Tovo
f183b587b8
Revert all changes if window is closed by user.
2025-03-19 16:38:58 -06:00
Michael Bucari-Tovo
733a091ebd
Add theme preview dialog
2025-03-19 16:26:14 -06:00
Michael Bucari-Tovo
40890f242a
Fix spelling errors
2025-03-19 14:16:32 -06:00
Michael Bucari-Tovo
dcda1a0cc2
Add contributors to about page
2025-03-18 21:18:25 -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
f84bb753e9
Revert custom window border on Windows
2025-03-13 16:44:16 -06:00
Michael Bucari-Tovo
b34970bd47
Add support for custom themes in chardonnay
2025-03-13 16:05:32 -06:00
Robert McRackan
a37eb383cd
Merge branch 'master' of https://github.com/rmcrackan/Libation
2025-03-10 19:11:22 -04:00
Robert McRackan
614965e1ab
incr ver
2025-03-10 19:09:44 -04:00
Michael Bucari-Tovo
653381b1df
Fix Auto download not working sometimes ( #1183 )
2025-03-10 12:57:52 -06:00
Michael Bucari-Tovo
65e12d9a8f
Add default window dimensions
2025-03-10 09:07:35 -06:00
Michael Bucari-Tovo
7eeb2dcd7f
Move encoding options above to the mp3 settings column ( #764 )
...
Additionally, add more tool tips for cryptic options.
2025-03-05 11:17:47 -07:00
Michael Bucari-Tovo
e37abbf276
Fix dark theme text color in DataGridTextColumn
2025-03-04 16:18:06 -07:00
Michael Bucari-Tovo
c3938c49a9
Additional null safety
2025-03-04 15:41:26 -07:00
Michael Bucari-Tovo
7658f21d7c
Fix tags font color in dark mode
2025-03-04 15:07:37 -07:00
Michael Bucari-Tovo
c4827fc761
Add error logging
2025-03-04 12:54:05 -07:00
Michael Bucari-Tovo
da06511951
Only show buttons on mouse over
2025-03-04 10:34:09 -07:00
Michael Bucari-Tovo
88d3e5ff0c
Null safety checks.
2025-03-04 10:33:29 -07:00
Michael Bucari-Tovo
981a183992
Add a border around dialogs with CanResize=true
2025-03-03 15:20:58 -07:00
Michael Bucari-Tovo
ac036f65f1
Handle and notify users of invalid account settings file
2025-03-03 14:41:56 -07:00
Michael Bucari-Tovo
b36e110b49
Add thread safety and comments re threading
2025-03-03 10:11:17 -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
a790c7535c
Changes to default directories for file storage ( #1112 )
...
- Add My Music and Local Application Data to known directories
- Make %localappdata%\Libation the default settings folder on *nix machines
- Make %MyMusic%\Libation\Books the default books folder on *nix machines
2025-02-28 12:01:58 -07:00
Michael Bucari-Tovo
3b7d5a354f
Re-add books to queue that failed or were cancelled.
2025-02-28 10:47:26 -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
Robert McRackan
5cb22cfd24
Update AAXClean.Codecs
2025-02-17 20:07:50 -05:00
Michael Bucari-Tovo
13aad1a7cb
Restrict audio sample rate settings to allowed values ( #1116 )
2025-01-16 10:35:58 -07:00
Robert McRackan
c7279574a9
Upgrade avalonia
2025-01-07 08:00:35 -05:00
MBucari
4576c0e193
Updata Avalonia to 11.2.2
2024-12-04 19:12:59 -07:00
MBucari
d592e9435e
Fix main window closing when dialog is closed ( #1065 )
2024-12-04 19:11:36 -07:00
Robert McRackan
c15d49fc64
publish profiles => .net
2024-11-22 17:04:08 -05:00
Robert McRackan
6134becc70
Upgrade to .net9
2024-11-22 16:47:59 -05:00
rmcrackan
eb39f994e1
Merge pull request #1006 from cbordeman/Friendly-name-filters-995
...
Fixed bug in main view quick filter binding.
2024-10-16 08:03:44 -04:00
Chris Bordeman
c19833b34e
Fixed bug in main view quick filter binding.
2024-10-15 21:46:22 -04:00
rmcrackan
8a87462cf5
Merge pull request #997 from cbordeman/Friendly-name-filters-995
...
Implemented Name on Quick Filters.
2024-10-15 13:09:38 -04:00
Chris Bordeman
63e28b13c1
Implemented "System" option for theme.
2024-10-12 02:17:35 -04:00