The NetBSD Project

CVS log for pkgsrc/databases/libgnomedb/Attic/PLIST

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / databases / libgnomedb

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.24, Sun Oct 6 20:04:42 2013 UTC (10 years, 6 months ago) by joerg
Branch: MAIN
CVS Tags: HEAD
Changes since 1.23: +1 -1 lines
FILE REMOVED

Retire libgnomedb.

Revision 1.23 / (download) - annotate - [select for diffs], Sun Jun 14 17:43:18 2009 UTC (14 years, 10 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4, pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2
Changes since 1.22: +1 -18 lines
Diff to previous 1.22 (colored) to selected 1.16 (colored)

Remove @dirrm entries from PLISTs

Revision 1.22 / (download) - annotate - [select for diffs], Sun Oct 7 07:39:52 2007 UTC (16 years, 6 months ago) by hira
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored) to selected 1.16 (colored)

libglade2 -> libglade (comment).

Revision 1.21 / (download) - annotate - [select for diffs], Tue Sep 25 10:54:10 2007 UTC (16 years, 6 months ago) by hira
Branch: MAIN
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored) to selected 1.16 (colored)

Fix comment (GConf2 -> GConf).

Revision 1.20 / (download) - annotate - [select for diffs], Sat Aug 4 11:23:32 2007 UTC (16 years, 8 months ago) by obache
Branch: MAIN
Changes since 1.19: +297 -297 lines
Diff to previous 1.19 (colored) to selected 1.16 (colored)

Update libgnomedb to 3.0.0.

libgnomedb 3.0.0, 2007-04-23

 - fix libgnomedb versioning in gtk-docs (yselkowitz)
 - misc. bug fixes (Armin Burgmeier, Vivien Malerba)
 - Bug fixes: #422979, #423405 (Vivien Malerba)
 - Translations:
	- ca (Gil Forcada)
	- dz (Pema Geyleg)
	- lt (Gintautas Miliauskas)
	- ar (Djihed Afifi)

libgnomedb 2.99.6, 2007-03-23

 - Corrected linker errors when using C++ (Murray Cumming)
 - Spell corrections (Murray Cumming)
 - Code cleanups (Murray Cumming)
 - Data entry widgets improvements (Vivien Malerba)
 - Removed the C# bindings (Murray Cumming)
 - Always install the doc (Thomas Klausner)
 - Lots of minor corrections (Armin Burgmeier, Vivien Malerba, Murray Cumming)
 - Bug fixes: #419063, #390609 (Yselkowitz, Murray Cumming)
 - Translations:
	- new 'dz' translation (Pema Geyleg)
	- ca (Josep Puigdemont i Casamajó)
	- en_GB (David Lodge)
	- sv (Daniel Nylander)
	- vi (Clytie Siddall)

libgnomedb 2.99.5, 2007-02-12

- Updated for libgda 2.99.5.

libgnomedb 2.99.4, 2007-02-12

- The library is no split into separate libgnomedb, libgnomedb-extra, and libgnomedb-graph
  shared libraries. You must adjust your #include lines appropriately.
  Packagers might want to ensure that previously-installed headers are removed, if possible.
- GnomeDbRawForm:
  - Handle the new "reset" signal from the GdaDataProxy.
  - Don't show a data entry if gnome_db_data_widget_column_hide() has been called.
  (Vivien Malerba)
- GnomeDbBasicForm: Allow the "paramlist" property to be set more than once.
- GnomeDbDataWidget, GnomeDbRawGrid, GnomeDBRawForm: added an "iter_changed" signal.
  (Vivien Malerba)
- GnomeDbRawGrid:
  - Improved column title for parameters restricted by a data model.
  - Hide expander for parameters restricted by a data model.
  (Vivien Malerba)
- GnomeDbDataCellRendererCombo: Added a "show_expander" property.
  (Vivien Malerba)
- Use enum types instead of guint or gulong for flags, matching the
  conventions used in GTK+, and making the API clearer: GdaQuery, GdaObjectRef
  (Murray Cumming, Openismus)
- Use specific types for property and signal parameter registrations, and use specific signal marshallers.
  This should be more robust, and is needed by language bindings.
  (Murray Cumming, Openismus)
- Generate enum GType registrations for libgnomedb-extra.
  This is needed for language bindings and use of these enums in GValues.
- Improvements to _new() functions for language bindings, such as C++:
  GnomeDbSqlConsole, GnomeDbDbmsUpdateViewer,  GnomeDbErrorDialog, GnomeDbEditor,
  GnomeDbDataImport, GnomeDbLoginDialog, GnomeDbDsnSpec, GnomeDbGrid,
  GnomeDbDataSourceSelector, GnomeDbConnectionProperties,  GnomeDBForm.
  (ArminBurgmeir, Openismus)
  GnomeDbDataCellRendererBoolean, GnomeDbDataCellRendererCombo,
  GnomeDbDataCellRendererInfo, GnomeDbDataCellRendererTextual,
  GnomeDbDataEntryCombo
  (Johannes Schmid, Openismus)
- Adapt to latest glade3 API changes. (Vincent Geddes, bug #400836)
- Correct all remaining installation location conflicts with libgda 1.2.
  (Leonardo Boshell)
- Correct English spellings. (Kraii)


libgnomedb 2.99.3, 2007-01-27

- Build:
  - Now builds with GTK+ 2.8 as well as GTK+ 2.10.
    (Murray Cumming)
  - Now builds with glib 2.8 as well as glib 2.12.
    (Vivien Malerba)
  - Now builds without gconf, libgnomecanvas, or libgnomeui.
  - The graph API is now a separate shared library.
    (Vivien Malerba)
  - Use glade-3.1/3.2 instead of glade 3.0,
    if using glade at all.
    (Vivien Malerba)
  - Install gnome-db-plugin.h
    (Vivien Malerba)
  - Do not install private headers.
    (Murray Cumming)
  - Removed unused utility functions.
    (Bug #383533, Min Sik Kim)
  - Windows (win32) build improvements.
    (Bug #321663, Yselkowitz)
  - Do not ignore CFLAGS.
    (Bug #354476, Alex Smith)
  - Use glib-mkenums to create gnome-db-enum-types.h and
    gnome-db-enum-types.c.
    (Bug #129035, Armin Burgmeier)
  - Fixed compiler warnings.
    (Mark Johnson, Bug #366710, Hans de Goede)
- GnomeDbServerOperation.c: Added "opt_header" property.
  (Vivien Malerba)
- Renamed gnome_db_basic_form_show_entries_actions() to
  gnome_db_basic_form_show_entry_actions().
  (Murray Cumming)
- Renamed GnomeDbmsUpdateViewer to GnomeDbDbmsUpdateViewer.
  (Bug #389191, Murray Cumming)
- GnomeDbDatabaseLogin improvements.
  (Vivien Malerba)
- Picture widgets: Bug fixes.
  (Vivien Malerba)
- GnomeDbTransactionStatus: Warn when the transaction is locked.
  (Vivien Malerba)
- Added construct properties for language bindings.
  (Bug #391514, Johannes Schmid)
- HIG improvements.
  (Jeroen Zwartepoorte)
- Corrected some English strings.
  (Bug #352123 and bug #315612 from Clytie Siddall)

Revision 1.19 / (download) - annotate - [select for diffs], Sun Jan 21 19:15:33 2007 UTC (17 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1
Changes since 1.18: +87 -82 lines
Diff to previous 1.18 (colored) to selected 1.16 (colored)

Update to 2.99.2:

libgnomedb 2.99.2, 2006-12-22
-----------------------------

 - C# bindings corrections (Daniel)
 - Change version to 2.99.x to become 3.0.x when the API/ABI is declared stable (Murray)
 - Lots of corrections and small improvements (Stian, Vivien)
 - Doc. improvements (Vivien)
 - Glade3 support (Daniel)
 - Code cleanups (Vivien)
 - Improved code to make bindings easier (Murray)
 - Improved sample application (Vivien)
 - New plugin to display pictures from BLOB or encoded strings (Vivien)
 - Translations:
	- new Arabic transtation (Djihed Afifi)
	- fi (Ilkka)
	- en_GB (David Lodge)
	- es (Francisco Javier)
	- en_CA (Adam Weinberger)

Revision 1.18 / (download) - annotate - [select for diffs], Tue Dec 5 10:23:07 2006 UTC (17 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4
Changes since 1.17: +115 -91 lines
Diff to previous 1.17 (colored) to selected 1.16 (colored)

Update to 1.99.1:

libgnomedb 1.99.1, 2006-10-26
-----------------------------

 - Possibility to avoid compiling C# bindings (Vivien)
 - Bug fixes (Vivien)
 - Translations:
	- en_GB (David Lodge)
	- fi (Ilkka)

libgnomedb 1.99.0, 2006-10-18
-----------------------------

 - GnomeDb# fixes (Daniel)
 - New gnome-db-demo program to demo widgets and show code (Vivien)
 - Improved documentation about migration from previous versions (Vivien)
 - Many bug fixes and small improvements
 - Translations:
	- en_GB (David Lodge)
	- fi (Ilkka)
	- ca (Josep Puigdemont i Casamajó)
	- ne (Pawan Chitrakar)
	- vi (Clytie)

Revision 1.17 / (download) - annotate - [select for diffs], Mon Nov 13 21:38:25 2006 UTC (17 years, 5 months ago) by drochner
Branch: MAIN
Changes since 1.16: +115 -115 lines
Diff to previous 1.16 (colored)

migrate devhelp docs to share/gtk-doc/html, bump PKGREVISION

Revision 1.16 / (download) - annotate - [selected], Mon Sep 11 17:07:19 2006 UTC (17 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3
Changes since 1.15: +18 -6 lines
Diff to previous 1.15 (colored)

Update to 1.9.103:

libgnomedb 1.9.103, 2006-09-03
------------------------------

 - Re-implement the plugin feature for custom GnomeDbDataEntry widgets
   and GtkCellRenderer objects (Vivien)
 - Better integration with Glade-3 (Daniel Espinosa)
 - Enable table contents modifications in the browser (Carlos)
 - Improved testing program (Vivien)
 - New widget to represent DDL queries in a generic way (from
   each provider's specifications) (Vivien)
 - Fixed #336982 (Thomas)
 - Bug fixes
 - Translations:
	- new Lithuanian (lt) translation (Gintautas Miliauskas)
	- removed the obsolete no translation (Kjartan Maraas)
	- vi (Clytie)
	- fi (Ilkka)
	- zh_HK, zh_TW (Chao-Hsiung Liao)
	- eu (Iñaki)
	- nb (Kjartan Maraas)
	- es (Francisco Javier)
	- fr (Marc-André Lureau)
	- ru (Nickolay)
	- de (Hendrik)

Revision 1.15 / (download) - annotate - [select for diffs], Mon Apr 17 07:07:15 2006 UTC (18 years ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q2-base, pkgsrc-2006Q2
Changes since 1.14: +47 -47 lines
Diff to previous 1.14 (colored) to selected 1.16 (colored)

Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey
PKGLOCALEDIR and which install their locale files directly under
${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries.  From now
on, pkgsrc/mk/plist/plist-locale.awk will automatically handle
transforming the PLIST to refer to the correct locale directory.

Revision 1.14 / (download) - annotate - [select for diffs], Sun Apr 2 22:48:31 2006 UTC (18 years ago) by wiz
Branch: MAIN
Changes since 1.13: +62 -167 lines
Diff to previous 1.13 (colored) to selected 1.16 (colored)

Update to 1.902:

libgnomedb 1.9.102, 2006-03-24
------------------------------

 - More respectfull of standard naming conventions (Juan Manuel)
 - Moved all the objects not depending on GTK+ to Libgda (Vivien)
 - Improved tests (Vivien)
 - Fixed #327798 (Thierry)
 - Login widget now uses usaename and password when provided in the
   configuration
 - Grammar corrections (Thierry)
 - Updated sample application
 - Bug fixes and various improvements
 - Translations:
	- new Chinese (Taiwan) translation (Chao-Hsiung)
	- es (Francisco Javier)
	- fi (Ilkka)
	- nl (Vincent)
	- cs (Stanislav)
	- vi (Clytie)
	- en_CA (Adam)
	- eu (Iñaki)
	- zh_TW (Chao-Hsiung)
	- de (Frank)
	- pt_BR (Raphael)

Revision 1.13 / (download) - annotate - [select for diffs], Sat Feb 4 17:03:16 2006 UTC (18 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.12: +308 -97 lines
Diff to previous 1.12 (colored) to selected 1.16 (colored)

Update to 1.9.100:
libgnomedb 1.9.100, 2005-10-13
------------------------------

 - Fixed #313204 (Rodrigo)
 - Fixed #314733 (Cygwin ports maintainer)
 - Require libgda >= 1.9.99 (Juan Manuel)
 - Updated translations:
        - es (Francisco Javier)
        - sv (Christian)

libgnomedb 1.9.99, 2005-09-26
-----------------------------

 - Compilation fixes (Rodrigo, Stanislav)
 - Added Mono bindings from GTK# (Dan)
 - Install plugins in $libdir (Stanislav)
 - Added SQL console menu item to browser application (Vivien)
 - Fixed row numbers status messages in browser application (Vivien)
 - Fixed compilations flags and libs for sample application (Juan Manuel)
 - Extended GnomeDbSelector API (Vivien)
 - Adapted to libgda-1.9.99 API changes (Vivien, Rodrigo)
 - Updated translations:
        - en_CA (Adam)
        - eu (Iñaki)
        - ne (Pawan)
	- vi (Clytie)

libgnomedb 1.3.91, 2005-08-10
-----------------------------

 - Depend on libgda >= 1.3.90 (Rodrigo)

libgnomedb 1.3.90, 2005-08-07
-----------------------------

 - Removed redundant gnome_db_server_stringify_value (Vivien)
 - Adapted to changes in libgda's GdaValue (Vivien)
 - Support more numerical types in GnomeDbHandlerNumerical (Vivien)
 - Renamed GnomeDbGrid's "create_popup_menu" signal to "populate_popup" (Vivien)
 - GnomeDbTableField API cleanups and improvements (Vivien)
 - Extended DTD attributes for GNOME_DB_FIELD tag (Vivien)
 - Added support for browsing through large data sets in the browser
   application (Vivien)
 - Clever use of AUTO_INCREMENT's in result sets (Vivien)
 - Fixed #310396 (M Wood)
 - Compilation fixes for gtk-doc generated documentation (Andreas)
 - Fixed #300082 (Kristof)
 - Changed all type declarations to GNOME_DB_TYPE_* (Vivien)
 - Make use of the better libgda error reporting to report better messages (Vivien)
 - Improved SQL parsing and data dictionary (Vivien)
 - Updated translations:
        - fi (Ilkka)
	- nb (Kjartan)
	- no (Kjartan)
        - vi (Clytie)

libgnomedb 1.3.4, 2005-07-08

Revision 1.12 / (download) - annotate - [select for diffs], Sun Jun 26 16:54:46 2005 UTC (18 years, 9 months ago) by jmmv
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4, pkgsrc-2005Q3-base, pkgsrc-2005Q3
Changes since 1.11: +58 -56 lines
Diff to previous 1.11 (colored) to selected 1.16 (colored)

Update to 1.2.2:

- Fixed typo in GnomeDbList class signal creation (Mike Kestner)

While here, move documentation out of share/doc/html.

Revision 1.11 / (download) - annotate - [select for diffs], Mon Apr 18 18:01:48 2005 UTC (19 years ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.10: +2 -1 lines
Diff to previous 1.10 (colored) to selected 1.16 (colored)

update to 1.2.1
changes: bugfixes

Revision 1.10 / (download) - annotate - [select for diffs], Thu Feb 24 19:17:10 2005 UTC (19 years, 1 month ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1
Changes since 1.9: +68 -63 lines
Diff to previous 1.9 (colored) to selected 1.16 (colored)

update gnomedb to 1.2
too many changes to list here, this pkg was really outdated

Revision 1.9 / (download) - annotate - [select for diffs], Wed Sep 22 08:09:22 2004 UTC (19 years, 7 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base, pkgsrc-2004Q4
Changes since 1.8: +1 -9 lines
Diff to previous 1.8 (colored) to selected 1.16 (colored)

Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
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".

Revision 1.8 / (download) - annotate - [select for diffs], Tue Apr 20 16:26:01 2004 UTC (20 years ago) by jmmv
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2
Changes since 1.7: +8 -4 lines
Diff to previous 1.7 (colored) to selected 1.16 (colored)

libgnomedb 1.0.4, 2004-04-18

Revision 1.7 / (download) - annotate - [select for diffs], Thu Mar 11 14:01:34 2004 UTC (20 years, 1 month ago) by jmmv
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1
Changes since 1.6: +2 -1 lines
Diff to previous 1.6 (colored) to selected 1.16 (colored)

Update to 1.0.3:

libgnomedb 1.0.3, 2004-01-16

Revision 1.6 / (download) - annotate - [select for diffs], Thu Sep 11 12:40:23 2003 UTC (20 years, 7 months ago) by jmmv
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.5: +7 -8 lines
Diff to previous 1.5 (colored) to selected 1.16 (colored)

Update to 0.99.0:

libgnomedb 0.99.0, 2003-09-10
-----------------------------

 - Added a (configurable) icon to GnomeDbGrayBar (apg)
 - Use icons for gnome-database-properties tabs (rodrigo)
 - Removed ugly BUILD_WITH_GNOME in public headers (daniel)
 - Updated translations:
        - ca (jordim)
        - cs (mitr)
	- de (cneumair)
        - es (pablodc)
        - fi (pvirtane)
	- fr (redfox)
	- no (kmaraas)
	- pl (aflinta)
	- pt (dnloreto)
	- sl (minmax)
        - sr (danilo)
	- sv (menthos)

libgnomedb 0.91.0, 2003-08-06
-----------------------------

 - Extended GnomeDbLogin API (rodrigo)
 - Added a 'Create DSN' button on the GnomeDbLogin widget (rodrigo)
 - Redid UI for database properties configuration applet (rodrigo)
 - Fixed #108023 (rodrigo)
 - Some HIG-ification (apg, rodrigo)
 - Added query builder widget, to be used in Gnumeric and Abiword (rodrigo)
 - Extended GnomeDbEditor API (daniel)
 - More API documentation (rodrigo)
 - Updated translations:
        - cs (mitr)
	- de (cneumair)
	- es (pablodc)
	- nl (adrighem)
	- pl (aflinta)
	- pt (dnloreto)
        - sv (menthos)

libgnomedb 0.90.0, 2003-07-03
-----------------------------

 - Added missing entry points to GnomeDbLoginDialog API (rodrigo)
 - Removed non-working MIME components (rodrigo)
 - Added MIME actions component for SQL and connection files (rodrigo)
 - Removed dependencies on GTK+ 2.2 (rodrigo)
 - Added missing files to spec file (adam)
 - Added preloading of GConf keys (rodrigo)
 - Catched missing translatable strings (baddog)
 - HIG-ify the error dialog widget (rodrigo)
 - Updated translations:
        - be (dmitrym)
        - cs (mitr)
	- es (pablodc)
        - ml (karunakar)
        - nl (vincent)
	- pt (dnloreto)
	- ru (frob)
        - sv (menthos)
        - zh_TW (baddog)

Revision 1.5 / (download) - annotate - [select for diffs], Tue Jun 10 14:21:07 2003 UTC (20 years, 10 months ago) by jmmv
Branch: MAIN
Changes since 1.4: +11 -4 lines
Diff to previous 1.4 (colored) to selected 1.16 (colored)

Update to 0.12.1:

libgnomedb 0.12.1, 2003-06-08
-----------------------------
 - Added missing static libraries to the spec file (adam)
 - Fixed typo in configure.in (redfox)
 - Simplified column titles in data sources and providers config dialog
   (rodrigo)
 - Added missing CFLAGS for libglade module (rodrigo)
 - Fixed soname numbering (rodrigo)
 - Updated translations:
        - nl (adrighem)
        - sr (danilo)
	- ta (baddog)

libgnomedb 0.12, 2003-05-28
---------------------------
 - Added new stock icons (apg)
 - HIG-ified the login dialog widget (apg)
 - Added support for GTK/libgda-only compilation (dmitrym)
 - Extended GnomeDbForm API (rodrigo)
 - Updated translations:
        - cs (mitr)
	- de (cneumair)
	- es (pablodc)
        - fa (roozbeh)
	- nl (adrighem)
	- pt (dnloreto)
	- pt_BR (gdvieira)
	- sv (menthos)

libgnomedb 0.11, 2003-03-08
---------------------------
 - Marked missing strings in .keys file for translation (cneumair)
 - Added new stock icons for COMMIT and ROLLBACK (rodrigo)
 - Fixed #106121 (julio)
 - Fixed #106122 (julio)
 - Fixed #106402 (rodrigo)
 - HIG-ify the gray bar widget (apg)
 - Fixed #106402 (tagoh)
 - Spec file fixes (yanko)
 - Updated translations:
	- cs (mitr)
	- de (cneumair)
	- es (pablodc)
	- nl (adrighem)
	- pl (chyla)
	- pt (dnloreto)
	- pt_BR (gdvieira)
	- sv (menthos)
	- uk (rasta)

Revision 1.4 / (download) - annotate - [select for diffs], Fri May 30 16:19:53 2003 UTC (20 years, 10 months ago) by jmmv
Branch: MAIN
Changes since 1.3: +2 -1 lines
Diff to previous 1.3 (colored) to selected 1.16 (colored)

Depend on (at least) version 1.2 of gnome{,1,2}-dirs to automatically handle
the shared share/mime-info directory.  Bump PKGREVISION.

Revision 1.3 / (download) - annotate - [select for diffs], Tue Feb 18 14:55:56 2003 UTC (21 years, 2 months ago) by jmmv
Branch: MAIN
Changes since 1.2: +2 -1 lines
Diff to previous 1.2 (colored) to selected 1.16 (colored)

Use the omf.mk file provided by the scrollkeeper package to automatically
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.

Revision 1.2 / (download) - annotate - [select for diffs], Fri Feb 14 20:18:03 2003 UTC (21 years, 2 months ago) by jmmv
Branch: MAIN
Changes since 1.1: +64 -62 lines
Diff to previous 1.1 (colored) to selected 1.16 (colored)

Update to 0.10.  Changes since 0.8.199:

libgnomedb 0.10, 2003-01-27
---------------------------

 - Added --disable-gtk-doc argument to configure (rodrigo)
 - Fixed .server file paths (rodrigo)
 - Fixed weird size of provider list in configuration dialog (rodrigo)
 - Fixed modal dialog on 'save as..' grid's menu item and made the code
   actually ask the user if he wants to overwrite existing files (rodrigo)
 - Re-Added GnomeDbIconList from the 1.4 version (rodrigo)
 - Implemented session management (rodrigo)
 - Replaced GnomeDbSqlEditor widget with a more generic GnomeDbEditor,
   to support many languages (rodrigo)
 - Removed obsolete config.h files all over (gonzalo)
 - Fixed alignment for grid's cells (rodrigo)
 - Improved look of error and login dialogs (rodrigo)
 - Remember values between GnomeDbDsnConfigDruid's pages (rodrigo)
 - Many improvements on GnomeDbGrid (rodrigo)
 - Updated translations:
        - de (cneumair)
	- es (pablodc)
	- it (algol)
	- no (kmaraas)
	- pt_BR (evandrofg)
	- sl (minmax)
	- sv (menthos)

libgnomedb 0.9, 2002-12-10
--------------------------

 - Splitted stock icons initialization from the main library init function,
   to have the GnomeDbLogin/GnomeDbLoginDialog widgets work correctly
   in Glade (rodrigo)
 - Updated translations:
        - be (dmitrym)
        - cs (Michal Bukovjan)
	- de (cneumair)
	- es (pablodc)
	- ms (sebol)
	- nl (adrighem)
	- pt_BR (gdvieira)
        - sv (menthos)

Changes in the package:
- Move documentation to share/doc/html.
- Honor PKG_SYSCONFDIR.
- Register schema files using the new framework in GConf2 (schemas.mk).

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Oct 30 05:09:08 2002 UTC (21 years, 5 months ago) by rh
Branch: TNF
CVS Tags: pkgsrc-base, netbsd-1-6-1-base, netbsd-1-6-1
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored) to selected 1.16 (colored)

Initial import of libgnomedb-0.8.199, the GNOME2 database library.

Revision 1.1 / (download) - annotate - [select for diffs], Wed Oct 30 05:09:08 2002 UTC (21 years, 5 months ago) by rh
Branch: MAIN
Diff to selected 1.16 (colored)

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>