aboutsummaryrefslogtreecommitdiffstats
path: root/main.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add component inserts on top.DH42017-06-031-1/+11
|
* UI Updates, encode lockout, added encoder-options.json. FIXME: Add encoder ↵DH42017-06-031-0/+44
| | | | options to the UI.
* Add component changed to menu.DH42017-06-031-8/+9
|
* autosave to help restore unsaved projects in case of a crashtassaron2017-06-031-49/+75
|
* section structure in avp filestassaron2017-06-031-11/+27
|
* saved project dirstassaron2017-06-031-42/+33
|
* absolute path to main ui, bg video fixedtassaron2017-06-031-1/+1
|
* Changed encoding update to signal/slot.DH42017-06-031-2/+2
|
* Threading changes.DH42017-06-021-3/+1
|
* Progressbar enhancement.DH42017-06-021-17/+6
|
* Cancel button stops pre-processing too.DH42017-06-021-5/+26
|
* Added ability to cancel export.DH42017-06-011-3/+11
|
* Added aspect ratio scaling to preview area.DH42017-06-011-6/+29
|
* resolution comboBox gets updatedtassaron2017-06-011-1/+6
|
* tidying uptassaron2017-06-011-5/+6
|
* settings.ini now saved/loaded with projectstassaron2017-06-011-20/+23
|
* components can be saved and loaded as projectstassaron2017-06-011-6/+50
|
* a handy showMessage() methodtassaron2017-06-011-14/+34
| | | | and starting on the project buttons
* restrict presets to boring characterstassaron2017-06-011-15/+25
|
* saveable titleFont, xPosition glitches fixedtassaron2017-06-011-1/+3
|
* Merge pull request #6 from IamDH4/feature-rendering-engineBrianna2017-06-011-0/+1
|\ | | | | a rendering engine that uses more threads
| * New rendering engine partially implemented. Also added a live preview during ↵DH42017-05-311-0/+1
| | | | | | | | rendering. FIXME: spectrum is out of sync / rendering too quickly.
* | get confirmation when overwriting presetstassaron2017-05-301-1/+14
| |
* | presets are workingtassaron2017-05-301-3/+2
| | | | | | | | except for font because it can't be represented as a string
* | the most simple way of saving dictionariestassaron2017-05-301-7/+23
|/