aboutsummaryrefslogtreecommitdiffstats
path: root/Lib/defconQt/fontView.py
AgeCommit message (Collapse)Author
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-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-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-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-29fontView,glyphView: generalize copy/paste and use app-wide clipboardAdrien Tétar
2015-09-27fontView: use the custom Font classAdrien Tétar
2015-09-26fontView: add glyphs as templateAdrien Tétar
2015-09-26fontView: implement sortFont when adding glyphsAdrien Tétar
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-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
2015-09-11fontView,featureTextEditor: make use of setWindowModified()Adrien Tétar
2015-07-17glyphView: proper deletion method (+ can break contour w Shift), make ↵Adrien Tétar
scene._editing tristate so as to not smooth/unsmooth out of sliding, scale pts upon creation, fixes
2015-07-01spaceCenter: show active letter bbox, allow opening glyphView, showMetrics, ↵Adrien Tétar
verticalFlip, proportional scrolling, enforce int spacing values in the widget, nits
2015-06-22fontView: maybeSaveBeforeExitAdrien Tétar
2015-06-13Fix for cross-platformnessAdrien Tétar
2015-06-12Shufflings, more correctness for selection code (but needs refactoring b/w ↵Adrien Tétar
press/release), more glyphView functionality
2015-06-10fontView: add sorting window, display dirty glyph status; various other fixesAdrien Tétar
2015-06-08fontView: saveAs() if no path is defined when save()-ingAdrien Tétar
2015-06-03More groupsWindow controls, ability to show kerning in spaceCenter, miscAdrien Tétar
2015-06-01improve groups window, fontView tweaks, featureTextEditor smart block fixesAdrien Tétar
2015-05-30Fix a few thingsAdrien Tétar
2015-05-29More stuffAdrien Tétar
2015-05-29TwixAdrien Tétar
2015-05-27fontView: use cannedDesign descriptor, read markColor, spaceCenter: add ↵Adrien Tétar
single-line capatibility, glyphView: rudimentary points scaling
2015-05-27rename syntaxHighlighterAdrien Tétar
2015-05-26fontInfo: shufflings, featEditor, fixesAdrien Tétar
2015-05-26Discontinous selection now possible in fontView, pass fontView elements to ↵Adrien Tétar
space center
2015-05-24mvAdrien Tétar
2015-05-24fontView: refinementsAdrien Tétar
2015-05-24Advancements, but need to fix defcon contour creation vs. fetchingAdrien Tétar
2015-05-21Wire point items to defcon, Twix, cleanupsAdrien Tétar