View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000452 | Scribus | User Interface | public | 2004-04-08 07:01 | 2024-11-22 13:30 |
Reporter | malex | Assigned To | nitramr | ||
Priority | normal | Severity | tweak | Reproducibility | always |
Status | assigned | Resolution | open | ||
Platform | i386 | OS | Linux | OS Version | 2.6 |
Product Version | 1.3 | ||||
Summary | 0000452: Tools>Bookmarks look is inconsistent with other dialogs | ||||
Description | Change the dialog look to resemble the "Layers" box. Add buttons to manage bookmarks (Add, Delete, Rename). | ||||
Tags | No tags attached. | ||||
Patch | |||||
related to | 0017318 | assigned | nitramr | Add PDF options for annotation and bookmarks in properties palette |
related to | 0000454 | closed | nitramr | Tools>Page Palette look need to be slightly tweaked and the name changed. |
related to | 0000453 | closed | nitramr | Tools>Outline dialog should be made consistent with other dialogs. |
child of | 0003207 | acknowledged | Metabug: PDF Bookmarks |
|
Add and remove bookmark function is added by this task in PP https://bugs.scribus.net/view.php?id=17318 I have to think about a smart integration in bookmarks palette too. For now, I just fixed some layout issues with the attached patch. But this doesn't solve this task. bookmark_2024-11-22_01.patch (644 bytes)
Index: scribus/ui/bookmarkpalette.cpp =================================================================== --- scribus/ui/bookmarkpalette.cpp (Revision 26446) +++ scribus/ui/bookmarkpalette.cpp (Arbeitskopie) @@ -28,10 +28,10 @@ BookPalette::BookPalette(QWidget* parent) : DockPanelBase( "Books", "panel-bookmarks", parent ) { setObjectName(QString::fromLocal8Bit("Books")); - setContentsMargins(3, 3, 3, 3); setMinimumSize( QSize(220, 240) ); setSizePolicy( QSizePolicy(QSizePolicy::Minimum, QSizePolicy::Minimum)); BView = new BookmarkView(this); + BView->setFrameStyle(QFrame::NoFrame); setWidget( BView ); languageChange(); } |
Date Modified | Username | Field | Change |
---|---|---|---|
2004-04-08 07:01 | malex | New Issue | |
2004-04-08 09:43 | cbradney | View Status | @0@ => public |
2004-04-08 09:43 | cbradney | Description Updated | |
2006-02-06 17:27 | jo-hannes | Status | new => acknowledged |
2006-02-06 17:27 | jo-hannes | Product Version | 1.1.6 => 1.3 |
2006-02-06 17:28 | jo-hannes | Relationship added | related to 0000454 |
2006-02-06 17:29 | jo-hannes | Relationship added | related to 0000453 |
2006-02-09 23:24 | jo-hannes | Relationship added | child of 0003207 |
2024-10-20 18:16 | cbradney | Assigned To | => nitramr |
2024-10-20 18:16 | cbradney | Status | acknowledged => assigned |
2024-11-22 13:27 | nitramr | Relationship added | related to 0017318 |
2024-11-22 13:30 | nitramr | Note Added: 0051632 | |
2024-11-22 13:30 | nitramr | File Added: bookmark_2024-11-22_01.patch |