Commit Graph

45 Commits

Author SHA1 Message Date
tassaron 4a310ffb28 file logging can be turned completely off
and various changes to log levels and messages everywhere
2017-08-27 12:10:21 -04:00
tassaron e8a7b18293 disallow suspiciously enormous floats
this stops a bad project file from crashing my computer...
2017-08-27 09:53:18 -04:00
tassaron 85d3b779d0 fixed too-large Color sizes, fixed a redoing bug, rm pointless things
and now Ctrl+Alt+Shift+A gives a bunch of debug info
2017-08-26 21:23:44 -04:00
tassaron 9d9c4076ac added undo button to GUI
with icons that theoretically should look ok cross-platform
2017-08-20 22:04:57 -04:00
tassaron 6bf8a553d6 don't merge undos when setting text with a button
plus changes to life.py for pep8 compliance
2017-08-20 18:36:43 -04:00
tassaron be9eb9077b relative widgets scale properly when undoing at different resolutions 2017-08-20 17:47:00 -04:00
tassaron d4b63e4d46 remove % from log calls 2017-08-19 20:45:44 -04:00
tassaron c07f2426ce fixed issues with undoing relative widgets 2017-08-19 18:32:12 -04:00
tassaron 43ea3bfd73 component updateWrapper and more obvious method names 2017-08-17 15:12:22 -04:00
tassaron c06ca5cdcb undoable add-comp & clear-preset actions 2017-08-17 10:42:15 -04:00
tassaron ddb04f3a2f undo merge IDs given per attr instead of widget type 2017-08-16 21:02:53 -04:00
tassaron f65ced2853 merge consecutive actions on the same widget type 2017-08-16 20:44:37 -04:00
tassaron a1d7cbb984 undoable edits for normal component settings; TODO: merge small edits 2017-08-15 22:20:25 -04:00
tassaron 733c005eea undoable removeComponent action 2017-08-14 18:41:45 -04:00
tassaron bed07479f1 faster Spectrum preview & custom VERBOSE loglvl 2017-08-14 10:10:32 -04:00
tassaron c3f128806b Life comp shift buttons and Show Grid option 2017-08-10 21:57:06 -04:00
tassaron 1c4afc96d6 using the builtin logging module 2017-08-10 16:04:41 -04:00
tassaron 998f741495 added stroke and font style options to Text component 2017-08-06 21:52:44 -04:00
tassaron 98a47a21d9 save presets as floats so project resolution is not relevant
unfortunately this breaks old projects and presets
2017-08-03 20:43:23 -04:00
tassaron ae8a547b77 max spinbox vals scale relatively & less errors when spamming res change
w/h attrs are locked during render so preview thread always get correctly-sized frame
2017-08-03 18:08:49 -04:00
tassaron 219e846984 relativeWidgets might as well be a list 2017-08-03 12:16:57 -04:00
tassaron 5784cdbcf8 x/y pixel values update to match output resolution 2017-08-01 21:57:36 -04:00
tassaron 3c1b52205f component class now tracks colorwidgets
so adding new color-selection widgets is now simple
2017-08-01 17:57:39 -04:00
tassaron 65420ce285 more options for the Spectrum component 2017-07-30 21:29:06 -04:00
tassaron b6b45d1270 added Spectrum component with many options
tweaked Waveform, added some ffmpeg logging, made generic widget functions
2017-07-30 13:04:02 -04:00
tassaron db1ea1fc4e generic preview sound for waveform component
with secret preference to use the audio file again
2017-07-29 23:45:37 -04:00
tassaron c1457b6dad starting work on Waveform component
split Video class out of Video component for reuse in Waveform
2017-07-29 13:08:28 -04:00
tassaron 6ecb6df236 some minor bugfixes 2017-07-27 22:15:41 -04:00
tassaron de1324a6a7 fixed video component eating stdout
+ made height/width into properties to simplify render methods
2017-07-27 17:49:08 -04:00
tassaron 15d70474d4 error can be locked within properties()
and simplified the componenterrors again
2017-07-25 22:02:47 -04:00
tassaron 661526b073 repeated errors don't cause repeated windows 2017-07-25 17:44:59 -04:00
tassaron d25dee6afc preset manager uses mainwindow row for every button
and minor changes to componenterrors
2017-07-24 21:22:04 -04:00
tassaron d92fc6373f ComponentError exception wraps previewRender
probably where errors are likeliest to be found
2017-07-23 22:55:41 -04:00
tassaron d38109453c better component error messages
fatal errors cancel the export instead of crashing
2017-07-23 17:14:21 -04:00
tassaron bf0890e7c8 components auto-connect & track widgets, less autosave spam
importing toolkit from live interpreter now works
2017-07-23 01:53:54 -04:00
tassaron f454814867 ffmpeg functions moved to toolkit, component format simplified
component methods are auto-decorated & settings are now class variables
2017-07-20 20:31:38 -04:00
tassaron b1713d38fa combined toolkit.py & frame.py into toolkit package 2017-07-17 22:07:33 -04:00
tassaron ec0abd1902 apply complex filters to audio streams from components
tons of sound options could be given now, + installation using setup.py
2017-07-16 14:06:11 -04:00
tassaron cbbb787615 components automatically drawPreview & save currentPreset
this makes a Component easier to program. also more comments
2017-07-13 21:59:23 -04:00
tassaron 2e37dafd70 fixed various bugs 2017-07-11 06:06:22 -04:00
tassaron 4c3920e630 separated creation of ffmpeg command
for future use to sllow editing the command before starting the export
2017-07-09 21:27:29 -04:00
tassaron f6fbc8d242 a basic Sound component for mixing sounds
to be greatly expanded...
2017-07-09 14:31:19 -04:00
tassaron 94d4acc1f4 more comments + warnings for outdated dependencies 2017-07-09 01:10:06 -04:00
tassaron 3a6d7ae421 frame-drawing tools for components to share 2017-07-02 21:38:19 -04:00
tassaron 0da275bf1b renamed component base 2017-07-02 20:46:48 -04:00
Renamed from src/components/__base__.py (Browse further)