View Issue Details

IDProjectCategoryView StatusLast Update
0013321ScribusUser Interfacepublic2015-08-30 14:54
ReporterFirasH Assigned ToFirasH  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version1.5.1svn 
Fixed in Version1.5.1svn 
Summary0013321: Add tooltip for chain icon in File > New
DescriptionAdd tooltip for chain icon in File > New.
TagsNo tags attached.
PatchYes

Relationships

related to 0013197 closedjghali in file > new, "chaining" should make all values equal 

Activities

2015-08-29 22:07

 

13197-Patch.diff (2,076 bytes)   

diff --git a/scribus/ui/marginwidget.cpp b/scribus/ui/marginwidget.cpp
--- a/scribus/ui/marginwidget.cpp
+++ b/scribus/ui/marginwidget.cpp
@@ -144,11 +144,12 @@
 		BleedBottom->setToolTip( "<qt>" + tr( "Distance for bleed from the bottom of the physical page" ) + "</qt>" );
 		BleedLeft->setToolTip( "<qt>" + tr( "Distance for bleed from the left of the physical page" ) + "</qt>" );
 		BleedRight->setToolTip( "<qt>" + tr( "Distance for bleed from the right of the physical page" )  + "</qt>");
-		connect(linkBleeds, SIGNAL(clicked()), this, SLOT(slotLinkBleeds()));
+		linkBleeds->setToolTip( "<qt>" + tr( "Ensure all bleeds have the same value" )  + "</qt>");
 		connect(BleedLeft, SIGNAL(valueChanged(double)), this, SLOT(changeBleeds()));
 		connect(BleedRight, SIGNAL(valueChanged(double)), this, SLOT(changeBleeds()));
 		connect(BleedTop, SIGNAL(valueChanged(double)), this, SLOT(changeBleeds()));
 		connect(BleedBottom, SIGNAL(valueChanged(double)), this, SLOT(changeBleeds()));
+		connect(linkBleeds, SIGNAL(clicked()), this, SLOT(slotLinkBleeds()));
 		addTab(bleedPage, tr("Bleeds"));
 	}
 
@@ -157,8 +158,9 @@
 	bottomR->setToolTip( "<qt>" + tr( "Distance between the bottom margin guide and the edge of the page" ) + "</qt>");
 	leftR->setToolTip( "<qt>" + tr( "Distance between the left margin guide and the edge of the page. If a double-sided, 3 or 4-fold layout is selected, this margin space can be used to achieve the correct margins for binding.") + "</qt>");
 	rightR->setToolTip( "<qt>" + tr( "Distance between the right margin guide and the edge of the page. If a double-sided, 3 or 4-fold layout is selected, this margin space can be used to achieve the correct margins for binding.") + "</qt>");
+	linkMargins->setToolTip( "<qt>" + tr( "Ensure all margins have the same value") + "</qt>");
 
-		// signals&slots
+	// signals&slots
 	connect(topR, SIGNAL(valueChanged(double)), this, SLOT(setTop()));
 	connect(bottomR, SIGNAL(valueChanged(double)), this, SLOT(setBottom()));
 	connect(leftR, SIGNAL(valueChanged(double)), this, SLOT(setLeft()));
13197-Patch.diff (2,076 bytes)   

FirasH

2015-08-30 14:54

reporter   ~0036123

Thanks jghali!
Committed in 1.5.1.svn (20352).

Issue History

Date Modified Username Field Change
2015-08-29 22:24 FirasH New Issue
2015-08-29 22:24 FirasH Status new => assigned
2015-08-29 22:24 FirasH Assigned To => jghali
2015-08-29 22:24 FirasH Issue generated from: 0013197
2015-08-29 22:24 FirasH Patch No => Yes
2015-08-29 22:26 Kunda Relationship added related to 0013197
2015-08-30 08:59 cbradney Status assigned => resolved
2015-08-30 08:59 cbradney Fixed in Version => 1.5.1svn
2015-08-30 08:59 cbradney Resolution open => fixed
2015-08-30 08:59 cbradney Assigned To jghali => FirasH
2015-08-30 14:54 FirasH Note Added: 0036123
2015-08-30 14:54 FirasH Status resolved => closed