26
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 3 hours ago. based on code collected 3 days ago.
May 30, 2023 — May 30, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #5487 from OpenShot/new-ui-theme More... 2 days ago
Improvements to documentation: - Added list of vector titles - Added list of 3D animations More... 2 days ago
Improvements to documentation: - Remove Gap and Remove All Gaps - Max limits on scale x/y and shear x/y - Updated Blender min version to 4.1 and updated doc references - Added Fuse library requirement for AppImage and AppImage launcher instructions - Mentioned High DPI monitor support, and troubleshooting steps and link to our wiki - Described 3 included themes More... 2 days ago
Improvements to documentation: - Rename Edit Toolbar to Timeline Toolbar - Expanded main window Menu descriptions - Added section on Timeline Toolbar options - Expanded Docks section with links to related pages More... 3 days ago
Revert PassThrough display scaling for Windows, since it makes all clips blurry, does not render borders, and causes many visual lines and artifacts as you interact with it. More... 3 days ago
Do not allow scale_x/scale_y values that crash OpenShot. SVG have strong limits, due to rasterization crashes at large sizes More... 3 days ago
Moving display scaling env variable setting earlier in the launch (Windows is not using it) More... 3 days ago
Adding assembly version - just a placeholder which I think is fine for now More... 4 days ago
Switching from rcedit to mt.exe for adding manifest to exe #2 More... 4 days ago
Switching from rcedit to mt.exe for adding manifest to exe More... 4 days ago
Removing assembly version (does not seem needed and it breaks with our version -dev scheme). Fixing x64 with amd64 for the manifest. More... 4 days ago
Fixing case sensitive replacement bug More... 4 days ago
Updating VERSION variable for windows manifest More... 4 days ago
Fixing gitlab ci manifest path issue #2 More... 4 days ago
Fixing gitlab ci manifest path issue More... 4 days ago
Experimental windows manifest for EXE for DPI awareness (needed for native QFileDialog scaling on 4K monitors) More... 4 days ago
Removing experimental scaling support, and setting QT_SCALE_FACTOR_ROUNDING_POLICY to PassThrough, so Windows will stop showing our UI too big when 150% scaling is used, etc... More... 4 days ago
Experimental screen scaling code #2, to adjust QT_SCREEN_SCALE_FACTORS per monitor / screen. More... 4 days ago
Experimental screen scaling code, to adjust QT_SCALE_FACTOR env var automatically when changing screen DPI. This can be disabled in the "adjust_scaling_factor" settings file. More... 5 days ago
High DPI support for QToolButton icons (on theme engine) More... 5 days ago
Reducing size of Snapping and Razor buttons in Cosmic Dusk theme, and adding a different lighter press style. More... 6 days ago
Made lens flare brighter in Blender 4.1, and added param for emission color and emission strength. More... 6 days ago
Adding 4 new params to Dissolve blender animation, to control wind speed and turbulence. Also, slowed down the animation and made it flow smoother. More... 6 days ago
Fixing tutorial padding/margins when switching themes More... 7 days ago
Loading previous geometry and window state in a QTimer, so failures don't freeze the main thread/window during load More... 7 days ago
Instantiate ThemeManager earlier in the lifecycle before other GUI widgets start trying to invoke it More... 7 days ago
Add protections on base apply_theme, incase original style is None More... 7 days ago
Hover effect to window separators in Retro light theme (since separators are so hard to see) More... 7 days ago
Adding custom separators theme images More... 7 days ago
Protect restoring geometry and window state from crashing (if unexpected or corrupted state is detected) More... 7 days ago