Skip to content

Posts 

First post

Sunday, 6 July 2003
Hello, world! I'm Roberto Raggi one of the developers of KDevelop IDE. Thanks to geiseri now i have a place where i can post hints and features about the upcoming KDevelop 3(a.k.a Gideon). so stay tuned

Klipart Stencils

Sunday, 6 July 2003
Ok Kristof Borrey's Klipart Stencils are in cvs now. I decided to rearrange them a bit though, this is how they are arranged in cvs: Geographic Flags Maps Hardware - This stencilset have been broken up in to two and put into it's own category Computer - All computer related thing went in here Miscellaneous - The rest went here :) Miscellaneous - Here I put the ones I could not come up with a good category for... Arrows Buildings People Transport If you do not use cvs and still want these stencils you can find them here: http://www.kde-look.org/content/show.php?content=6907

First post

Saturday, 5 July 2003
This is kind of an experiment. My goal is to provide a blog for KDE developers to share their thoughts and ideas. This is ment only for KDE developers for now, because ive grown tired of the chat boards and news sites... This is ment to be raw KDE.

Kivio features that is on my todo list

Saturday, 5 July 2003
Ok I thought I would start with making my intentions for the future of Kivio clear. Well at least the things that are most visible to the user... :) Read More

title: "SoK Week 0" date: 2026-01-26 authors: navyasai slug: sok-week-0 categories: SoK mentorship Before Proposal Installed ==Lokalize== and reproduced the bug. Cloned the repo. Used grep to find “Approve and go next” in codebase. Turned out EditorTab::gotoNextFuzzyUntr() is the origin of bug. Thought about "Approve and go prev" and tried that. It was buggy too! Wrote proposal After Proposal kde-builder failed due to missing libraries. So after lot of fixes, i did ubuntu update to 25.10(has qt6). kde-builder worked but then realised that i cloned the upstream repo. Deleted that, forked the repo and cloned it. Created a test branch and added debug log in forementioned method. It did not show up as i simply ran”lokalize”(normally installed but after ubuntu updates couldn’t see, later found it and deleted, though unnecessary i guess) then my mentor told about kde-builder –run lokalize cmd. Reproduced steps, and debug log showed up! Before 23rd Got myself acquainted with Kate. Fidgeted around files to understand architecture. Got to know about qDebug() why use .h and .cpp files LSP