Commit Graph
13 Commits
Author SHA1 Message Date
Leonid Pershin b13d0148df Refactor VlcVideoView for enhanced video playback performance and user interaction. Update README.md to clarify the new control's functionality, including frame handling and buffer management. Modify VideoPlayerView.axaml for improved layout and error message display. Enable unsafe code blocks in project settings to optimize frame copying process. 2026-08-09 06:40:44 +03:00
Leonid Pershin 7d88fe0a01 Enhance VlcVideoView and VideoPlayerView for improved user interaction. Add a named VideoArea panel for better layout management and implement double-tap functionality to toggle full-screen mode. Update event handling in VideoPlayerView to accommodate these changes. 2026-08-08 15:31:52 +03:00
Leonid Pershin 1a16111faf Implement full-screen video playback feature in PLib video library manager. Add toggle functionality for full-screen mode in VideoPlayerViewModel and corresponding UI updates in VideoPlayerView and MainWindow. Adjust key event handling for full-screen toggling and enhance README.md to document new features and usage instructions. 2026-08-08 15:24:15 +03:00
Leonid Pershin 45814cf4d2 Refactor video playback implementation in PLib video library manager. Replace MediaPlayer.Controls with LibVLCSharp for improved performance and compatibility. Update VideoPlayerView and associated ViewModels to accommodate the new video control, ensuring seamless integration with the existing UI. Revise README.md to document changes and new player features. 2026-08-08 15:19:14 +03:00
Leonid Pershin 09d2a553a8 Add media playback functionality to PLib video library manager. Integrate MediaPlayer.Controls and VideoLAN.LibVLC for enhanced video playback capabilities. Update MainWindow and ViewModels to manage video player state and commands, allowing users to play videos within the application. Enhance README.md to document new player features and requirements. 2026-08-08 14:46:40 +03:00
Leonid Pershin bf2c825244 Refine UI layout in PLib video library manager by adjusting MainWindow and SettingsView for a more cohesive design. Implement dedicated styles for panel headers and footers, ensuring consistent visual hierarchy. Update README.md to document these layout enhancements and style changes. 2026-08-08 13:48:41 +03:00
Leonid Pershin 5920f7a940 Refactor PLib video library manager's UI to implement a side panel for settings, enhancing accessibility and layout. Update MainWindow and SettingsView to accommodate the new design, ensuring the settings panel integrates seamlessly without overlaying the main content. Revise styles for app bars and status bars for consistency across the application. Update README.md to reflect these UI changes. 2026-08-08 12:52:59 +03:00
Leonid Pershin 835937357e Refactor settings management in PLib video library manager. Replace dialog-based settings with a single-panel overlay for improved user experience. Update MainWindow and SettingsView to support new settings panel, and adjust ViewModels accordingly. Enhance README.md to reflect these changes. 2026-08-08 12:40:53 +03:00
Leonid Pershin 186dd900e1 Add SettingsView for user preferences in PLib video library manager. Implement UI components for managing library folders, thumbnail settings, and scanning options. Enhance styling and layout for improved user experience. 2026-08-08 12:40:47 +03:00
Leonid Pershin 37c5feb2a6 Implement theme management and settings dialog in PLib video library manager. Add theme service for light/dark/system themes, integrate settings dialog for user preferences, and update app configuration to include appearance options. Enhance thumbnail caching with new methods for cache size and clearing. Update README.md to reflect new features and settings. 2026-08-08 12:04:53 +03:00
Leonid Pershin 625eae7ead Refactor PLib video library manager to use ReactiveUI, replacing CommunityToolkit.Mvvm. Update dependencies, enhance thumbnail caching logic, and improve UI responsiveness with reactive commands. Remove obsolete PLib.slnx file and update README.md to reflect changes. 2026-08-08 11:37:36 +03:00
Leonid Pershin bf4a3bb922 Enhance README.md with installation instructions and usage examples for PLib video library manager. 2026-08-08 07:14:42 +03:00
Leonid Pershin ac05ea6b7f Update README.md with project details, features, requirements, architecture, and data management for PLib video library manager. 2026-08-08 07:08:43 +03:00