Wykres commitów

448 Commity (223e7e2c357d250113afaba630ddd5257a20bff5)

Autor SHA1 Wiadomość Data
nyanpasu64 223e7e2c35 Show app version, bump version number to 0.1.1-pre (#98)
Related to #96
2018-12-29 22:58:48 -05:00
nyanpasu64 855abb0956 Update README.md (#97) 2018-12-29 21:21:09 -05:00
nyanpasu64 91a570d960 Wave: Enable stereo mmap, disable mmap for intermediate computations (#21)
Eliminate stereo startup delay, speed up mono Wave[].
2018-12-29 18:43:11 -05:00
nyanpasu64 063298f735 Fix comment 2018-12-25 21:42:08 -08:00
nyanpasu64 7836053c4f 0.1.0 2018-12-24 19:23:17 -08:00
nyanpasu64 4d4335cc13 Merge pull request #95 from nyanpasu64/edge_strength_width
Multiply edge_strength by buffer_falloff (!)
2018-12-24 17:51:42 -08:00
nyanpasu64 4b4a61c3af Multiply edge_strength by buffer_falloff (!)
Changes behavior and breaks backwards compatibility.
2018-12-24 17:36:44 -08:00
nyanpasu64 1839f762e7 Merge pull request #94 from nyanpasu64/appveyor2
Make Appveyor build from master + PR
2018-12-23 19:50:52 -08:00
nyanpasu64 a6bb071072 [appveyor] Fix skipping pyinstaller on x64 2018-12-23 19:43:49 -08:00
nyanpasu64 7bb9831e14 [appveyor] Cache Poetry binary 2018-12-23 19:43:49 -08:00
nyanpasu64 8677a67b4c [appveyor] Run pyinstaller last 2018-12-23 19:43:49 -08:00
nyanpasu64 587f63f177 [appveyor] Comment "pyinstaller is much faster on x64" 2018-12-23 19:43:16 -08:00
nyanpasu64 07a6b7a8b9 [appveyor] Download zip file from Git, instead of cloning 2018-12-23 19:31:12 -08:00
nyanpasu64 a9a1b5cee1 [appveyor] Only build from master
"master" only builds on "push to master" events
"PR" only builds from "PR to master" events
2018-12-23 19:28:49 -08:00
nyanpasu64 004d161cf6 Add appveyor.yml (poetry, pytest, pyinstaller) 2018-12-23 15:57:31 -08:00
nyanpasu64 222426d0df Skip output (ffmpeg) tests if ffmpeg missing
Prevents failures from showing on CI, until I add ffmpeg downloader
2018-12-23 13:19:20 -08:00
nyanpasu64 ccfe30ad54 [poetry] Remove scipy dependency 2018-12-23 00:33:12 -08:00
nyanpasu64 52bdbfd289 Remove and reimplement scipy.signal.correlate 2018-12-23 00:33:12 -08:00
nyanpasu64 b085d1e790 Extract scipy wavfile 2018-12-23 00:33:12 -08:00
nyanpasu64 d2bce9ce86 Switch to extracted scipy windows 2018-12-23 00:33:12 -08:00
nyanpasu64 a7f06507a0 Remove Scipy dependencies from Scipy windows 2018-12-23 00:33:12 -08:00
nyanpasu64 ae633e87e9 Extract Scipy windows module 2018-12-23 00:33:12 -08:00
nyanpasu64 c48f70fe1d [pyinstaller] After pyinstaller, run resulting program 2018-12-23 00:33:12 -08:00
nyanpasu64 46bfa83fa0 [pyinstaller] Add PyInstaller and launcher script 2018-12-23 00:33:12 -08:00
nyanpasu64 885f132ebb [poetry] Add pyinstaller dependency 2018-12-23 00:33:12 -08:00
nyanpasu64 063f677e80 [pytest] Cleanup fixture-related warnings in test_cli.py 2018-12-23 00:33:12 -08:00
nyanpasu64 f57232a4fb Switch from setup.py to poetry 2018-12-23 00:23:16 -08:00
nyanpasu64 5c47c293cb Rename ovgenpy to corrscope 2018-12-22 18:39:03 -08:00
nyanpasu64 9aceabb2b7 Delete unused tests/images/ 2018-12-20 22:30:40 -08:00
nyanpasu64 4b85fad2d4 Switch CLI str to lambda 2018-12-20 02:23:07 -08:00
nyanpasu64 f86e621308 Edit setup.py 2018-12-20 02:19:28 -08:00
nyanpasu64 5efd7a85f0 Merge pull request #87 from nyanpasu64/qt-squash
Add PyQt GUI
2018-12-18 20:56:10 -08:00
nyanpasu64 bddfd5dc6a Update comments via Github web UI 2018-12-18 20:53:23 -08:00
nyanpasu64 faafeafabe Update cli.py 2018-12-18 20:53:23 -08:00
nyanpasu64 5a70ec3070 Delete gui.pro (unneeded for pyqt and Qt Designer)
If you can't open .ui in Qt Creator, use Qt Designer instead.
2018-12-18 20:53:23 -08:00
nyanpasu64 9895890307 Use property to update title when any_unsaved edited 2018-12-18 20:53:23 -08:00
nyanpasu64 635e280d6f Warn on unsaved changes 2018-12-18 20:53:23 -08:00
nyanpasu64 c74593b84c Switch render buffer type to Union[bytes, np.ndarray] 2018-12-18 20:53:23 -08:00
nyanpasu64 7932bee529 [gui] Add begin time field 2018-12-18 20:53:23 -08:00
nyanpasu64 8035433517 [gui] Fix crash when erasing nonexistent per-channel trigger item 2018-12-18 20:53:23 -08:00
nyanpasu64 6ba4c87a3e [ui] Restore options tabs (General only) 2018-12-18 20:53:23 -08:00
nyanpasu64 1b8460833a [ui] Move trigger config to right panel, with per-channel trigger 2018-12-18 20:53:23 -08:00
nyanpasu64 d0ca70bbf0 [ui, remove scroll] Re-add vertical spacer size hints 2018-12-18 20:53:23 -08:00
nyanpasu64 57ff731f9d [ui] Move trigger to new tab, eliminate scrollbars (shrinkwrap height) 2018-12-18 20:53:23 -08:00
nyanpasu64 0d207dc3a1 [ui] Reorganize sidebar (like sidwizplus), add global trigger config
- Move performance group to bottom.
2018-12-18 20:53:23 -08:00
nyanpasu64 17f194f140 [py] When dumping config, skip fields with leading underscores
They have already been baked into other config fields.
2018-12-18 20:53:23 -08:00
nyanpasu64 47e9b87181 [gui] Add Render FPS Divisor (render_subfps) field 2018-12-18 20:53:23 -08:00
nyanpasu64 003eebb0f2 [ui] Remove leading 'cfg__' prefix, bind all BoundWidgets
Makes tree easier to read in Qt Designer
2018-12-18 20:53:23 -08:00
nyanpasu64 c900b09e65 [ui,gui] Rename channel_widget to channel_view 2018-12-18 20:53:23 -08:00
nyanpasu64 6749a19a4c [ui] Move trigger ms to Global, rename subsampling to Performance 2018-12-18 20:53:23 -08:00