aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2015-11-13requirements.txt: Use fonttools@HEAD & freeze Git pkgs to commit hashesuse-fonttools-at-HEADTeddy Wing
FontTools: The 3.0 release previously specified was from August 31 and a number of changes have been made since then. TruFont depends on these new changes, but since 3.0 is the most recent release of FontTools, we need to pull the changes from its Git repository. Not freezing it to a specific commit hash as requested by Adrien (https://github.com/trufont/trufont/pull/141#issuecomment-156379125). Also freezes the other Git dependencies to commit hashes for more precision.
2015-11-13Merge pull request #140 from teddywing/add-requirements.txtAdrien Tétar
Add requirements.txt
2015-11-12.travis.yml: Use requirements.txtadd-requirements.txtTeddy Wing
Install Python dependencies using `requirements.txt` now that it's available.
2015-11-12INSTALL.md: Add Virtualenv informationTeddy Wing
For those wanting to use Virtualenv, we need to make sure that the `--system-site-packages` flag is passed in when creating it. Otherwise the PyQt5 package won't be accessible since it needs to be installed using Homebrew or Apt. Doing so installs PyQt5 to the system Python where it isn't accessible from a normal Virtualenv.
2015-11-12INSTALL.md: Update with instructions for requirements.txt fileTeddy Wing
With the addition of the requirements.txt file (fcdf87b57c090a1cfe3ac04a9c654b6d64723a75), the prior installation instructions for Python packages is no longer needed. Instead, show how to install these dependencies using the file and Pip. Also update the corresponding uninstallation instructions. Reword the instructions that relate to `installed-files.txt` since now it will only contain a record from the TruFont `setup.py` installation.
2015-11-12Add requirements.txtTeddy Wing
Make it easier to install dependencies rather than having to install them manually. Now $ pip install -r requirements.txt will install all the correct Python dependencies listed in INSTALL.md.
2015-11-12fontView: introduce ColorVignette to inspectorHEADmasterAdrien Tétar
2015-11-12glyphView: next/previous glyphAdrien Tétar
2015-11-12fontView: version stringAdrien Tétar
2015-11-11fontView: some cleanupsAdrien Tétar
2015-11-11fontView: markColor touchupsAdrien Tétar
2015-11-11Merge pull request #136 from trufont/patch-17Adrien Tétar
fontView: allow changing default markColors
2015-11-11fontView: allow changing default markColorsAdrien Tétar
2015-11-11LICENSE: remove the dot in extensionAdrien Tétar
2015-11-10Merge pull request #133 from felipesanches/config_filenameAdrien Tétar
Rename config file to ~/.config/TruFont/TruFont.conf (issue #132)
2015-11-10Merge pull request #134 from felipesanches/glyphlist_default_valueAdrien Tétar
Avoid crashing the application in case there's not yet any config file
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-08glyphView: don't try to cut move segmentsAdrien Tétar
2015-11-08glyphView: fix knife crashAdrien Tétar
2015-11-07fontView: resist to malformed glyphListAdrien Tétar
2015-11-07Merge pull request #124 from trufont/patch-19Adrien Tétar
SizeGripItem
2015-11-07meta: add custom glyphList supportAdrien Tétar
2015-11-07SizeGripItem: finish and fix implementation, use with pixmapAdrien Tétar
2015-11-07Work in Progress: Selection Resizing Handles=?UTF-8?q?Felipe=20Corr=C3=AAa=20da=20Silva=20Sanches?=
2015-11-06Merge pull request #121 from trufont/patch-17Adrien Tétar
metricsWindow: fix canvas resize
2015-11-06metricsWindow: fix canvas resizeAdrien Tétar
2015-11-06Merge pull request #120 from trufont/patch-17Adrien Tétar
fontView, glyphView: don't copy name
2015-11-06fontView, glyphView: don't copy nameAdrien Tétar
2015-11-06fontView: fix importFromCurrentFontAdrien Tétar
2015-11-05Merge pull request #116 from trufont/patch-16Adrien Tétar
glyphView: stability improvements + LayerActionsDialog
2015-11-05meta: PEP8Adrien Tétar
2015-11-05glyphView: add LayerActionsDialogAdrien Tétar
2015-11-05glyphView: consolidate offCurve actionsAdrien Tétar
2015-11-05fontView: add metrics settings buttons signalsAdrien Tétar
2015-11-04metricsWindow: fix no-wrap scrollbarsAdrien Tétar
2015-11-04Merge pull request #113 from trufont/patch-15Adrien Tétar
metricsWindow: don't resize after painting
2015-11-04metricsWindow: don't resize after paintingAdrien Tétar
2015-11-03glyphView: small rewriteAdrien Tétar
2015-11-03fontView: allow pfb as well, fix path API misuseAdrien Tétar
2015-11-03Merge pull request #111 from trufont/patch-14Adrien Tétar
glyphView: fix knife tool for multiple cuts on one segment
2015-11-03glyphView: fix knife tool for multiple cuts on one segmentAdrien Tétar
2015-11-02Merge pull request #110 from trufont/patch-13Adrien Tétar
fontView: extractor support
2015-11-02fontView: extractor supportAdrien Tétar
2015-11-02Update INSTALL.mdPathum Egodawatta
2015-10-31Merge pull request #105 from trufont/patch-12Adrien Tétar
glyphCollectionView: tiny improvements to the selection system
2015-10-31glyphCollectionView: tiny improvements to the selection systemAdrien Tétar
2015-10-31Merge pull request #104 from trufont/patch-11Adrien Tétar
Minor improvements throughout
2015-10-31meta: PEP8Adrien Tétar
2015-10-31defcon: newGlyph returns the glyph, glyphView: preserve currentToolAdrien Tétar