View Issue Details

IDProjectCategoryView StatusLast Update
0000452ScribusUser Interfacepublic2024-11-22 13:30
Reportermalex Assigned Tonitramr  
PrioritynormalSeveritytweakReproducibilityalways
Status assignedResolutionopen 
Platformi386OSLinuxOS Version2.6
Product Version1.3 
Summary0000452: Tools>Bookmarks look is inconsistent with other dialogs
DescriptionChange the dialog look to resemble the "Layers" box.
Add buttons to manage bookmarks (Add, Delete, Rename).
TagsNo tags attached.
Patch

Relationships

related to 0017318 assignednitramr Add PDF options for annotation and bookmarks in properties palette 
related to 0000454 closednitramr Tools>Page Palette look need to be slightly tweaked and the name changed. 
related to 0000453 closednitramr Tools>Outline dialog should be made consistent with other dialogs. 
child of 0003207 acknowledged Metabug: PDF Bookmarks 

Activities

nitramr

2024-11-22 13:30

developer   ~0051632

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();
 }

Issue History

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