aboutsummaryrefslogtreecommitdiffstats
path: root/main.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Integration with tassaron2 modular design. True Alpha Rendering added, ↵DH42017-05-281-37/+67
| | | | several bug fixes.
* Created a new UI, several new features to be implemented. FIXME: Resolution ↵DH42017-05-271-67/+84
| | | | change requires an application restart.
* Fixed Scaling BugsDH42017-05-271-1/+2
|
* Added automatic scaling of Image and bars. Set title x/y position, and font ↵DH42017-05-271-6/+4
| | | | size based on scale.
* Removed hardcoded parameters. Defaults loaded at runtime.DH42017-05-261-0/+22
|
* Merge branch 'tassaron2-master'Martin Kaistra2017-05-251-9/+56
|\
| * rm unused variabletassaron2017-05-231-5/+3
| |
| * rm duplicate codetassaron2017-05-231-15/+5
| |
| * select colors more easily using QColorDialogtassaron2017-05-231-2/+21
| |
| * colors are configurable in the GUItassaron2017-05-221-16/+26
| | | | | | | | any invalid RGB tuple entered will result in white
| * text and visualization colour can be changed using commandlinetassaron2017-05-221-5/+36
| |
| * rm line that makes atexit raise an errortassaron2017-05-221-1/+0
| | | | | | | | I don't notice any difference in behaviour without this line
* | try fixing problems with high dpi screens, font size for video in pixelsMartin Kaistra2017-05-231-0/+7
|/
* add command line options for font size, alignment, positionMartin Kaistra2017-05-221-4/+24
|
* Merge branch 'master' into feature-commandlineMartin Kaistra2017-05-221-1/+5
|\
| * more loading feedbacktassaron2017-05-211-0/+4
| |
| * added back in spaces deleted by my editortassaron2017-05-181-10/+10
| |
| * added ability to use an mp4 as the backgroundtassaron2017-05-181-10/+10
| | | | | | | | might not be the best way to do this (dumping all the video frames to a temp location), but it works for clips of a few minutes or less
* | added font parameter, default values for settings, writing of settings file ↵Martin Kaistra2017-04-251-7/+16
| | | | | | | | at clean up
* | do not require X server for command line modeMartin Kaistra2017-04-251-1/+1
| |
* | add new experimental command line modeMartin Kaistra2017-04-241-5/+65
|/
* Connect drawPreview events after input elements have valuesMartin Kaistra2017-04-221-7/+7
|
* changed differentiater of text alignment from string to intMaximilian Siess2017-04-211-4/+4
|
* clean upMaximilian Siess2017-04-201-1/+1
|
* all options are saved to and loaded from settings.iniMaximilian Siess2017-04-201-5/+23
|