132
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 13 hours ago.
Nov 29, 2024 — Nov 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Make sure that the correct window background color and translucency is used for the drag icon background. More... over 16 years ago
And here, too. More... over 16 years ago
Further simplify the Qt 4.5/KDE 4.3 translucency painting code path. More... over 16 years ago
Fix minor changelog error. SVN_SILENT More... over 16 years ago
SVN_SILENT made messages (.desktop file) More... over 16 years ago
Turns out the regular backtab shortcut (Shift+Tab) actually works to switch between terminals in Yakuake, so trigger the new focus switch highlight option with that as well. More... over 16 years ago
SVN_SILENT made messages (.desktop file) More... over 16 years ago
SVN_SILENT made messages (.desktop file) More... over 16 years ago
SVN_SILENT made messages (.desktop file) More... over 16 years ago
Argh, remove a dumb copy-and-paste accident. SVN_SILENT More... over 16 years ago
Add back this animation speed optimization avoid the regression vs. 2.9.4; the impact of not doing this is simply too great, even with Qt 4.5. Translucency in title bar skins will likely be allowed once the win- dow animation is rolled into a KWin Desktop Effect, which should make it butter-smooth. CCBUG:174490 More... over 16 years ago
Fix language. SVN_SILENT More... over 16 years ago
Forgot to note another small rename-related bug also fixed by r952400. More... over 16 years ago
Clean up tab rename code a bit more. More... over 16 years ago
* Fixed interactive tab rename always renaming the active tab, rather than the tab the line edit was invoked for and shown on top of. * Don't allow tab reordering by drag'n'drop during interactive rename. * Some minor cleanup and optimization around tab renaming. More... over 16 years ago
Fix some action state updates after the tab context menu closes, and micro-optimize TabBar a bit. More... over 16 years ago
Add a GenericName to the .desktop file. This should allow Ubuntu to drop their patch when 2.9.5 is released. CCMAIL:[email protected] More... over 16 years ago
Fix crash when changing the window width/height from the menu with Qt 4.5. While Qt probably shouldn't crash here (well, it looks to be a race condition), the workaround also happens to generally improve the efficiency of win- dow size changes. BUG:189332 More... over 16 years ago
Apply Andrew's spelling fix to the other affected file. CCMAIL:[email protected] More... over 16 years ago
Proof-reading. Hyphens for: More... over 16 years ago
Fix Krazy2 issues (spelling, doublequote_chars). More... over 16 years ago
Fix setup of keyboard input toggle in tab context menu for first invocation of menu if it's for a session with only a single terminal. More... over 16 years ago
Fixed queryClose() logic. Prevent a warning dialog from displaying when there is only one session which is also closable. More... over 16 years ago
On second thought, while it looks really stupid, it's also pretty useful. So, go with <emphasis> then. More... over 16 years ago
Krazy2 doesn't like <strong> and <emphasis> looks stupid (makes it italicized rather than bold), so don't do it at all. More... over 16 years ago
Fix a Krazy2 complaint. More... over 16 years ago
Fix i18n call. More... over 16 years ago
Add copyright lines for Jucato. More... over 16 years ago
Update/fix copyright years in all files I touched this year, as well as in the app about. More... over 16 years ago
Fix readying the visual event overlay when switching to sessions with only some, but not all, terminals locked. More... over 16 years ago