Activity log for bug #586104

Date Who What changed Old value New value Message
2010-05-26 22:19:52 v1nce bug added bug
2010-05-27 19:49:10 jazzynico inkscape: importance Undecided Medium
2010-05-27 19:49:10 jazzynico inkscape: status New In Progress
2010-05-27 19:49:10 jazzynico inkscape: assignee JazzyNico (jazzynico)
2012-07-10 12:36:33 jazzynico description After bug 586063 I looked for %f into the sources and find there could be some other files with decimal problem. lpe-path_length.cpp: g_strdup_printf("%.2f %s"... router.cpp: printf("r_p2.y: %f != 0\n", r_p2.y); input.cpp: gchar* str = g_strdup_printf("%f", axesMap[key][i].second); chebyshev.cpp printf("%f %f\n", fa, fb); pdf-parser.cpp printf("cropBox: %f %f %f %f\n", cropBox->x1, cropBox->y1, cropBox->x2, cropBox->y2) grid.cpp: sprintf(floatstring, "%f", line_width); odf.cpp: outs.printf(" svg:stop-opacity=\"%f%%\"\n", I listed files only once but there could be multiple %f in them. After bug 586063 I looked for %f into the sources and find there could be some other files with decimal problem. Fixed: extension/internal/grid.cpp extension/internal/filter/drop-shadow.h (now in shadows.h) extension/internal/filter/snow.h (now in protrusions.h) 2geom/chebyshev.cpp (file removed from 2geom) TODO (line number from revision 11535): live_effects/lpe-path_length.cpp:58 libavoid/router.cpp:1164 ui/dialog/input.cpp:1413,1432 extension/internal/pdfinput/pdf-parser.cpp:298 extension/internal/odf.cpp:1371 (and some more) dom/xpathparser.h:311
2012-07-10 13:21:25 jazzynico description After bug 586063 I looked for %f into the sources and find there could be some other files with decimal problem. Fixed: extension/internal/grid.cpp extension/internal/filter/drop-shadow.h (now in shadows.h) extension/internal/filter/snow.h (now in protrusions.h) 2geom/chebyshev.cpp (file removed from 2geom) TODO (line number from revision 11535): live_effects/lpe-path_length.cpp:58 libavoid/router.cpp:1164 ui/dialog/input.cpp:1413,1432 extension/internal/pdfinput/pdf-parser.cpp:298 extension/internal/odf.cpp:1371 (and some more) dom/xpathparser.h:311 After bug 586063 I looked for %f into the sources and find there could be some other files with decimal problem. Fixed: extension/internal/grid.cpp extension/internal/filter/drop-shadow.h (now in shadows.h) extension/internal/filter/snow.h (now in protrusions.h) 2geom/chebyshev.cpp (file removed from 2geom) Not affected: live_effects/lpe-path_length.cpp:58 (the value is written on the canvas) libavoid/router.cpp:1164 (warning text) extension/internal/pdfinput/pdf-parser.cpp:298 (message text) extension/internal/odf.cpp:1371 (generated ODG file not affected) TODO (line number from revision 11535): ui/dialog/input.cpp:1413,1432 (will test later) dom/xpathparser.h:311 (don't know how to test it?)
2012-08-28 06:24:54 John Smith tags precision
2014-09-30 18:20:29 Martin Owens inkscape: status In Progress Confirmed
2014-10-03 10:53:58 jazzynico inkscape: status Confirmed Fix Committed
2014-10-03 10:53:58 jazzynico inkscape: milestone 0.91
2015-02-14 15:01:46 jazzynico inkscape: status Fix Committed Fix Released