NOTICE: This package has been removed from pkgsrc

./x11/ebuilder, GUI builder for the Qt library

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.56dnb5, Package name: ebuilder-0.56dnb5, Maintainer: drochner

Ebuilder features:
------------------
- Allows creation of either a QWidget or a QDialog (modal or modeless).
- Provides a hierarchal view that shows the parent-child relations of the Qt
widgets in your design
- Uses unmodified Qt widgets to create your design. This means that your
design looks exactly like the final implementation.
- Load and save capability using a text file format.
- Exports C++ header (.h) and implementation (.cc) files that compile
without modification. The header file contains a single class declaration
for your design.
- Allows the definition of member functions, SLOTs, SIGNALs and member
variables from within the program. It is possible to add code to the
constructor and destructor of the class.
- Allows you to add extra includes to your design. You may need this for
member variables or simply to use the iostream classes.
- Allows you to modify most, if not all, properties of the widgets in your
design through a tabdialog.


Required to run:
[x11/qt2-libs]

Required to build:
[pkgtools/x11-links] [devel/gmake] [x11/glproto] [x11/renderproto] [x11/xproto] [x11/xf86vidmodeproto] [x11/fixesproto] [x11/xf86driproto] [x11/inputproto] [x11/xextproto]

Master sites:

SHA1: fb0c7d56a7c55580082a832be975d188fe0e5e5d
RMD160: ca955eaed0ee807707a2b124f313363733d6ab01
Filesize: 82.731 KB

Version history: (Expand)


CVS history: (Expand)


   2006-09-09 04:46:09 by OBATA Akio | Files touched by this commit (33)
Log message:
Rename variable MAKEFILE to MAKE_FILE.
   2006-05-19 10:14:38 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
Uses C++.
   2006-04-17 15:47:02 by Thomas Klausner | Files touched by this commit (1055) | Package updated
Log message:
Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.
   2006-02-06 00:11:50 by Joerg Sonnenberger | Files touched by this commit (4082)
Log message:
Recursive revision bump / recommended bump for gettext ABI change.
   2006-01-24 08:33:02 by Thomas Klausner | Files touched by this commit (1164)
Log message:
Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump.
PKGREVISION++ for the dependencies.
   2005-12-05 21:51:20 by Roland Illig | Files touched by this commit (1432)
Log message:
Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
   2005-08-27 09:33:30 by grant beattie | Files touched by this commit (1)
Log message:
this needs flex to build.
   2005-06-17 05:50:45 by Johnny C. Lam | Files touched by this commit (387)
Log message:
Create directories before installing files into them.