date | project | content | link |
|---|
| 14:26 on Nov 16, 2009 | KDE | Commit by knight :: r1050058 runtime/trunk/KDE/kdebase/runtime/kstyles/oxygen/animations/oxygenmenubardata.cpp: Fix MenuBarDataV1::currentOpacity_, previousOpacity_ being used uninitialized | # |
| 16:28 on Jul 17, 2009 | KDE | Commit by knight :: r998432 apps/trunk/KDE/kdebase/apps/konsole/src/ViewManager.cpp: Correct tab cycling direction for consistency with other applications when using Ctrl+PageUp/PageDown. Patch by Jacob Welsh. BUG:199905 | # |
| 15:33 on Jun 25, 2009 | KDE | Commit by knight :: r987102 apps/trunk/KDE/kdebase/apps/konsole/src/ (5 files): Greatly reduce memory usage required by Konsole's scrollback buffer and improve releasing of scrollback memory to OS when no longer needed.
- Reduce amount of memory required for representing characters in scrollback buffer by not storing formatting data for each character. Instead store UTF-16 characters and formatting ranges
- Allocate memory for scrollback buffer use a custom mmap-based memory pool - this allows the memory to be released to the OS sooner when freed. There is a small performance cost when printing a large number of lines - see bug report for figures. Patch by Michael Meier REVIEW: http://reviewboard.kde.org/r/802/ BUG:176974
| # |
| 11:13 on Mar 29, 2009 | KDE | Commit by knight :: r946369 apps/trunk/KDE/kdebase/apps/konsole/src/ (9 files): Remove emacs mode information from the bottom of some source files. If this information is put anywhere it should be in a single file instead of duplicated for each file. In fact, it shouldn't be needed at all since we have the same rules on tabs and tab sizes as most other parts of kdebase | # |
| 16:21 on Feb 13, 2009 | KDE | Commit by knight :: r925605 apps/branches/KDE/4.2/kdebase/apps/konsole/data/keyboard-layouts/default.keytab: Backport commit #925604. Remove application keypad support from the default key bindings file as it breaks Vim. | # |
| 16:20 on Feb 13, 2009 | KDE | Commit by knight :: r925604 apps/trunk/KDE/kdebase/apps/konsole/data/keyboard-layouts/default.keytab: Disable application keypad support in the default key bindings file as, although it produces the correct key codes as tested using 'vttest', it breaks Vim - which enables application key pad by default.
BUG:183076 CCBUG:170220 | # |
| 23:28 on Feb 05, 2009 | KDE | Commit by knight :: r921934 apps/trunk/KDE/kdebase/apps/konsole/data/color-schemes/DarkPastels.colorscheme: Increase contrast of the default Dark Pastels scheme by making the background darker. | # |
| 21:30 on Jan 18, 2009 | KDE | Commit by knight :: r913176 apps/trunk/KDE/kdebase/apps/konsole/src/ (Emulation.cpp KeyboardTranslator.cpp): Fix crash if key bindings specified in profile cannot be found. Improve KeyboardTranslator::defaultTranslator() to try loading "default.keytab" if first before falling back to the hard-coded one.
BUG:181205 | # |
| 00:39 on Jan 18, 2009 | KDE | Commit by knight :: r912671 apps/trunk/KDE/kdebase/apps/konsole/src/ColorSchemeEditor.cpp: Fix transparently values of 10%, 20% and others not being saved and restored correctly in color scheme editor. Use qRound() on the opacity float instead of (int) cast.
Patch by Andre Wisplinghoff
BUG:181006 | # |
| 13:48 on Jan 13, 2009 | KDE | Commit by knight :: r910519 apps/branches/KDE/4.2/kdebase/apps/konsole/src/SessionManager.cpp: Backport to 4.2. If recursion is encountered in the profile parent hierarchy then fall back to the fallback profile instead of an empty one as the fallback profile at least has useful default settings. | # |
| 13:46 on Jan 13, 2009 | KDE | Commit by knight :: r910518 apps/trunk/KDE/kdebase/apps/konsole/src/SessionManager.cpp: If recursion is encountered in the profile parent hierarchy then fall back to the fallback profile instead of an empty one as the fallback profile at least has useful default settings. | # |
| 02:29 on Jan 12, 2009 | KDE | Commit by knight :: r909720 apps/branches/KDE/4.2/kdebase/apps/konsole/src/CharacterColor.h: | # |
| 02:25 on Jan 12, 2009 | KDE | Commit by knight :: r909719 apps/trunk/KDE/kdebase/apps/konsole/src/CharacterColor.h: | # |
| 03:01 on Dec 29, 2008 | KDE | Commit by knight :: r902755 apps/trunk/KDE/kdebase/apps/konsole/src/SessionController.cpp: Prompt before over-writing existing files in Scrollback -> Save Output dialog. | # |
| 15:44 on Oct 03, 2008 | KDE | Commit by knight :: r867477 apps/trunk/KDE/kdebase/apps/konsole/src/MainWindow.cpp: Fix crash on logout if MainWindow::_defaultProfile is null | # |
| 10:39 on Oct 03, 2008 | KDE | Commit by knight :: r867323 apps/trunk/KDE/kdebase/apps/konsole/src/ (14 files): | # |
| 22:52 on Oct 02, 2008 | KDE | Commit by knight :: r867154 apps/trunk/KDE/kdebase/apps/konsole/src/Vt102Emulation.cpp: Fix window title in tab titles (with '%w') and konsoleprofile tool. Typo during refactoring. | # |
| 21:47 on Sep 25, 2008 | KDE | Commit by knight :: r864904 apps/trunk/KDE/kdebase/apps/konsole/src/Screen.cpp: Reformat Screen.cpp with 4-space instead of 2-space indentation to match the other, more recently written source files. | # |
| 21:35 on Sep 25, 2008 | KDE | Commit by knight :: r864901 apps/trunk/KDE/kdebase/apps/konsole/src/Session.cpp: Follow rename of Emulation::getErase() | # |
| 21:34 on Sep 25, 2008 | KDE | Commit by knight :: r864900 apps/trunk/KDE/kdebase/apps/konsole/src/KeyboardTranslator.cpp: Add support for 'AnyModifier' and 'AppCursorKeys' as alternative names for 'AnyMod' and 'AppCuKeys' flags in keyboard translator files. | # |