File: NEWS

package info (click to toggle)
pygtkmvc 1.2.1-3
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 2,824 kB
  • ctags: 689
  • sloc: python: 3,310; makefile: 45
file content (88 lines) | stat: -rw-r--r-- 3,090 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
**********************************************************************
*  Oct 15 2007                                                        * 
**********************************************************************

Released version 1.2.1

This is a minor release that fixes a minor bug.
Thanks to Roman Dobosz <gryf TA elysium TOD pl> for promptly
reporting it.


**********************************************************************
*  Oct 14 2007                                                        * 
**********************************************************************

Released version 1.2.0

* New features:

  - Added adapters, new entities that largely simplify and reduce
    costs and development efforts. Adapters handles autonomous
    coordination between properties into models and widgets into
    views. Roughly speaking, an adapter keeps aligned some part of
    the model and a widget in a transparent and still customizable
    way.

  - Added script gtkmvc-progen that aids developers in generating
    gtkmvc-based projects from scratch. gtkmvc-progen can be run in
    both batch and GUI modalities. For example:
    $> gtkmvc-progen name=myproj author="Wil Shakespeare" gui=no

    ... generates project "myproj" in batch mode. See the user
    manual for a full list of available options.
    
* Other changes
  
  - Spurious value changes in observable properties are no longer
    notified by default. A new optional parameter of class Observer
    allows for a backward-compatible semantics.

  - Widgets search into Views has been optimized.

  - Bug fixes and optimizations. 

    o Undefined handlers for custom widgets are correctly
      managed. Thanks to Allan Douglas <zalguod at
      users.sourceforge.net> for providing a working patch.

    o Fixed a subtle bug in the observer pattern implementation.

    o A few other minor fixes and optimizations. 



**********************************************************************
*  May 22 2007                                                       * 
**********************************************************************

Released version 1.0.1
This version ships bug fixes and a new feature.

* New features:
  - Custom widgets into glade file are now supported by views.

* Bug fixes:
  - Fixed access to properties in multi-threading models
  - Fixed a bug in the observable properties registration mechanism

* Many thanks to: 
  - Guillaume Libersat <glibersat AT linux62.org> for providing a
    patch that enable reading custom widgets from glade files.

  - Phillip Calvin <phillipc AT toasterlogic.com> and Andreas Poisel
    <ap AT automatisch.cc> for reporting bugs.

  - Jeffrey Barish <jeff_barish AT earthlink.net> for providing
    feedback.

  - Kartik Mistry <kartik.mistry AT gmail.com> for his work on
    Debian package.



**********************************************************************
*  Dec 21 2006                                                       * 
**********************************************************************

Released first stable version 1.0.0