summaryrefslogtreecommitdiff
path: root/devel/boaconstructor
AgeCommit message (Collapse)AuthorFilesLines
2006-01-14Updated boaconstructor to 0.4.4: Changes since version 0.2.3 includewulf4-223/+2682
* Many bugfixes * Migration to 2.5 * IDE Framework registration api in Plugins.py. * Improved Code Completion and Call Tips. * wxMAC compatibility improvements thanks to Kevin Walzer. * Simple regex editor/matcher window now available under Tools. * PyPlot plug-in * New wxPython/Python docs bundle * Tutorial improvements * Python Resource modules now provides an alternative way to use images * EOL handling in source files have been completely redone. * Converted the FormatParagraph IDLE extension to be a Boa plug-in. * Zip Transport now allows write/clipboard operations. * Support for the unicode encoding declaration (PEP 263) * Support for wx.GridBagSizer * Support for editing/browsing tar.gz files. * Support for Help Book. Boa can now manage .hhp, .hhc and .hhk files. * Support for wxWizards * Support for the masked edit family of controls: * Support for using Sizers in the Designer. * Added property editors for BackgroundStyle and WindowVariant * Added new wx.DatePickerCtrl to DateTimeCompanions.py, thanks to Oleg Deribas. * Added preference setting to toggle specialiased Zope debugging * Added wxTreeListCtrl and wxListView to the Palette. * Added BicycleRepairMan (Python Refactoring) support. * Added new Tools menu to the main menu.
2005-06-16Create directories before installing files into them.jlam1-1/+3
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests.agc1-1/+2
2005-01-23Build Python with thread support by default and turn the existingrecht1-2/+2
python*-pth packages into meta-packages which will install the non-pth packages. Bump PKGREVISIONs on the non-pth versions to propagate the thread change, but leave the *-pth versions untouched to not affect existing installations. Sync all PYTHON_VERSIONS_AFFECTED lines in package Makefiles.
2004-12-25Depend on py-wxWidgets instead of py-wxWindows. Bump PKGREVISION.wiz1-3/+3
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-08-27import boaconstructor-0.2.3, a Python IDE and interface builder,drochner5-0/+851
based on wxGTK still beta quality, but looks promising