Summary: | Prompt to use wizard or open file on kst start | ||
---|---|---|---|
Product: | [Applications] kst | Reporter: | Rick Chern <rchern> |
Component: | general | Assignee: | Rick Chern <rchern> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | 1.x | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Rick Chern
2004-08-18 22:13:41 UTC
I will start working on this if there are no objections. I surveyed the BLAST team on this. 4 in favor of the current behavior. 1 in favor of a popup as suggested (needs variety of options) 1 in favor of a jpg (?????) [this is probably a joke]. So - if you are going to do this, make it user-turn-offable.... cbn On August 25, 2004 03:02 pm, Rick Chern wrote: > ------- You are receiving this mail because: ------- > You are the assignee for the bug, or are watching the assignee. > > http://bugs.kde.org/show_bug.cgi?id=87465 > rchern interchange ubc ca changed: > > What |Removed |Added > --------------------------------------------------------------------------- >- AssignedTo|kst kde org |rchern interchange ubc ca > Status|NEW |ASSIGNED > > > > ------- Additional Comments From rchern interchange ubc ca 2004-08-25 > 21:02 ------- I will start working on this if there are no objections. > _______________________________________________ > Kst mailing list > Kst@kde.org > https://mail.kde.org/mailman/listinfo/kst The startup dialog looks good. I think if one enters a valid data source, and clicks on "datawizard", the datawizard should start at the field selection pane, not at the data source selection (normal data wizard start), as one has already selectetd the data. CVS commit by rchern: Clean up the quickstart dialog and implement its remaining functionality. CCMAIL: 87465@bugs.kde.org M +6 -2 kst.cpp 1.221 M +1 -1 kst.h 1.104 M +12 -1 kstquickstartdialog_i.cpp 1.3 M +215 -154 quickstartdialog.ui 1.2 The file field is intended to be associated with the "Recent Files" list, so I think it makes sense to only use it for *.kst files (in the latest dialog, this is made more clear by grouping the two together, and by separating the Data Wizard... button from the other buttons). CVS commit by rchern: Change caption to indicate that files are Kst session files, not data files. Choosing a data file for the data wizard is still one click away (clicking the Data Wizard... button) CCMAIL: 87465-done@bugs.kde.org M +1 -1 quickstartdialog.ui 1.3 --- kdeextragear-2/kst/kst/quickstartdialog.ui #1.2:1.3 @@ -119,5 +119,5 @@ </property> <property name="title"> - <string>Open an existing file</string> + <string>Open an existing Kst session</string> </property> <grid> |