Opened 13 years ago

Closed 12 years ago

#2730 closed enhancement (fixed)

Measure activity has a mysterious dot in the capture settings

Reported by: greenfeld Owned by: walter
Priority: Unspecified by Maintainer Milestone: Unspecified
Component: Measure Version: 0.92.x
Severity: Minor Keywords:
Cc: Distribution/OS: OLPC
Bug Status: Unconfirmed

Description

The Measure activity (version 36, as well as maybe some prior) has a mysterious gray dot as the first item in the capture settings area next to the Sampling interval/"Capture Now" control. I cannot figure out what it does, as driving the display to clipping or toggling if Capturing and/or Recording is active does not affect the results.

This dot appears in both the 0.92-style new menu system as well as the old 0.84-style menu system. If it is a real control that isn't broken, perhaps it needs a mouseover tooltip or something to explain it?

Change History (3)

comment:1 Changed 13 years ago by greenfeld

  • Component changed from untriaged to Measure
  • Owner set to walter

comment:2 Changed 13 years ago by walter

  • Status changed from new to assigned

It is supposed to be the "sample rate.svg" icon, but there is apparently a regression in the code:

self.loginterval_img = gtk.Image()
self.loginterval_img.set_from_file(ICONS_DIR + 'sample_rate.svg')
self.loginterval_img_tool = gtk.ToolItem()
self.loginterval_img_tool.add(self.loginterval_img)
self.insert(self.loginterval_img_tool, -1)

The intent had been to have an icon to show graphically what the combo box was all about. Not sure it is really necessary, but I'll try to figure out why the graphics are broken.

comment:3 Changed 12 years ago by walter

  • Resolution set to fixed
  • Status changed from assigned to closed

removed in v36

Note: See TracTickets for help on using tickets.