Mike-Solar
f03b6b58ff
style: reformat C/C++ sources and headers with clang-format
...
Run clang-format over all project C/C++ source and header files
(.c, .cpp, .cc, .h, .hpp, .hh, .m, .mm) under app/ and tests/.
Non-source files (svg, qm, qrc, etc.) were not touched.
2026-07-13 15:34:11 +08:00
Mike-Solar
c57608b8f8
test: expand gtest coverage for common/core utilities
...
Add unit tests for:
- CommandLineParser, Debug handler, Decibel, Digit, JobTime, FFmpegUtils
- Core StringUtils, Timecode, TimeRange, Bezier, Color
- Extend Frame tests to cover pixel access, interlace, conversion
Coverage improvements (app + ext/core):
- commandlineparser.cpp: 0% -> 93%
- debug.cpp: 0% -> 85%
- decibel.h: 25% -> 88%
- digit.h: 0% -> 100%
- ffmpegutils.cpp: 29% -> 90%
- frame.cpp: 53% -> 97%
- bezier.cpp: 16% -> 98%
- color.cpp: 13% -> 71%
- Overall line coverage: 17% -> 19%
2026-07-13 10:19:30 +08:00
Mike-Solar
b7ff687220
Expand gtest coverage across recently changed modules
...
Adds ~60 new unit tests covering the modules touched in recent bug-fix
passes and UI refactors:
- RenderTicket: result/finish-count semantics, empty watcher defaults,
ticket-reuse rejection
- Preferences tabs: behavior options migrated into General/Audio tabs,
translation context helper, audio-tab initialization
- NodeView: context management, 'Show in Parameter Editor' action wiring
- PreviewAutoCacher: construction, pause toggles, single-frame render
cancellation, force-cache range
- SeekableWidget/TimeBasedWidget: scroll, marker editing, context reset
- OCIOLutNode: empty/missing/unsupported LUT paths, string direction
values, file-switching regression coverage
- ProxyManager: working filename, disabled state, empty proxy fields
- Frame/VideoParams/AudioParams/Timecode/ExportFormat/ExportCodec:
additional edge-case and enumeration coverage
Also fixes the PreferencesAudioTab test crash by initializing
AudioManager in the offscreen test environment.
All tests pass: ctest --output-on-failure
2026-07-13 10:19:30 +08:00