aboutsummaryrefslogtreecommitdiffstats
path: root/Lib
AgeCommit message (Collapse)Author
2015-10-10Rename charset to glyphSet, settings/defaultCharset to settings/defaultGlyphSetDenis Jacquerye
2015-10-10Rename CharacterSet and variable with “character” in name to GlyphSet ↵Denis Jacquerye
and “glyph” when relevant
2015-10-10fontView: import sys because sys.platform is used since bd72f20Denis Jacquerye
2015-10-10glyphView: layers support, fontView: change UFO open behavior, variousAdrien Tétar
2015-10-10fontView: add ufo2fdk-based export functionalityAdrien Tétar
2015-10-10Merged in moyogo/defconqt/defaultglyphset (pull request #5)Adrien Tétar
fontView: remove Latin-1 acute and dieresis and add uni0308 to default set
2015-10-10fontView: Remove Latin-1 dieresis and add uni0308 in default set.Denis Jacquerye
2015-10-09fontView: allow saving as ufo3 or ufo2Adrien Tétar
2015-10-09spaceCenter: add left/right text fieldsAdrien Tétar
2015-10-09glyphView: scale elements everytime the view scale changesAdrien Tétar
2015-10-09fontView: put InspectorWindow on the sideAdrien Tétar
2015-10-09glyphView: show the whole glyph upon openingAdrien Tétar
2015-10-09glyphView: fixed bug that could collapse both offCurves in a smooth pointAdrien Tétar
2015-10-09fontView: Remove Latin-1 acute from default set since acutecomb is there, ↵Denis Jacquerye
leave grave since it’s ASCII
2015-10-09fontView: remove cedilla and add uni0327 to default setDenis Jacquerye
2015-10-09fontView: Rename “latin1” “latinDefault”Denis Jacquerye
2015-10-09fontView: In renamed Latin-default character set, use combining diacritics ↵Denis Jacquerye
as components instead of spacing diacritics. * Replace spacing diacritics used as components (circumflex → uni0301, ring → uni030A, tilde → tildecomb). * Remove spacing diacritics not used as components (caron, breve, dotaccent, ogonek, hungarumlaut). * Add combining diacritics (acutecomb, gravecomb). * Rename “Latin-1” “Latin-default”.
2015-10-08fontView: use QRegularExpressionAdrien Tétar
QRegExp is deprecated in Qt5.
2015-10-08Merged in moyogo/defconqt/inspector-unicodes (pull request #1)Adrien Tétar
InspectorView unicodes: remove unicode, validate, prevent crashing, use ' ' as separator
2015-10-08fontView: don't add characterSet glyphs in SortingDialog, beef up ↵Adrien Tétar
AddGlyphsDialog
2015-10-08fontView: separate unicodes with ' ' instead of ';'Denis Jacquerye
2015-10-08fontView: remove unicode and validate unicodes in InspectorViewDenis Jacquerye
Remove unicode since unicodes’s first element is the same thing. Validate and show unicodes as 4-hex- or 6-hex-digits per convention. Fix crashing bug when unicodes.text() is ''.
2015-10-08meta: a few bug fixes with existing widgetsAdrien Tétar
2015-10-08glyphView: correctly set undo/redo stackAdrien Tétar
2015-10-08openTypeNameUniqueID is a string type, don't try to make an int out of itLasse Fister
2015-10-08remove a method that is implement the same way in the superclassLasse Fister
2015-10-08Adopt the new calling convention of defcon-ufo3 for representationsLasse Fister
2015-10-08first set of fixes to upgrade to ufo_v3Lasse Fister
2015-10-08fontView: initial QSettings support (characterSets)Adrien Tétar
2015-10-07glyphView: AddComponentDialogAdrien Tétar
2015-10-07glyphCollectionView: allow drag'n'drop to reorder glyphsAdrien Tétar
2015-10-06fontView: initial InspectorWindow supportAdrien Tétar
2015-10-06meta: CurrentGlyph() support, drop dead code, nitsAdrien Tétar
2015-10-04fontView: add Recent Files supportAdrien Tétar
2015-10-03fontView: allow multiple font windowsAdrien Tétar
2015-10-03meta: add scripting support & associated functionality supportAdrien Tétar
2015-10-03fontView,…: some refactorings and nitsAdrien Tétar
2015-10-01fix wrong binding of connect event to the createAnchor functionFelipe Corrêa da Silva Sanches
2015-10-02glyphView: touchup AnchorDialog, ability to delete anchors/components, scale ↵Adrien Tétar
anchors on creation, anchor selection color, cleanups
2015-10-02objects,glyphCollectionView: bug fixesAdrien Tétar
2015-09-30GUI for adding anchors (with the cursor hovering the target position, select ↵Felipe Corrêa da Silva Sanches
"context menu"->"add anchor" and provide an anchor name on the "New Anchor Point..." dialog)
2015-09-30glyphView: touchup anchorsAdrien Tétar
2015-09-29Adding editable anchors (Still can't create new anchors, but the anchors ↵Felipe Corrêa da Silva Sanches
will be rendered and editable if they already exist in a loaded UFO file.)
2015-09-29Rename "Copy Reference" => "Copy as Component"Felipe Corrêa da Silva Sanches
2015-09-29fontView: don't overwrite naming data on paste, add reload from disk ↵Adrien Tétar
functionality, nits
2015-09-29glyphView: complete editable components supportAdrien Tétar
2015-09-29fontView,glyphView: generalize copy/paste and use app-wide clipboardAdrien Tétar
2015-09-29adding the component's outline path to the scene before creating the actual ↵Felipe Corrêa da Silva Sanches
componentItem (which will only be responsible for rendering the bounding box and managing draging and updating the transformations in the defcon component object)
2015-09-29this is work in progress: trying to get the components to render as editable ↵Felipe Corrêa da Silva Sanches
items on the glyph view
2015-09-29work in progress: ComponentItem classFelipe Corrêa da Silva Sanches