]> Shamusworld >> Repos - architektonas/shortlog
architektonas
2022-01-15 Shamus HammonsUpdated the TODO. master
2022-01-15 Shamus HammonsFix incorrect object naming, keep hidden layers hidden...
2022-01-15 Shamus HammonsMore polyline upgrading: points and arcs are now editab...
2022-01-14 Shamus HammonsFurther progress on Polylines: Polylines can be selecte...
2022-01-12 Shamus HammonsPreliminary support for Polylines.
2022-01-06 Shamus HammonsAdded base units & display style to drawing.
2021-12-31 Shamus HammonsFix to prevent hit testing of objects on invisible...
2021-12-23 Shamus HammonsRe-added "Fixed Angle" tool. :-)
2021-12-22 Shamus HammonsFix bug which let parallel tool stay active with other...
2021-12-22 Shamus HammonsAdded Parallel tool + command processing.
2021-12-11 Shamus HammonsFixed click selection and pen functionality.
2021-12-06 Shamus HammonsMore miscellaneous changes.
2021-11-29 Shamus HammonsMiscellaneous fixes/updates:
2021-11-29 Shamus HammonsWhitespace changes. :-P
2021-04-12 Shamus HammonsFix for Print Preview for centering of drawing on page.
2021-04-11 Shamus HammonsAdded pen and dropper tools, and printing support.
2021-01-27 Shamus HammonsFix for jump on mouse scroll + wheel zoom.
2021-01-27 Shamus HammonsAdded automagically resizing grid. :-D
2021-01-23 Shamus HammonsFix scrollwheel zooming from walking all over the screen.
2020-05-29 Shamus HammonsThrow away unnecessary code in DrawingView. :-D
2020-05-29 Shamus HammonsGUI functionality fixes.
2020-04-24 Shamus HammonsInitial changes to support Dimension offsets.
2020-04-23 Shamus HammonsFix grouping on layers other than 0 from disappearing.
2020-04-23 Shamus HammonsChanges to make containers behave like a first-class...
2020-04-23 Shamus HammonsAdd small handle rendering, make Informative Text backg...
2020-04-23 Shamus HammonsFix for incorrect return values in TopLeft() and Bottom...
2020-04-23 Shamus HammonsMinor updates to various files, removal of old cruft.
2018-06-21 Shamus HammonsAdded miscellaneous features.
2017-05-12 Shamus HammonsAdd pen toolbar widget.
2017-02-11 Shamus HammonsAdded ability to manipulate Text objects.
2017-02-11 Shamus HammonsMake selections encompass Dimension objects.
2017-02-10 Shamus HammonsAdded angle snap to whole degrees, ability to manipulat...
2017-02-07 Shamus HammonsAdded ability to drag objects to Line endpoints.
2017-02-07 Shamus HammonsFix loading/saving of V1.1 documents.
2017-02-07 Shamus HammonsObject movement and moving objects to intersections.
2017-02-05 Shamus HammonsAdded object pane, grouping, load/save functionality.
2016-11-06 Shamus HammonsAdded line-to-circle intersection code.
2016-01-12 Shamus HammonsAdded preliminary circle-to-circle intersection code.
2015-09-08 Shamus HammonsLayer handling code mostly done; still need to handle... no-oo
2015-08-25 Shamus HammonsFixes for the Layer widget.
2015-05-19 Shamus HammonsInitial bring-back of line to line intersection detection.
2015-05-16 Shamus HammonsAdded Mirror tool
2015-05-13 Shamus HammonsRemoving cruft. :-)
2015-05-13 Shamus HammonsAdded ability to manipulate Arcs.
2015-05-11 Shamus HammonsAdd ability to add Arcs to document.
2015-05-09 Shamus HammonsAdded ability to create Circles.
2015-05-09 Shamus HammonsAdd Circle manipulation, fix Line movement bug.
2015-05-07 Shamus HammonsFixed hit detection for Circles.
2015-05-07 Shamus HammonsFixed Rotate tool to work with Arcs.
2015-05-06 Shamus HammonsRotation tool now works properly for Lines. Need to...
2015-05-04 Shamus HammonsInitial work on making Rotate tool work, plus removal...
2015-04-30 Shamus HammonsAdded ability to manipulate Lines by click & drag.
2015-04-28 Shamus HammonsFixed add Line tool to respect keyboard override, sligh...
2015-04-27 Shamus HammonsTool for adding Lines works now.
2015-04-24 Shamus HammonsSelection of Lines works, ctrl held for multi-select.
2015-04-23 Shamus HammonsAdded 'delete selected objects' functionality back.
2015-04-22 Shamus HammonsLines respond to mouse movement, added Text rendering.
2015-04-17 Shamus HammonsRendering for Line, Circle, and Arc work.
2015-04-17 Shamus HammonsInitial work on bringing sanity to insane codebase.
2014-12-26 Shamus HammonsConverted codebase from Qt4 to Qt5.
2014-05-19 Shamus HammonsAdded new triangulation tool, ability to snap to endpoi...
2014-03-21 Shamus HammonsAdded new Spline object and Add Spline tool to GUI.
2014-03-20 Shamus HammonsFixed Dimension class to rotate, translate & mirror...
2014-03-20 Shamus HammonsAdded more visual feedback to Dimension type changing...
2014-03-19 Shamus HammonsAdded visual feedback to switch side handle.
2014-03-17 Shamus HammonsFixed 'flip sides' handle to work on Dimension object.
2014-02-17 Shamus HammonsFixed incorrect rotation in Arc object.
2014-02-17 Shamus HammonsTrim tool now works for Lines, but inaccurate.
2014-02-14 Shamus HammonsAdded preliminary (i.e., non-functional) trim tool...
2014-02-11 Shamus HammonsInitial stab at horizontally aligned Dimensions.
2014-02-09 Shamus HammonsReadded click to add dimension to object (for Line).
2014-02-05 Shamus HammonsFixed missing edge cases in line to line intersection...
2014-02-05 Shamus HammonsFixed duplicate Connection issue.
2014-02-04 Shamus HammonsAdded UI feedback to Dimension object.
2014-02-04 Shamus HammonsMisc. fixes & additions
2014-01-12 Shamus HammonsAdded mouse wheel zoom.
2013-09-08 Shamus HammonsFix Dimension to draw correctly.
2013-09-05 Shamus HammonsChanged Actions to emit signal when needing a graphical...
2013-09-03 Shamus HammonsAdded rotation tool.
2013-09-01 Shamus HammonsMirror tool now works successfully for all object types...
2013-08-31 Shamus HammonsAdded Geometry class for common geometric tools used...
2013-08-30 Shamus HammonsAdded infrastructure to support mirror tool, cross...
2013-08-29 Shamus HammonsAdded layer attribute to load/save code.
2013-08-27 Shamus HammonsBeginning to make the Layer widget functional.
2013-08-27 Shamus HammonsBeginnings of mirror tool.
2013-08-27 Shamus HammonsAdded placeholder icons for File menu, changed Dimensio...
2013-08-25 Shamus HammonsAdded key modifiers to Actions.
2013-08-25 Shamus HammonsFixed Container loading, informative display.
2013-08-18 Shamus HammonsFix object selection to work while in snap mode.
2013-08-16 Shamus HammonsFixed Arc to give continuous feedback like Line and...
2013-08-15 Shamus HammonsFixed loading code, added "Base Unit" dialog.
2013-08-14 Shamus HammonsFix DrawArcAction to actually allow creation of Arcs.
2013-08-14 Shamus HammonsVarious fixes to Container/Group handling, added DrawAr...
2013-08-11 Shamus HammonsAdded ability to translate groups with Lines.
2013-08-06 Shamus HammonsAdd Dimension sizing.
2013-08-05 Shamus HammonsAdded ability to edit grid unit in base units, work...
2013-07-31 Shamus HammonsFixes for grid background drawing of arbitrary size.
2013-07-30 Shamus HammonsFirst step towards resizable grid and sane zoom setting.
2013-07-15 Shamus HammonsInitial work on BlockWidget.
2013-07-15 Shamus HammonsAdded main window state saving.
next