View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0017330 | Scribus | User Interface | public | 2024-12-08 11:20 | 2024-12-08 11:41 |
| Reporter | nitramr | Assigned To | cbradney | ||
| Priority | normal | Severity | text | Reproducibility | N/A |
| Status | closed | Resolution | fixed | ||
| Platform | Desktop PC | OS | Ubuntu | OS Version | 24.10 64-bit |
| Product Version | 1.7.0.svn | ||||
| Target Version | 1.7.0 | Fixed in Version | 1.7.0.svn | ||
| Summary | 0017330: Add missing UI tooltips | ||||
| Description | I add some missing tooltips. Hint: most of the tooltips are completely new and never exists in previous Scribus versions. | ||||
| Tags | No tags attached. | ||||
| Attached Files | tooltip_2024-12-08_01.patch (2,615 bytes)
Index: scribus/ui/propertiespalette_fill.cpp
===================================================================
--- scribus/ui/propertiespalette_fill.cpp (Revision 26458)
+++ scribus/ui/propertiespalette_fill.cpp (Arbeitskopie)
@@ -737,7 +737,11 @@
{
retranslateUi(this);
- comboBlendmode->setToolTip( tr("Blendmode of fill"));
+ comboBlendmode->setToolTip(tr("Blendmode of fill"));
+ evenOdd->setToolTip(tr("Any path self-intersections or subpaths create holes in the fill (fill-rule: evenodd)"));
+ nonZero->setToolTip(tr("Fill is solid unless a subpath is counterdirectional (fill-rule: nonzero)"));
+ buttonFillColor->setPersistentToolTip(tr( "Color of fill"));
+ buttonFillMask->setPersistentToolTip(tr( "Mask of fill"));
}
void PropertiesPalette_Fill::unitChange()
Index: scribus/ui/propertiespalette_line.cpp
===================================================================
--- scribus/ui/propertiespalette_line.cpp (Revision 26458)
+++ scribus/ui/propertiespalette_line.cpp (Arbeitskopie)
void PropertiesPalette_Line::languageChange()
@@ -920,6 +920,8 @@
buttonMarkerEnd->setToolTip( tr("Marker style for end of line"));
buttonSwapMarker->setToolTip( tr("Swap start and end markers"));
comboBlendmode->setToolTip( tr("Blendmode of line"));
+ buttonLineColor->setPersistentToolTip(tr( "Color of line"));
+ buttonLineMask->setPersistentToolTip(tr( "Mask of line"));
}
void PropertiesPalette_Line::unitChange()
Index: scribus/ui/propertiespalette_shadow.cpp
===================================================================
--- scribus/ui/propertiespalette_shadow.cpp (Revision 26458)
+++ scribus/ui/propertiespalette_shadow.cpp (Arbeitskopie)
@@ -328,8 +328,15 @@
labelBlendmode->setText(tr( "Blendmode"));
labelErase->setText(tr( "Erase Fill"));
- buttonEraseShadow->setToolTip(tr( "Content covers Drop Shadow"));
- buttonInheritOpacity->setToolTip(tr( "Inherit Object Transparency"));
+ buttonEraseShadow->setToolTip(tr( "Content covers drop shadow"));
+ buttonInheritOpacity->setToolTip(tr( "Inherit object transparency"));
+ numberXOffset->setToolTip(tr( "Horizontal offset of the drop shadow"));
+ numberYOffset->setToolTip(tr( "Vertical offset of the drop shadow"));
+ numberBlurRadius->setToolTip(tr( "Blur radius of the drop shadow"));
+ numberOpacity->setToolTip(tr( "Opacity of the drop shadow"));
+ comboboxBlendMode->setToolTip(tr( "Blendmode of the drop shadow"));
+ switchHasShadow->setToolTip(tr( "If checked, the drop shadow is activated"));
+ buttonColor->setPersistentToolTip(tr( "Color of drop shadow"));
}
void PropertiesPalette_Shadow::iconSetChange()
| ||||
| Patch | Yes | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2024-12-08 11:20 | nitramr | New Issue | |
| 2024-12-08 11:20 | nitramr | Status | new => assigned |
| 2024-12-08 11:20 | nitramr | Assigned To | => cbradney |
| 2024-12-08 11:20 | nitramr | File Added: files.zip | |
| 2024-12-08 11:20 | nitramr | File Added: tooltip_2024-12-08_01.patch | |
| 2024-12-08 11:39 | cbradney | Status | assigned => resolved |
| 2024-12-08 11:39 | cbradney | Resolution | open => fixed |
| 2024-12-08 11:39 | cbradney | Fixed in Version | => 1.7.0.svn |
| 2024-12-08 11:41 | cbradney | Status | resolved => closed |