2255 Commits (576d1c39712d993f9e266459b9b7689320f19376)
 

Author SHA1 Message Date
Robert Knight 576d1c3971 * Moved session action layout into a separate XML file. I'm still a bit new to this 19 years ago
Robert Knight b7b9e626c5 * Add icons for various actions 19 years ago
Robert Knight 1343a6d748 Tidy up the structure of the mysterious 'other' Konsole data directory. Put keyboard layouts, colour schemes and session types in their own respective directories. Everything is still installed to the same folder at the moment. 19 years ago
Robert Knight 242e18a98a Work done during my short holiday: 19 years ago
Robert Knight 6ae999271d Add beginnings of a XMLGUI-based menu to Konsole. 20 years ago
Robert Knight 13ba26378f * It is time to bite the bullet. This is the beginnings of an attempt to rewrite 20 years ago
Robert Knight 83490dfc1a Design discussed here is out-of-date 20 years ago
Robert Knight 3aada52d4b Forward port fix for #139225. 20 years ago
Robert Knight 213fb02c7c Merge changes in trunk from r. 611400. Use KIcon instead of depreciated SmallIconSet. More work on fixing word selection. 20 years ago
Robert Knight 0556237ae5 Ensure that both displays are set to an equal size when the view is first split. 20 years ago
Robert Knight c4e54b30b8 Only scroll the used area of the terminal display in TEWidget::scrollImage() 20 years ago
Robert Knight a449d1fd31 When the terminal display is updated with a new image which is smaller than the previous image, ensure that the area outside the new image is cleared. Use correct offset of displayed character area in TEWidget::scrollImage() instead of hardcoded values. 20 years ago
Robert Knight 8aad8bb492 Merge changes from trunk. 20 years ago
Robert Knight 97f9f76439 Correct calculation of colour values in 256-colour mode. The previous colours were a little too dim. Patch by Tom Schumm ( gentoo@phong.org ) 20 years ago
Robert Knight 3edfb962c3 More readable member variable names in TESession. Remove warnings around code in Konsole class which is disabled whilst I port to the new view system. 20 years ago
Robert Knight 403cae6961 Add a new view to each container when a new session is created. Resizing the split-view gets quite slow if there are lots of sessions open, will need to address that later. 20 years ago
Robert Knight 8774a55589 Add a new type of view container which uses a QStackedWidget. This avoids the irritating frame around the QTabWidget which appears even when the tab bar is hidden. 20 years ago
Robert Knight fd45655f22 Temporary updates to konsole-part to make it build with new session interface. Will get back to this once the changes in the main Konsole application are done. 20 years ago
Robert Knight 0b72f1d0ff Use icon for split-view menu action. Add TODO list for split-view branch. 20 years ago
Robert Knight 6424e82ed7 Automatically detach session from view when view is deleted. 20 years ago
Robert Knight 7ebf1ae3b5 Don't crash when unsplitting view - Detach views from sessions before deleting the view. 20 years ago
Robert Knight f29e78d3c8 * Don't use id numbers to reference color schemes internally, share a pointer to 20 years ago
Robert Knight b185df01ae Add monitor for activity, monitor for silence and close session to the new tabbed view context menu. Make session instances delete all attached views when destroyed. 20 years ago
Robert Knight 9cec0f3964 Show the context menu for the right widget when right-clicking on a tab. Implement renaming of sessions via tab context menu. 20 years ago
Robert Knight 4c90cf8612 Merge changes from trunk since 598428 20 years ago
Robert Knight 6eb781d826 Add context menu to tabbed view container. Move tab color selection from Konsole class to TabbedViewContainer class. 20 years ago
Thiago Macieira fb5e1fdbcf These files aren't hand-edited, so they don't have to be in Subversion 20 years ago
Robert Knight 09a52c67d6 Add NavigationItem class which provides information (eg. associated title and icons) to the view containers ( eg. the tab widget ) about the views they contain. 20 years ago
Thiago Macieira c9ef77bb4b Rename the interface to KonsoleScripting. 20 years ago
Thiago Macieira e0e6faa0e6 Regenerated adaptors. The interface is now working again. 20 years ago
Thiago Macieira ba2b3397c7 Prepare for the regerenated adaptor. Why are these functions all 20 years ago
Thiago Macieira 2ae9e88d92 These two adaptors aren't part of KonsolePart, since the binary isn't 20 years ago
Thiago Macieira 389e391b70 Rename interface from Session.Scripting to SessionScripting. 20 years ago
Thiago Macieira ac2cb50a68 Make some methods properties instead. 20 years ago
Thiago Macieira fcd815256c Fix the selection of a session ID. 20 years ago
Robert Knight 7b97da817e Comment out code related to the old tab widget and terminal displays. 20 years ago
Laurent Montel bf221739e4 Apply Alex patch (now we can use enable-final argument 20 years ago
George Staikos f4cc32d836 make it compile with gcc 3.3. the inlined switch() is an issue. Also while 20 years ago
Robert Knight 3ba6b7ae46 Add copyright notices and compile. 20 years ago
Robert Knight abfb1878db Initial import of classes which can manage a hierarchy of resizeable views. 20 years ago
Daniel Teske 99b85a9dcf KBookmarkManager::managerForFile and KBookmarkOwner::openBookmark changes. 20 years ago
Thiago Macieira 4f49575477 Don't register the wrong name on D-Bus 20 years ago
Laurent Montel bd323ae118 Necessary to change KDE4_AUTOMOC macro to support 20 years ago
Robert Knight d67c139597 Consistant naming of source files in the emulation backend. 20 years ago
Robert Knight 12a859ec77 Header cleanup. Removed bizarre code for supposedly detecting non-responsive sessions when closing because it doesn't work - now the Konsole window disappears instantly when the close button is clicked and there are lots of sessions open. 20 years ago
Chusslove Illich 9e64a86323 i18n fixes. 20 years ago
Kurt Hindenburg 9aa1eb8d87 Change email address. 20 years ago
Robert Knight 5ed6d00cff Tidy up and de-geekify text in Konsole's about dialog. Link to XRender library if available and refactor transparency setup code. 20 years ago
Daniel Teske d58c317c33 Port to kio/bookmark changes. 20 years ago
Robert Knight 5db0455ade Port Konsole settings dialog to uic4. Patch by Leandro Lopez. 20 years ago