octave-patch-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-patch-tracker] [patch #8614] New gui icons


From: Dan Sebald
Subject: [Octave-patch-tracker] [patch #8614] New gui icons
Date: Sun, 01 Mar 2015 17:26:28 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:18.0) Gecko/20100101 Firefox/18.0 SeaMonkey/2.15

Follow-up Comment #4, patch #8614 (project octave):

One issue with the "play" icon is that it is used twice in the toolbar, for
both "save and run" and "continue".  After applying your latest patch and
replacing


  _run_action = add_action (_run_menu,  resource_manager::icon
("media-playback-start"),
          tr ("Save File and Run"), SLOT (request_run_file (bool)));


with


  _run_action = add_action (_run_menu,  resource_manager::icon
("system-run"),
          tr ("Save File and Run"), SLOT (request_run_file (bool)));


results in the gears icon for the default theme icons.  That would be my
preference (actually, the file with gears icon would make more sense because
it is both save and run--but of course that is clarified as part of the tool
tip).

The fallback icons are fine with me.  Just noting that, yes, the default icons
are more immediately understandable to me.  There's a moment of hesitation
when seeing the fallback icon set.  Just a matter of what one is used to
using--but naturally it only takes a couple minutes to become familiar.

I see that there is a big-gear icon associated with "Browse your files", I
assume because that drop-down menu has a lot of different capabilities.  Is
there another more appropriate icon?  I can't think of one.  A lot of the
actions there are associated with "path".  What are "Show Octave directory"
and "Set Octave directory" intended to do?  They are greyed even if I select
one of the directories in the file system list.

Also, note that next to the big-gear icon is an up arrow with tooltip "Move up
one directory".  At the top-middle of the main window is a similar action up
arrow.  The tool tip for that one reads "One directory up".  Consider making
those the same phrase because they are the same action.


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/patch/?8614>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]