View Issue Details

IDProjectCategoryView StatusLast Update
0013192ScribusUsabilitypublic2015-10-04 16:32
ReporterKunda Assigned To 
PrioritylowSeverityminorReproducibilityhave not tried
Status closedResolutionno change required 
PlatformMacOSXOSYosemiteOS Version10.10.3
Product Version1.5.1svn 
Summary0013192: [Patch] Preferences > User Interface > Image Cache tooltips
DescriptionImage Cache elements need uniform tool tips
Add periods to the end of the following tooltips:
'Cache Entry Limit'
'Compression level'

Cache Limit Size: Maximum capacity of the Image Cache file/directory
Cache Entry Limit: ?
Compression level: ?

The tab menu is pretty sparse and since we can't link to the Help manual (0009507) while Preferences dialog is open, Perhaps we can add more content to explain Image Cache
TagsNo tags attached.
PatchYes

Relationships

related to 0013191 closedcbradney [Tooltips] Preferences > User Interface > Interactivity tab  
child of 0009507 new Modal dialogs block access to the Help Browser 

Activities

Kunda

2015-06-30 20:05

updater  

Kunda

2015-09-30 17:30

updater   ~0036456

Firash, I was hovering the mouse over the descriptions and not the text fields.
Updated the description.

Kunda

2015-10-02 23:43

updater  

imagecache-tooltip.patch (1,315 bytes)   
diff --git a/scribus/ui/prefs_imagecache.cpp b/scribus/ui/prefs_imagecache.cpp
index d2130bb..fe7dedd 100644
--- a/scribus/ui/prefs_imagecache.cpp
+++ b/scribus/ui/prefs_imagecache.cpp
@@ -26,8 +26,8 @@ Prefs_ImageCache::~Prefs_ImageCache()
 void Prefs_ImageCache::languageChange()
 {
 	enableImageCacheCheckBox->setToolTip( "<qt>" + tr( "Enabling the image cache will significantly speed up the loading of images. Enable the cache if you are often working on large documents with lots of images and if you have plenty of disk space in your application data directory." ) + "</qt>" );
-	cacheSizeLimitSpinBox->setToolTip( "<qt>"+ tr("Limit the total size of all files in the image cache directory to this amount")+"</qt>" );
-	cacheEntryLimitSpinBox->setToolTip( "<qt>" + tr( "Limit the number of cache entries to this number" ) + "</qt>" );
+	cacheSizeLimitSpinBox->setToolTip( "<qt>"+ tr("Limit the total size of all files in the image cache directory to this amount.")+"</qt>" );
+	cacheEntryLimitSpinBox->setToolTip( "<qt>" + tr( "Limit the number of cache entries to this number." ) + "</qt>" );
 	compressionLevelSpinBox->setToolTip( "<qt>" + tr( "Set the level of compression for images in the cache. Higher values result in smaller cache files but also make writes to the cache slower." ) + "</qt>" );
 }
 
imagecache-tooltip.patch (1,315 bytes)   

Kunda

2015-10-02 23:43

updater   ~0036487

Added tooltip patch

cbradney

2015-10-04 16:17

administrator   ~0036506

The patch is incorrect.. no full stops should be there. Single sentence tooltips should not end in a .

Kunda

2015-10-04 16:32

updater   ~0036507

Good to know. Thanks for the heads up. Closing

Issue History

Date Modified Username Field Change
2015-06-30 20:05 Kunda New Issue
2015-06-30 20:05 Kunda File Added: Screenshot 2015-06-30 15.04.43.png
2015-06-30 20:05 Kunda Issue generated from: 0013191
2015-06-30 20:05 Kunda Relationship added related to 0013191
2015-06-30 20:06 Kunda Relationship added child of 0009507
2015-09-28 15:14 Kunda Assigned To => FirasH
2015-09-28 15:14 Kunda Status new => assigned
2015-09-30 17:30 Kunda Note Added: 0036456
2015-09-30 17:30 Kunda Description Updated
2015-10-02 23:43 Kunda File Added: imagecache-tooltip.patch
2015-10-02 23:43 Kunda Assigned To FirasH => Kunda
2015-10-02 23:43 Kunda Note Added: 0036487
2015-10-02 23:43 Kunda Patch No => Yes
2015-10-04 15:06 Kunda Summary [Tooltips] Preferences > User Interface > Image Cache => [Patch] Preferences > User Interface > Image Cache tooltips
2015-10-04 16:17 cbradney Note Added: 0036506
2015-10-04 16:32 Kunda Note Added: 0036507
2015-10-04 16:32 Kunda Status assigned => closed
2015-10-04 16:32 Kunda Assigned To Kunda =>
2015-10-04 16:32 Kunda Resolution open => no change required