Aaron J. Seigo
Aaron J. Seigo <aseigo at kde dot org>
... sponsors my KDE work
aseigo> su -
Password:
linux:~/KDE/Patches # _

This is where I put patches which I'm working on but that haven't been committed to CVS yet for one reason or another. This is primarily to allow for testing and feedback from others. If you don't see anything here that's probably because I don't have anything I'm holding onto for comment at this time.

Configurable blinking in the taskbar
in ktaskbarrc put:

[Appearance]
AttentionBlinkIterations=

>999 == forever
khtml access keys config improvement
minipager on xinerama debugging
adds debug output to show where windows end up dropped.
Menu Button Arrows on Hover
UIC 3.3.5 Fix
In Qt 3.3.5 uic now listens to the tags in the designer generated .ui files. Unfortunately when using custom widgets (not plugins!) in designer this creates values of the form "component:headerfile.h" which uic then blindly turns into "#include ". This patch fixes this misbehaviour in uic.
Qt4 QAction > KAction patch
Kontact Sidebar: Show Shortcuts
a quicky patch for kontact that shows the shortcut number for parts in the icon side bar. buggy (e.g. doesn't filter on the correct widget, so can be fooled)
KCModule and unamanaged widgets
allow for unmanaged widgets to cooperate in the changed(bool) signal
KDesktop desktop path reloads
this makes kdesktop reload its desktop paths when configure() is called. usefull for when you want to change kdeglobals via a script and then do `dcop kdesktop '' config`