summaryrefslogtreecommitdiff
path: root/devel/Gorm
AgeCommit message (Collapse)AuthorFilesLines
2005-03-03Changes 0.9.2:adam2-6/+6
NOTE: This is mainly a bugfix release. * Some improvements to the procedure for removing connections. * Corrected various issues with header parsing. * Now closes windows which were opened during interface testing such as font panels, info panels, etc. * Minor corrections to background color for a number of inspectors. * Improvements to gmodel importation. * Better detection of when the user is utilizing a user bundle. Gorm will now warn the user with a panel. * Various improvements in documentation
2005-02-23Add RMD160 digests.agc1-1/+2
2005-02-07Changes 0.9.0:adam3-10/+52
* Images/Sounds can now be dragged into a matrix cell. * Fully implemented date and number formatter inspectors (these classes still need work in GUI). * Added warning panel if the user attempts to edit a .gorm file created with a newer version of Gorm * Modified data.classes format so that only those actions specifically added to FirstResponder are listed. * Greatly improved gmodel importation. (experimental) * It's now possible to add methods to classes which are not custom. This allows the user to add actions which may have been added to those classes by categories. * Completely new header parser implemented. * Improved cut/paste. It's now possible to use cut/paste from almost anywhere. The class editor now fully supports it. * Improved implementation of some of the InterfaceBuilder framework classes. * Object editor will now remove all instances of a class that has been deleted from the class editor. * The class inspector and the classes view will now apply stricter rules to names of actions and outlets to ensure that they are properly entered. * All inspectors work perfectly with customized colors. * Fixed a number of bugs.
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-09-27Update Gorm to 0.8.0. Notable changes include:rh3-7/+39
* New gorm file version. * Full custom palette support * Palette preferences panel to allow the user to configure palettes to load * Experimental: Standalone views. This feature is to allow the use of a view without the need of a containing window. This allows developers to treat these views as they would any other top level object in the .gorm file. This is experimental functionality. * Improved NSTableColumn inspector. The new inspector allows the user to change the data cell used for a given column. This allows the user to select from a list of cell subclasses and set the appropriate custom or non-custom one they want to appear in that column of the table. * Improved layout of some of the inspectors. * Removed old class parser. The parser was somewhat buggy and was actually causing some issues. A new parser will be available in the next version of Gorm. For now users will need to use the class inspector or the outline view to enter classes into Gorm. * Experimental: "File" section. This is essentially a per-file preference which allows the user to control which version of GNUstep a given file will be compatible with. It also lists the potential compatibility issues with the selected version. * Improved controls palette. New items for some of the standard font replace the old "Title" widget which was a System-14 font. The new widgets use a selection of the standard System font to allow the user to easily build a gui using these and reducing the amount of time the user needs to spend fiddling with the font panel.
2004-09-24Update gnustep-base to 1.10.0.rh1-1/+2
Bump PKGREVISION and BUILDLINK_RECOMMENDED for dependent packages due to library major revision bump. Noteworthy changes in gnustep-base-1.10.0: ========================================== Note the interface version of the library has changed so that apps, tools and libraries the use the base library need to be recompiled to use it. * A large majority of the library classes have been documented thanks to the efforts of Andrew Ruder * URL classes support persistant connections * Mac OSX XML compatibility fixes.
2004-08-18Changes 0.7.7:adam3-8/+10
* Important bugfixes in editor classes. * Rearranged some of the editor classes to be in the palettes which contain the classes they are responsible for editing (GormButtonEditor & GormTabViewEditor). * Image and Sound editors will now display system default images or sounds if they are available. * Document window now uses an NSToolbar (experimental). * Improved the layout of some of the inspectors. * Corrected some minor issues in the inspectors * Added code to allow NSTableView and NSOutlineView to show some data during testing * Gorm will now show an alert panel when a model fails to load or test properly.
2004-06-02Changes 0.7.6:adam3-6/+15
This release is mainly a bugfix release for 0.7.5. * Improved .gmodel support * Corrections to previous repair feature. * Important bugfixes for Menu editing. * Important bugfixes for class inspector.
2004-04-19Update Gorm to 0.7.5rh3-6/+12
Noteworthy changes in version `0.7.5' ===================================== * The 'reparent' feature in the class inspector. This allows the user to change the class hierarchy from within Gorm. * Some important bugfixes * a property 'GormRepairFileOnLoad' (untested) which should repaire old .gorm files... It is HIGHLY recommended that Gorm not be run with this on constantly and that you back up any files which you want to repair before opening them with this option turned on. * A shelf inspector in prefs that lets you expand the size of the names in the object view.. * Support for NSFontManager * A way to restore a complete NSMenu if it's deleted (a new palette entry for NSMenu, not just an item)
2004-04-11Update Gorm to 0.6.0.rh3-14/+17
Noteworthy changes in version `0.6.0' ===================================== * Several major bugs corrected. * Clarified some of the inspectors * Menu items are now properly enabled/disabled when appropriate * More descriptive title displayed when a class is being edited.
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz1-2/+2
Buildlink files: RECOMMENDED version changed to current version.
2004-01-23Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.jmmv1-2/+2
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2004-01-22replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-03Bump package revisions for tiff update.reed1-1/+2
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
2003-12-24s/@netbsd.org/@NetBSD.org/ in MAINTAINER.jmmv1-2/+2
2003-12-05Noteworthy changes in version `0.4.0':adam3-55/+43
* New Menu and Menu Item inspectors. * User can now specify the Services and Windows menus in the menu inspector. * User can specify a non-custom subclass as well as a custom one to replace the class when the .gorm is unarchived. This can be used to turn a NSTextField into NSSecureTextField and etc. * New set name panel. * New switch control on the font panel to allow the user to specify if a font is encoded with its default size or not. * Added NSStepper and NSStepperCell to the class list to allow creation of custom subclasses. * Windows and Services menus now function correctly.
2003-08-10Update Gorm to 0.3.0.rh3-115/+72
Noteworthy changes in version `0.3.0' ===================================== * Preferences added. * User can now enable and disable guidlines for easier editing. * Refactored code into GormLib which is a clone of the InterfaceBuilder framework. This facilitates creating palettes and inspectors outside of Gorm. * Added class inspector for easier editing of classes. This gives the user the option to use either the outline view or the inspector to edit new classes. * Added inspectors for the following: NSScrollView, NSProgressIndicator, NSColorWell, GormImageInspector (for images added to .gorm files). * Improved look of NSTabView inspector. * Removed all warnings from the code. * various bug fixes.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-2/+2
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz1-1/+2
dependency bumps.
2003-04-01Update Gorm to 0.2.6. Changes are bugfixes only.rh3-6/+23
2003-01-25Update Gorm to 0.2.5.rh3-85/+126
Noteworthy changes in version `0.2.5'. ====================================== Many fixes and improvements to make the app work better. * Better parsing of headers * Interface code redone as gorm files. * Re-add multiple selection via mouse drag.
2003-01-03Update Gorm to 0.2.0. Notable changes include:rh3-60/+78
* Custom class support/translations implemented. * Added NSScrollView, NSPopupButton, NSOutlineView, NSTableView editing. * Improved test mode support. * Improved drag n' drop support on many items. * Intelligent placement hints. * Read gmodel files. * More inspectors. * Sound and Image support. * gorm files were changed to directory wrappers for more flexibility.
2002-10-18Initial import of Gorm-0.1.9, a GNUstep graphical user interface builder.rh4-0/+249