Commit Graph

312 Commits

Author SHA1 Message Date
tassaron ad4dc052d8 made code work 2017-07-04 22:18:57 -04:00
tassaron 134779f6e6 updated Windows installation instructions 2017-07-04 20:55:51 -04:00
tassaron 63daa31382 removed pyc 2017-07-04 20:01:14 -04:00
tassaron ba0409829d moved functions into toolkit, fixed CMD appearing on Windows 2017-07-04 19:52:52 -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
tassaron 38557f29f9 rm unneeded imports, work on freezing 2017-07-02 14:19:15 -04:00
DH4 0a9002b42c Fixed Text Colors & update button color on manual value change. 2017-07-01 00:01:29 -05:00
tassaron a95ecd7e42 added visualizer options + invalid presets get ignored 2017-06-26 19:07:49 -04:00
tassaron 0c394d77e3 an extra progress bar label for Mac
progressBar text is not visible in native Mac style
2017-06-25 23:05:44 -04:00
tassaron 7b6ef6349b component list not visually disabled
this looks better on Mac
2017-06-25 20:43:06 -04:00
tassaron 4eb2bc9a41 preset delete, rename, save updates both windows 2017-06-25 19:38:58 -04:00
Brianna 9fe370d472 Update readme to match newgui 2017-06-25 18:28:40 -04:00
tassaron 252639e9a2 renamed Original Audio Visualization to Classic Visualizer 2017-06-25 18:12:16 -04:00
tassaron f284acbf19 whitelist is more sensible here than blacklist 2017-06-25 16:13:54 -04:00
Brianna f86c33d0e5 Merge pull request #36 from djfun/newgui-project-settings
Project files save more settings
2017-06-25 15:53:49 -04:00
tassaron 2c82a65d1b needs more tuples 2017-06-25 15:50:31 -04:00
tassaron fc2951379c newlines make project file easier to read 2017-06-25 15:34:33 -04:00
tassaron 6a1a5cd6eb --export commandline option
overrides -i and -o to use saved fields from a project file
2017-06-25 15:31:42 -04:00
tassaron 675a06dd4c project files save settings & out/in fields 2017-06-25 14:27:56 -04:00
Brianna 55423ca4aa Merge pull request #35 from djfun/newgui-bugfixes
Newgui bugfixes
2017-06-25 10:40:48 -04:00
tassaron a2838a0c38 disable some hotkeys while encoding, more friendly error messages 2017-06-25 10:36:32 -04:00
tassaron 45b55d8e2f fixed lack of asterisks after openProject, added asterisk to window title 2017-06-24 23:40:32 -04:00
tassaron e32ba958cb fixing bugs 2017-06-24 23:12:41 -04:00
Brianna 1bb67d1513 Merge pull request #34 from djfun/feature-newgui-qt5
Update to Qt5
2017-06-24 20:02:14 -04:00
tassaron 4d955c5a06 merged with feature-newgui 2017-06-24 19:54:09 -04:00
DH4 83d55593d0 Fixed QtWidgets not imported on some components. 2017-06-23 23:39:22 -05:00
tassaron 680214f518 qt5 fixes
also pep8 compliance
2017-06-23 23:00:24 -04:00
DH4 e92e9d79f9 QT5 Conversion + Directory Structure 2017-06-23 17:38:05 -05:00
tassaron 68ac0cf755 pep8 cleanup 2017-06-23 17:14:39 -04:00
DH4 f3da72ea54 Merge branch 'feature-newgui' of github.com:djfun/audio-visualizer-python into feature-newgui 2017-06-23 10:46:54 -05:00
DH4 84ceff7f54 Fixed Ctrl+End Hotkey 2017-06-23 10:46:32 -05:00
tassaron f8628333af Fixed crash after creating a new project on commandline 2017-06-23 07:42:46 -04:00
tassaron 407ba57e4e fixed crash after creating a project on commandline
because it didn't check for errors while saving
2017-06-23 07:41:11 -04:00
Brianna 5607bff61f Merge pull request #32 from djfun/newgui-commandline
making commandline features from master work with the new component system
2017-06-23 07:18:46 -04:00
Brianna 7d4fb78438 Merge branch 'feature-newgui' into newgui-commandline 2017-06-23 07:12:40 -04:00
DH4 8c9914850e cx_freeze Path Updates 2017-06-23 02:39:56 -05:00
DH4 60d62599f7 Implement Hotkeys 2017-06-23 01:20:59 -05:00
tassaron 3c903794e3 more commandline component options
commandline options that existed before the redesign are now back
2017-06-22 22:23:04 -04:00
tassaron 49cda1bf3a can send multiple arguments to a component 2017-06-22 20:31:04 -04:00
tassaron b21a953dda bugfixes 2017-06-22 19:59:31 -04:00
tassaron 5c74d496a9 preset-loading and basic args from commandline
also made some docstrings more informative
2017-06-22 18:40:34 -04:00
tassaron 82011de966 able to create components from commandline
TODO: make components respond to argument
2017-06-18 21:49:00 -04:00
tassaron 044fddfa9c basic commandline functionality using 3 args
needs more args so components can be modified without gui
2017-06-18 14:46:08 -04:00
tassaron 2c63b05376 exports to ~ if no dir given, fix infinite loop when cancelling 2017-06-17 19:08:18 -04:00
tassaron ffc5966042 ask to save changes before changing current project
also limited total # of components to 50
2017-06-17 11:15:24 -04:00
tassaron aa9926590b spread option for gradients 2017-06-16 20:43:40 -04:00
tassaron 4de39ebe07 color component size, position, and gradient options 2017-06-16 20:01:27 -04:00
tassaron 4b1058781d added width and height to color.ui 2017-06-16 00:01:34 -04:00
Brianna fc7ee6d8e5 Redesigned preset UI + video & image component scaling/positioning
Added preset manager
2017-06-15 23:21:34 -04:00
tassaron ee8031925f drag events for component list now working! 2017-06-15 23:13:36 -04:00
tassaron c05efc73ee various bugfixes, blankFrame method for components
don't crash from broken project files or nonexistent videopaths, and shareable common paths in core.py
2017-06-15 22:15:03 -04:00
tassaron 8603fa12e3 video scaling, position and distortion 2017-06-15 15:09:45 -04:00
tassaron cb639e5c7c clear preset button, disable New Project during export
enable preset manager during export, and clear deleted presets from project files when opened
2017-06-15 11:36:26 -04:00
tassaron 8846af57ba image component stretch/scale/x/y options 2017-06-14 19:37:47 -04:00
tassaron 807e37bddd no keyerror when opening new preset 2017-06-14 17:36:46 -04:00
tassaron 2ad14b7d6c asterisk next to modified preset is more accurate
hopefully
2017-06-13 22:47:18 -04:00
tassaron 307d499f9a adding an asterisk to modified, unsaved presets
flags for unsaved changes saved in project files
2017-06-12 22:34:37 -04:00
tassaron dbbefbf70e split up openProject code for use in importPreset 2017-06-11 23:29:13 -04:00
tassaron 28f07272cc using tab in component list updates widget
and more understandable function names for writing/reading presets
2017-06-11 17:03:40 -04:00
tassaron be5d47f863 can't right-click empty space + color eyedropper 2017-06-11 12:52:29 -04:00
tassaron 59c2c090ab made basic export function, moved more code into core 2017-06-10 14:52:01 -04:00
tassaron b048312882 close button works, dialogs properly parented
hint text wording changed by IamDH4's suggestion
2017-06-10 12:10:05 -04:00
tassaron d3f979ef24 start connecting import/export buttons 2017-06-08 22:56:33 -04:00
tassaron c51d86dd74 preset searchbar works, ui experimentally changed
closebutton where I keep expecting it to be
2017-06-08 22:31:02 -04:00
tassaron 4fc73f1e09 rename and delete buttons in preset manager 2017-06-08 20:32:25 -04:00
tassaron bb1e54b31e saved preset titles, code clean-ups
componentList drag'n'drop disabled for now; will work on it in another branch
2017-06-08 16:50:48 -04:00
tassaron 6079c4fd24 drag'n'drop componentList, move component code to core.py
FIXME: finish implementing drag'n'drop, Down button
2017-06-08 09:56:57 -04:00
tassaron 292d21c203 added submenu for opening presets, moved code 2017-06-07 23:22:55 -04:00
tassaron 6093e701e1 laying some foundations for new preset implementation 2017-06-07 20:30:37 -04:00
tassaron 6f2f02b709 newProject method & various small fixes 2017-06-07 17:09:28 -04:00
DH4 acf2290025 Created projects and presets button. FIXME: Hookup New Project menu item. Hookup preset manager. 2017-06-07 14:32:05 -05:00
DH4 02795503d0 Added Bitrate Selection 2017-06-07 12:33:22 -05:00
DH4 fed9481d9a Merge branch 'feature-newgui' of github.com:djfun/audio-visualizer-python into feature-newgui 2017-06-07 12:00:35 -05:00
DH4 e6beca94a3 Added Encoder Settings, FIXME: Add bitrate options. 2017-06-07 11:59:59 -05:00
tassaron c946133da9 changed video init to use keywords 2017-06-06 20:50:53 -04:00
DH4 231af74ea2 Code cleanup 2017-06-06 10:14:39 -05:00
DH4 0948afd6e8 Use bytes instead of encoding a PNG in text module. 2017-06-06 08:53:27 -05:00
tassaron 6c78c96d80 fixed empty preview frame bug 2017-06-06 08:55:22 -04:00
DH4 6a1deb9b78 Add checkerboard for transpart frames. 2017-06-06 04:04:42 -05:00
DH4 0d1e7459e1 Revert default window size. 2017-06-06 02:08:49 -05:00
DH4 4920fcc034 Merge branch 'component-backgrounds' of github.com:IamDH4/audio-visualizer-python into feature-newgui 2017-06-06 02:07:13 -05:00
DH4 7946e98f22 When out of frames, send last frame to buffer. Added ability to loop video. 2017-06-06 01:57:48 -05:00
tassaron 47509ae2b1 added framebuffer to keep frames in order
NOT WORKING: end of video detection
2017-06-06 01:40:26 -04:00
DH4 be18deece5 Performance Tuning. FIXME: Video component frames are rendered out of order. Video component creates a severe performance bottleneck. 2017-06-05 04:54:58 -05:00
DH4 0a8a2fdf71 Font Offset 2017-06-05 02:38:10 -05:00
tassaron e58a1d0b2d frames are taken straight from the in_pipe 2017-06-04 22:57:19 -04:00
tassaron 277e86f279 not dumping frames anymore, but not working yet either
will finish later
2017-06-04 20:27:43 -04:00
tassaron 39e66ffa2d video component almost working, rm hardcoded backgrounds 2017-06-04 13:00:36 -04:00
tassaron 443c65455a half-finished video component
will finish tomorrow
2017-06-04 00:19:10 -04:00
tassaron cfb8e17b63 basic image component 2017-06-03 22:58:40 -04:00
tassaron 5480b20d40 Merge branch 'feature-newgui' of https://github.com/IamDH4/audio-visualizer-python into component-backgrounds 2017-06-03 21:01:18 -04:00
DH4 5b78a26d80 Add component inserts on top. 2017-06-03 19:54:53 -05:00
tassaron 825b7af6e3 start of background replacement components 2017-06-03 20:39:32 -04:00
DH4 e6d119769f Render order reversed to match component list. 2017-06-03 19:29:25 -05:00
DH4 a3557cbc4f UI Updates, encode lockout, added encoder-options.json. FIXME: Add encoder options to the UI. 2017-06-03 19:10:27 -05:00
DH4 cf197904b8 Add component changed to menu. 2017-06-03 16:46:52 -05:00
Brianna 2d515540aa autosave to help restore unsaved projects in case of a crash 2017-06-03 15:41:57 -04:00
DH4 aae04194a0 Better text defaults 2017-06-03 14:38:21 -05:00
tassaron 2cbae481c5 autosave to help restore unsaved projects in case of a crash 2017-06-03 15:24:52 -04:00