~ubuntu-branches/ubuntu/raring/codeblocks/raring-proposed

« back to all changes in this revision

Viewing changes to src/plugins/contrib/wxSmith/propgrid/contrib/CHANGES-propgrid.txt

  • Committer: Bazaar Package Importer
  • Author(s): Cosme Domínguez Díaz
  • Date: 2010-08-09 04:38:38 UTC
  • mfrom: (1.1.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20100809043838-a59ygguym4eg0jgw
Tags: 10.05-0ubuntu1
* New upstream release. Closes (LP: #322350)
 - Switch to dpkg-source 3.0 (quilt) format
 - Remove unneeded README.source
 - Add debian/get-source-orig script that removes all
   Windows prebuilt binaries
* Bump Standards-Version to 3.9.1
 - Stop shipping *.la files
* debian/control
 - Add cdbs package as Build-Depend
 - Add libbz2-dev and zlib1g-dev packages as
   Build-Depends (needed by libhelp_plugin.so)
 - Remove dpatch package of Build-Depends
 - Add codeblocks-contrib-debug package
 - Split architecture-independent files of codeblocks
   package in codeblocks-common package
* debian/rules
 - Switch to CDBS rules system
 - Add parallel build support
 - Add a call to debian/get-source-orig script
 - Use lzma compression (saves 23,5 MB of free space)
* debian/patches
 - Refresh 01_codeblocks_plugin_path
 - Add 02_no_Makefiles_in_debian_dir to remove any link
   in codeblocks build system to deleted Makefiles of debian directory
 - Drop 02_ftbfs_gcc44 and 03_ftbfs_glib221 (merged in upstream)
* debian/watch
 - Update to use the new host (berlios.de)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
 
2
Version 1.2.13 ( ?-?-2008 )
 
3
 
 
4
  Bugs Fixed:
 
5
 
 
6
  - wxPGTextCtrlEditor::UpdateControl() destroyed property's value if
 
7
    it had flags wxPG_PROP_PASSWORD (bug #2046081, fix by Nicholas John).
 
8
 
 
9
 
 
10
 
 
11
Version 1.2.12 ( Jun-28-2008 )
 
12
 
 
13
  New Features:
 
14
 
 
15
  - Added wxPropertyGridManager::GetPage(pageName).
 
16
 
 
17
  - Added wxPropertyGridManager::Clear() (removes all pages).
 
18
 
 
19
  - Added extra style wxPG_EX_HIDE_PAGE_BUTTONS which allows hiding
 
20
    page selector buttons on wxPropertyGridManager toolbar.
 
21
 
 
22
  - SpinCtrl editor supports up, down, pageup and pagedown keys.
 
23
 
 
24
 
 
25
  Changes:
 
26
 
 
27
  - GetNextSibling() and GetPrevSibling() had to be changed to
 
28
    GetNextSiblingProperty() and GetPrevSiblingProperty(), respectively,
 
29
    in order to maintain compatibility with latest wxWidgets versions.
 
30
 
 
31
  - Default makefiles and project files now use latest stable version
 
32
    (2.8.8) instead of latest dev version (was SVN trunk/2.9.0).
 
33
 
 
34
 
 
35
  Bugs Fixed:
 
36
 
 
37
  - Compile problems with some (new) versions of GCC (was caused by
 
38
    #pragma interface/implementation, removed now).
 
39
 
 
40
  - Setting wxSpinButton min/max in EVT_PROPERTY_SELECTED did not work
 
41
    properly since wxSpinButton value was always initialized as 0.
 
42
 
 
43
  - SpinCtrl editor could crash in some circumstances
 
44
    (bug #1948521, fix by alain_d99).
 
45
 
 
46
  - Mouse handling and scrolling was buggy with latest versions
 
47
    (2.8.8, SVN trunk/2.9).
 
48
 
 
49
  - wxPython Bindings: Exceptions in Python implementations of
 
50
    virtual wxPGProperty methods were not printed.
 
51
 
 
52
  - It was not possible to add properties to wxPropertyGridPage before
 
53
    it was inserted into wxPropertyGridManager.
 
54
 
 
55
  - wxFlagsPropertyClass::SetValueFromString() no longer tries to update
 
56
    child controls that have not yet been created (bug #1863059).
 
57
 
 
58
  - WxFileProperty::GetValueAsString() now always returns empty
 
59
    string when filename component is empty (bug #1933931).
 
60
 
 
61
  - wxPropertyGridManager's description caption word-wrapped even though
 
62
    it did not expand vertically.
 
63
 
 
64
  - manager.h was not self-contained when compiling without pre-compiled
 
65
    headers (thanks Ian Britten).
 
66
 
 
67
  - Shell scripts in source archive were not executable.
 
68
 
 
69
  - Semicolon could be placed incorrectly for composed value if
 
70
    nested children.
 
71
 
 
72
  - SetPropertyReadOnly() did not update children.
 
73
 
 
74
  - Value entered in wxIntProperty was interpreted as octal
 
75
    if there were leading zeroes.
 
76
 
 
77
  - wxPropertyGridManager::EnableCategories() did not work.
 
78
 
 
79
  - Setting attribute of wxBoolProperty asserted unless it was of
 
80
    integer type (bug #1921380, fix by Alex May).
 
81
 
 
82
 
 
83
 
 
84
Version 1.2.11 ( Dec-08-2007 )
 
85
 
 
86
  New Features:
 
87
 
 
88
  - Events EVT_PG_COMPACT_MODE_ENTERED and EVT_PG_EXPANDED_MODE_ENTERED
 
89
    are now fired when the compactor button is pressed, as appropriate.
 
90
 
 
91
  - Makefiles for wxWidgets 2.8.7.
 
92
 
 
93
 
 
94
  Bugs Fixed:
 
95
 
 
96
  - wxPG_PROP_PASSWORD string corrupted when editing
 
97
    (bug #1830210).
 
98
 
 
99
  - wxArrayEditorDialog displayed incorrectly on wxMAC (bug #1829215,
 
100
    fix by Marianne Gagnon).
 
101
 
 
102
  - Debug messages are no longer shown in the wxPython binary
 
103
    releases.
 
104
 
 
105
  - wxPython bindings were lacking support for EVT_PG_ITEM_EXPANDED
 
106
    and EVT_PG_ITEM_COLLAPSED.
 
107
 
 
108
 
 
109
 
2
110
Version 1.2.10 ( Oct-29-2007 )
3
111
 
4
112
  Bugs Fixed: