Release 1.0.0a8

Dietmar Schwertberger <[email protected]> Sat, 12 Sep 2020 00:03:19 +0200
Newsgroups gmane.comp.python.wxglade
Message-ID <[email protected]>
Hi!

Over the last two weeks I did update the alpha versions several times to 
fix reported bugs and also to improve some
smaller things.

1.0.0a8 is now online at 
https://sourceforge.net/projects/wxglade/files/wxglade/1.0.0/
I don't think that there are major issues remaining. I'm mainly testing 
on Windows, though.
In a week or so I will upload the first beta version.


The updates of the alpha versions:

* 1.0.0a8: update Design windows when adding to sizer in window in 
sizer; fix grid row label defaults, code generation and editing
* 1.0.0a7: fix issues #439,440; improve editing and code generation for 
toolbars
* 1.0.0a6: some fixes for sizers
* 1.0.0a5: further fix for wx 2.8 on gtk; fix toolbar
* 1.0.0a4: fix adding notebooks with panels and sizers; fix CLI code 
generation
* 1.0.0a3: fix and improve tool and menu bar editing
* 1.0.0a2: fix for wx 2.8; minor documentation update



This version is mainly  a major internal refactoring of the main data 
structure and how widgets in the Design window are created / updated / 
destroyed.


General:
  - sizers only required where wx requires them; not required e.g. for 
Frame->Panel (used to be Frame->Sizer->Panel)
  - better handling of display updates when properties are edited
  - accessibility and usability improvements
  - Dialog example
  - documentation update

Internal:
  - internal structures refactored
  - add shell window and Tree Printer

Widgets:
  - all: separate class related properties into Class / Base Classes / 
Instance Class
  - Dialog: add StdDialogButtonSizer and standard buttons (stock items); 
support SetAffirmativeId, SetEscapeId
  - Button: support for image direction
  - MenuBar: support lambda event handlers
  - GridBagSizer: indicate overlapped slots in the Tree view

Generated Code:
  - no separation into __set_properties/__do_layout any more
  - support for instantiation classes


Regards,

Dietmar



_______________________________________________
wxGlade-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wxglade-general