| Summary: | add changing data file support to the dcop interface | ||
|---|---|---|---|
| Product: | [Applications] kst | Reporter: | Nicolas Brisset <nicolas.brisset> |
| Component: | general | Assignee: | George Staikos <staikos> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | ||
| Priority: | NOR | ||
| Version First Reported In: | 1.x | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Solaris | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Nicolas Brisset
2005-01-06 15:53:39 UTC
The preferred method for changing all files with data file X to data file Y is to use an indirect file (.cur). I will add the following DCOP calls: bool changeDataFile(const QString& fileName); bool changeDataFile(const QString& vector, const QString& fileName); bool changeDataFiles(const QStringList& vectors, const QString& fileName); CVS commit by staikos: - fix locking issues detected when reviewing kstchangefiledialog - add dcop interfaces to change files for vectors FEATURE: 96445 M +7 -5 kstchangefiledialog_i.cpp 1.32 M +7 -0 kstiface.h 1.32 M +82 -0 kstiface_impl.cpp 1.61 M +7 -0 kstiface_impl.h 1.29 |