aboutsummaryrefslogtreecommitdiffstats
path: root/Lib/defconQt/__main__.py
AgeCommit message (Collapse)Author
2015-11-10Merge pull request #133 from felipesanches/config_filenameAdrien Tétar
Rename config file to ~/.config/TruFont/TruFont.conf (issue #132)
2015-11-09Avoid crashing the application in case there's not yet any config file, by ↵Felipe Corrêa da Silva Sanches
passing a default value to the glyphList entry in the TruFont settings.
2015-11-09Rename config file to ~/.config/TruFont/Trufont.conf (issue #132)Felipe Corrêa da Silva Sanches
2015-11-07fontView: resist to malformed glyphListAdrien Tétar
2015-11-07meta: add custom glyphList supportAdrien Tétar
2015-10-28meta: some packaging touchupsAdrien Tétar
2015-10-23defconQt/__main__.py: move code to main() and call when __name__ is ↵Denis Jacquerye
“__main__”
2015-10-22Added blank line to make flake happy.Nicolas Spalinger
2015-10-22Modified setup.py and __main.py__ for Windows users.Nicolas Spalinger
2015-10-19Comment out unused variablesDenis Jacquerye
2015-10-19Use PEP8 code styleDenis Jacquerye
2015-10-11meta: packaging changesAdrien Tétar
2015-10-11oopsAdrien Tétar
2015-10-11meta: release metapatchAdrien Tétar
2015-10-04fontView: add Recent Files supportAdrien Tétar
2015-10-03meta: add scripting support & associated functionality supportAdrien Tétar
2015-09-29fontView,glyphView: generalize copy/paste and use app-wide clipboardAdrien Tétar
2015-09-23closes #5: Removes hardcoded C:\\CharterNova-Regular.ufo and uses one of our ↵Felipe Corrêa da Silva Sanches
sample UFO files. File paths are (if everything's correct) handled in a crossplatform manner.
2015-09-21meta/defcon: check-in copy-paste, template glyphAdrien Tétar
2015-09-21meta: refactorings and cleanups, fontView: partial rewrite, new ↵Adrien Tétar
AddGlyphsWindow, extract cells widget to a separate location, support CharacterSet objects fully
2015-09-18meta: cleanup past experiments and set up a proper package structureAdrien Tétar