aboutsummaryrefslogtreecommitdiffstats
path: root/Lib
AgeCommit message (Collapse)Author
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
2015-09-29generating multiple paths when dealing with multiple componentsFelipe Corrêa da Silva Sanches
2015-09-28glyphView: remove some prepareGeometryChanges()Adrien Tétar
2015-09-27fontView: use the custom Font classAdrien Tétar
2015-09-27glyphView: scene-wide deletion blockingAdrien Tétar
2015-09-27glyphCollectionView: fix misnamingAdrien Tétar
2015-09-27glyphView: reload points when deletingAdrien Tétar
2015-09-26glyphView: don't move ruler text when performing undoAdrien Tétar
2015-09-26fontView: add glyphs as templateAdrien Tétar
2015-09-26fontView: implement sortFont when adding glyphsAdrien Tétar
2015-09-26glyphView: delete no-op rulersAdrien Tétar
Closes #14.
2015-09-26glyphCollectionView: rewrite and extend the selection system, kbd navigation ↵Adrien Tétar
now possible and scrolls to selected cell (Still some work to do with ShiftModifier, but the bulk is done.)
2015-09-25use defcon API to add components to a glyphFelipe Corrêa da Silva Sanches
2015-09-25renaming "Selection" menu to "Edit"Felipe Corrêa da Silva Sanches
2015-09-25issue #19: Copying and pasting components (a.k.a. "references" in fontforge ↵Felipe Corrêa da Silva Sanches
jargon) into glyphs.
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-23glyphView: put tools into an exclusive groupAdrien Tétar