aboutsummaryrefslogtreecommitdiffstats
path: root/src/components (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cast int to str all over the place.tassaron2022-05-032-6/+6
| | | | This Qt settings object needs to be treated like dynamite, apparently :)
* remove extra window properties from window objectstassaron2022-04-293-8/+8
| | | | | instead of windows with properties which are windows, windows now have the UI added directly to them using an argument of `uic.loadUi` Also, DPI scaling moved to MainWindow __init__
* add logging to Color component. remove unused importstassaron2022-04-271-5/+6
|
* make pip-installable as a packagetassaron2022-04-229-24/+24
|
* ctrl-c ends commandline mode properlytassaron2017-08-281-1/+2
|
* undoable Life component grid actionstassaron2017-08-271-33/+99
|
* file logging can be turned completely offtassaron2017-08-273-21/+41
| | | | and various changes to log levels and messages everywhere
* fixed too-large Color sizes, fixed a redoing bug, rm pointless thingstassaron2017-08-263-8/+11
| | | | and now Ctrl+Alt+Shift+A gives a bunch of debug info
* don't merge undos when setting text with a buttontassaron2017-08-204-19/+33
| | | | plus changes to life.py for pep8 compliance
* relative widgets scale properly when undoing at different resolutionstassaron2017-08-201-1/+1
|
* fixed issues with undoing relative widgetstassaron2017-08-198-13/+2
|
* undoable edits for normal component settings; TODO: merge small editstassaron2017-08-154-7/+12
|
* better aevalsrc inputs for spectrum previewstassaron2017-08-142-16/+41
|
* faster Spectrum preview & custom VERBOSE loglvltassaron2017-08-141-26/+26
|
* graceful renderNode crash, code clean-uptassaron2017-08-131-2/+2
|
* why did I use a dict here?tassaron2017-08-111-18/+17
|
* Life comp shift buttons and Show Grid optiontassaron2017-08-102-2/+103
|
* fixed relative image scale bug & Life preset bugtassaron2017-08-103-7/+48
| | | | dicts must be alphabetized in AV files
* using the builtin logging moduletassaron2017-08-103-13/+40
|
* added connected path shape to Lifetassaron2017-08-102-29/+82
|
* more shapes and custom image option for Lifetassaron2017-08-102-14/+210
|
* Conway's Game of Life componenttassaron2017-08-093-0/+576
|
* fixed incorrect outline for small-capstassaron2017-08-081-3/+12
|
* relative dropshadowtassaron2017-08-081-1/+2
|
* relative stroke px size & no Qt pen on stroketassaron2017-08-081-1/+2
|