aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* x/y pixel values update to match output resolutiontassaron2017-08-019-12/+68
|
* component class now tracks colorwidgetstassaron2017-08-017-169/+89
| | | | so adding new color-selection widgets is now simple
* crop aphasermeter so it scales to look biggertassaron2017-07-301-1/+2
|
* more options for the Spectrum componenttassaron2017-07-303-34/+437
|
* added Spectrum component with many optionstassaron2017-07-308-71/+959
| | | | tweaked Waveform, added some ffmpeg logging, made generic widget functions
* generic preview sound for waveform componenttassaron2017-07-295-18/+39
| | | | with secret preference to use the audio file again
* waveform component is working, preview is glitchytassaron2017-07-298-87/+256
|
* starting work on Waveform componenttassaron2017-07-297-160/+605
| | | | split Video class out of Video component for reuse in Waveform
* move code into a new function for future expansiontassaron2017-07-281-87/+97
|
* Merge pull request #49 from djfun/toolkitBrianna2017-07-2721-1222/+1573
|\ | | | | Code reorganization, more readable component code, better error messages
| * some minor bugfixestassaron2017-07-275-12/+14
| |
| * quit if project doesn't exist when exporting from commandlinetassaron2017-07-272-3/+7
| |
| * fixed video component eating stdouttassaron2017-07-2710-155/+141
| | | | | | | | + made height/width into properties to simplify render methods
| * don't]] always trigger error()tassaron2017-07-251-1/+1
| |
| * removed pyctassaron2017-07-251-0/+0
| |
| * error can be locked within properties()tassaron2017-07-256-66/+46
| | | | | | | | and simplified the componenterrors again
| * repeated errors don't cause repeated windowstassaron2017-07-257-45/+63
| |
| * preset manager uses mainwindow row for every buttontassaron2017-07-243-34/+67
| | | | | | | | and minor changes to componenterrors
| * ComponentError exception wraps previewRendertassaron2017-07-237-60/+104
| | | | | | | | probably where errors are likeliest to be found
| * better component error messagestassaron2017-07-239-82/+190
| | | | | | | | fatal errors cancel the export instead of crashing
| * components auto-connect & track widgets, less autosave spamtassaron2017-07-2320-619/+603
| | | | | | | | importing toolkit from live interpreter now works
| * add component in context menu, del/ins hotkeystassaron2017-07-206-64/+118
| | | | | | | | + preset manager uses mainwindow component list
| * ffmpeg functions moved to toolkit, component format simplifiedtassaron2017-07-2017-486/+615
| | | | | | | | component methods are auto-decorated & settings are now class variables
| * combined toolkit.py & frame.py into toolkit packagetassaron2017-07-1714-48/+57
| |
* | Fixes opening behind other windows on OS Xrikai2017-07-231-0/+1
|/ | | Just a quick fix, this will raise the window to the front after it's created.