Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)
Enjoy.
|
|
|
|
|
|
kiwi-1.9.29 22-july-2011
- Remove support for gazpacho in favor of GtkBuilder
- Use new gtk entries with icon instead of our old IconEntry
- Improvements to ObjectList
kiwi-1.9.28 01-september-2010
- Remove support for gazpacho in favor of GtkBuilder
- Use new gtk entries with icon instead of our old IconEntry
- Improvements to ObjectList
kiwi-1.9.27 01-september-2010
- Remove use of obsolete gtk.Tooltips (Ronaldo Maia)
- Add api to set the number of digits in NumberSearchFilter (Gabriel
Gerga)
kiwi-1.9.26-2 15-december-2009
- Added workaround for set_text method in KiwiEntry when using gtk > 2.18.
(George Kussumoto).
kiwi-1.9.26 14-july-2009
- Added custom sort function for objectlists. (Ronaldo Maia)
- Added decimal digits searching in Advanced Search. (Ronaldo Maia)
- Fixed sv_SE thousand separators. (Ronaldo Maia)
- Minor bugfixes
kiwi-1.9.25 15-april-2009
- Added Advanced Search in search dialogs. (Romaia Maia)
- Fixed overwriting of custom cmdclass (Severin Heiniger, #3781)
- Minor bugfixes
kiwi-1.9.24 27-jan-2009
- Fixed currency formating (Ronaldo Maia)
- Fixed ComboEntry value updating (Ronaldo Maia, #3673)
- Added multi-line capability example (Ronaldo Maia)
- Added multi-line capability in ComboEntry options (Ronaldo Maia, #3843)
- Fixed ComboEntry toggle button and popup position (Ronaldo Maia, #3841)
- Added initial support for loading GtkBuilder files (Johan Dahlin)
kiwi-1.9.23 10-sep-2008
- Added support for multiple colors in ColoredColumn (Ronaldo Maia)
- Fixed glade-3 plugin (Johan Dahlin)
- Minor bug fixes
|
|
|
|
|
|
|
|
|
|
|
|
version, and bump all depends.
Per discussion on pkgsrc-changes.
|
|
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
|
|
The man page says that you should check the diff before committing,
especially for the case that went wrong here (PYPKGPREFIX -> py25).
Hi sno!
|
|
|
|
|
|
|
|
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
|
|
|
|
|
|
|
|
|
|
Kiwi consists of a set of classes and wrappers for PyGTK that were developed
to provide a sort of framework for applications. Fully object-oriented, and
roughly Smalltalk's MVC, Kiwi provides a simple, practical way to build forms,
windows and widgets that transparently access and display your object data.
Kiwi was primarily designed to make implementing the UI for Stoq easier, and
it is released under the LGPL. Kiwi is inspired by Allen Holub's Visual Proxy.
Kiwi is a framework and a set of enhanced PyGTK widgets designed to make
building programs with graphical interfaces both easy to write and easy to
maintain. Kiwi is pure Python and should work cross-platform, but is developed
on Python 2.4, Linux ix86.
|