Archive for the ‘Changelogs’ Category
Wednesday, January 13th, 2010
Libraries
- fix double undo on choosing a resource
- don’t create multiple undo commands when pasting pages or inserting a document
- On add/remove shape make sure we do collision detection
- Fix issue with multiple zoom controls appearing
- Fix the ADD composite op in pigment
- save layers of shapes that are part of a container. Use layer of child shapes to find out the layer of a group shape. This is done as the group does not allow to save its layer in odf. This fixes loading and saving of grouped shapes. Before the fix the group was always added to the default layer. Now the group is added to the layer it is was in when saving.
- Fix moving of grouped shapes by keyboard. If a grouped shape was moved by keyboard and selected again the size of the group was no longer the size of its members.
- Fixes copy and paste of images to not getting saved multiple times.
- Fix memory leaks
KSpread
- Fix crash on saving
- Fix bug 216761: crash on closing a view with a document with a table shape in it.
- Fix “empty sheets” bug that shows no views and no sheets on fast computers. We need to be sure the sheets are setup together with the view.
- Fix crash in krita because Selection is deleted twice if the canvas widget changes (in the KSpread table shape)
- Fix crash on exit by don’t trying to save changes on exit in endReferenceSelection.
- Fix dangling pointer crash if the FormulaDialog survived the cellEditor by making sure the FormulaDialog is destroyed too if the cellEditor got destroyed.
- Fix crash on inserting a new cell/row/column.
- Fix parts of a style are sometimes lost just because a cell got selected.
- Fix crash on saving if the currentCellStyle was not located in the mainStyles.
- Fix bug 219907: KSpread ignores table:end-cell-address, for embedded shapes
KWord
- on appending page, reuse the style of the last page.
- Don’t auto-remove the only page on shape-delete.
KPlato
- Fixes scheduling when converting between different timezones make datetime cross midnight.
- Add context menu, to correspond with other similar views.
- Fix: Task startup and shutdown costs are not calculated to account.
- Plotting: use klocale and fix calculation of major tickmarks.
- Try to calculate ACWP even if data is insufficient.
- Reset model when new project is set.
- Return correct index data when some of the plots are disabled.
- Always output a date on x-axis.
- fix many icons
- Currency settings: add undo/redo commands and changed signal.
- Respect resource allocation of less than 100%.
- Add copy to clipboard of scheduling log data.
- Treat all working resources alike, fix bugs in material resource scheduling
- Save/load group type.
- Keep resourcemodel updated when currency changes.
- Use correct locale when reading money in task and resource dialogs.
Text shape
- Fix painting of underline
- Save a blank space in the Author field for the tracked change.
- Make RTL detection work for InheritDirection
- Show list extra scripts counters in RTL docs: Show in the UI the list counter options for non-latin scripts like Bengali and Tamil etc. if the document is detected to be RTL.
- Bug 213802: Don’t inherit page breaks when inserting a normal linefeed.
- Make input methods (CJK text entry) work much better. We now show the unconfirmed text and set the correct position for the current cursor so the floating window shows up on the right spot.
- Fix crash when pasting an element with tracked changes.
- Saves the user name as the author of a tracked change
KChart
- Bug 134195: Make data direction load from the correct place. That place is the plot-area style, not the plot-area element.
- Fix bug 204121: crash during destruction of chart shape
- Fix bug 219761: Crash with embedded chart in a text document
- Set axis title shape as ‘clipped’, so that its position is relative to the chart container.
Calligraphy Tool
Krita
- Bug 211504: fix saving of groups in openraster.
- Fix broken random generator algorithm
- Fix loading and saving in various formats on Windows (jpeg, bmp, tiff, pdf etc)
- Bug 1047339: fix crash on adding a transparency mask to a shape layer
- Bug 191719: fix saving of resolution to jpeg and png files
- Bug 208501: fix channel order when applying a shiva filter or generator
- Bug 209532: fix painting with RGB 32 Float color space
- Fix: reapply generators with vector
- Fix: reapplying a filter or generator with a color
- Bug 212714: fix crash when changing exposure setting when the OpenGL canvas is in use.
- Bug 221482: fix crash when pressing the “calculate camera response” with no images
- Fix: crash when adding images to a bracketing
- Fix: crash when calculating the camera answer
- Don’t crash if there is no image when computing camera response
- Disable camera/add layer when there is no image.
- Don’t try to compute a curve when there is not enough information
Posted in Changelogs | Tags: changelog | 3 Comments »
Monday, October 26th, 2009
General
- Build fixes on Windows and a daily build on Windows
- Fix z-index behaviour of flake shapes
- Many memory leaks are fixed
- Fix the CSV import dialog
- Fix a glitch in the startup widget where a New/Open/Save toolbar is visible for a short time
Shape Handling
- Fix bug 208225: Connector is too close to shape when glue points are at same height
- Fix loading and saving of layers in karbon and kpresenter.
- Fix bugs 210068 and 210072: updating connection on changes of the connection shape or connected shapes
- Fix copy, paste, grouping and ungrouping of shapes
- Fix bug 208692: set the key to avoid having duplicate keys for the images as it is never set
OpenDocument Compatibility
- Fix bug 203581: Make loading an embedded object work in opendocument documents
- Fix bug 185150: Fix loading of text:numbered-paragraph tags.
Text handling
- Fix bug 208016: Don’t apply changed style to current paragraph
- Fix bug 208020: changing a style updates the text again
- Fix deleting selected text a the start of the doc
- Fix bug 205124: Make updating the character style also work on empty paragraphs
- Fix bug 201090: Saving font-weight should stay in the boundaries of the XSL definition
- Don’t allow the user to delete the default style
- Turn off spell checking by default
- Use a better font for the demo text
- Seriously speedup style lookups: this improves loading time for certain documents from 50s to 2s
- Only call recalculate() once in StylesModel::setStyleManager(). This shaves off 1.7 seconds (on my desktop) when loading a document with 180 paragraph styles
- Properly keep the length of an empty line intact
- Speedup: don’t copy text for each parag unless required
- Fix bug 208561: Don’t change offsets for drawing cursor anymore
Change tracking
- Change tracker: fix the saving of the tracked changes so that the resulting odf properly validates.
- Fix bug 209326: tracking delete and backspace now works as expected
Applications
KSpread
- don’t crash when there are less tokens on the formula parsing stack than expected (this can for example happen with area formulas which are not yet supported, or simply with malformed documents).
- Fix range information for formulas
- Fix yearfrac for actual/actual
- Fix bug 187151: Do not needlessly iterate over billions of empty cells when re-enabling recalculation
- Fix bug 199409: Do not needlessly iterate over billions of empty cells when right-clicking on a full-sheet selection
- Fix bugs 192893, 186204: Do not crash if the default style is not called “Default”
- disable ODDLYIELD and ODDLPRICE, they are broken
- fix PRICEMAT
- fix YEARFRAC unittests, we conform to the spec now, not to OOo’s implementation
- fit IPMT unittest
Karbon
- Improve text positioning in pdf export
- Improve text transformation in pdf export
- Remove status bar item when destroying view
- Fix bug 209922: do not derive from KXMLGUIBuilder anymore
- Apply style of group after its size is set so e.g. effect filters can use the groups size properly
KPresenter
- Fix bug 209931: Default author of presentation was Thorsten
- Dozens of large improvements to the powerpoint (.ppt) import filter
- Fix: After leaving the presentation mode the canvas did not show correct when the zoom was not set to “Fit Page”
- Fix bug 208594: Insert variables / page number doesn’t export well as pdf (only one number)
- Fix bug 210647: Zoom widget displayed twice
KPlato
- Improve calculation of actual cost
- Fix bug in scheduling with resource conflicts.
- Fix saving of work packages that is loaded into kplato
- Use new Oxygen icons
- Add example KPlato project
- Fix saving and loading of project-specific currency settings
- Update schedule manager combo box in view selector properly
KWord
- Stop crashing on opening an encrypted MSWord document
- Fixes pages not being auto-created and the first paragraph being displayed wrong in KWord
- Fix bug 209700: Unbreak loading of AbiWord (.abw) documents
- Fix bugs 189986 and 152467 in the RTF import filter
- Make sure fontnames are also applied to first-level styles. Should improve many simpler .doc documents.
- .doc import filter: make sure textcolor is always written to text properties
Krita
- fix bug 211300: crash where the colorspace is deleted but still in the cache
- Speed up spray brush engine by about 50%
- Speed up filling irregular shapes
- Fix bug 209291: do not grow the dynadraw brush engine footprint quite so fast
- Fix bugs 208828 and 208239: dockers no longer crash when changing views. Note: the histogram docker is disabled, but you can still access the histogram through the layer menu
- Fix bug 209537: a single click with stylus and rectangle selection tool freeze krita
- Fix bug 209896: fix crash on intial double click in polygonal and outline selection
- Fix bug 209898: fix saving of custom brushes. Note that because of other issues, the custom brush feature has been disabled for 2.1. See bug 209982
- Fix saving pixel layers as image
- Disable the GraphicsMagick import/export plugin if the GraphicsMagick version is 2.5 or higher
- Fix bug 210095: show 3d brush model on windows
- Fix bug 186950: reset of the filterop settings widget
- Fix bug 205645: duplication of shape layers. Duplicated shape layers no longer share their shapes
- Fix movement when drawing freehand. Also prevent some infinite loops
- Fix many memory leaks
- Fix optimization of group layers: the projection of a group layer is only recomputed starting with the top-most untouched filter layer
- Fix undo for layer scaling
- Fix loading of yCbCr colorspaces
- Fix conversion between float sRGB and scRGB
- Fix: Show tool icon for other tools when 3D brush outline is selected
- Update the tool icons with Enkithan’s new designs
- Fix bug 210531: saving a 16bit float or 32bit image in png causes a crash
- Fix bug 210033: Crash on selecting shape after saving layer as image
- Fix bug 208141: Rotating a photo of 2000px: better bounds checking
- Fix bug 210668: Introduced in 2.1 betas, flatten image make unmodified pixels transparent
- Fix bug 210917: File invalid after saveing layer to existing file
- Fix bug 210094: strokes are shaky with stylus in OpenGL mode
- Disable the opengl/glsl based filters experiment
- Fix bug 211100: crash when the high-quality rendering option is checked
- Fix bug 202661: the move layer tool disables the undo stack and creates unwanted new layers
- Fix bug 211072: fix crash on moving layer between to other layers: check for node parent and fallback to rootlayer
- Fix bug 211212: crash when selecting filterop
- Fix positioning op the paintop popup
- fix bug 20839 (krita crashed when selecting template with stylus after closing document)
Kexi
Although Kexi is continuously developed, we don’t manage to deliver the final version of the application on time. It is scheduled for KOffice 2.2. Users are encouraged to stay with 1.1.x series if possible.
Posted in Changelogs | Tags: changelog | 7 Comments »
Monday, October 5th, 2009
General
Applications
KWord
- Load documents with sections into the main section so we see something
- Support roman (lower and uppercase) and alphabetic (lower and uppercase) footnote numbering when importing .doc
- Fix crashes when opening certain RTF files
- Make ASCII import dialog appear on top of KWord
- Fix bullets and simple font information to text lines in powerpoint
- Fix right-to-left paragraph layout when loading .doc files
- Make the page style aware of directionality allowing the loading of documents that have directionality in the master style with only a table is also eligible to have a text-frame.)
- Fix clearing frames to remove the proper pages. (This fixes the bug that removing a lot of text will leave a lot of empty pages in some cases)
- Fix: when loading .doc, don’t paint white backgrounds where none should be
- Improve loading of tables in .doc documents, among other fixes: fix loading documents with table in headers
- Make detecting the current page number work again
- Don’t crash when loading an encrypted .doc document
- Fix unbalanced add/remove which caused shadow framesets to be created
- Fix auto-sorting order of frames going wrong in a simple usecase where we stack frames without making them full-width
- Make reordering frames by moving them around work properly
- Fix: crash on invalid odt document
- Fix: very very slow cleanup when loading document
KSpread
KPresenter
KPlato
- Fix crash when removing scheduled resource.
- Show busy cursor for command that can take a lot of time.
- Don’t crash when embedded as KPart
- Work package: Get resources from the currently selected schedule manager (if scheduled).
- resource assignment Gantt view is now almost usable
- Fix entry of duration/estimate
Karbon
Krita
In general, stability improved a lot.
Shapes
Chart shape
Text shape
- Fix various crashes
- properly save page breaks
- Erase caret when switching between text and header
- Fix display errors in style docker
- Make clicking within a table to place the cursor work correctly
- Fix tabs being placed incorrectly on machines with different x and y dpi’s
- Fix: pressing backspace at start of doc deletes next char
- Make empty shapes not show random text
- Fix text sometimes disappearing on adding a shape to the set
- Fix fixed-linespacing with different fontsizes
- Fix: crash when re-editing a textShape
Tools
- Some fixes for the paragraph tool
Connection tool
Posted in Changelogs | Tags: changelog | 8 Comments »
Wednesday, September 16th, 2009
General
- Fix many translations related issues.
- Fix many typos.
Libraries
- Fix: multiple tool docker appearing on spliting view.
- Fix: update of menu entries when a view is removed, and/or that only a single view remain (205898).
- Fix: crash when a document is deleted.
Applications
KWord
- Fix: layout hangs kword when loading a document.
- Fix page numbers on headers.
- Fix kword loads only 36 pages of 400-page document (180809).
- Fix positioning of the counter / text for RTL paragraphs.
- Fix check of the document for bidi-ness (186100).
- Honor the left indent of a line.
- Fix: tool decoration are drawn too small (205262).
- Fix: kword opening at the bottom of the page.
- MS Word import
- Fix importing tables.
- Parse paragraph properties.
KSpread
- Fix: selection of a range of cells with the mouse (198666).
- Implement “None” as an option of where to move the cursor after an edit
of a cell (199412).
KPresenter
- Fix page count variable (187838).
- Group layout actions into one undo action (205374).
- MS Powerpoint import
- Parse paragraph properties.
- Fix importing pictures.
KPlato
- Fix: connecting dependencies by drag and drop.
- Improve ui of the view selector.
- Load translation catalog for timezones.
- Fix memory leaks.
- Fix crash in view selector.
- Fix a crash when calculating the first schedule.
Krita
- Fix: krita starting unnecessarily with a bigger window than screens.
- PDF
- Fix: loading of high resolution PDFs.
- Allow to select higher than 1000 DPI when importing PDFs.
- Fix: serialization/deserialization of brush masks.
- Fix: color filters not respecting the selection.
- Fix: undoing a translation with the transform tool (205582 and 205584).
- Fix: undo a transformation step should bring the tool back to its previous position (205582)
- Fix: saving of the resolution when exporting a single layer.
- Fix: undoing moving a layer with an active selection.
- Fix: the undo stack doesn’t work after using the move layer tool.
- Fix: editing a perspective grid at zoom level different of 100% (206541).
- Fix: grid editing tool using a wrong offset depending on the zoom level.
- Fix: flake tools adding shapes to the vector selection (185637).
- Fix: duplicate op using newly drawn stroke.
- Fix: crash when changing the color space of an image.
- Fix: allow to undo the creation of the shape layer created when adding a shape in a krita image (164625).
- Fix: use a more useful threshold for the gaussian noise reduction (139468).
- Fix: saving of resolution in tiff files, when exporting a flatenned image (135664).
- Fix: translation of the CTL color spaces.
- Fix: for untranslated tooltips in resource view (205929).
- Fix: lines drawn with the freehand tool are shaky.
- Performance optimization in transparency mask.
- Fix: redoing a cut doesn’t redo the cut (205846).
- Partial fix of duplicating shape layer add the shapes to the wrong layer (205645).
- Fix: duplicating of a mask through the mask menu (205646).
- Fix: crash when selecting the children of a duplicated node.
- Fix: crash when duplicating a layer with a filter mask.
- Refresh the display after a cut, change of size or crop.
- Fix: crash, in the macro editor, when selecting a filter with a configuration widget (205199).
- Disable scaling and rotating menu on vector layer (205635).
- Disable tonemapping on a non paint layer (205635).
- Fix: crash when selecting one of the LAB Histogram, while Alpha is currently active (205641).
- Fix: crash when selecting the brush paint op and no brush is selected (205567).
- Fix: split view crash (205121 and 191224).
- Fix: crash when croping (197700).
- Fix: brightness/contrast filter.
Shapes
Formula shape
- Fix ODF saving and loading.
Chart shape
- Use the Normal subtype as default for Radar charts.
- Make the Radar chart support subtypes stacked and percentage.
- Make the Bar chart read and store the vertical property.
- Fix: bubble and surface charts are not of polar type, but cartesian.
Text shape
- Fix text position in lists.
- Only apply format if the cell is actually valid (206129)
- Make the left paragraph border visible even when there is a frame shown around the text shape.
- Fix: layout doesn’t make list counters flow around other shapes (159257)
- Fix: RTL list counters to be positioned inside the text shape.
- Fix drawing list items when the first char of a line is big while the list counters are small.
- Fix: Changing the font size in the first line of a list doesn’t move the list counter appropriately.
- Fix: Underlined text with path object (171686)
- Fix: cursor is always blinking on the left in empty line, ignoring alignment setting (189249)
- Fix: text Run Around adjustment doesn’t take immediate effect (194531)
- Fix: styles list has inconsistent ordering (180938).
- Fix: style manager layout (196391).
- Fix opening and saving of linespacing.
Image shape
- Fix: loading/saving of unsupported format.
Tools
Connection tool
- Change the color of the glue points to make then looks better.
Posted in Changelogs | Tags: changelog, release | 9 Comments »
Saturday, August 29th, 2009
Libraries
KPresenter
- Support for drawing and higlighting on the presentation mode.
UI Improvements:
- Context menu in the document view
- Canvas is bigger than the current slide
Karbon
Krita
- New painting operations: curvebrush, deform, dynadraw, spray
- 3D Brush visualisation
- Some elements of the dynamic brush are merged in the brush paintop, for a more comprehensive user interface
- Support for Shiva kernels
- Initial macro support: record filters and allow editing.
Shapes
- Table viewing, with limited editing
- Formula shape
Tools
Posted in Changelogs | Tags: changelog, release | 1 Comment »
Monday, August 10th, 2009
Libraries
- Fix: shape fill incorectly rendered (197088).
kword
- Fix: crash when kword is embedded and the user right-click (197998).
kpresenter
- Fix: crash when activating a layout imported from a .ppt file (198119).
- Fix: crash when kpresenter imports a non-existing file (197926).
kplato
- Fix hiding columns when cbs model is reset.
karbon
- Keep snap to grid actions synchronized.
kchart
- Load and save the floor and wall of the plot area.
plugins
- Default tool: use the current spot as the center for resize.
- Text shape: fix paragraphs with list indent having the wrong width.
- Image shape: make changing the image undoable (200220).
- .doc:
- Fix: closing of nested lists to not close too many items.
- Fix: crash when loading .doc file (180884).
Posted in Changelogs | Tags: changelog, release | 1 Comment »
Thursday, June 25th, 2009
General
- Add support for finder file associations for KOffice on Mac OSX.
- Fix: some icons.
- Fix: spelling.
libs
- flake
- Fix: changing input device should change the current tool.
- Fix: locking isn’t honored at startup.
- Fix: default template on the open dialog.
KWord
- Fix: crash when printing (194971)
KPlato
- Fix: don’t allow start time to be superior to end time.
- Fix: keep optimistic/pessimistic ratio constant when estimate is changed.
- In duration entry, add copy/paste and unit entry via keyboard.
- Fix: vertical scrollbar in gantt views.
- Increase column height in treeviews a little to give usable room for editors.
- Enable “current item” indication in calendar editor.
- Fix: crash when app is terminated with open dialog.
- Fix: in Task view, Editing commands were not executed.
- Fix: Should not allow me to enter an end date before the start date (188094).
- Fix: Task progress dialog, set percent finished to 100% when task is marked as finished (188095).
Krita
- Fix: the curve widget on dark theme.
- Fix: crash when opening some JPEG (191299).
- Fix: apply effect masks on shape, group layers.
- Fix: crash when using the duplicate op with a perspective correction.
- Fix: correctly save Keywords metadata to IPTC.
- Fix: saving to jpeg/png after merging.
- Fix: painting with the convolution painter.
- Fix: tablet pressure only effective when size is enabled in the option.
KChart
- Fix: crash on activating the chart tool without a shape.
Plugins
- Fix: when changing an image, don’t ignore the old size of the shape (195500)
- Fix: crash when selecting the default tool after background tool (195472)
Posted in Changelogs | Tags: changelog, release | 2 Comments »