aboutsummaryrefslogtreecommitdiffstats
path: root/Lib/defconQt
AgeCommit message (Collapse)Author
2015-10-19glyphCollectionView: add missed codeAdrien Tétar
2015-10-18glyphCollectionView: Return, not EnterAdrien Tétar
2015-10-18glyphCollectionView: bigger text on OSXAdrien Tétar
2015-10-18glyphCollectionView: allow typing glyphNamesAdrien Tétar
2015-10-18Merge pull request #23 from moyogo/fix-fontViewAdrien Tétar
fontView: LayerSetList() doesn’t take TFont as argument since 816748b
2015-10-18fontView: LayerSetList() doesn’t take TFont as argument since 816748bDenis Jacquerye
2015-10-18fontView: don't do multiple settingsWindow eitherAdrien Tétar
2015-10-18fontView: modeless settingsWindowAdrien Tétar
2015-10-17glyphView: add startPoints support, consolidate notificationsAdrien Tétar
2015-10-16remove an obsolete file #17Lasse Fister
2015-10-16enhanced layer support in glyphViewLasse Fister
font wider layer control widget cleaning up after first round of review #17 fix 2 typos Place LayerSetWidget controls inside of InspectorWindow default color swatch is a red diagonal with white background LayerSetWidget to LayerSetList, changed the superclass as well remove unused import
2015-10-15glyphView: fix logic error in CPDeletedAdrien Tétar
2015-10-14meta: use backspace as Del key on OSX, refactorAdrien Tétar
2015-10-14glyphCollectionView: proceedWithDeletion() needs one argumentDenis Jacquerye
2015-10-13spaceCenter: fix updates to selfAdrien Tétar
2015-10-12Merge pull request #8 from moyogo/uninamesAdrien Tétar
defcon: Add TGlyph.autoUnicode() to get unicode from AGL or uninames
2015-10-12defcon: Add TGlyph.autoUnicode() to get unicode from AGL or uninames ↵Denis Jacquerye
(uniXXXX, uXXXX, uXXXXXX)
2015-10-12fontView: Do not reload when font.path is not definedDenis Jacquerye
2015-10-12glyphView: allow offCurves deletionAdrien Tétar
2015-10-12meta: last pre-release patchAdrien Tétar
2015-10-11meta: add more (generated) resourcesAdrien Tétar
2015-10-11meta: packaging changesAdrien Tétar
2015-10-11oopsAdrien Tétar
2015-10-11meta: default to empty font, fixtureAdrien Tétar
2015-10-11meta: release metapatchAdrien Tétar
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