Commit Graph
3818 Commits
Author SHA1 Message Date
itsmattkc b0446e237b render: how the fuck did it do this? 2022-07-26 10:37:44 -07:00
itsmattkc e067acb999 renderprocessor: commit line that github desktop undid for no reason 2022-07-26 10:14:46 -07:00
itsmattkc 07f63ddc17 renderer: reinstated new and improved texture cache 2022-07-26 10:12:19 -07:00
itsmattkc e3403a5a53 render: create less textures 2022-07-26 09:40:26 -07:00
itsmattkc fb8bb654a0 timeline: add comment to recent code addition 2022-07-26 08:33:05 -07:00
itsmattkc 9eb0aa80e1 timeline: when ripple removing area, don't split gaps 2022-07-25 18:17:51 -07:00
itsmattkc 7739198437 viewer: skip subtitle drawing if transformed font size is NaN 2022-07-25 17:59:54 -07:00
itsmattkc 33742a62cf oiiodecoder: set correct stream count
Fixes #1985
2022-07-25 13:08:28 -07:00
itsmattkc 3fb786a868 manageddisplaywidget: add toggle for QOpenGLWindow 2022-07-25 12:53:08 -07:00
itsmattkc 1fa171e507 exportdialog: rename yuv ranges 2022-07-24 08:57:23 -07:00
itsmattkc 02f4be6e3c footage: account for invalid streams before valid streams
Fixes #1983
2022-07-24 08:57:09 -07:00
itsmattkc d7748c4ace footage: set timebase too when merging image sequence params 2022-07-23 17:07:55 -07:00
itsmattkc b65d445145 viewertexteditor: set char format to last used when cleared 2022-07-23 16:57:09 -07:00
itsmattkc 12f9b1acfc export: allow exporting subtitles to sidecar files 2022-07-23 15:22:57 -07:00
itsmattkc 3948b77543 viewer: allow customizing subtitle font
Fixes #1980
2022-07-23 13:49:02 -07:00
itsmattkc 0e6ebee827 exportdialog/timeruler: disable marker and workarea editing
Fixes #1979
2022-07-23 09:59:18 -07:00
itsmattkc dd32f81da8 timebasedviewselectionmanager: only start drags if primary button pressed
Fixes #1981
2022-07-23 09:50:21 -07:00
itsmattkc f152815e8f nodeparamview: fix missing override keyword 2022-07-23 09:41:03 -07:00
itsmattkc 21d6aef0ca qtutils: rename QMessageBox wrapper to avoid conflicts on win32 2022-07-23 09:40:03 -07:00
itsmattkc 925d63d707 timebased: transform keyframe times to global for snapping 2022-07-22 17:57:19 -07:00
itsmattkc a3cde5bd44 qtutils: implement parent finder 2022-07-22 17:33:31 -07:00
itsmattkc 3fab456816 footage: merge video type
Fixes issue where image sequences would revert to stills after a project is loaded
2022-07-22 17:33:19 -07:00
itsmattkc f2e604c2cb ui: add rename shortcut 2022-07-22 13:25:46 -07:00
itsmattkc 187568324a render: ensure correct yuv range handling 2022-07-20 23:16:08 -07:00
itsmattkc 5ea97f7a64 render: remove alpha request option 2022-07-20 23:14:16 -07:00
itsmattkc 752f073136 timeline: add separator after rename in menu 2022-07-20 21:27:07 -07:00
itsmattkc 16bd15ad42 serializer: improved robustness of project saving... maybe?
This seems to address a bug where sometimes QXmlStreamWriter would insert nonsense null characters into a project. This is probably some real edge case like compiler optimization or some bullshit like that. I don't even know if it affects all platforms, but it definitely affected me.
2022-07-20 21:26:49 -07:00
itsmattkc bb4bbb4fd7 gizmo: clear parent while still a gizmo
Fixes #1975
2022-07-20 08:25:52 -07:00
itsmattkc 46be693b3e timeline: show marker text even on markers without range 2022-07-19 11:21:06 -07:00
itsmattkc 35bc52ee47 serializer: show context for XML load error 2022-07-19 11:20:45 -07:00
itsmattkc 9b8c23c994 timeline: fix issue where subtitle text wasn't shown 2022-07-19 10:23:54 -07:00
itsmattkc 55d3915881 panelmanager: improve hover behavior
Fixes issue where QWidget::underMouse would return false if cursor was over a child QOpenGLWindow
2022-07-17 16:02:28 -07:00
itsmattkc 2a1e87c9a9 decoder: cache still textures 2022-07-17 15:42:11 -07:00
itsmattkc 0d9727b6d2 architecture: move loop modes to clips 2022-07-17 15:22:36 -07:00
itsmattkc 4c71a33b7b node: implement array start offset 2022-07-17 14:48:00 -07:00
itsmattkc 04c1693297 text: implement formatting arguments 2022-07-17 14:40:35 -07:00
itsmattkc f157315690 timeformatnode: implement 2022-07-17 14:39:58 -07:00
itsmattkc 9662822a2e nodevalue: implement extra constructor overrides 2022-07-17 14:38:48 -07:00
itsmattkc d262b5c802 qtutils: fixed issues with word wrap
Fixes issue that triggers infinite loop in some circumstances.

Fixes #1947 probably
2022-07-16 20:17:49 -07:00
itsmattkc f14112a775 track: check for negative values too 2022-07-16 18:37:27 -07:00
itsmattkc 24ae3a25d3 timeline: use scroll cooldown when dragging playhead 2022-07-16 17:12:35 -07:00
itsmattkc 98a71a47c8 projectexplorer: fixed UI issues around renaming items 2022-07-16 16:54:32 -07:00
itsmattkc e4fd2d5d2c timebasedwidget: rewrote scroll catchup code
Code is much better. Less hacky queuing, implements cooldowns to improve navigation, and introduces a framework so that subclasses can make use of catchup/cooldown code too with any scrollbar they want
2022-07-15 10:59:51 -07:00
itsmattkc 4b8febd10d timebasedview: cache scroll value before scale change on ctrl zoom
Fixes bug where scroll would be calculated incorrectly due to range limitation from scale change
2022-07-15 09:47:58 -07:00
itsmattkc a6d1ec99a8 opengl: remove old geriatric texture cache 2022-07-11 19:03:37 -07:00
itsmattkc a8d46c4c5f render: fix issue responding to cancelled tasks 2022-07-10 12:54:55 -07:00
itsmattkc 963ffe8de3 viewer: reimplement add band in custom code 2022-07-10 11:12:43 -07:00
itsmattkc 3963797dee render: add extra flush when returning cpu frame 2022-07-09 21:46:02 -07:00
itsmattkc 13a0da537f numericsliderbase: make connections before showing
Fixes #1962
2022-07-08 03:20:12 -07:00
itsmattkc 37fad27484 viewer: repush buffers
Fixes nested sequences
2022-07-04 09:53:46 -05:00