summaryrefslogtreecommitdiffstats
path: root/src/measure-context.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* toggle units in the measure toolFelipe Corr??a da Silva Sanches2011-06-141-3/+9
| | | (bzr r10302)
* adding preferences page for Measure Tool with option (enabled by default) to ↵Felipe Corr??a da Silva Sanches2011-06-131-5/+17
| | | | | ignore first and last points when calculating/displaying distances (bzr r10295)
* fixing the measure tool cursor to have a crosshair just like all other ↵Felipe Corr??a da Silva Sanches2011-06-131-2/+2
| | | | | | | drawing tools fixes bug #796446 (bzr r10293)
* using green color instead of parentheses to differentiate the angle label in ↵Felipe Corr??a da Silva Sanches2011-06-131-1/+2
| | | | | the measure tool (bzr r10292)
* using "°" instead of "degrees" for labeling angles in the measure toolFelipe Corr??a da Silva Sanches2011-06-131-1/+1
| | | | | Also adding parentheses to the angle lable in order to make it clearly distinguishable in comparison to the length labels (bzr r10291)
* display angle info in the measurement toolFelipe Corr??a da Silva Sanches2011-06-131-4/+15
| | | (bzr r10288)
* more improvements in the measurement tool:Felipe Corr??a da Silva Sanches2011-06-131-46/+30
| | | | | | | * select elements crossed by the line segment drawn with the tool * allow user to select font size for the length labels (in the toolbar) * use temporary canvas items (bzr r10284)
* improving measurement toolFelipe Corr??a da Silva Sanches2011-06-101-15/+42
| | | (bzr r10265)
* improving the measurement toolFelipe Corr??a da Silva Sanches2011-06-091-3/+102
| | | | | | | Now it detects intersections and displays crosses indicating them the length value displayed corresponds to the first line-segment TODO: display all segment lengths (bzr r10264)
* Introducing our new nice measurement tool! :-DFelipe Corr??a da Silva Sanches2011-06-061-0/+237
(bzr r10259)