View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0016176 | Scribus | Usability | public | 2020-07-19 13:30 | 2020-11-07 14:52 |
Reporter | ale | Assigned To | ale | ||
Priority | normal | Severity | feature | Reproducibility | N/A |
Status | closed | Resolution | fixed | ||
Product Version | 1.5.6.svn | ||||
Target Version | Fixed in Version | 1.5.6.svn | |||
Summary | 0016176: By default select all files that can be recovered | ||||
Description | just check the checkboxes when showing the dialog... | ||||
Tags | No tags attached. | ||||
Patch | Yes | ||||
|
recover-select.diff (942 bytes)
diff --git a/scribus/ui/recoverdialog.cpp b/scribus/ui/recoverdialog.cpp index a1120ab8e..03e608c80 100644 --- a/scribus/ui/recoverdialog.cpp +++ b/scribus/ui/recoverdialog.cpp @@ -50,6 +50,7 @@ RecoverDialog::RecoverDialog(QWidget* parent, const QStringList& files) : QDialo filesList->horizontalHeaderItem(0)->setToolTip("<qt>" + tr("Click here to toggle your choice") + "</qt>" ); filesList->horizontalHeaderItem(3)->setToolTip("<qt>" + tr("Autosaved files are files are automatically saved versions of a document that was opened in a previous Scribus session.") + "<br>" + "Emergency files are files that Scribus was able to salvage after a crash." + "</qt>" ); updateFilesTable(); + toggleAllfromHeader(0); connect(buttonRecover, SIGNAL(clicked()), this, SLOT(doRecover())); connect(buttonRemove, SIGNAL(clicked()), this, SLOT(doRemove())); connect(header, SIGNAL(sectionClicked(int)), this, SLOT(toggleAllfromHeader(int))); |
Date Modified | Username | Field | Change |
---|---|---|---|
2020-07-19 13:30 | ale | New Issue | |
2020-07-19 13:30 | ale | File Added: recover-select.diff | |
2020-09-28 21:55 | jghali | Assigned To | => ale |
2020-09-28 21:55 | jghali | Status | new => resolved |
2020-09-28 21:55 | jghali | Resolution | open => fixed |
2020-09-28 21:55 | jghali | Fixed in Version | => 1.5.6.svn |
2020-09-28 21:56 | jghali | Summary | PATCH: by default select all files that can be recovered => By default select all files that can be recovered |
2020-11-07 14:52 | cbradney | Status | resolved => closed |