[vlc-commits] [Git][videolan/vlc][3.0.x] qt: fix tabstop ordering for effects video subpanels
Hugo Beauzée-Luyssen (@chouquette)
gitlab at videolan.org
Sun Aug 8 17:58:13 UTC 2021
Hugo Beauzée-Luyssen pushed to branch 3.0.x at VideoLAN / VLC
Commits:
f18819c4 by Lyndon Brown at 2021-08-08T17:32:09+00:00
qt: fix tabstop ordering for effects video subpanels
fixes one of the accessibility issues reported in #25896.
(cherry picked from commit caab17f1d0bb672e8db5691295e7e82a99093917)
- - - - -
1 changed file:
- modules/gui/qt/ui/video_effects.ui
Changes:
=====================================
modules/gui/qt/ui/video_effects.ui
=====================================
@@ -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/>
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/f18819c4a4d37bd98f83a72d705bbfae974237a4
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/f18819c4a4d37bd98f83a72d705bbfae974237a4
You're receiving this email because of your account on code.videolan.org.
More information about the vlc-commits
mailing list