summaryrefslogtreecommitdiff
path: root/devel/libbonoboui
AgeCommit message (Collapse)AuthorFilesLines
2003-08-05Update to 2.2.4:jmmv2-5/+5
- Chain to BonoboSocket's hierarchy_changed parent handler - #118705 (Federico)
2003-07-30Update to 2.2.3:jmmv3-8/+45
- Fixed BonoboSocket so that it will autoactivate controls appropriately; this did not work for in-process controls. - Merged changes from the HEAD branch so that toolbar buttons are not focusable.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz2-4/+4
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz2-4/+4
dependency bumps.
2003-04-27Depend on gnome2-dirs to handle the shared share/gnome-2.0/ui directory.jmmv2-4/+6
Bump PKGREVISION to 1.
2003-03-05Update to 2.2.0.1:jmmv3-6/+16
* Bugs fixed + invisible event box replacement (Dave Camp) + async / gtk+ state sync loop (Radek Doulik) + UI image related segv (Michael, Ettore) + build fixes (Alex Duggan) * Featurelets + very major docs improvements (Gustavo Carneiro) * Translations + updated (mn, ro, id, kn, fa): (Christian Rose, Marius Andreiana, Roozbeh Purnader)
2003-02-14Update to 2.2.0. Changes since 2.0.3.3:jmmv4-11/+17
* bonobo/bonobo-ui-toolbar.c (accumulate_item_size): split from (update_sizes): here and account for the popup's item's size itself if items moved there. * bonobo/bonobo-ui-toolbar.c (show_popup_window): fix #76310, popup going off the side of the screen unhelpfully. * configure.in: Added Amharic (am) and Dutch (nl) to ALL_LINGUAS * configure.in: add a check for people with stale / non-parallel installable gdk-pixbuf's - it seems there are a number of such people. * Fix Makefile.am's for libtool's non-understanding of -pthread. * bonobo/bonobo-ui-util.c (bonobo_help_display_cb): re-hash so we can still allow components to register their own custom prefix intead of using the main program's always. * bonobo/bonobo-ui-util.c (bonobo_help_display_cb): fix search datadir to use existing GnomeProgram if available.
2003-01-05Do not try to remove lib/bonobo/servers (removed by bonobo-activation).jmmv1-3/+3
Do not try to remove lib/bonobo-2.0/sample (removed by libbonobo).
2003-01-04Updated libbonoboui to 2.0.3.3. Changes since 2.0.3.2:jmmv3-8/+8
- bonobo/bonobo-file-selector-util.c (create_bonobo_selector): fix acute brokenness. - bonobo/bonobo-ui-component.c (ui_event), (impl_Bonobo_UIComponent_execVerb): 64bit safe va-list termination. - tests/test-ui.c (cb_do_popup): don't destroy popup immediately after popup. - bonobo/bonobo-ui-component.c (bonobo_ui_component_set_translate): don't segv later if we have a NULL / bogus xml string coming in. - Added am and be translations. - samples/controls/Makefile.am, samples/compound-doc/bonobo-hello/Makefile.am: Fix $(prefix)/lib -> $(libdir). - bonobo/bonobo-ui-init-gtk.c: Change POPT_ARG_STRING to POPT_ARG_INT for the screen argument - configure.in: require libxml - fixes breakage from removing it from bonobo-activation's pkg-config requirements.
2003-01-03Change my email address to the NetBSD one (hispabsd.org -> netbsd.org).jmmv1-2/+2
Approved by wiz.
2002-12-24Bump PKGREVISION because of dependency on latest freetype2 or glib2wiz2-3/+4
package and library major bumps therein. Also match dependency in corresponding buildlink2.mk's for the same reason. Mmmm, binary packages.
2002-12-09Replace "true" by "${TRUE}".tron1-4/+4
2002-11-30USE_PKGLOCALEDIR, remove unnecessary patches, delint.salo1-1/+2
2002-11-26Update to 2.0.3.2; changes include:jmmv2-6/+5
* Bugs fixed + toolbar label set efficiency win (Michael) + toolbar destruction (Jaka Mocnik, Satyajit) Approved by wiz. This closes my own PR 18772.
2002-10-19Track directory layout change at MASTER_SITE_GNOME.rh1-2/+2
Patch provided in PR pkg/18701 by Julio Merino <jmmv@menta.net>
2002-09-22Don't symlink certain classes of files that aren't needed by buildlink2:jlam1-2/+1
*.pc and binaries. Both these things are simply found by packages in their true installed locations.
2002-09-15s/USE_X11BASE/USE_X11/ so this actually works on non-xpkgwedge systemsrh2-4/+5
Bump PKGREVISIONs and default dependencies
2002-09-11Initial import of libbonoboui-2.0.3, the user interface components of therh5-0/+163
CORBA object activtion framework for GNOME2. Provided by Julio Merino <jmmv@hispabsd.org>. Closes PR pkg/18198.