Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC
Manage
Activity
Members
Labels
Plan
Issues
4k
Issue boards
Milestones
Code
Merge requests
443
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLC
Merge requests
!480
[3.0 backport] qt: fix tabstop ordering for effects video subpanels
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
[3.0 backport] qt: fix tabstop ordering for effects video subpanels
jnqnfe/vlc:effects_tabstops_3.0
into
3.0.x
Overview
1
Commits
1
Pipelines
2
Changes
1
Merged
Lyndon Brown
requested to merge
jnqnfe/vlc:effects_tabstops_3.0
into
3.0.x
3 years ago
Overview
1
Commits
1
Pipelines
2
Changes
1
Expand
fixes one of the accessibility issues reported in
#25896
.
(cherry picked from commit
caab17f1
)
1
0
Merge request reports
Compare
3.0.x
version 1
23c20a48
3 years ago
3.0.x (base)
and
latest version
latest version
f18819c4
1 commit,
3 years ago
version 1
23c20a48
1 commit,
3 years ago
1 file
+
46
−
7
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
modules/gui/qt/ui/video_effects.ui
+
46
−
7
Options
@@ -1683,30 +1683,69 @@
<tabstop>
grainEnable
</tabstop>
<tabstop>
grainVarianceSlider
</tabstop>
<tabstop>
cropTopPx
</tabstop>
<tabstop>
cropLeftPx
</tabstop>
<tabstop>
cropRightPx
</tabstop>
<tabstop>
cropBotPx
</tabstop>
<tabstop>
topBotCropSync
</tabstop>
<tabstop>
leftRightCropSync
</tabstop>
<tabstop>
rotateEnable
</tabstop>
<tabstop>
rotateAngleDial
</tabstop>
<tabstop>
transformTypeCombo
</tabstop>
<tabstop>
puzzleRowsSpin
</tabstop>
<tabstop>
puzzleColsSpin
</tabstop>
<tabstop>
extractEnable
</tabstop>
<tabstop>
extractComponentText
</tabstop>
<tabstop>
colorthresEnable
</tabstop>
<tabstop>
colorthresColorText
</tabstop>
<tabstop>
colorthresSaturationthresSlider
</tabstop>
<tabstop>
colorthresSimilaritythresSlider
</tabstop>
<tabstop>
extractComponentText
</tabstop>
<tabstop>
invertEnable
</tabstop>
<tabstop>
posterizeEnable
</tabstop>
<tabstop>
gradientEnable
</tabstop>
<tabstop>
gradientModeCombo
</tabstop>
<tabstop>
gradientTypeCheck
</tabstop>
<tabstop>
gradientCartoonCheck
</tabstop>
<tabstop>
sepiaEnable
</tabstop>
<tabstop>
sepiaIntensitySpin
</tabstop>
<tabstop>
cloneCountSpin
</tabstop>
<tabstop>
magnifyEnable
</tabstop>
<tabstop>
transformEnable
</tabstop>
<tabstop>
transformTypeCombo
</tabstop>
<tabstop>
rotateEnable
</tabstop>
<tabstop>
rotateAngleDial
</tabstop>
<tabstop>
wallEnable
</tabstop>
<tabstop>
wallRowsSpin
</tabstop>
<tabstop>
wallColsSpin
</tabstop>
<tabstop>
puzzleEnable
</tabstop>
<tabstop>
puzzleRowsSpin
</tabstop>
<tabstop>
puzzleColsSpin
</tabstop>
<tabstop>
logoEnable
</tabstop>
<tabstop>
logoFileText
</tabstop>
<tabstop>
logoBrowseBtn
</tabstop>
<tabstop>
logoYSpin
</tabstop>
<tabstop>
logoXSpin
</tabstop>
<tabstop>
logoOpacitySlider
</tabstop>
<tabstop>
eraseEnable
</tabstop>
<tabstop>
eraseMaskText
</tabstop>
<tabstop>
eraseBrowseBtn
</tabstop>
<tabstop>
eraseYSpin
</tabstop>
<tabstop>
eraseXSpin
</tabstop>
<tabstop>
marqEnable
</tabstop>
<tabstop>
marqMarqueeText
</tabstop>
<tabstop>
marqPositionCombo
</tabstop>
<tabstop>
antiflickerEnable
</tabstop>
<tabstop>
antiflickerSofteningSizeSlider
</tabstop>
<tabstop>
motionblurEnable
</tabstop>
<tabstop>
blurFactorSlider
</tabstop>
<tabstop>
gaussianblurEnable
</tabstop>
<tabstop>
gaussianblurSigmaSlider
</tabstop>
<tabstop>
cloneEnable
</tabstop>
<tabstop>
cloneCountSpin
</tabstop>
<tabstop>
hqdn3dEnable
</tabstop>
<tabstop>
hqdn3dLumaSpatSlider
</tabstop>
<tabstop>
hqdn3dLumaTempSlider
</tabstop>
<tabstop>
hqdn3dChromaSpatSlider
</tabstop>
<tabstop>
hqdn3dChromaTempSlider
</tabstop>
<tabstop>
anaglyphEnable
</tabstop>
<tabstop>
mirrorEnable
</tabstop>
<tabstop>
psychedelicEnable
</tabstop>
<tabstop>
waveEnable
</tabstop>
<tabstop>
rippleEnable
</tabstop>
<tabstop>
motiondetectEnable
</tabstop>
</tabstops>
<resources/>
<connections/>
Loading