Commit Graph

7 Commits

Author SHA1 Message Date
adroslice
5d8327f071 Fully implemented Operations UI with one example
- You can now add, remove, modify and move operations
- FilterChangedAny was renamed to FilterChanged, the new event for the preview follows the same naming scheme with PreviewChanged
- Operations now actually verify that they're enabled (This was originally supposed to be done in the loop in Preview(), but this way seems nicer since it also removes the error label when the operation is disabled)
- The foundation has been laid to make it very easy to add more operations
2019-11-17 02:22:13 +01:00
adroslice
e671fd4185 Implemented filtering
- Also an additional extension method for later
2019-11-14 20:42:25 +01:00
adroslice
0bc82dc6b5 Structuring, added file lists
- You can now open a directory
- The current filenames and previews are now displayed in the listboxes
- Added method pipeline for updating the lists (OpenDirectory -> Filter -> Preview)
2019-11-14 19:08:21 +01:00
adroslice
90f8f86e81 Added filter options to UI
- Filter options only visible when expanded
- Expander seperate from the filter options grid to keep the directory controls in place
- Added and fixed some styling
2019-11-14 17:21:25 +01:00
adroslice
d8263ec22c Basic Styling + Add MainWindowUIProperties.cs
- Layout with consistent spacing
- Visual grouping using borders
- New file for properties to be bound from MainWindow.xaml
2019-11-13 23:01:08 +01:00
adroslice
4fd003cfdd Create Basic Layout 2019-11-13 21:22:36 +01:00
adroslice
664acd3249 Project Setup
- Created Solution
- Created .gitignore
- Created Main Project
2019-11-13 20:26:04 +01:00