- 01 Jun, 2007 3 commits
-
-
Robert Knight authored
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=670435
-
Robert Knight authored
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=670402
-
Robert Knight authored
Fix a couple of crashes. Sync configuration information in SessionManager's destructor and fix problem with scroll optimisation. Not sure about that first one, it shouldn't do any harm, but I don't think it should be necessary either. svn path=/trunk/KDE/kdebase/apps/konsole/; revision=670398
-
- 31 May, 2007 1 commit
-
-
Robert Knight authored
Allow the default encoding to be specified per-profile. Something has caused the Edit Profile dialog's minimum size to become huge, I haven't figured out what it is yet. svn path=/trunk/KDE/kdebase/apps/konsole/; revision=670153
-
- 30 May, 2007 1 commit
-
-
Max Blazejak authored
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=669964
-
- 29 May, 2007 1 commit
-
-
Script Kiddy authored
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=669344
-
- 28 May, 2007 3 commits
-
-
Robert Knight authored
Change the character -> text decoding API so that Konsole can produce better quality HTML when output is saved. Fix crashing when resizing display introduced in yesterday's scrolling changes and add assertions to catch invalid memory accesses. svn path=/trunk/KDE/kdebase/apps/konsole/; revision=669305
-
Robert Knight authored
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=669235
-
Robert Knight authored
Add hide/show menu bar action to session context menu. Add shortcut ( Ctrl+Shift+F11 ) to full screen mode action. Update 'Change Profile' sub-menu in session context menu when the list of favorite sessions is changed in the Manage Profiles dialog. svn path=/trunk/KDE/kdebase/apps/konsole/; revision=669221
-
- 27 May, 2007 2 commits
-
-
Robert Knight authored
Allow the scrolling optimisation to work on regions of the display instead of the whole screen. This makes it work with split/screen vi/Screen etc. Doesn't work with applications that use vertical splits. svn path=/trunk/KDE/kdebase/apps/konsole/; revision=668839
-
Laurent Montel authored
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=668667
-
- 26 May, 2007 3 commits
-
-
Robert Knight authored
Change tab text color for tabs when activity occurs in them, ala. Kopete. This is different to 'Monitor for Activity' which provides more dramatic notifications via the KDE notification framework. svn path=/trunk/KDE/kdebase/apps/konsole/; revision=668549
-
Robert Knight authored
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=668482
-
Robert Knight authored
KWindowSystem::compositingActive() works without a QApplication instance. * Make terminal display intercept shortcuts using the Backspace/Home/End keys ( fixes backspace key triggering the 'Go Back' action in Dolphin when terminal part has the focus ) * Add some plumbing that will be used to handle resizing by the terminal program. * Misc. tidy-ups and EBN fixes. * Update the right part of the terminal display when updating blinking cursor. svn path=/trunk/KDE/kdebase/apps/konsole/; revision=668460
-
- 25 May, 2007 2 commits
-
-
Robert Knight authored
Revert Troy's commit. It causes a crash on startup here, I don't think it is just my system. Either way, unfortunately the proper solution isn't quite a one-liner. svn path=/trunk/KDE/kdebase/apps/konsole/; revision=668076
-
Troy Unrau authored
Add aseigo's composite extension testing code, as per comment at http://dot.kde.org/1179921215/1179939880/1179940099/ It builds, installs, runs, does not appear to break for kwin composite enabled or disabled, so ship it! (there is the old line, still commented out that appears to now be redundant - should be removed if there are no problems with the new one...) svn path=/trunk/KDE/kdebase/apps/konsole/; revision=668067
-
- 23 May, 2007 3 commits
-
-
Robert Knight authored
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=667655
-
Robert Knight authored
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=667504
-
Robert Knight authored
Add keyboard icon to key bindings list. The current 'keyboard' icon is invisible against a white background, as are the hdd-external- icons. CCMAIL: kde-artists@kde.org svn path=/trunk/KDE/kdebase/apps/konsole/; revision=667503
-
- 22 May, 2007 3 commits
-
-
Robert Knight authored
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=667499
-
Robert Knight authored
Allow the tab bar position to be specified in the profile editing dialog. Other tweaks to the profile editing dialog. svn path=/trunk/KDE/kdebase/apps/konsole/; revision=667497
-
Robert Knight authored
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=667162
-
- 21 May, 2007 2 commits
-
-
Robert Knight authored
Tidy up Pty class header file and API. Better method names, remove un-used methods, add API documentation etc. Fix some other API documentation mistakes. svn path=/trunk/KDE/kdebase/apps/konsole/; revision=667129
-
Robert Knight authored
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=666992
-
- 20 May, 2007 7 commits
-
-
Robert Knight authored
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=666825
-
Robert Knight authored
Add internal support for choosing the tab bar's position with respect to the terminal display. Currently now defaults to positioning the tabs at the bottom of the screen as in KDE 3, haven't decided on what the final default setting will be. svn path=/trunk/KDE/kdebase/apps/konsole/; revision=666706
-
Robert Knight authored
Reimplement scrolling the display up and down using the keyboard. This is now done in the display rather than the emulation, which allows displays on the same session to be scrolled independantly, but doesn't respect the scroll commands defined in the key bindings file. svn path=/trunk/KDE/kdebase/apps/konsole/; revision=666607
-
Robert Knight authored
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=666592
-
Robert Knight authored
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=666493
-
Robert Knight authored
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=666487
-
Robert Knight authored
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=666484
-
- 19 May, 2007 2 commits
-
-
Robert Knight authored
Use color scheme's transparency to draw item backgrounds in color scheme list if compositing is available. Untested. svn path=/trunk/KDE/kdebase/apps/konsole/; revision=666405
-
Robert Knight authored
Fix primary/alternate shortcuts for next/previous tab (they were the wrong way round). More appropriate close icon in search bar. Make Quit menu item close only the current window, not all Konsole instances. Change the default shortcut for the Quit menu item to Ctrl+Shift+Q. The standard Ctrl+Q is reserved for use by terminal applications. Remove references to Application in MainWindow class. svn path=/trunk/KDE/kdebase/apps/konsole/; revision=666372
-
- 18 May, 2007 4 commits
-
-
Robert Knight authored
Rename History to Scrollback in the UI, to avoid confusion with shell's command history. Fixes to color scheme previewing in Edit Profile Dialog. Add a few icons here and there. Add full screen menu item. svn path=/trunk/KDE/kdebase/apps/konsole/; revision=665834
-
Robert Knight authored
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=665823
-
Robert Knight authored
Fix URL filters not being updated when scrolling the display. Fix URLs being left underlined when moving mouse outside of target area. svn path=/trunk/KDE/kdebase/apps/konsole/; revision=665822
-
Robert Knight authored
Tidy up and reorganise the header files and API for the Emulation classes, add more API documentation for the base Emulation class. Rename methods for consistancy and clarity. svn path=/trunk/KDE/kdebase/apps/konsole/; revision=665816
-
- 17 May, 2007 1 commit
-
-
Stephan Kulow authored
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=665703
-
- 16 May, 2007 1 commit
-
-
Robert Knight authored
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=665439
-
- 14 May, 2007 1 commit
-
-
Stephan Kulow authored
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=664556
-