对fuzzy的个人补充建议:<br><br>Karbon:<br><br>fix the png export by using the vcomputeboundingbox visitor to calculate the documents bounding box<br><br>修正了使用vcomputeboundingbox访问器计算文档边界框时的PNG导出问题。<br><br>introduced a new visitor which calculates bounding boxes configurable to use hidden objects or not
<br><br>引入了一个用于计算边界框的新访问器,可以设置它是否能使用隐藏对象。<br><br>add missing initialisation of member variable in VSelectObjects visitor which fixes selection of all objects ()<br><br>在VSelectObjects访问器中添加了遗漏的初始成员变量,从而修正了选中所有objects()函数时的问题。
<br><br><br>KPlato:<br><br>Fix incorrect effort/cost calculations when calendar has multiple work intervals pr day (bug 138805)<br><br>修正了当日程表中含有多重的每日工作间隔时,成本与耗时算法出错的问题。<br>