Summary: | Allow option to read tab titles and tab commands from file | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | Kurt Hindenburg <khindenburg> |
Component: | general | Assignee: | Konsole Developer <konsole-devel> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Unspecified | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Patch against trunk to read from file |
Description
Kurt Hindenburg
2010-04-26 04:01:55 UTC
Created attachment 43056 [details]
Patch against trunk to read from file
I changed a few things:
a) ;; is used as a seperator to simplify parsing
b) separate the functions
SVN commit 1121586 by hindenburg: Allow tab commands and their titles to be read from a file on the command line. # Examples below: title Heading to earth;; command: ssh earth title Top this!;; top Original patch by Thomas Dreibholz; hacking/changes/bugs are all mine. BUG: 235410 M +112 -2 Application.cpp M +2 -0 Application.h M +1 -0 main.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1121586 |