summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/measure-tool.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clarify licensesMax Gaukler2018-11-081-1/+2
| | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
* Remove #include "config.h" from header files where possibleEduard Braun2018-09-241-4/+0
|
* Fix a meassure tooltip updated pointed by maren at hacfest, tooltip is not ↵Jabiertxof2018-09-131-0/+1
| | | | updated if no moviment on shift press
* Run clang-tidy’s modernize-deprecated-headers pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | This renames most C <*.h> includes into C++ <c*> includes.
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-3/+3
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-181-4/+4
| | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
* Add measure Over Item by a vlada idea on IRCJabier Arraiza Cenoz2016-06-061-0/+9
| | | (bzr r14957.1.1)
* Fix a bug on explicit_base on meassure tool when using knots dialog to ↵Jabier Arraiza Cenoz2016-02-111-1/+1
| | | | | change position (bzr r14646)
* Changed no end lifetime temporary canvas items to canvas items in measure toolJabier Arraiza Cenoz2016-02-081-2/+2
| | | (bzr r14640)
* Add knot position dialog to meassure with Shift+ClickJabier Arraiza Cenoz2016-02-071-1/+8
| | | (bzr r14636)
* Added phantom meassure feature to meassure toolJabier Arraiza Cenoz2016-02-061-4/+6
| | | (bzr r14634)
* Fix for meassure bug #1541963Jabier Arraiza Cenoz2016-02-061-0/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1541963 (bzr r14632)
* Fix the points Nathan review.Jabier Arraiza Cenoz2015-10-221-2/+11
| | | | | Make accesible the comented function to only detect visible crossings (bzr r14393.3.1)
* Fixed guides if current layer has any transformJabier Arraiza Cenoz2015-10-171-1/+2
| | | | | | Improved guides code Change color and label to the result guides (bzr r14393.1.23)
* Add convert to guides optionJabier Arraiza Cenoz2015-10-161-0/+1
| | | (bzr r14393.2.4)
* Fixed explicit base with SHIFT to allow calculate anglesJabier Arraiza Cenoz2015-10-161-3/+1
| | | | | A bit refactor (bzr r14393.2.2)
* Convert Measure to Item doneJabier Arraiza Cenoz2015-10-121-3/+18
| | | (bzr r14393.1.17)
* Added new button to get global measure as a dimensionJabier Arraiza Cenoz2015-10-101-0/+1
| | | (bzr r14393.1.15)
* add snaping to knots and stating convert measure to itemsJabier Arraiza Cenoz2015-10-061-1/+6
| | | (bzr r14393.1.9)
* add reverse to meassure outputJabier Arraiza Cenoz2015-10-051-0/+1
| | | (bzr r14393.1.8)
* Add redraw to meassure when use toolbarJabier Arraiza Cenoz2015-10-051-0/+1
| | | (bzr r14393.1.6)
* Added knots to post editing the measure and make it persistant throught toolsJabier Arraiza Cenoz2015-10-041-10/+20
| | | (bzr r14393.1.3)
* Add improvements to measure tool:Jabier Arraiza Cenoz2015-10-041-2/+2
| | | | | | | | more responsive add option to handle only active layer or all add a option to hide/show first and last segment add a option to compute only one global sice (bzr r14393.1.1)
* Moved and renamed some tool-related files.Markus Engel2013-11-091-0/+50
(bzr r12785)