3
I Use This!
Inactive

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 9 hours ago.
Sep 13, 2024 — Sep 13, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fix plural More... about 20 years ago
SVN_SILENT made messages (.desktop file) More... about 20 years ago
Uninstall button fix. More... about 20 years ago
SVN_SILENT made messages (.desktop file) More... about 20 years ago
Remove new stuff status when uninstalling theme. More... about 20 years ago
The createBackgroundImage is inadvertently broken by the patch that was commited. This is a removal commit to revert the previous changes until this is unbroken. More... about 20 years ago
Add some background image effects. - createBackgroundFXImage - changeImageToBlur Blur effect - Added by Jani Huhtanen, jani (dot) huhtanen (at) tut (dot) fi More... about 20 years ago
Fix a bug discovered when using dcop to close a theme. The karamba object was never being deleted so getKaramba() never returned a 0 to break out of a while loop. Calling the inherited QWidget::close(true) forces the object to be deleted as well as closed. This works perfectly b/c it will call the ~karamba() to perform cleanup. More... about 20 years ago
SVN_SILENT made messages (.desktop file) More... about 20 years ago
SVN_SILENT made messages (.desktop file) More... about 20 years ago
Help menu already deleted. More... about 20 years ago
Fixed bug and copyright info. More... about 20 years ago
Set maximum height for description text. More... about 20 years ago
Help and about menu entries. More... about 20 years ago
Fix a crash due to compile visibility. We had defined a struct kde_loaded_l10nfile that is also defined in kdelibs/kdecore/kcatalogue.h. Some compile options caused gcc to look for that struct defined in the wrong place. For now, renaming our locally defined struct should fix this problem. More... about 20 years ago
Adapt to new Utilities/ hierarchy More... about 20 years ago
SVN_SILENT made messages (.desktop file) More... about 20 years ago
Removing debug statements and other random cleanup after fixing MASK support. Btw, there is no crash problems with using createBackgroundImage as far as I can tell. More... about 20 years ago
MASK option in .theme files should now work again. createWidgetMask() function is also now working, but there is a conflict when using it with createBackgroundImage() that causes a crash. More... about 20 years ago
Fix the KNewStuff mimetype detection when downloading skz files now that we have a 'application/x-superkaramba' mimetype. More... about 20 years ago
SVN_SILENT made messages (.desktop file) More... about 20 years ago
Start converting Robodoc over to apidox. More... about 20 years ago
Start converting from Robodoc to apidox. More... about 20 years ago
Dox example: must document each file as well with a /** @file blabla */ comment; robodoc to doxygen is fairly easy: replace start and end by /** and */, remove section headers and that's pretty much it for basic dox. More... about 20 years ago
Dox example: Must comment a class (no real need to mention the class name in the dox comment) before it will show up at all. More... about 20 years ago
Don't make the GPL look like a dox comment. More... about 20 years ago
locked state was not read correctly in certain situations. More... about 20 years ago
SVN_SILENT made messages (.desktop file) More... about 20 years ago
Enable apidox in kdeutils as well, especially for superkaramba More... about 20 years ago
Fix listend More... about 20 years ago