[bug] useless buttons in the toolbar?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
9 messages Options
Reply | Threaded
Open this post in threaded view
|

[bug] useless buttons in the toolbar?

Paolo Bonzini-3
Issue status update for
http://smalltalk.gnu.org/node/382
Post a follow up:
http://smalltalk.gnu.org/project/comments/add/382

 Project:      GNU Smalltalk
 Version:      <none>
 Component:    VisualGST
 Category:     bug reports
 Priority:     critical
 Assigned to:  Unassigned
 Reported by:  bonzinip
 Updated by:   bonzinip
 Status:       active

Also, what is the text pane for? Why is it not everywhere?




_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: [bug] useless buttons in the toolbar?

Paolo Bonzini-3
Issue status update for
http://smalltalk.gnu.org/project/issue/382
Post a follow up:
http://smalltalk.gnu.org/project/comments/add/382

 Project:      GNU Smalltalk
 Version:      <none>
 Component:    VisualGST
 Category:     bug reports
 Priority:     critical
 Assigned to:  MrGwen
 Reported by:  bonzinip
 Updated by:   bonzinip
-Status:       committed
+Status:       fixed

great job, thanks




_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: [bug] add new buttons in some toolbars?

Paolo Bonzini-3
In reply to this post by Paolo Bonzini-3
Issue status update for
http://smalltalk.gnu.org/project/issue/382
Post a follow up:
http://smalltalk.gnu.org/project/comments/add/382

 Project:      GNU Smalltalk
 Version:      <none>
 Component:    VisualGST
 Category:     bug reports
-Priority:     critical
+Priority:     minor
 Assigned to:  MrGwen
 Reported by:  bonzinip
 Updated by:   bonzinip
-Status:       fixed
+Status:       active

Especially the debugger and SUnit browser will benefit.  You can put
icons in the .star file and access them as

((PackageLoader packageAt: 'VisualGST') / 'foo.png') contents




_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: [bug] add new buttons in some toolbars?

Paolo Bonzini-3
In reply to this post by Paolo Bonzini-3
Issue status update for
http://smalltalk.gnu.org/project/issue/382
Post a follow up:
http://smalltalk.gnu.org/project/comments/add/382

 Project:      GNU Smalltalk
 Version:      <none>
 Component:    VisualGST
 Category:     bug reports
 Priority:     minor
 Assigned to:  MrGwen
 Reported by:  bonzinip
 Updated by:   bonzinip
 Status:       active

I attach some icons that could work for a debugger.  They are all from
the tango package (go-run is custom, but it is just a standard tango
icon recolored in green).




_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: [bug] add new buttons in some toolbars?

Paolo Bonzini-3
In reply to this post by Paolo Bonzini-3
Issue status update for
http://smalltalk.gnu.org/project/issue/382
Post a follow up:
http://smalltalk.gnu.org/project/comments/add/382

 Project:      GNU Smalltalk
 Version:      <none>
 Component:    VisualGST
 Category:     bug reports
 Priority:     minor
 Assigned to:  MrGwen
 Reported by:  bonzinip
 Updated by:   bonzinip
 Status:       active

http://smalltalk.gnu.org/files/issues/tango-icons-go.tgz




_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: [bug] add new buttons in some toolbars?

Nicolas Petton
In reply to this post by Paolo Bonzini-3
Issue status update for
http://smalltalk.gnu.org/project/issue/382
Post a follow up:
http://smalltalk.gnu.org/project/comments/add/382

 Project:      GNU Smalltalk
 Version:      <none>
 Component:    VisualGST
 Category:     bug reports
 Priority:     minor
 Assigned to:  MrGwen
 Reported by:  bonzinip
 Updated by:   nico
 Status:       active

I think using Tango icon theme may not work here, bacause a lot of icons
will be missing later, like icons in the class browser. Tango icons are
for desktop environments.

Why not taking a look at icon themes used in other opensource
development environments like KDevelop or Mono-Develop?

Also there are quite some icons in the silk icon theme (16x16 only)
http://www.famfamfam.com/lab/icons/silk/




_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: [bug] add new buttons in some toolbars?

Paolo Bonzini-3
In reply to this post by Paolo Bonzini-3
Issue status update for
http://smalltalk.gnu.org/project/issue/382
Post a follow up:
http://smalltalk.gnu.org/project/comments/add/382

 Project:      GNU Smalltalk
 Version:      <none>
 Component:    VisualGST
 Category:     bug reports
 Priority:     minor
 Assigned to:  MrGwen
 Reported by:  bonzinip
 Updated by:   bonzinip
 Status:       active

I looked at the MonoDevelop icons and, well, they quite suck. :-(

I don't need too many icons, the only "necessary" ones for the toolbar
IMO would be:

    *  debug step into/step over/run/finish
    *  run icon for SUnit browser (would run entire class or do "debug
it" for a single method)







_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: [bug] add new buttons in some toolbars?

MrGwen
In reply to this post by Paolo Bonzini-3
Issue status update for
http://smalltalk.gnu.org/project/issue/382
Post a follow up:
http://smalltalk.gnu.org/project/comments/add/382

 Project:      GNU Smalltalk
 Version:      <none>
 Component:    VisualGST
 Category:     bug reports
 Priority:     minor
 Assigned to:  MrGwen
 Reported by:  bonzinip
 Updated by:   MrGwen
 Status:       active

I've added a new icon for the step operation for the debugger :p




_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: [bug] add new buttons in some toolbars?

Paolo Bonzini-3
In reply to this post by Paolo Bonzini-3
Issue status update for
http://smalltalk.gnu.org/project/issue/382
Post a follow up:
http://smalltalk.gnu.org/project/comments/add/382

 Project:      GNU Smalltalk
 Version:      <none>
 Component:    VisualGST
 Category:     bug reports
 Priority:     minor
 Assigned to:  MrGwen
 Reported by:  bonzinip
 Updated by:   bonzinip
-Status:       active
+Status:       committed

I did a little more work on this, please pull into your github




_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk