195 commits found for author beaulen.
Mostly active for:   KOffice   kdebase   kdelibs   kdemultimedia

TimeProjectRevisionAuthorRepliesMessageFriday, 04. August 2006
20:30kdelibs569799beaulen0Install needed include file (to be able to build kdebase)
20:30kdelibs569799beaulen0Install needed include file (to be able to build kdebase)
20:30kdelibs569799beaulen0Install needed include file (to be able to build kdebase)
20:30kdelibs569799beaulen0Install needed include file (to be able to build kdebase)
20:30kdelibs569799beaulen0Install needed include file (to be able to build kdebase)
20:30kdelibs569799beaulen0Install needed include file (to be able to build kdebase)
20:30kdelibs569799beaulen0Install needed include file (to be able to build kdebase)
20:30kdelibs569799beaulen0Install needed include file (to be able to build kdebase)


TimeProjectRevisionAuthorRepliesMessageThursday, 03. August 2006
18:21KOffice569396beaulen0SVN_SILENT Reword the text.
18:21KOffice569396beaulen0SVN_SILENT Reword the text.
18:21KOffice569396beaulen0SVN_SILENT Reword the text.
18:21KOffice569396beaulen0SVN_SILENT Reword the text.
18:21KOffice569396beaulen0SVN_SILENT Reword the text.
17:43KOffice569387beaulen0-fPIC is needed on AMD64 it seems
17:43KOffice569387beaulen0-fPIC is needed on AMD64 it seems
17:43KOffice569387beaulen0-fPIC is needed on AMD64 it seems
17:43KOffice569387beaulen0-fPIC is needed on AMD64 it seems
17:43KOffice569387beaulen0-fPIC is needed on AMD64 it seems


TimeProjectRevisionAuthorRepliesMessageThursday, 27. July 2006
18:54KOffice566992beaulen0fix bug


TimeProjectRevisionAuthorRepliesMessageTuesday, 11. July 2006
19:32KOffice561286beaulen0Build Karbon


TimeProjectRevisionAuthorRepliesMessageSunday, 09. July 2006
16:36KOffice560247beaulen0Less warnings
15:20KOffice560225beaulen0Less warnings
13:32KOffice560178beaulen0Less warnings
12:00KOffice560148beaulen0Less warnings
11:42KOffice560139beaulen0Less warnings
10:15KOffice560118beaulen0Fix errors, Karbon now compiles again for me.
09:16KOffice560095beaulen0less warnings
08:29KOffice560078beaulen0less warnings
08:10KOffice560073beaulen0Less warnings


TimeProjectRevisionAuthorRepliesMessageThursday, 29. June 2006
19:52KOffice556281beaulen0Make it compile


TimeProjectRevisionAuthorRepliesMessageSaturday, 17. June 2006
07:53KOffice552252beaulen0This makes it link for me.


TimeProjectRevisionAuthorRepliesMessageMonday, 05. June 2006
12:25KOffice548375beaulen0Revert and wait for montel to port koffice to dbus
11:50KOffice548361beaulen0SVN_SILENT Oops, don't build karbon by default for now
11:49KOffice548359beaulen0Find Qt DBus


TimeProjectRevisionAuthorRepliesMessageSunday, 04. June 2006
17:13KOffice548126beaulen0Experimenting with flake. - Turn VRectangle in KarbonRectangle and use KoRectangleShape - #if 0 the code that makes use of vrectangle, for now. Next step, try to get the rectangle tool loaded Then, make the rectangle drawing work.


TimeProjectRevisionAuthorRepliesMessageSaturday, 03. June 2006
09:24KOffice547748beaulen0Goodbye VCanvas, Hello KarbonKanvas. Get rid of the old canvas completely and use the flake classes.


TimeProjectRevisionAuthorRepliesMessageFriday, 02. June 2006
21:29KOffice547649beaulen0Replace the deprecated bitblit functions The contents widget doesn't display anything yet, for some reason.
20:51KOffice547645beaulen0Place the drawing contents at the center of the canvas / viewport
20:37KOffice547641beaulen0QScrollArea isn't flexible enough. I can't move the widget inside the viewport. So instead use QAbstractScrollArea. It's a little bit more work as now vcanvas has to update the scrollbars itself. The two bitblt functions inside the vcanvas code seem a big problem to replace.


TimeProjectRevisionAuthorRepliesMessageThursday, 01. June 2006
22:19KOffice547390beaulen0Slowly getting to a usefull canvas
19:59KOffice547357beaulen0Karbon says hello to Flake
15:13KOffice547282beaulen0scrollBy is gone, replace it.
15:07KOffice547280beaulen0Q3ScrollView to QScrollArea
13:29KOffice547251beaulen0Add some temporary debug for the canvas too. Comment a line in VCanvas::eventFilter, for now, because it causes lots and lots of redraws.
12:37KOffice547241beaulen0Add some temporary debug for the view too. It can all be turned on or off with the DEBUG_KARBON_VIEW define.
07:26KOffice547189beaulen0Print lots of debug info for the painter, when needed.


TimeProjectRevisionAuthorRepliesMessageWednesday, 31. May 2006
19:03KOffice547066beaulen0SVN_SILENT Make the comment more understandable
19:00KOffice547065beaulen0This still needs to be ported.
18:58KOffice547063beaulen0Less warnings
18:57KOffice547062beaulen0Almost all warnings are gone now
17:39KOffice547041beaulen0A lot less warnings
09:03KOffice546866beaulen0Less warnings
08:14KOffice546853beaulen0Less warnings
08:05KOffice546849beaulen0Porting to QPainter and QPainterPath meaning less warnings
07:24KOffice546828beaulen0According to kselector.cpp in kdeui, 00098 QRect KXYSelector::contentsRect() const 00099 { 00100 int w = style()->pixelMetric(QStyle::PM_DefaultFrameWidth); 00101 if (w < 5) { 00102 w = 5; 00103 } 00104 QRect contents(rect()); 00105 contents.adjust(w, w, -w, -w); 00106 return contents; 00107 } The height must at least be 6+5=11 or more in order to not get an assert in QImage::scanLine.


TimeProjectRevisionAuthorRepliesMessageTuesday, 30. May 2006
21:39KOffice546737beaulen0Goodbye libart But when trying to run Karbon now, I get the following assert: #7 0x00002aaaaec4168b in qt_assert (assertion=0x2aaaadecbb8b "i >= 0 && i < height()", file=0x2aaaadecbac0 "image/qimage.cpp", line=1562) at qglobal.cpp:1691 #8 0x00002aaaadbcee96 in QImage::scanLine (this=0x7fffff8f24c0, i=0) at qimage.cpp:1562 #9 0x00002aaaac4ca7e4 in KGradientSelector::drawContents (this=0x8d95f0, painter=0x7fffff8f2590) at /home/kde4dev/kde/src/kdelibs/kdeui/kselector.cpp:433 It seems that the height of one of the color sliders is 0.
21:09KOffice546726beaulen0This has to be looked at later.
21:02KOffice546723beaulen0A little less libart, and a little bit further in the startup process
20:57KOffice546719beaulen0The resize events are really anoying. Make karbon crash a little bit later during the startup process.
20:47KOffice546715beaulen0VKoPainter (libart) to VQPainter (Qt) Trying to get rid of libart. VQPainter needs some improvements though.
18:49KOffice546688beaulen0Less X errors


TimeProjectRevisionAuthorRepliesMessageMonday, 29. May 2006
19:58KOffice546348beaulen0This seems to be a big problem. A resizeEvent is triggered before some widgets or objects are created resulting in a crash.
19:21KOffice546334beaulen0Less warnings
18:53KOffice546328beaulen0Less warnings
17:49KOffice546306beaulen0Less warnings


TimeProjectRevisionAuthorRepliesMessageSunday, 28. May 2006
17:29KOffice545973beaulen0Less warnings
16:21KOffice545957beaulen0Less warnings
16:10KOffice545949beaulen0Less warnings
15:52KOffice545943beaulen0Less warnings
13:59KOffice545843beaulen0Warnings are gone
13:14KOffice545819beaulen0KoPoint -> QPointF KoRect -> QRectF KoSize -> QSizeF
13:13KOffice545818beaulen0Disable karbon untill the freetype dependency is gone or fixed. If someone wants to work on karbon, he/she should just remove the comment.
11:48KOffice545772beaulen0Here too disable karbon untill the freetype dependency in karbon is gone / or fixed
07:13KOffice545693beaulen0Compile with Qt4


TimeProjectRevisionAuthorRepliesMessageFriday, 26. May 2006
19:32KOffice545096beaulen0change the byteorder of libart (untill I fixed the detection) And it seems that even if the action is created, it still crashes. So disable it for now.
19:14KOffice545088beaulen0Run fix: While trying to run, there was an error about not finding a libmagick.so.6 file. Not sure why it reports this at runtime. I added the libmagick libraries to karboncommon and now it seems to be ok. Error fix: It seems that there can be a resize event before the view gets initialised. Since an action, used in the resize event, was not initialised, karbon would krash. Backtrace: #0 0x00002aaaadb67040 in QAction::d_func (this=0x0) at qaction.h:60 #1 0x00002aaaadb65f69 in QAction::isChecked (this=0x0) at qaction.cpp:802 #2 0x00002aaaaad2d8ff in KarbonView::resizeEvent (this=0x7b3170) at /home/kde4dev/kde/src/koffice/karbon/karbon_view.cc:355
18:56KOffice545084beaulen0some porting


TimeProjectRevisionAuthorRepliesMessageThursday, 25. May 2006
21:27KOffice544718beaulen0oops, also needed
21:26KOffice544717beaulen0build flake
21:10KOffice544714beaulen0Last build fixes, the plugins compile too now Now Karbon builds completely. It will not run though.
20:57KOffice544707beaulen0build some more: tools compile
20:02KOffice544696beaulen0Build fixes
19:36KOffice544687beaulen0The dialogs compile
19:19KOffice544683beaulen0The visitors compile too
19:11KOffice544682beaulen0compile the commands too
19:00KOffice544679beaulen0The shapes compile too
18:53KOffice544678beaulen0Needed for karbon core too
18:53KOffice544677beaulen0Compile karbon core
16:48KOffice544643beaulen0compile I disabled some functions, but libart will be replaced anyway
16:14KOffice544640beaulen0Compile the widgets
16:10KOffice544639beaulen0include is needed
15:37KOffice544633beaulen0compile the dockers
15:04KOffice544629beaulen0Compile a little - Qt3to4 - Some error fixes
12:44KOffice544585beaulen0install needed file and improve readability a little bit
08:26kdebase544526beaulen0Less warnings about deprecated functions
08:01kdebase544523beaulen0fix compile error. ksvgiconengine was removed, replace it with qsvgrenderer.


TimeProjectRevisionAuthorRepliesMessageSunday, 07. May 2006
12:25kdemultimedia538290beaulen0KDialogBase to KDialog And some other updates to fix the layout of the search dialog.
10:06kdemultimedia538234beaulen0Show the track position slider and the volume slider in the toolbar again. todo: clean up the slideraction class.


TimeProjectRevisionAuthorRepliesMessageMonday, 17. April 2006
12:11KOffice530696beaulen0Make it compile currentRow -> currentIndex
12:03KOffice530694beaulen0Make it compile