Age | Commit message (Collapse) | Author | Files | Lines |
|
Changes:
- added MESSAGE file with post-install instructions
- minor cleanups
1.4:
====
- Auto* tools
- Initial i18n support (not used yet)
- Fixed slow down with some programs using FS_ListFontsWithXInfo
- Fixed childs unlinking unix socket when father uid == childs uid
- Added an option to specify pidfile location
- Added endpwent() to prevent leaking one fd
- Changed usage output
1.3.1:
======
- Added --cache description to man page
|
|
the relevant changes:
* pygnome/gnome/zvt.py (ZvtTerm.writechild): add method.
* pygnome/zvtmodule.c (_wrap_zvt_term_writechild): add wrapper.
* pygnome/gnome/ui.py: fix corruption introduced in revision
1.30.2.2 (don't know how it got in there, or how it got past
distcheck).
* pygnome/appletmodule.c (_wrap_applet_widget_get_rgb_bg): check
if rgb == NULL, to try and catch an error condition (may fix bug
#89291).
* pygnome/Makefile.am (gettextpy): only install gettext.py if we
are using python < 2.0.0 (which has its own gettext module).
* pygnome/Makefile.am: fix up for parallel install with pygtk-2.0.
* pygnome/gnome/applet.py (AppletWidget.get_rgb_bg): added wrapper
* pygnome/appletmodule.c (_wrap_applet_widget_get_rgb_bg):
implemented applet_widget_get_rgb_bg wrapper
* pygnome/gnome/ui.py (GnomeDialog.button_connect): add argument
to wrapper (again, from bug 70416).
* pygnome/gnomeuimodule.c (_wrap_gnome_icon_list_get_icon_data):
do a NULL check. This won't catch all errors, but might catch
some segfaults (from bug 70608).
(_wrap_gnome_dialog_button_connect): add an "extra" argument for
extra arguments to pass to the signal handler (from bug 70416).
* pygnome/zvtmodule.c (_wrap_zvt_term_set_color_scheme): fix bug
signed/unsigned bug (as per bug 70474).
* pygnome/gnome/zvt.py (ZvtTerm.match_check): wrapper function.
* pygnome/zvtmodule.c (_wrap_zvt_term_match_check): apply patch
from bug 69106.
* pygnome/gnomeuimodule.c (_wrap_gnome_init): as gnome_init calls
gtk_set_locale(), we need to set LC_NUMERIC back to C, or python
breaks.
* pygnome/generate/gtkhtml.defs:
Fix typo in gtk_html_embedded_set_descent.
* pygnome/generate/gtkhtml.defs:
* pygnome/gtkhtml.py:
* pygnome/gtkhtmlmodule.c:
Add wrapper class for GtkHTMLEmbedded, so a python script can
catch and handle the "<object>" signals in gtkhtml.
* pygnome/generate/Makefile.am (defsdir): install the defs files.
* pygtk/gtkmodule.c Don't call g_thread_init if gthread has
already been initialized, for the benefit of programs that use
gthread themselves and want to be able to embed Python code that
uses the gtk module.
* pygnome/gnome/applet.py: add panel size constants.
(AppletWidget.__getattr__): handle privcfgpath and globcfgpath
members.
* pygnome/generate/applet.defs (AppletWidget): add privcfgpath and
globcfgpath public structure fields.
* pygnome/gtkhtml.py: add support for more APIs.
* pygnome/gtkhtmlmodule.c (_wrap_gtk_html_begin): fix argument list.
Add some more of the gtkhtml APIs.
* pygnome/gnome/ui.py (GnomeIconEntry.gtk_entry): use
_gtk.GtkEntry here.
(GnomePixmapEntry.gtk_entry): same here.
|
|
Changes since 4.07: * New hacks, `atunnels' and `piecewise'.
* Physics improvement in `fluidballs'.
* Various fixes for XDarwin systems (X11 on MacOS X.)
* Added -clock option to `barcode'.
* Minor fixes to `endgame', `flurry', `flipscreen3d',
and `gflux'.
|
|
|
|
Valadon in tech-pkg.
|
|
configuration database from beeing modified by packages that do not honour
the --disable-schemas-install option. There is no need to patch these broken
packages any more.
Okay'ed by wiz.
|
|
it an environment variable.
So we get a "qmake.conf" installed which is usable ouside the pkgsrc/qt3*
context.
|
|
|
|
rebuild the documentation database at install/deinstall time. This means
that:
- PLIST's do not need to call scrollkeeper-{update,rebuilddb} directly;
this is done by a bsd.pkg.install.mk template.
- The share/omf directory is only removed by scrollkeeper, which is the
last package in the dependancy tree.
- PKGREVISION is bumped.
Reviewed by wiz.
|
|
|
|
Juan RP (juan at xtraeme dot dyndns dot org) in PR pkg/20174.
DESCR:
FbDesk is a fluxbox-util application that creates and manage icons on your
Fluxbox desktop. Features:
* XPM and PNG image loading
* Antialias text
* UTF-8 and multibyte support
* Vertical text
* Grid Snapping
* GUI for editing command/label and add/remove icons
* Fluxbox menu style
|
|
addresses PR pkg/19416
|
|
|
|
|
|
Changes:
* GtkTreeView [Kristian Rietveld]
- made GtkTreeSortable work as the documentation advertises [Jarek Dukat]
- fixed gtk_tree_view_set_sort_column_id so you can disable sorting [Soeren
Sandmann, Jarek Dukat]
- TreeView search now works on all values transformable by GValue and not
just strings [Muktha Narayan]
- _move/_swap fixage in the Stores [Matthew Tuck, Paolo Maggi]
- a lot of misc bug fixes [Alex Duggan, Carlos Garnacho Parro, Hans Petter
Jansson, Kjartan Maraas, Soeren, Dave Camp, Murray Cumming, Dave Cook,
Gaƫl Le Mignot, Vasco Alexandre da Silva Costa]
* GtkTextView [Matthias Clasen]
- Fix keynav with invisible cursor
- Fix misdrawing of cursor [Owen Taylor] and selection
- Many miscellaneous fixes [Narayana Pattipati, Daniel Elstner]
* Fix problem with accidental inclusion of a main() [Matthias]
* Documentation improvements [Matthias, Havoc Pennington]
* Fix problem with GtkColorsel and pixmap themes [Daniel]
* Fix race condition with GdkRGB in PseudoColor [Shivaram Upadhyayula]
* Warning fixes [Manish Singh]
* configure fixes [Akira Tagoh]
* New and updated translations (ca,de,es,et,ko,mn,pl,pt,vi,zh_CN)
* Miscellaneous bug fixes [Matthias, Daniel, Martin Gansser, Louis Garcia,
Tommi Komulainen, Thomas Leonard, Ian Peters, Arvind Samptur,
Soeren Sandmann, Hidetoshi Tajima, Owen]
|
|
Pointed out by wiz.
|
|
* New hacks, `flurry', `metaballs', `eruption', `popsquares', and `barcode'.
* Minor updates to `maze' for high density mazes.
* Added double buffering to `fluidballs' and `whirlygig'.
* Bug fixes for running xscreensaver to a remote XFree86 display
(which nobody would ever do...)
* Updated `webcollage' (faster Alta Vista searching.)
* Updated `glplanet' so the sun sets in the west.
* Updated `sproingies' with smooth, unsegmented surfaces.
* Fixed Perl version-sensitivity in `xscreensaver-getimage-file'.
* Fixed GTK2 scrolling bug in `xscreensaver-demo'.
|
|
Depend on gnome2-dirs to handle shared directories.
Bump PKGREVISION.
|
|
* Build fix (Thomas Vander Stichele)
* Mark a couple of strings for translation (Yuriy Syrota)
* Cool new splash screen (Jakub Steiner)
* Up the slow client purge delay to 2 minutes (Mark)
* Fix GsmProtocol initialisation problem (Mark)
* Ensure child dialogs are kept above the parent (Satyajit)
* Add startup notification flag to .desktop files (Dennis Cranston)
* Unref the GConfCliet (Brian Cameron)
* Add X-GNOME-BUGZILLA to the .desktop files (Fernando Herrera)
* Fixup manpages (Christian Marillat, Mark, Alex Duggan)
* Update application icons map (Evandro Fernandes Giovanini)
* Fixup Xinerama aware logout iris code (Mark)
* Allow splash screen to be configured (Rodney Dawes)
* Use intltool to merge schmemas translations (Mark)
* Use metacity for the window manager by default (Jacob)
* Multiscreen support for logout iris and dialog (Mark)
* Use "Order" instead of "Priority" in the capplet (Mark)
* New translations.
|
|
They include new features and translations, as well as bugfixes.
|
|
* gnome-keyboard-properties.c (accessibility_button_clicked) : fix
minor typo that disables the error dialog in the event of failure.
* gnome-theme-info.c : Rewrite. Now working
* gnome-theme-manager : Fix lots of bugs. Use the rewrite.
* disable edit button when selecting mime catagory
* Tidy labels and accelerators in file-type edit dialogs
* Don't start esd just to stop it
* Add an image size label for background capplet.
* Some minor ui tweaks for accessx.
* Some aix portabiltiy patches
* fix accelerators for ui-properties capplet.
|
|
|
|
hosts with broken /bin/sh (such as Solaris).
Patch from Jonathan Perkin via PR pkg/20239.
|
|
so that app-defaults and gnome control center files end up where expected.
After discussion with wiz and atatat.
|
|
|
|
bug that was noted with gcc-2.95.3 on alpha. Fixes recently noted bulk
build problems.
|
|
mess with them here.
|
|
step as well as the build instead of only the build. Should fix problems
noted in Hubert's recent bulk builds.
|
|
|
|
machine type when dealing with NetBSD. This allows xlockmore to compile
and run on macppc.
|
|
noted compile problems on 1.6 alpha.
|
|
|
|
This now builds on alpha with gcc-2.95.3.
|
|
Hubert's bulk build.
|
|
|
|
|
|
either shared libraries or header files. Remove references to these
buildlink2.mk files from package Makefiles.
|
|
Lots of bugfixes including one for the ListView expansion problem.
Fix kwin in kdebase after a QT global was renamed.
|
|
Remove the bogus sizeof(size_t) == sizeof(unsigned int) check.
|
|
remove them). Bump PKGREVISION.
|
|
manually, and provide the location from where it may be fetched. Also
move the documentation and examples to fit into hier(7). Bump PKGREVISION
of x11/swing to 1.
|
|
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set
to "YES". This enforces the requirement that bsd.pkg.install.mk be
included at the end of a package Makefile. Idea suggested by Julio M.
Merino Vidal <jmmv at menta.net>.
|
|
no changes in the xpmroot code...
|
|
|
|
- Build all packages with a --disable-static libtool. This is how the
packages should be built and means that we don't get a load of useless
static libraries.
- Use x11/kde3/files/foo_main.cpp instead of creating N copies with
patches.
- Some other PLIST fixes
- Fix PR 19848. kspell doesn't find dictionaries.
|
|
show me any diffs to the server...)
|
|
|
|
|
|
PKGREVISION++
|
|
* Add a .pc file [Seth Nickell]
* Various crash fixes [Luca Barbato, Hongli Lai, Shivaram Upadhyayula,
Peter Zelezny]
* Build fixes [Havoc Pennington]
* Metal theme drawing improvements [Owen Taylor]
* Improve installation docs [Owen, Piotr Sawuk]
|