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

« back to all changes in this revision

Viewing changes to src/plugins/contrib/wxSmith/propgrid/contrib/readme-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:
3
3
 
4
4
    wxPropertyGrid
5
5
 
6
 
      By Jaakko Salli (jmsalli79@hotmail.com)
7
 
                      (jaakko.salli@users.sourceforge.net)
 
6
      By Jaakko Salli (jmsalli@users.sourceforge.net)
8
7
 
9
8
  ************************************************
10
9
 
11
 
    Version:   1.2.10
 
10
    Version:   1.2.12
12
11
    Requires:  wxWidgets 2.6.0 or later
13
12
               ( 1.0.x branch is also compatible with wxWidgets 2.5.2 - 2.6.2 )
14
13
    Platforms: Windows - OK; Linux GTK 2.0 - OK;
16
15
    License:   wxWidgets license
17
16
 
18
17
    Home Pages:     http://wxpropgrid.sourceforge.net/
19
 
                    http://www.geocities.com/jmsalli/propertygrid/index.html
20
18
                    At SourceForge: http://sourceforge.net/projects/wxpropgrid/
21
19
 
22
20
    wxPropertyGrid is a specialized two-column grid for editing properties
33
31
 
34
32
  NOTE: For wxPython instructions and notes, see README-propgrid-wxPython.txt.
35
33
 
 
34
  NOTE ABOUT PREBUILT BINARIES: wxPropertyGrid installs as an integrated part of
 
35
    wxWidgets source tree. This means that the Windows installer and Posix shell
 
36
    scripts may not work with prebuilt binaries. However, the newer 1.3.x releases
 
37
    use different build system and should work fine.
 
38
 
36
39
  WINDOWS
37
40
 
38
41
  Run the installer. wxPropertyGrid will be installed as a contrib.
89
92
    with tar, then be aware that it is actually only a warning and doesn't
90
93
    mean that the archive is corrupt.
91
94
 
92
 
  NOTE: "make install" may copy propgrid include files to include/wx instead
93
 
    of include/wx/propgrid. Right now you will have to manually copy the
94
 
    files to the correct location.
95
 
 
96
95
  NOTE: You may want to manually add propgrid to CONTRIB_SUBDIRS list in
97
96
  "$WXDIR/contrib/src/Makefile.in" and
98
97
  "$WXDIR/contrib/samples/Makefile.in"
107
106
  index-propgrid.html at $WXDIR/contrib.
108
107
 
109
108
 
110
 
  ACKNOWLEDGEMENTS
111
 
  ----------------
112
 
 
113
 
    Following people have provided plenty of helpful feedback:
114
 
      Vladimir Vainer, Andrew B, Chris Garrett, Dave Moor, Bernard Duggan,
115
 
      Joachim H�nig.
116
 
 
117
 
    Also thanks to Julian Smart, Vadim Zeitlin, Robert Roebling, Robin Dunn,
118
 
    et al. for wxWidgets itself!
119
 
 
120
 
 
121
109
  INSTALLATION TROUBLESHOOTING
122
110
  ----------------------------
123
111