View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0010391 | Scribus | Text Frames / Story Editor | public | 2011-11-20 18:10 | 2015-10-27 23:47 |
| Reporter | Mike | Assigned To | jghali | ||
| Priority | low | Severity | feature | Reproducibility | N/A |
| Status | closed | Resolution | fixed | ||
| Platform | amd64 | OS | Ubuntu | OS Version | 10.10 |
| Product Version | 1.5.0svn | ||||
| Fixed in Version | 1.4.6.svn | ||||
| Summary | 0010391: add keyboard shortcut Ctrl+F to Search/Replace in Story Editor | ||||
| Description | add keyboard shorcut Ctrl+F to Search/Replace in Story Editor | ||||
| Tags | HOST-Oman | ||||
| Attached Files | issue10391.patch (1,189 bytes)
Index: scribus/ui/storyeditor.cpp
===================================================================
--- scribus/ui/storyeditor.cpp (revision 20473)
+++ scribus/ui/storyeditor.cpp (working copy)
@@ -1673,7 +1673,7 @@
seActions.insert("editPaste", new ScrAction(im->loadPixmap("16/edit-paste.png"), QPixmap(), "", Qt::CTRL+Qt::Key_V, this));
seActions.insert("editClear", new ScrAction(im->loadPixmap("16/edit-delete.png"), QPixmap(), "", Qt::Key_Delete, this));
seActions.insert("editSelectAll", new ScrAction(im->loadPixmap("16/edit-select-all.png"), QPixmap(), "", Qt::CTRL+Qt::Key_A, this));
- seActions.insert("editSearchReplace", new ScrAction(im->loadPixmap("16/edit-find-replace.png"), QPixmap(), "", QKeySequence(), this));
+ seActions.insert("editSearchReplace", new ScrAction(im->loadPixmap("16/edit-find-replace.png"), QPixmap(), "", Qt::CTRL+Qt::Key_F, this));
//seActions.insert("editEditStyle", new ScrAction("", QKeySequence(), this));
seActions.insert("editFontPreview", new ScrAction("", QKeySequence(), this));
seActions.insert("editUpdateFrame", new ScrAction(im->loadPixmap("compfile16.png"),im->loadPixmap("compfile.png"), "", Qt::CTRL+Qt::Key_U, this));
| ||||
| Patch | No | ||||
|
|
This feature is needed, indeed. Very useful in magazines context. |
|
|
I have fixed this issue. Please see the uploaded patch file. |
|
|
I've applied your patch. Thanks! |
|
|
Backported to 1.4.6svn |
|
|
Confirmed fix. Commited in r20499/20500 by Jean Patch provided IbtisamN from HOST-Oman |
|
|
Closing |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2011-11-20 18:10 | Mike | New Issue | |
| 2012-04-17 17:18 | adrianoafonso | Note Added: 0027948 | |
| 2015-09-17 20:08 | Kunda | Category | Story Editor / Text Frames => Story Ed/Txt Frames |
| 2015-09-17 20:12 | Kunda | Category | Story Ed/Txt Frames => Story Editor / Text Frames |
| 2015-10-19 21:44 | Kunda | Relationship added | related to 0010270 |
| 2015-10-27 04:36 | IbtisamN | Tag Attached: HOST-Oman | |
| 2015-10-27 04:38 | IbtisamN | File Added: issue10391.patch | |
| 2015-10-27 05:17 | IbtisamN | Note Added: 0036967 | |
| 2015-10-27 12:13 | jghali | Note Added: 0036981 | |
| 2015-10-27 12:13 | jghali | Status | new => resolved |
| 2015-10-27 12:13 | jghali | Fixed in Version | => 1.5.1svn |
| 2015-10-27 12:13 | jghali | Resolution | open => fixed |
| 2015-10-27 12:13 | jghali | Assigned To | => jghali |
| 2015-10-27 12:14 | jghali | Patch | => No |
| 2015-10-27 12:14 | jghali | Summary | add keyboard shorcut Ctrl+F to Search/Replace in Story Editor => add keyboard shortcut Ctrl+F to Search/Replace in Story Editor |
| 2015-10-27 12:32 | jghali | Note Added: 0036983 | |
| 2015-10-27 12:32 | jghali | Fixed in Version | 1.5.1svn => 1.4.6.svn |
| 2015-10-27 16:20 | Kunda | Note Added: 0036990 | |
| 2015-10-27 23:47 | Kunda | Note Added: 0037009 | |
| 2015-10-27 23:47 | Kunda | Status | resolved => closed |
| 2025-04-27 19:16 | cbradney | Category | Story Editor / Text Frames => Text Frames / Story Editor |