Some patches for VisualGST

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

Some patches for VisualGST

Holger Freyther
Hi all,

I'm running into various changes when using VisualGST and I have started
fixing some easy ones...

1.) Reduce copies of the MIT License. Move it into VisualGST and be done
with it.
2.) Change GTK.GtkAboutDialog new to use GTK.Gtk showAboutDialog. This
has the benefit that the "response" of the GtkDialog is handled by
default and that the close button is starting to work. It is also fixing
some inconsistencies with run vs. showModal...
3.) Fix GtkAssistant's help entry
4.) Fix the creation of the "Smallzilla"...


my main issues with VisualGST so far are:

*) the debugger should not show its activation in the backtrace
*) 'Accept' does not seem to work in various contexts
*) The SUnit viewer should filter empty namespaces and classes
*) stuff i forgot.


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

0002-Reduce-copies-of-the-MIT-License-text-for-the-About-.patch (7K) Download Attachment
0003-VisualGST-Close-button-does-not-close-the-about-dial.patch (15K) Download Attachment
0004-VisualGST-Fix-the-help-inside-the-GtkAssistant.patch (1K) Download Attachment
0005-VisualGST-Fix-creating-the-Smallzilla-Tool.patch (1K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Some patches for VisualGST

MrGwen
Hi,

I am the main author of VisualGST and I would like to thanks you a lot for
your patches !

What you can do is to fork the git of VisualGST :github.com:MrGwen/gst-
visualgst.git and I'll push your changes

Cheers,
Gwen

On Tuesday 27 April 2010 07:54:00 am Holger Hans Peter Freyther wrote:

> Hi all,
>
> I'm running into various changes when using VisualGST and I have started
> fixing some easy ones...
>
> 1.) Reduce copies of the MIT License. Move it into VisualGST and be done
> with it.
> 2.) Change GTK.GtkAboutDialog new to use GTK.Gtk showAboutDialog. This
> has the benefit that the "response" of the GtkDialog is handled by
> default and that the close button is starting to work. It is also fixing
> some inconsistencies with run vs. showModal...
> 3.) Fix GtkAssistant's help entry
> 4.) Fix the creation of the "Smallzilla"...
>
>
> my main issues with VisualGST so far are:
>
> *) the debugger should not show its activation in the backtrace
> *) 'Accept' does not seem to work in various contexts
> *) The SUnit viewer should filter empty namespaces and classes
> *) stuff i forgot.


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

Re: Some patches for VisualGST

Paolo Bonzini-2
In reply to this post by Holger Freyther
On 04/27/2010 07:54 AM, Holger Hans Peter Freyther wrote:
> Hi all,
>
> I'm running into various changes when using VisualGST and I have started
> fixing some easy ones...

Cool, thanks!

> *) the debugger should not show its activation in the backtrace
> *) 'Accept' does not seem to work in various contexts
> *) The SUnit viewer should filter empty namespaces and classes
> *) stuff i forgot.

Please report bugs for these on smalltalk.gnu.org.

Paolo


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

Re: Some patches for VisualGST

Holger Freyther
In reply to this post by MrGwen
On 04/27/2010 03:48 PM, Gwenael Casaccio wrote:
> Hi,
>
> I am the main author of VisualGST and I would like to thanks you a lot for
> your patches !
>
> What you can do is to fork the git of VisualGST :github.com:MrGwen/gst-
> visualgst.git and I'll push your changes.

Hi,

I was redoing the changes and some more against your branch, I have to
admit I do not really like closed source web services, so I went with
Gitorious.org (GPL3 Affero) and created a VisualGST repository there (I
am happy to hand that over to you).

The repository is here[1], the pull url is this[2].

The changes so far are:
   1.) cut down copies of the MIT License
   2.) Move about dialog and window title handling to GtkBrowingTool
   3.) Fix two unrelated exceptions in separate commits.


z.




[1] http://gitorious.org/visualgst/visualgst
[2] git://gitorious.org/visualgst/visualgst.git


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