aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* no keyerror when opening new presettassaron2017-06-141-1/+1
|
* asterisk next to modified preset is more accuratetassaron2017-06-139-113/+80
| | | | hopefully
* adding an asterisk to modified, unsaved presetstassaron2017-06-129-48/+175
| | | | flags for unsaved changes saved in project files
* split up openProject code for use in importPresettassaron2017-06-113-75/+124
|
* using tab in component list updates widgettassaron2017-06-115-14/+22
| | | | and more understandable function names for writing/reading presets
* can't right-click empty space + color eyedroppertassaron2017-06-115-17/+26
|
* made basic export function, moved more code into coretassaron2017-06-104-37/+81
|
* close button works, dialogs properly parentedtassaron2017-06-103-10/+18
| | | | hint text wording changed by IamDH4's suggestion
* start connecting import/export buttonstassaron2017-06-084-13/+53
|
* preset searchbar works, ui experimentally changedtassaron2017-06-083-33/+48
| | | | closebutton where I keep expecting it to be
* rename and delete buttons in preset managertassaron2017-06-083-24/+118
|
* saved preset titles, code clean-upstassaron2017-06-089-107/+169
| | | | componentList drag'n'drop disabled for now; will work on it in another branch
* drag'n'drop componentList, move component code to core.pytassaron2017-06-084-91/+122
| | | | FIXME: finish implementing drag'n'drop, Down button
* added submenu for opening presets, moved codetassaron2017-06-078-121/+140
|
* laying some foundations for new preset implementationtassaron2017-06-073-43/+132
|
* newProject method & various small fixestassaron2017-06-072-20/+23
|
* Created projects and presets button. FIXME: Hookup New Project menu item. ↵DH42017-06-073-111/+200
| | | | Hookup preset manager.
* Added Bitrate SelectionDH42017-06-075-8/+38
|
* Merge branch 'feature-newgui' of github.com:djfun/audio-visualizer-python ↵DH42017-06-072-20/+32
|\ | | | | | | into feature-newgui
| * changed video init to use keywordstassaron2017-06-062-20/+32
| |
* | Added Encoder Settings, FIXME: Add bitrate options.DH42017-06-075-151/+183
|/
* Code cleanupDH42017-06-0612-935/+1126
|
* Use bytes instead of encoding a PNG in text module.DH42017-06-061-38/+39
|
* fixed empty preview frame bugtassaron2017-06-061-1/+7
|
* Add checkerboard for transpart frames.DH42017-06-063-2/+14
|