2435 Commits (64cc349e8b4cd4f51b1918410bfbdf2b6b3f67cb)
 

Author SHA1 Message Date
Script Kiddy 64cc349e8b SVN_SILENT made messages (.desktop file) 19 years ago
Robert Knight ee0292806c Display a warning label in the colour scheme editor if transparency is not available. 19 years ago
Robert Knight 794e57b9a4 Make use of window transparency setting in the color scheme when compositing support is available. 19 years ago
Robert Knight 53d5b76910 Allow tab titles to include the window title set by the shell. Fix arithmetic exception when trying to shrink/expand the current view if it is the only view open. 19 years ago
Robert Knight 07b1e29c0c Provide more sensible suggestions for bookmark names. Make suggestions context ( local vs. remote ) sensitive. 19 years ago
Robert Knight e9c4c9cca0 Cleanup the Session class's API. Remove redundant and unused methods, give better names to others, reorganise the order in the header file. Add checks in the view to behave properly when it is not attached to a session. Make the Konsole part's behaviour compliant with the TerminalInterface API documentation. 19 years ago
Robert Knight 2b75ba0647 Add a TODO list with features to implement, known bugs to squash, testing to do, user interface issues to look at and "artwork" to do before release. Help from others would particularly be appreciated with respect to testing and UI issues. Especially unicode support testing. (Also add menu items that I forgot in a previous commit) 19 years ago
Robert Knight 35792c6fa3 Use inline editing for the tab title formats. 19 years ago
Robert Knight 33e1a53cf8 Fix crash when changing color scheme if none in the list were previously checked. Add API documentation. 19 years ago
Robert Knight c43d476a1d Menu items and keyboard shortcuts to change the size of the current view in split-view mode. Use Ctrl+Shift+[ to shrink the size of the current view by 10% and Ctrl+Shift+] to increase the size of the current view by 10% 19 years ago
Dirk Mueller 9ea3227384 include cleanup 19 years ago
Robert Knight 33c913383d EBN fixes. Mostly copyright and implementations including their own headers first. 19 years ago
Stephan Binner c7debcd41a i18n style guide fixes 19 years ago
Laurent Montel 57059a4d41 Disable enable final when it's not possible to build it 19 years ago
Laurent Montel aa73943705 Add Q_INTERFACE to fix warning 19 years ago
Robert Knight 955b371745 Revert back to the hardcoded xfree4.0.0 keyboard layout by default until I put this in its own keytab file where it belongs. Keep dirk happy :) 19 years ago
Robert Knight 8a2bf09d96 Make history options, manage profiles and edit current profile dialog non-modal as suggested. 19 years ago
Robert Knight df5b3c08ff Rearrange the developer documentation folder. Add some notes on compliance with the KDE 4 HIG / dialog design ( basically a TODO of problems to fix ). Small tweaks to the Edit Profile dialog. 19 years ago
Robert Knight 0ab65a6fe4 Use a more correct method to determine the foreground process in the terminal. Works properly with nested shells. 19 years ago
Robert Knight d7f197448f Remove the 'Merge Windows' menu item for now as it is non-functional. I will need to implement it properly later. 19 years ago
Thomas Reitelbach b0008e109d typo corrections 19 years ago
Robert Knight 622cae74e5 Methods to set and get the settings used when clicking on the 'Defaults' button in the History Options dialog. Eventually this should mean using the current profile's history settings. 19 years ago
Robert Knight 1ff1400940 Put the space between the tab bar and the main window in the view container (ie. the tab container) rather than the main window - so that it disappears when the tab bar is hidden. 19 years ago
Laurent Montel a95ff80555 Make default button works 19 years ago
Laurent Montel d34833647d Not necessary (it's ported to xdg mimetype) 19 years ago
Stephan Binner f9ef188694 fix pedantic compilation 19 years ago
Stephan Binner 57f4af2088 no ";" after namespace declaration 19 years ago
Script Kiddy d7acf3ad86 SVN_SILENT made messages (.desktop file) 19 years ago
Robert Knight 2cc0183729 When a session closes, switch to the previous view before deleting the session's displays. This (in most cases) prevents the 'flash' which occurs as one view disappears but before Konsole has switched to the next view. 19 years ago
Robert Knight 50e86f8fc6 Remove a work-around that now seems unnecessary. 19 years ago
Robert Knight be40ff2b0e Sort color schemes and key bindings lists. 19 years ago
Robert Knight 0f9cdfe2db Set session title to profile name when created. Rename tab dialog changes the tab title format rather than the session's title itself. 19 years ago
Robert Knight 63bc8dcf3d Fix unpreview on exit. Attempt #2. Remove properties from the 'to unpreview' list when saving changes. 19 years ago
Robert Knight fe5f371635 Update color scheme and key bindings list correctly after creating a new scheme/list. Save new schemes / bindings lists under a different name from the one used as a template. Get/set the description in the key binding editor. 19 years ago
Robert Knight 19a29d182a Rename directories for clarity. konsole -> src , other -> data. 19 years ago
Robert Knight 88b3a842f5 Remove old settings from compilation and put in the old source folder 19 years ago
Robert Knight 41edc27ede Remove a number of older color schemes from the default installation. Remember to unpreview changes if the edit profile dialog is not accepted. 19 years ago
Robert Knight de7006ddf4 Move code from old front-end into a separate directory. It is still useful as a reference. 19 years ago
Robert Knight 5d95eeca26 Include arguments when setting text of command field. 19 years ago
Robert Knight 38ba5d0e24 Do not 'un-preview' profile properties which have been changed. Read and write initial working directory setting. 19 years ago
Robert Knight d36b16c681 Rename Session->Profile is manage profiles dialog. Add tooltips in edit profile dialog. Some progress on loading and displaying keyboard bindings. 19 years ago
Robert Knight 544a0811c8 Start of dialog to edit key bindings. 19 years ago
Robert Knight 2c6b36ac37 Respect 'Show Menu Bar' and tab bar display mode profile settings. 19 years ago
Robert Knight cda9c08339 Make deletion of color schemes persistant. 19 years ago
Robert Knight 9678685ca3 Preview font changes in the font selector dialog in open terminal displays. 19 years ago
Robert Knight 1fc4922056 Live previews of color schemes and fonts. Moving the mouse over a color scheme in the list temporarily changes the colors of all open terminal displays using the current profile to that color scheme. 19 years ago
Robert Knight d3a09212e9 Draw border around selected color scheme in list. Use bold font for drawing name of color scheme currently in use. Consistancy, use 'const ColorScheme*' outside of ColorSchemeManager. 19 years ago
Robert Knight f18a8bba8f Add dialog for editing color schemes. Implement basic editing, applying changes and saving of color schemes. 19 years ago
Robert Knight 329c063d28 Fix setting newly created profiles as the default. Update color scheme setting in profile when double clicking on entry in color scheme list. 19 years ago
Robert Knight e6e46e606d Save, load & apply cursor shape, cursor color and double click word characters. Add fallback defaults for more properties. 19 years ago