Ever thought about changing the name?  Every time I see this mentioned
I think it's a version of Leo written in C. (c-leo)

On Jan 19, 11:16 am, Terry Brown <[email protected]> wrote:
> See attached screenshot.
>
> Rather than a right-button pop-up it's using a tab for now, when the qt
> gui settles down I might switch to popping up this same interface (i.e.
> pop-up what's appearing in the tab in the screenshot).
>
> It's neat, roll the mouse wheel on the time or progress inputs and all
> the little dials adjust in an appropriately hierarchical manner.
>
> The dials replace the bars cleo used to draw on the canvas, the dials
> are just icons, in fact from Qt's point on view the priority / status /
> progress image is just one icon.  Icon ordering is configurable.
>
> I've only ported the priority / progress / time parts.  Simple setting
> of foreground and background color should be in the core I think, a
> previous conversation tended that way.  Coloring (fg and bg) based on
> node type seems like something that should be in a separate plugin to
> me.
>
> If you use cleo let me know how the above fits with your use.
>
> > It's time to merge the api-for-redraw branch into the trunk...
>
> I just encountered some excessive redraw issues with cleo and found a
> decorator like this:
>
> def redrawer(fn):
>     def new(self, *args, **kargs):
>         self.redrawLevels += 1
>         ans = fn(self,*args, **kargs)
>         self.redrawLevels -= 1
>         if self.redrawLevels == 0:
>             self.redraw()
>         return ans
>     return new
>
> useful.  Maybe, haven't included that code yet.
>
> This version of cleo's not on the trunk yet, coming either today or
> tomorrow.
>
> Cheers -Terry
>
>  cleoqtdemo.png
> 168KViewDownload
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/leo-editor?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to