summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/measure-tool.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move pixmaps to ui/pixmaps, and update the README accordingly.Emmanuel Gil Peyrot2018-06-211-1/+1
|
* Run clang-tidy’s modernize-use-bool-literals pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | | This makes it clearer whether an integer or a boolean has to be passed in this specific call.
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-19/+19
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-1/+1
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-1/+1
|
* a bit more of warning cleanupFelipe Corrêa da Silva Sanches2018-03-281-1/+1
|
* Fix bug: 1738504Jabier Arraiza2018-03-281-1/+0
| | | | Title:Measurement tool measures mirrored text in wrong position
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-24/+34
| | | | A lot of header clean-up.
* Optionaly measure only selected elementsJabier Arraiza2017-12-021-1/+13
|
* Clear meassure when dragging knotsJabier Arraiza2017-12-021-0/+6
|
* Misc. typosUnknown2017-11-071-1/+1
| | | | | | | | | | | | Found using `codespell -q 3 -w --skip="*.svg,*.po,*.ts,./share/tutorials,./src/libavoid,./packaging/win32/languages,./man,./src/2geom" -I ../inkscape-whitelist.txt` whereby whitelist file contained: ``` dum iff glight substract te upto ```
* Remove unused parameter in SPItem::doWriteTransformStefano Facchini2017-09-241-2/+2
|
* Starting selectable knotsJabier Arraiza2017-06-301-4/+4
|
* Hackfest: Refactor cursors so the hot spot is inside the xpmMartin Owens2017-06-301-1/+1
|
* Add contextual buttons to Hide/lock and Unhide/unlock itemsJabiertxof2017-06-061-1/+1
| | | (bzr r15732)
* Merge in jabiertxof's hover information for measure toolMartin Owens2016-10-031-0/+112
|\ | | | | (bzr r15146)
| * Fix a typo pointed by CRJabier Arraiza Cenoz2016-06-111-1/+1
| | | | | | (bzr r14957.1.2)
| * Add measure Over Item by a vlada idea on IRCJabier Arraiza Cenoz2016-06-061-0/+112
| | | | | | (bzr r14957.1.1)
* | Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-17/+1
| | | | | | (bzr r15034)
* | Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-1/+17
| | | | | | (bzr r15027)
* | Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-17/+1
| | | | | | (bzr r15025)
* | Fixing wrong gettext keyword preventing translations from being used.Nicolas Dufour2016-06-171-2/+2
| | | | | | (bzr r14992)
* | Fix bug 'Persistent measure repositions on middle click'Jabier Arraiza Cenoz2016-06-121-1/+0
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1591662 (bzr r14982)
* | Fix wrong string in measure code. Noticed to translators. Thanks CRogers fro ↵Jabier Arraiza Cenoz2016-06-081-1/+1
|/ | | | | the text (bzr r14959)
* minor warning cleanup.Jon A. Cruz2016-04-211-2/+2
| | | (bzr r14861)
* Fix a bug meassuring text in units diferent than PXJabier Arraiza Cenoz2016-03-141-2/+1
| | | (bzr r14704)
* Fix a bug on explicit_base on meassure tool when using knots dialog to ↵Jabier Arraiza Cenoz2016-02-111-9/+13
| | | | | change position (bzr r14646)
* Changed no end lifetime temporary canvas items to canvas items in measure toolJabier Arraiza Cenoz2016-02-081-18/+30
| | | (bzr r14640)
* Sync 2Geom to commit 5ee51c1c4f2066faa3e2c82021fc92671ad44ba4Krzysztof Kosi??ski2016-02-081-9/+9
| | | (bzr r14639)
* Changed one icon/action in meassure toolbar to one more explicitJabier Arraiza Cenoz2016-02-071-2/+2
| | | (bzr r14638)
* Add knot position dialog to meassure with Shift+ClickJabier Arraiza Cenoz2016-02-071-4/+20
| | | (bzr r14636)
* Fix for bug 1540518. Improved performance based on previous meassure code ↵Jabier Arraiza Cenoz2016-02-071-58/+47
| | | | | | | | comment Fixed bugs: - https://launchpad.net/bugs/1540518 (bzr r14635)
* Added phantom meassure feature to meassure toolJabier Arraiza Cenoz2016-02-061-27/+79
| | | (bzr r14634)
* Remove duplicated variable on meassureJabier Arraiza Cenoz2016-02-061-1/+0
| | | (bzr r14633)
* Fix for meassure bug #1541963Jabier Arraiza Cenoz2016-02-061-4/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1541963 (bzr r14632)
* Dinamic toolbar enlacements, now in clone mode on spray tool and in pencil ↵Jabier Arraiza Cenoz2016-02-011-2/+2
| | | | | toolbar (bzr r14628)
* Remove two warnings on compileJabier Arraiza Cenoz2016-01-301-2/+2
| | | (bzr r14627)
* static code analysisKris De Gussem2015-12-071-2/+2
| | | (bzr r14510)
* Fix a bug compilingJabier Arraiza Cenoz2015-11-031-1/+0
| | | (bzr r14393.1.34)
* Fix a localization problem storing attributeJabier Arraiza Cenoz2015-11-031-2/+4
| | | (bzr r14393.1.32)
* Fixed some toolbox definition and minor tweaksJabier Arraiza Cenoz2015-10-251-4/+19
| | | (bzr r14393.1.30)
* Removing some stringsstreams and free gcharsJabier Arraiza Cenoz2015-10-231-12/+13
| | | (bzr r14393.3.3)
* Fix the points Nathan review.Jabier Arraiza Cenoz2015-10-221-479/+321
|\ | | | | | | | | Make accesible the comented function to only detect visible crossings (bzr r14393.3.1)
| * Added Scale optionJabier Arraiza Cenoz2015-10-181-32/+38
|/ | | (bzr r14393.1.27)
* Add precision to measure. Also change other scalar widgets to a .2 precision ↵Jabier Arraiza Cenoz2015-10-171-6/+26
| | | | | instead 3 (bzr r14393.1.26)
* Fix for numbering crosing labelsJabier Arraiza Cenoz2015-10-171-4/+12
| | | (bzr r14393.1.25)
* String fixesJabier Arraiza Cenoz2015-10-171-3/+3
| | | (bzr r14393.1.24)
* Fixed guides if current layer has any transformJabier Arraiza Cenoz2015-10-171-77/+52
| | | | | | Improved guides code Change color and label to the result guides (bzr r14393.1.23)
* fixing guide positions...Jabier Arraiza Cenoz2015-10-161-2/+4
| | | (bzr r14393.2.7)
* Fix a regression on mirror measureJabier Arraiza Cenoz2015-10-161-0/+2
| | | (bzr r14393.2.5)