All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Switch to Dart Sass
- Group styles using accent and hover colors
- Integrate prettier
- Watch
images
folder duringwatch
task - Zip theme after
build
succeeds - Set version when
build
task is executed
- Move common fixes to
common/_fixes.scss
- Simplify imports
- Update fix for broken padding on list/tree items. At the moment only
QListWidget
items need the fix. It fixes missing selected plugin's esp highlighting when a plugin is selected on the main list
- Extract common fixes and functions to be used by all themes
- Update gulp tasks to support generic themes
- Align inputs height
- Increase list/tree rows height with editable cells to fit increased input size
- Remove drop-down image border
- Remove tab pane image border
- Fix install link color on download widget
- Fix scrollbar arrow background color inside
QTextEdit
- Update common fix (see "Common Changelog" > "2018-11-02")
- Update for Mod Organizer 2
- Some small changes
- Build without minification. Makes no sense to keep minified for local files. Minified version also used to produce bugs.
- Remove purple tint on progress bar chunk gradient - just don't like it
- Table view corner has white background in minificated version
- Add paddings to all trees controls similar to the dialog files tree
- Fix indeterminate check box image
- Progress bar chunk is missing in minificated version
- Set
min-width
for Mod Info dialog so that all tabs are visible - Make download label bold on Downloads tab
- Fix
min-width
for "Overwrite" dialog
- Initial MVP version
- Add "Pink" and "Dark" accent color themes
- Use accent color in more places - for selected and hover colors
- Make sure contrast foreground color is used when the background is the accent or hover color
- Reduce checkbox size to fix column fits all text functionality
- Unify buttons style
- Reduce accent color variety to two - accent and hover color
- Make "Yellow" theme color more yellow
- Compress png images with PNGGauntlet
- Remove unused image
- Fix install link color on "Download" widget
- Add padding for "Archives" and "Data" tabs' items
- Update common fix (see "Common Changelog" > "2018-11-02")
- Update for Mod Organizer 2
- Some small changes
- Build without minification
- Set minimum width for the Overwrite Dialog so that buttons aren't cut
- Add 5 color variants - red, yellow, orange, purple and green
- Start using SASS
- Several minor changes
- Unify colors - all inputs should have the same colors
- Add styles for group box checkboxes
- Add styles for radio buttons (w/o images)
- Fix "Executables" dialog text color
- Fix image path for sort indicator
- Add "./" to all image paths - it may resolve "missing image" issue
- Re-minify
vs15 Dark.qss
to solve one minor issue
- Add styles for checkboxes
- Add styles for sliders (e.g. "Configurator" dialog)
- Fix overwrite/overwritten mod rows background color
- Fix spin box styles
- Initial MVP version