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
typo: window window More... over 16 years ago
Simplify. More... over 16 years ago
Fix crashes when closing sessions with certain split setups (also on quit). More... over 16 years ago
* Add D-Bus interfaces for splitting. * Change the return value of sessionIdForTerminalId to int. More... over 16 years ago
On KDE 4.2+, call the new setMultiKeyShortcutsAllowed(false) on the first-run dialog's KKeySequenceWidget, for consistency with KShortcutsDialog which doesn't allow multi-key global shortcuts as they don't work. More... over 16 years ago
Add a feature to disable keyboard input for a session (via shortcut or the context menu). Also adds the necessary scaffolding to handle context-depen- dent toggle acctions. CCMAIL:[email protected] More... over 16 years ago
Add missing else. This is why pre-processor tricks suck. More... over 16 years ago
Remove some forgotten lines used while debugging. More... over 16 years ago
Avoid some X11 linking when it's unnecessary. More... over 16 years ago
Add some missing checks. More... over 16 years ago
Add a codepath that does translucency support without X11-specific code on Qt 4.5+ and KDE 4.3+. The KDE version check will have to be adjusted to the version number of a pre-release depending on when the required changes to the Konsole codebase get into trunk, and I still need to figure out how to eliminate a then-unneeded target_link_libraries() from the CMakeLists.txt. More... over 16 years ago
Add the frequently-requested 'sessionIdForTerminalId(int terminalId)' and 'terminalIdsForSessionId(int sessionId)' D-Bus interfaces. More... over 16 years ago
Add support for moving tabs on the tab bar by drag and drop. Patch by Juan Carlos Torres. More... over 16 years ago
Merge a slightly modified patch adding an option to auto-open the window after program start, originally made by Peter Lewis. CCMAIL:[email protected] More... over 16 years ago
Merge improved default skin window state lock button graphics made by Stephan Sokolow. BUG:183943 More... over 16 years ago
Proof-reading. More... over 16 years ago
Fix extract messages More... almost 17 years ago
SVN_SILENT made messages (.desktop file) More... almost 17 years ago
SVN_SILENT made messages (.desktop file) More... almost 17 years ago
SVN_SILENT made messages (.desktop file) More... almost 17 years ago
SVN_SILENT made messages (.desktop file) More... almost 17 years ago
Fix a regression from the background painting changes in 2.9.4 that cause splitter handles between terminals to appear in the user-configured background color. More... almost 17 years ago
Fix linking More... almost 17 years ago
SVN_SILENT made messages (.desktop file) More... about 17 years ago
Replace i18ncp() with i18nc(). In this case using gettext plurals is not appropriate because it is only important if there is 1 or many Shells. Some languages have the same plural form for 1 and e.g. 21, so this way it would be easier for translators to translate this string. More... about 17 years ago
SVN_SILENT made messages (.desktop file) More... about 17 years ago
Remove the Qt::WA_OpaquePaintEvent render hint from the title bar widget to investigate the performance impacts. Previously, not using it would slow the animation down to a crawl in par- ticular with the horrible XRender acceleration in older nVidia drivers. If it still turns out to be unacceptable for too many people, the background pre-fill pass from the top-level window will have to be added to the title bar's paintEvent as well. CCBUG:174490 More... about 17 years ago
SVN_SILENT made messages (.desktop file) More... about 17 years ago
optimizegraphics: Losslessly optimized PNG and SVGZ files with "optipng -o5" and "advdef -z -4". Reduced disk space: 2468KB (2MB) More... about 17 years ago
SVN_SILENT made messages (.desktop file) More... about 17 years ago