summaryrefslogtreecommitdiff
path: root/devel/libbonoboui/PLIST
AgeCommit message (Collapse)AuthorFilesLines
2005-07-27update to 2.10.0drochner1-1/+3
changes: -minor bugfix -translation updates
2005-02-06Update to 2.8.1:jmmv1-1/+8
* bugs fixed + Merged the fixes from the toolbar-rework branch (Federico Mena Quintero) + Fix warnings when toolbars are destroyed (Federico) + Fix GDK interaction problem when running a control in same process as the container (Gustavo) + Fix include of wrong i18n header files (Jonathan Blandford) + Don't install files from examples (Gustavo) + Dock item a11y fix (Kjartan Maraas) + More toolbar fixes (Arvind Samptur) + Toolbar theme rendering fixes (Benjamin Berg, JP Rosevear) * misc. + Remove redundant AC_SUBST's in configure.in (Tomasz Kłoczko) + Add Bonobo component browser tool (Rodrigo Moya) + Deprecate pack-end behavior and add a space type for separators. (Marco Pesenti Gritti)
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-7/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-21Update to 2.8.0. This version corresponds to GNOME 2.8.0.jmmv1-36/+40
While here, move documentation to share/doc, out of share/doc/html. 2004-09-13 Mark McLoughlin <mark@skynet.ie> * configure.in: Version 2.8.0. 2004-09-08 Gora Mohanty <gmohanty@cvs.gnome.org> * configure.in: Added 'or' to ALL_LINGUAS. 2004-08-16 Christian Rose <menthos@menthos.com> * configure.in: Added "bs" to ALL_LINGUAS. 2004-08-11 Kjartan Maraas <kmaraas@gnome.org> * bonobo/bonobo-control.c: (bonobo_control_get_ambient_properties), (bonobo_control_set_transient_for): NULL vs 0 stuff. * bonobo/bonobo-dock-layout.c: (bonobo_dock_layout_create_string): Same. * bonobo/bonobo-selector.c: (bonobo_selector_instance_init), (bonobo_selector_set_property): Same here too. * bonobo/bonobo-socket.c: Use correct type for the bitfield. * bonobo/bonobo-ui-preferences.c: (keys_changed_fn): gtk_idle_add() is deprecated. Use g_idle_add instead. * bonobo/bonobo-ui-sync-status.c: (impl_bonobo_ui_sync_status_state): Cast to avoid a warning. * bonobo/bonobo-ui-sync-toolbar.c: (get_dock_item): Fix warning. * bonobo/bonobo-window.c: (bonobo_window_instance_init): NULL vs 0 again * samples/compound-doc/container/document.c: (sample_doc_new): Ansi argument list again. * samples/container/bonobo-sample-container.c: NULL vs 0 again. * tests/test-moniker.c: Same here. 2004-08-11 Kjartan Maraas <kmaraas@gnome.org> * configure.in: Added nb to ALL_LINGUAS. 2004-06-25 Muktha <muktha.narayan@wipro.com> * bonobo/bonobo-ui-engine.c (check_excess_widgets): Add a check for NULL in g_message.
2004-05-15Update to 2.6.1:jmmv1-1/+5
2004-05-14 Michael Meeks <michael@ximian.com> * Version 2.6.1 2004-05-14 Takao Fujiwara <Takao.Fujiwara@Sun.COM> * bonobo/bonobo-ui-util.c (bonobo_ui_util_translate_ui): use direct gettext call to cover all domains. * bonobo/bonobo-ui-main.c (do_low_level_init) (bonobo_ui_init_full): initialize i18n bits / gettext package / code-set. * bonobo/Makefile.am: define BONOBO_EXPLICIT_TRANSLATION_DOMAIN. 2004-05-12 Michael Meeks <michael@ximian.com> * bonobo/bonobo-ui-util.c (bonobo_ui_util_set_ui): don't add a broken file to the cache. * bonobo/bonobo-ui-node.c (bonobo_ui_node_to_string): add pre-condition. 2004-04-27 Michael Meeks <michael@ximian.com> * bonobo/bonobo-dock-band.c (check_guint_arg): add pre-condition. 2004-04-16 Iñaki Larrañaga <dooteo@euskalgnu.org> * configure.in: Added "eu" (Basque) to ALL_LINGUAS. 2004-04-09 Guntupalli Karunakar <karunakar@freedomink.org> * configure.in: Added "gu" (Gujarati) to ALL_LINGUAS. 2004-03-31 Christian Rose <menthos@menthos.com> * configure.in: Added "af" to ALL_LINGUAS. 2004-03-30 Adam Weinberger <adamw@gnome.org> * configure.in: Added en_CA to ALL_LINGUAS.
2004-04-01Update to 2.6.0. The list of changes since the previous stable version mayjmmv1-1/+7
be incomplete, but couldn't find anything better: libbonoboui 2.5.3 * bugs fixed + toolbar/dock destruction crasher (Michael) + unused arg cleanup (Fernando Herrera) * featurelets + BonoboWindow cleanup (Arvind Samptur) libbonoboui 2.5.2 * bugs fixed + require the right gtk+ (Jason Leach) + AIX portability (The Written Word) + svg icon image size (Sergey V. Udaltsov) + status bar grip problem (Michael) + control 'activate' signal (Federico, JP) + memove not strcpy for overlap (JP) + dock size allocation problem (Michael) * featurelets + status bar packing improvement (Alexander Larsson)
2003-12-14Update to 2.4.1, based on work done by xtraeme@ and Min Sik Kim.jmmv1-3/+11
Change log lists changes for the development branch (2.3); since then, there have been several bugfixes. libbonoboui 2.3.6 * bugs fixed + F1 help menu shortcut (Yuedong Du) + vicious K/B focus fixage (Federico) + dock grip fix (Padraig O'Briain) + doc. fix (Michael) libbonoboui 2.3.3 * bugs fixed + multi-head issues (Morten Welinder, Michael) + nasty focus hacks binned (Michael) + UI preferences fixes (Anders Carlsson) + toolbar layout fix (Gustavo Giraldez) + UI re-enterancy fix (Radek Doulik) + Tooltip fixes (Dave Camp) + build fixage (Hidetoshi Tajima, Masahiro Sakai, Malcolm Tredinnick, Padraig O'Briain, Alex Duggan) * featurelets + new sample container (Sergey Oudaltsov) + nicer toolbar rendering (Rodney Dawes) + cygwin port (Masahiro Sakai) + toolbar widget direction (Jody Goldberg) + working canvas components (Bob Gibbs) + more documentation (Gustavo Carneiro) * translations + kn, id, mn, yi (Christian Rose) + ro (Marius Andreiana) + fa (Roozbeh Pournader) + ml (Guntupalli Karunakar) + sr (Danilo Šegan) + cy (Telsa Gwynne et. al)
2003-07-30Update to 2.2.3:jmmv1-2/+40
- 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-04-27Depend on gnome2-dirs to handle the shared share/gnome-2.0/ui directory.jmmv1-3/+3
Bump PKGREVISION to 1.
2003-03-05Update to 2.2.0.1:jmmv1-1/+8
* 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:jmmv1-3/+8
* 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:jmmv1-1/+3
- 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.
2002-12-09Replace "true" by "${TRUE}".tron1-4/+4
2002-09-11Initial import of libbonoboui-2.0.3, the user interface components of therh1-0/+85
CORBA object activtion framework for GNOME2. Provided by Julio Merino <jmmv@hispabsd.org>. Closes PR pkg/18198.