174 commits found for author jaham.
Mostly active for:   KOffice

TimeProjectRevisionAuthorRepliesMessageWednesday, 30. August 2006
21:40KOffice579045jaham0do not compile encrypted store if qca is not there


TimeProjectRevisionAuthorRepliesMessageThursday, 24. August 2006
23:38KOffice576855jaham0- implemented KoPointPropertyCommand to change the KoPathPoint properties - introduced a KoPointBaseCommand which stores the path shape of a command and can repaint after altering the command (avoids code duplication) - derive KoPointPropertyCommand and KoPointMoveCommand from KoPointBaseCommand
22:18KOffice576833jaham5- implemented a KoPointMoveCommand for undo/redo path points moving - added a KoPointType enum to KoPathPoint to identify the KoPathPoints parts - fixed repainting after moving points
20:07KOffice576795jaham0Let the KoPathShape::normalize function return the offset by which the points are translated and use that to move the shape afterwards abd adjust the last mouse position. No need to calculate the offset twice.


TimeProjectRevisionAuthorRepliesMessageWednesday, 23. August 2006
20:28KOffice576333jaham0move the path point selection info into the tool as suggested by Thomas
20:27KOffice576332jaham0move the path point selection info into the tool as suggested by Thomas
17:50KOffice576287jaham4- the path points now paint themself - added an IsSelected property to the path point -> clicking an a path point selects it -> only selected path points draw their control points -> added function to select/deselect all points of a path - sync last mouse after moving shape - fixed some warnings in the path tool


TimeProjectRevisionAuthorRepliesMessageMonday, 21. August 2006
23:01KOffice575720jaham0introduce smooth and symmetric KoPathPoint properties and respect them when editing the path. one can cycle through the unsmooth, smooth and symmetric states by right clicking one a path point. smooth == control points are one a line through the point symmetric == like smooth but they have the same distance to the point TODO: paint the path points differently depending on the smooth/symmetric state


TimeProjectRevisionAuthorRepliesMessageSunday, 20. August 2006
17:53KOffice575057jaham0return snapping state and unit from document
12:37KOffice574858jaham0move baby, move! Implemented basic moving of control points. It lacks a corresponding command to undo/redo the editing. Moving of smooth control points has to be improved.


TimeProjectRevisionAuthorRepliesMessageFriday, 18. August 2006
22:51KOffice574408jaham0update canvas when the tool gets deactivated
22:44KOffice574404jaham0* improve the edit path tool - paint control points and lines between them - added function to KoPathShape to return all path points within a given rectangle - change cursor and color when mouse hovers over control point - made size of control point handles resizable with i or ctrl+i
16:23KOffice574290jaham0better fix for path outline drawing (patch by Thorsten Zachmann)


TimeProjectRevisionAuthorRepliesMessageThursday, 17. August 2006
22:08KOffice574044jaham0Start of a path editing tool which does nothing for now but is already integrated into the tools framework. The path tool and the path shape are manually registered in their corresponding registries so they do not need to be loaded dynamically.


TimeProjectRevisionAuthorRepliesMessageTuesday, 15. August 2006
18:35KOffice573329jaham0add the shape selector as palette to choose the shape to create with the shape create tool
17:50KOffice573318jaham0- fix the KoPathShape::outline function to return a path with local position at 0,0 so the path is painted at the right position - return a real shape from KoPathShapeFactory::createDefaultShape


TimeProjectRevisionAuthorRepliesMessageTuesday, 08. August 2006
20:45KOffice571219jaham0ported grid drawing


TimeProjectRevisionAuthorRepliesMessageMonday, 07. August 2006
23:08KOffice570878jaham0implemented better zooming, use KoZoomAction


TimeProjectRevisionAuthorRepliesMessageSaturday, 05. August 2006
15:32KOffice570050jaham0* the canvas now has a proper document origin != widget origin


TimeProjectRevisionAuthorRepliesMessageThursday, 03. August 2006
23:42KOffice569481jaham0SVN_SILENT removed unmatched painter.save
23:39KOffice569480jaham0* made the canvas cover the whole scroll area and show a page frame * added bounding box calculation to document and layer The transformation of the shapes and the tools are somewhat broken now. I have to find out where to fix that (KoZoomHandler comes to mind).
23:19KOffice569477jaham0only remove size of scrollbar from the visible size if they are visible


TimeProjectRevisionAuthorRepliesMessageMonday, 31. July 2006
22:01KOffice568357jaham0ported purging command history
21:37KOffice568349jaham0* extended KoShapeManager::shapeAt to return a shape out of the shapes at point based on its selection. * extended KoShapeManager::shapesAt to optionally not return hidden shapes (KoShape::visible()) all the above is untested, but i have confidence that it works correct ;-)
20:48KOffice568337jaham0extended KoShapeManager::shapeAt to optionally not return hidden shapes and improved documentation


TimeProjectRevisionAuthorRepliesMessageFriday, 28. July 2006
16:16KOffice567394jaham0assign a todo to me


TimeProjectRevisionAuthorRepliesMessageWednesday, 26. July 2006
21:21KOffice566729jaham0the command takes care of repainting the shapes
21:19KOffice566728jaham0repaint shapes after setting background as suggested by Thomas and Sven
18:26KOffice566689jaham0* use a command for setting the selected shapes background * port the updateAllViews( QRectF ) function and use that to repaint afterwards
18:23KOffice566688jaham0added a new command for changing the background of shapes


TimeProjectRevisionAuthorRepliesMessageTuesday, 25. July 2006
18:45KOffice566307jaham0one more todo and some updates and typo fixes


TimeProjectRevisionAuthorRepliesMessageMonday, 24. July 2006
22:19KOffice565958jaham0add some work packages toward the koffice 2.0 release to the todo CCMAIL:tbscope@gmail.com


TimeProjectRevisionAuthorRepliesMessageSunday, 23. July 2006
22:54KOffice565638jaham0fix grouping and ungrouping of shapes
22:50KOffice565636jaham0* fix selecting of shape groups by recursively adding group childs to the selection


TimeProjectRevisionAuthorRepliesMessageSaturday, 22. July 2006
20:58KOffice565245jaham0- connect the view to the selection change signal - update views when executing commands - implemented grouping and ungrouping of shapes


TimeProjectRevisionAuthorRepliesMessageThursday, 20. July 2006
23:36KOffice564715jaham0replace VCommandHistory by KCommandHistory and make undo/redo do something


TimeProjectRevisionAuthorRepliesMessageWednesday, 19. July 2006
22:53KOffice564359jaham0* bring new life to the color docker - use the KoUniColorChooser for choosing the color - change background color of actual selection
22:01KOffice564333jaham0setCaption -> setWindowTitle


TimeProjectRevisionAuthorRepliesMessageTuesday, 18. July 2006
22:32KOffice563953jaham0use id of first shape from shape registry for use in create shape tool to avoid crashes if a hardcoded shape is not installed
19:11KOffice563892jaham0temporary added some cmake modules to avoid checkout from kdebase
00:04KOffice563612jaham0Karbon can now create shapes. Yay! * vdocument contains now a list of all the existing shapes, which i used by the shape managers for drawing * vdocument is not longer a KoShapeController derived class but karbonpart is, to have easier access to the shape manager of all the attached views * to create shapes the shape id of the CreateShapeTool is set manually for now * removed test code which added rectangle shapes from the layer shape


TimeProjectRevisionAuthorRepliesMessageMonday, 17. July 2006
23:47KOffice563609jaham0commented KoHsvWidget code out -> needs later porting to KoUniColorChooser


TimeProjectRevisionAuthorRepliesMessageFriday, 14. July 2006
18:00KOffice562416jaham0implement abstract function unit() in KarbonCanvas so karbon compile again


TimeProjectRevisionAuthorRepliesMessageThursday, 29. June 2006
20:40KOffice556292jaham0make it compile (removed dcop related includes)


TimeProjectRevisionAuthorRepliesMessageSunday, 25. June 2006
12:15KOffice554804jaham253porting to the new kdelibs-snapshot with dbus and kdialog


TimeProjectRevisionAuthorRepliesMessageTuesday, 13. June 2006
22:15KOffice551199jaham0make it compile again


TimeProjectRevisionAuthorRepliesMessageSunday, 11. June 2006
19:57KOffice550451jaham0start of a layer shape, still a lot to do
18:27KOffice550431jaham0fix drawing of childs


TimeProjectRevisionAuthorRepliesMessageWednesday, 07. June 2006
18:44KOffice549207jaham0use the toolbox as a docker for now so we can use the default tool
17:34KOffice549182jaham0don't crash if no tool is set


TimeProjectRevisionAuthorRepliesMessageSaturday, 03. June 2006
15:24KOffice547851jaham0* made the canvas show something to play with - added object list to the document and made the canvas use that list - changed object list parameter to ctor and setObjects of KoShapeManager const - added event handlers to the canvas


TimeProjectRevisionAuthorRepliesMessageFriday, 02. June 2006
21:46KOffice547651jaham0is line, and those below, will be ignored-- M vcolordocker.cc


TimeProjectRevisionAuthorRepliesMessageWednesday, 31. May 2006
23:02KOffice547145jaham0port loading of tools but leave it disabled for now


TimeProjectRevisionAuthorRepliesMessageMonday, 29. May 2006
23:41KOffice546408jaham0less warnings
22:35KOffice546399jaham0less warnings
22:15KOffice546394jaham0less warnings
21:52KOffice546387jaham0less deprecated warnings
21:26KOffice546383jaham0less deprecated warnings


TimeProjectRevisionAuthorRepliesMessageSunday, 28. May 2006
18:25KOffice545994jaham0more i18n porting
18:01KOffice545985jaham0i18n porting
17:14KOffice545970jaham18741color porting
16:34KOffice545961jaham0use string for predefined color
16:11KOffice545953jaham0adapt to new ctor of KDoubleSpinBox


TimeProjectRevisionAuthorRepliesMessageSaturday, 27. May 2006
14:14KOffice545432jaham0actually try to find libart before excluding karbon
12:01KOffice545368jaham0* implement the KoShapeDeleteCommand (not yet tested) * todo: it needs to be aware of refCounters of the shapes backend when we have them


TimeProjectRevisionAuthorRepliesMessageSunday, 23. April 2006
16:10KOffice533089jaham0moved comment and translations from 1.5 branch


TimeProjectRevisionAuthorRepliesMessageTuesday, 21. March 2006
22:45KOffice521235jaham0* reverse vertical ruler so it matches our coordinate system
22:03KOffice521225jaham0SVM_SILENT forgot this (removed some unused members)
18:39KOffice521176jaham0* fix calculation of content position/offset and zoom factor * some code cleanups


TimeProjectRevisionAuthorRepliesMessageSunday, 19. March 2006
15:38KOffice520346jaham0* fix drawing of vertical ruler when zoom is less than 100% * some code cleanups
14:35KOffice520314jaham0* update selection description in status bar when selecting object from layerbox
13:51KOffice520231jaham0OASIS: more improvements/fixes * handle draw:transform differently from svg:transform * correctly save viewbox


TimeProjectRevisionAuthorRepliesMessageWednesday, 15. March 2006
22:11KOffice519019jaham0* some more i18n changes - better plural handling - added some translation context thanks go to Tom Albers for the help and patience
17:55KOffice518946jaham0* some more i18n fixes on translator demand * small fix for showing right text option dialog title (no new string) CCMAIL:kde-i18n-doc@kde.org CCBUG:123594


TimeProjectRevisionAuthorRepliesMessageTuesday, 14. March 2006
21:25KOffice518697jaham0i18nified strings in vtexttool (thanks to Burkhard Lueck for the patch) please don't kill me ;-) BUG:123594 CCMAIL:kde-i18n-doc@kde.org


TimeProjectRevisionAuthorRepliesMessageSunday, 12. March 2006
13:09KOffice517888jaham0OASIS: fix style loading


TimeProjectRevisionAuthorRepliesMessageWednesday, 08. March 2006
18:21KOffice516829jaham0fix sorting of layer listview


TimeProjectRevisionAuthorRepliesMessageMonday, 06. March 2006
22:40KOffice516387jaham0SVN_SILENT karbon bug
22:38KOffice516386jaham0make shif-selection select inside groups too+ BUG:39138


TimeProjectRevisionAuthorRepliesMessageThursday, 02. March 2006
21:54KOffice515181jaham0* added new horizontal movement cursor to VCursor for use in VGradientWidget * improved VGradientWidget - fixed painting the widget - replaced ramp point and mid point symbols by bigger ones - fixed editing the gradient (picking, moving andd deleting) - set different cursor when moving points around * some small changes to VGradientTabWidget - work on a copy of the gradient set by setGradient - added new function gradient() to return the edited gradient * only use a pointer to the actual gradient in VGradientPreview


TimeProjectRevisionAuthorRepliesMessageTuesday, 28. February 2006
21:14KOffice514641jaham0some gradient tool improvements * properly initialize gradient widget (target, opacity * use opacity from gradient widget when previewing and for the result


TimeProjectRevisionAuthorRepliesMessageSunday, 26. February 2006
23:41KOffice513961jaham0SVN_SILENT update


TimeProjectRevisionAuthorRepliesMessageSunday, 26. February 2006
22:39KOffice513949jaham0more oasis improvements: * fixed loading and saving of gradients * fixed loading of ellipse (copy and paste is evil!) * fixed saving of ellipse, rectangle and path * made VStroke and VFill transformable


TimeProjectRevisionAuthorRepliesMessageFriday, 24. February 2006
19:12KOffice513277jaham0SVN_SILENT cleanup
19:08KOffice513275jaham0SVN_SILENT karbon bugs
18:57KOffice513273jaham0hack around the printing issues The libart painter is used to draw into a pixmap, which then gets drawn by a qpainter onto the printer device. So we can print anything seen when drawing on screen. Fixed the scaling issues from bug 119452 as well. BUG:119452 BUG:99927


TimeProjectRevisionAuthorRepliesMessageMonday, 20. February 2006
22:41KOffice511820jaham0load object name from odf file


TimeProjectRevisionAuthorRepliesMessageSunday, 19. February 2006
20:31KOffice511438jaham0fix loading of line element from odf


TimeProjectRevisionAuthorRepliesMessageSaturday, 18. February 2006
22:21KOffice511136jaham0some more odf loading improvements * added support for loading polyline, polygon, line and custom-shapes (at least the simple ones) * changed svgpathparser in koffice-lib to not get stuck in endless loop but stop parsing when unkown command is encountered
16:27KOffice511039jaham0* undo my previous unintentional changes to the native VEllipse::load function
14:52KOffice511026jaham0SVN_SILENT api docs


TimeProjectRevisionAuthorRepliesMessageFriday, 17. February 2006
21:47KOffice510752jaham0* some oasis loading improvements for groups, rectangle, ellipse/circle and path


TimeProjectRevisionAuthorRepliesMessageWednesday, 15. February 2006
17:43KOffice509866jaham0added X-KDE-DefaultTab=true BUG:121834
17:40KOffice509865jaham0make template name translatable (thanks to Burkhard Lueck for the patch)


TimeProjectRevisionAuthorRepliesMessageThursday, 09. February 2006
22:57KOffice507765jaham0SVN_SILENT forgot one line
22:54KOffice507763jaham0do _not_ return reference to local variable, fixes crash 120374 CCBUG:120374


TimeProjectRevisionAuthorRepliesMessageSunday, 05. February 2006
18:27KOffice506098jaham0* implemented tight selection of objects


TimeProjectRevisionAuthorRepliesMessageSunday, 29. January 2006
15:16KOffice503577jaham0repaint selection when activating the select tool so that the selection handles and bounding box are shown
15:01KOffice503567jaham0properly update the objects bounding box when moving bezier points


TimeProjectRevisionAuthorRepliesMessageThursday, 26. January 2006
23:40KOffice502698jaham0fixed crash mentioned in http://lists.kde.org/?l=koffice-devel&m=113822986718228&w=2