itsmattkc
|
70d34c674b
|
core: switch to single-project implementation
This has never worked right, it's caused a number of complexities within the code, and I think there are better ways to do this.
|
2023-02-08 12:15:05 -08:00 |
|
itsmattkc
|
451de7030b
|
Merge branch 'move-time-to-viewer'
|
2022-11-01 18:20:22 -07:00 |
|
itsmattkc
|
4d80044d6d
|
upgrade to qt 6 compliance
|
2022-10-28 19:42:14 -07:00 |
|
itsmattkc
|
d1545745d8
|
various: moved time from viewer UI to viewer node
|
2022-10-23 20:56:04 -07:00 |
|
itsmattkc
|
c173bcad2a
|
mainwindow: remove timeline from "main time panels" when destroyed
Fixes potential crash with multiple sequences
|
2022-10-04 20:52:38 -07:00 |
|
itsmattkc
|
8a2f2912b4
|
multicam: allow overrides by selecting multicam nodes in nodeview
|
2022-10-02 11:23:55 -07:00 |
|
itsmattkc
|
14c7bd6dbc
|
multicam: implemented queuing of future node selections during playback
|
2022-10-02 10:39:35 -07:00 |
|
itsmattkc
|
14bf515d3f
|
multicam: various improvements
|
2022-10-01 16:57:46 -07:00 |
|
itsmattkc
|
640e6741f4
|
multicam: prioritize current clip under playhead
|
2022-09-29 19:45:38 -07:00 |
|
itsmattkc
|
6e183fe4be
|
multicam: refactor to heavily optimize multicam monitor retrieval
|
2022-09-29 17:50:09 -07:00 |
|
itsmattkc
|
74a1ec1479
|
multicam: implement clip splitting
|
2022-09-28 17:57:09 -07:00 |
|
itsmattkc
|
a6b8b7ccbc
|
multicam: finished usable implementation
|
2022-09-25 20:26:10 -07:00 |
|
itsmattkc
|
15d786538a
|
multicampanel: move to viewerpanelbase
|
2022-09-25 18:06:02 -07:00 |
|
itsmattkc
|
487cd166d7
|
start implementation of multicam panel
|
2022-09-21 13:16:19 -07:00 |
|
itsmattkc
|
92949c50dd
|
viewerpanelbase: stop playback when panel is defocused
|
2022-08-21 10:02:44 -07:00 |
|
itsmattkc
|
42db352921
|
mainwindow: don't disable focus when appending timeline panel
I guess this was supposed to fix something at some point but now breaks it, so I'm removing it
|
2022-08-07 22:25:31 -07:00 |
|
itsmattkc
|
15a67bc12a
|
project: auto-select imported files
|
2022-07-26 11:39:35 -07:00 |
|
itsmattkc
|
89927c71ff
|
implemented reveal in footage viewer option
Fixes #1958
|
2022-06-27 23:40:05 -07:00 |
|
itsmattkc
|
de31f3351a
|
mainwindow: use primary screen rather than desktop widget
|
2022-06-21 13:35:31 -07:00 |
|
itsmattkc
|
501564fb22
|
ui: replace html edit in text node with edit in viewer button
|
2022-05-10 18:07:17 -07:00 |
|
itsmattkc
|
4b366a9b73
|
update copyright year to 2022
|
2022-05-10 10:38:56 -07:00 |
|
itsmattkc
|
102ce9aa7b
|
nodeparamview/nodeview: connect selections and enable multi-select in npv
|
2022-05-04 14:59:51 -07:00 |
|
itsmattkc
|
91b761693b
|
code: use config macro
Macro is much easier to use and more readable
|
2022-05-04 09:50:34 -07:00 |
|
itsmattkc
|
82bd6a103c
|
timeline: implement reveal in project action
|
2022-05-03 14:23:41 -07:00 |
|
itsmattkc
|
9101f5dc49
|
implemented core audio recording support
|
2022-05-02 14:00:03 -07:00 |
|
itsmattkc
|
5afd322644
|
nodeparamview: significant optimization
- Skips multiple calls to SetContexts in quick succession
- Only add/remove contexts as necessary rather than resetting every time
|
2022-04-10 12:09:04 -07:00 |
|
itsmattkc
|
38c8bd4b0d
|
paramview: implemented passthrough editing
|
2022-04-04 22:13:08 -07:00 |
|
itsmattkc
|
d3ffeaa35a
|
project: reorder panels closing project
|
2022-01-04 11:19:11 -08:00 |
|
itsmattkc
|
4f9ac4b36d
|
parampanel: close contexts belonging to closing project
|
2022-01-02 18:43:27 -08:00 |
|
itsmattkc
|
2eee6c2360
|
fixed unused var
|
2022-01-02 16:15:32 -08:00 |
|
itsmattkc
|
f6f67e895d
|
updated scope panel to be permanent
Never liked how this was set up before. This makes more sense to me.
|
2022-01-02 14:05:25 -08:00 |
|
itsmattkc
|
a7be16fec9
|
finished refactoring copy/paste code
|
2021-12-30 19:35:52 -08:00 |
|
itsmattkc
|
a4934f1d47
|
implemented saving/loading for groups
|
2021-12-28 21:52:28 -08:00 |
|
itsmattkc
|
65a1c75933
|
clean up and remove nodegroupdialog
|
2021-12-27 20:56:04 -08:00 |
|
itsmattkc
|
f8ac3f4e40
|
refactor node gizmo release
|
2021-12-27 20:30:00 -08:00 |
|
itsmattkc
|
5223483e8e
|
work towards group editor
|
2021-12-27 15:16:49 -08:00 |
|
itsmattkc
|
bf196e790b
|
refined keyframeview and curveview
|
2021-12-15 19:45:04 -08:00 |
|
itsmattkc
|
7d82d56f31
|
reworked much of keyframeview for new architecture
|
2021-12-13 14:12:30 -08:00 |
|
itsmattkc
|
090fbb09d0
|
contexts in param view
|
2021-12-08 14:08:12 -08:00 |
|
itsmattkc
|
239a019690
|
many improvements and reimplementations
|
2021-11-29 21:22:49 -08:00 |
|
itsmattkc
|
495b07fc55
|
implemented node groups
|
2021-11-24 17:58:48 -08:00 |
|
itsmattkc
|
93be94bc2c
|
more work
|
2021-11-16 23:58:34 -08:00 |
|
itsmattkc
|
59dc40a6d5
|
mainwindow: adjusted layout
|
2021-10-09 12:19:02 -07:00 |
|
itsmattkc
|
7b65ecace5
|
implemented color picker in dialog
Fixes #1757
|
2021-10-01 15:41:24 -07:00 |
|
itsmattkc
|
b5d7369f67
|
ui: remove table panel
I think we've essentially superseded this in the parameter editor.
|
2021-09-29 23:25:34 -07:00 |
|
itsmattkc
|
67c7c71ca2
|
implemented "value hints" for choosing output values to use
|
2021-09-17 20:56:53 -07:00 |
|
itsmattkc
|
5e7cb068d9
|
revise keyboard shortcuts to be translatable
Fixes #1459
|
2021-08-12 14:31:31 -07:00 |
|
itsmattkc
|
438cce1ce5
|
widget: use rational for internal playhead value
Fixes #1688
|
2021-08-02 10:55:01 -07:00 |
|
itsmattkc
|
d0e7258301
|
added welcome dialog
|
2021-07-23 17:46:42 -07:00 |
|
itsmattkc
|
f14a301ffa
|
nodeview: updates to complete new context paradigm
|
2021-07-09 18:00:01 -07:00 |
|