fix: resolve GitHub issues #184, #109, #139, #160, #100 - #187
Open
maubrickastuto wants to merge 1 commit into
Open
maubrickastuto wants to merge 1 commit into
maubrickastuto wants to merge 1 commit into
Conversation
…jub0t#100 - feat(project): add 1440p (QHD / 2560x1440) support across launcher, monitor, and project dialog (jub0t#184) - fix(export): match project aspect ratio and dynamic resolution options in export dialog (jub0t#109) - fix(inspector): eliminate text typing lag, cursor jump, and click-outside reversion race (jub0t#139) - fix(timeline): clean up orphaned transitions and ghost seam artifacts on split/delete (jub0t#160) - fix(shell): configure Wayland app_id, StartupWMClass, and window icon for Linux dock/taskbar (jub0t#100)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary of Changes
This PR resolves 5 open GitHub issues across project settings, export dialog, inspector text editing, timeline seam handling, and Linux window metadata:
1440p support #184: Add 1440p (QHD / 2560×1440) Support
(2560, 1440)toOUTPUTSand("1440p", 1440)toSIZESinstudio.rs(preserving1080pas the default at index 1).2560 × 1440/16:9 QHDoptions toproject.slintandpreview-pane.slint.The output resolution should match the project's format #109: Export Output Resolution Matches Project Aspect Ratio
resolution_optionstoExportDataso non-landscape projects (e.g. 9:16 vertical, 1:1 square) display correct scaled dimensions (1080 × 1920) instead of hardcoded 16:9 strings.ExportMsg::Opento match the active project.Text cards editing via "Inspector" panel bug scenarios #139: Fix Inspector Text Editing Typing Lag & Reversion Race Condition
contentproperty insidetext-panel.slintto decouple keystroke rendering from round-trip state mutations.commit_targettracking inStudioand flushed pending commits on timeline background click (on_band_selected) to prevent clearing selection before the commit timer fires.ghost element/artifact #160: Eliminate Ghost Transition Seams / Artifacts on Clip Cut & Delete
RemoveClips, automatically sweep orphanedtransition_inproperties when the preceding contiguous clip is deleted.SplitClips, clamp or cleartransition_induration when splitting near or inside transition regions.publish_lanesto ensure seam controls only draw when a predecessor exists.changed iteminlanes.slint.Missing taskbar/dock icon when the app is running (shows generic gear) #100: Linux Dock / Taskbar Window Icon & Association
with_name("concat", "concat")on Wayland/X11 window attributes.icon: @image-url(...)toapp.slint.StartupWMClass=concatto the.desktopfile generated in CI andflake.nix.