| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-11-13 | requirements.txt: Use fonttools@HEAD & freeze Git pkgs to commit hashesuse-fonttools-at-HEAD | Teddy 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-13 | Merge pull request #140 from teddywing/add-requirements.txt | Adrien Tétar | |
| Add requirements.txt | |||
| 2015-11-12 | .travis.yml: Use requirements.txtadd-requirements.txt | Teddy Wing | |
| Install Python dependencies using `requirements.txt` now that it's available. | |||
| 2015-11-12 | INSTALL.md: Add Virtualenv information | Teddy 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-12 | INSTALL.md: Update with instructions for requirements.txt file | Teddy 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-12 | Add requirements.txt | Teddy 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-12 | fontView: introduce ColorVignette to inspectorHEADmaster | Adrien Tétar | |
| 2015-11-12 | glyphView: next/previous glyph | Adrien Tétar | |
| 2015-11-12 | fontView: version string | Adrien Tétar | |
| 2015-11-11 | fontView: some cleanups | Adrien Tétar | |
| 2015-11-11 | fontView: markColor touchups | Adrien Tétar | |
| 2015-11-11 | Merge pull request #136 from trufont/patch-17 | Adrien Tétar | |
| fontView: allow changing default markColors | |||
| 2015-11-11 | fontView: allow changing default markColors | Adrien Tétar | |
| 2015-11-11 | LICENSE: remove the dot in extension | Adrien Tétar | |
| 2015-11-10 | Merge pull request #133 from felipesanches/config_filename | Adrien Tétar | |
| Rename config file to ~/.config/TruFont/TruFont.conf (issue #132) | |||
| 2015-11-10 | Merge pull request #134 from felipesanches/glyphlist_default_value | Adrien Tétar | |
| Avoid crashing the application in case there's not yet any config file | |||
| 2015-11-09 | Avoid 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-09 | Rename config file to ~/.config/TruFont/Trufont.conf (issue #132) | Felipe Corrêa da Silva Sanches | |
| 2015-11-08 | glyphView: don't try to cut move segments | Adrien Tétar | |
| 2015-11-08 | glyphView: fix knife crash | Adrien Tétar | |
| 2015-11-07 | fontView: resist to malformed glyphList | Adrien Tétar | |
| 2015-11-07 | Merge pull request #124 from trufont/patch-19 | Adrien Tétar | |
| SizeGripItem | |||
| 2015-11-07 | meta: add custom glyphList support | Adrien Tétar | |
| 2015-11-07 | SizeGripItem: finish and fix implementation, use with pixmap | Adrien Tétar | |
| 2015-11-07 | Work in Progress: Selection Resizing Handles | =?UTF-8?q?Felipe=20Corr=C3=AAa=20da=20Silva=20Sanches?= | |
| 2015-11-06 | Merge pull request #121 from trufont/patch-17 | Adrien Tétar | |
| metricsWindow: fix canvas resize | |||
| 2015-11-06 | metricsWindow: fix canvas resize | Adrien Tétar | |
| 2015-11-06 | Merge pull request #120 from trufont/patch-17 | Adrien Tétar | |
| fontView, glyphView: don't copy name | |||
| 2015-11-06 | fontView, glyphView: don't copy name | Adrien Tétar | |
| 2015-11-06 | fontView: fix importFromCurrentFont | Adrien Tétar | |
| 2015-11-05 | Merge pull request #116 from trufont/patch-16 | Adrien Tétar | |
| glyphView: stability improvements + LayerActionsDialog | |||
| 2015-11-05 | meta: PEP8 | Adrien Tétar | |
| 2015-11-05 | glyphView: add LayerActionsDialog | Adrien Tétar | |
| 2015-11-05 | glyphView: consolidate offCurve actions | Adrien Tétar | |
| 2015-11-05 | fontView: add metrics settings buttons signals | Adrien Tétar | |
| 2015-11-04 | metricsWindow: fix no-wrap scrollbars | Adrien Tétar | |
| 2015-11-04 | Merge pull request #113 from trufont/patch-15 | Adrien Tétar | |
| metricsWindow: don't resize after painting | |||
| 2015-11-04 | metricsWindow: don't resize after painting | Adrien Tétar | |
| 2015-11-03 | glyphView: small rewrite | Adrien Tétar | |
| 2015-11-03 | fontView: allow pfb as well, fix path API misuse | Adrien Tétar | |
| 2015-11-03 | Merge pull request #111 from trufont/patch-14 | Adrien Tétar | |
| glyphView: fix knife tool for multiple cuts on one segment | |||
| 2015-11-03 | glyphView: fix knife tool for multiple cuts on one segment | Adrien Tétar | |
| 2015-11-02 | Merge pull request #110 from trufont/patch-13 | Adrien Tétar | |
| fontView: extractor support | |||
| 2015-11-02 | fontView: extractor support | Adrien Tétar | |
| 2015-11-02 | Update INSTALL.md | Pathum Egodawatta | |
| 2015-10-31 | Merge pull request #105 from trufont/patch-12 | Adrien Tétar | |
| glyphCollectionView: tiny improvements to the selection system | |||
| 2015-10-31 | glyphCollectionView: tiny improvements to the selection system | Adrien Tétar | |
| 2015-10-31 | Merge pull request #104 from trufont/patch-11 | Adrien Tétar | |
| Minor improvements throughout | |||
| 2015-10-31 | meta: PEP8 | Adrien Tétar | |
| 2015-10-31 | defcon: newGlyph returns the glyph, glyphView: preserve currentTool | Adrien Tétar | |
