Don Allingham
37314056ca
* src/DateDisplay: don't rely on strftime, since it does not
...
handle dates before 1900
svn: r3576
2004-09-27 03:16:48 +00:00
Don Allingham
7f94d0fb51
* src/const.py.in: remove calendar directory
...
* src/gramps_main.py: remove calendar directory
* configure.in: remove calendar directory
svn: r3574
2004-09-25 20:52:38 +00:00
Matthieu Pupate
b190a6ffc4
Moving from fr.po to fr_FR.po
...
svn: r3442
2004-08-19 20:09:23 +00:00
Alex Roitman
8a8fc0a594
Update
...
svn: r3436
2004-08-19 13:24:17 +00:00
Alex Roitman
ec9ab8a6d9
* configure.in: Check for pygtk instead of pygtk-dev.
...
* src/accent.py: Replace unknown chars with "?".
svn: r3434
2004-08-19 03:33:11 +00:00
Alex Roitman
b8d93e28ef
* src/data/gramps.schemas: Add to CVS.
...
* src/data/Makefile.am: Install schemas.
* configure.in: Insert AM_GCONF_SOURCE_2 macro.
svn: r3273
2004-07-14 04:39:05 +00:00
Alex Roitman
2e477a5936
* configure.in: Bump up the version number.
...
* src/gramps.py: Pass complete argument string.
* src/gramps_main.py: Pass popt table to gnome_init().
Always enable argument handling. (read_xml,read_pkg): Add functions.
* src/const.py.in: Define popt table, add all gnome options.
* src/ArgHandler.py: Add long options for gramps-specific options.
Add handling for the first filename argument. Use 'gramps-xml'
to denote old gramps (XML) format.
* src/DbPrompter.py: Add hint for the filename.
* src/plugins/ReadNative.py: Cosmetic changes.
* src/plugins/ReadPkg.py: Cosmetic changes.
* src/plugins/WritePkg.py: Typo.
* src/data/gramps.xml: Add mime type for gramps package.
* src/data/gramps.applications: Add gramps package to the list.
* src/data/Makefile.am: Typo.
* src/gramps_main.py: removed new database info message
* src/plugins/ReadGedcom.py: Fixed typos preventing import.
(i.e. set_type instead of SetType, etc.)
* Release: Version 1.1.0 "And now for something completely different"
released.
svn: r3218
2004-06-21 05:10:27 +00:00
Don Allingham
c9a392961f
* src/RelLib.py: fix index for place map
...
* src/FamilyView.py: include person ID's
svn: r3212
2004-06-15 03:43:33 +00:00
Don Allingham
f06eb991a3
fix select person again
...
svn: r3136
2004-05-07 03:58:26 +00:00
Don Allingham
a13eb68a88
* src/DbPrompter.py: remove unused functions
...
* src/DisplayModels.py: filtering support
* src/GenericFilter.py: filtering support
* src/PeopleModel.py: support for filtering
* src/PeopleView.py: support for filtering
* src/RelLib.py: filtering support
* src/Utils.py: filtering support
* src/gramps.glade: remove invert for filters
* src/gramps_main.py: filtering support
svn: r3114
2004-04-28 04:06:25 +00:00
Don Allingham
2df83d0a6a
* GrampsMime.py: added mime types
...
* grampslib_wrap.c: removed
* various: more undo functionality
svn: r3074
2004-04-04 04:39:52 +00:00
Alex Roitman
9fc3b43afb
* src/docgen/LPRDoc.py: Typo.
...
* src/po/da_DK.po: Remove in favor of da.po file.
* src/po/da.po: Add (replaces da_DK.po).
* configure.in, configure: Switch from da_DK to da in languages.
svn: r3023
2004-03-17 01:44:10 +00:00
Alex Roitman
35fe331daf
* configure.in, configure: Typo.
...
* src/plugins/FtmStyleAncestors.py (endnotes): Do not add
redundant references.
* src/plugins/FtmStyleDescendants.py (endnotes): Do not add
redundant references.
* src/plugins/DetAncestralReport.py (_make_default_style):
Remove unused table definition.
* src/plugins/DetDescendantReport.py (_make_default_style):
Remove unused table definition.
svn: r2950
2004-03-02 03:43:51 +00:00
Alex Roitman
cc19349f63
* src/Relationship.py: Factor out relationship distance computation.
...
* src/plugins/rel_ru.py: Use self.get_distance().
* src/plugins/rel_de.py: Use self.get_distance().
* configure.in, configure: Change version.
* src/plugins/rel_hu.py: Convert to class.
svn: r2858
2004-02-17 04:47:24 +00:00
Alex Roitman
c61fce188c
* configure.in, configure: Don't ship Hungarian manual (unfinished).
...
* doc/gramps-manual/Makefile.am, doc/gramps-manual/Makefile.in:
Don't ship Hungarian manual.
svn: r2758
2004-02-03 21:30:18 +00:00
Alex Roitman
9c39a67559
* configure.in, configure: Don't ship German manual (unfinished).
...
* doc/gramps-manual/Makefile.am, doc/gramps-manual/Makefile.in:
Don't ship German manual.
svn: r2753
2004-02-02 23:04:14 +00:00
Don Allingham
94865d40d6
version 0.99
...
svn: r2723
2004-01-28 03:20:42 +00:00
Don Allingham
ce1e4f9136
update
...
svn: r2722
2004-01-28 02:33:50 +00:00
Alex Roitman
4391914cb7
* configure, configure.in: Typo.
...
svn: r2704
2004-01-25 07:47:19 +00:00
Egyeki Gergelly
ac5a3aad3b
*** empty log message ***
...
svn: r2637
2004-01-14 17:47:00 +00:00
Don Allingham
e622f89534
* configure.in: fix gnome-python-vfs error message
...
svn: r2625
2004-01-10 22:44:21 +00:00
Don Allingham
8e9f6a4219
* src/const.py.in: eliminate zipcmd
...
* src/docgen/OpenSpreadSheet.py: eliminate the need for ZIP, use python
zipfile module instead
* src/plugins/EventCmp.py (DisplayChart.on_save_clicked): fix rows, double lines
no longer used
* configure.in: add check for vfs bindings, eliminate the check for
swig and zip
* gramps.spec.in (Requires): Added gnome-python2-gnomevfs dependency
svn: r2577
2004-01-01 19:10:23 +00:00
Alex Roitman
0811d3054a
Update
...
svn: r2542
2003-12-17 22:29:22 +00:00
Tim Waugh
7878b41dd5
Not 1.0.0 release yet.
...
svn: r2515
2003-12-13 15:07:59 +00:00
Don Allingham
d1a41af39c
* configure.in: catch the SUSE usage of "gnome.gconf" instead of
...
the standard "gconf"
svn: r2474
2003-12-09 04:14:35 +00:00
Alex Roitman
3e571743de
Update
...
svn: r2472
2003-12-09 00:52:37 +00:00
Alex Roitman
fff445d33a
Added russian translation of the manual
...
svn: r2464
2003-12-08 19:42:32 +00:00
Don Allingham
16c843b135
* configure.in: added eo to languages:
...
* src/po/eo.po: esperanto translation
svn: r2436
2003-12-03 21:41:51 +00:00
Frode Jemtland
119a2256c4
Addet the no.po file, and updated the configuer.in so it would know about it. no.po is equal to nb.po.
...
svn: r2369
2003-11-24 23:21:16 +00:00
Frode Jemtland
d69f597c7c
Addet the Norwegian Bokm�l nb.po file to the configure.in file
...
svn: r2360
2003-11-21 23:01:52 +00:00
Alex Roitman
0851348931
* configure.in: Detect iconv at configuration time.
...
* src/po/Makefile.am: Invoke detected iconv in its simplest form.
Minor cleanup.
* gramps.sh.in: Correct paths for systems with custom datadir.
* src/DisplayTrace.py: Check for LANG before including in the message.
svn: r2279
2003-10-22 04:15:27 +00:00
Alex Roitman
2d9909d471
* configure.in, configure: Change version and release numbers.
...
* TODO: Remove completed items.
svn: r2247
2003-10-13 13:02:34 +00:00
Alex Roitman
69d98c478e
* src/gramps.glade: Remove hot keys from toolbar buttons.
...
Add editing items under Edit menu.
* src/gramps_main.py: Enable/disable new menu items.
* NEWS, configure, configure.in, gramps.spec, doc/gramps.1,
doc/gramps-manual/C/gramps-manual-C.omf,
doc/gramps-manual/C/gramps-manual.xml: merge with 0.9.5 branch.
* Version 0.9.5: the "Fix me up" release.
* src/gramps_main.py (delete_person_response, merge_update):
Add remove_from_history and redraw_histmenu() calls before deleting
the person.
* doc/gramps.1.in, doc/gramps.1, doc/gramps-manual/C/gramps-manual.xml,
doc/gramps-manual/C/gramps-manual.omf, gramps.spec: New version.
* configure.in: Fix version and release numbers for 0.9.5-1.
* NEWS: Update for a 0.9.5 release.
svn: r2222
2003-10-10 03:56:19 +00:00
Alex Roitman
58dcdd2311
* TODO: Update the list with the postponed todo items.
...
* configure.in: Increment release number.
svn: r2184
2003-09-30 00:08:45 +00:00
Tim Waugh
42c270b94b
2003-09-28 Tim Waugh <twaugh@redhat.com>
...
* configure.in: Fetch ChangeLog from srcdir, not builddir (fixes
'make distcheck').
* src/po/Makefile.am: Fetch zh_CN.po from srcdir, not builddir (fixes
'make distcheck').
svn: r2179
2003-09-28 10:50:41 +00:00
Don Allingham
7047da9ffa
update
...
svn: r2152
2003-09-20 19:56:27 +00:00
Alex Roitman
f236e0efc1
* configure.in: Switch to the next release's version in CVS.
...
Replace build-date with the last ChangeLog entry date in release number.
svn: r2094
2003-09-06 03:06:51 +00:00
Don Allingham
1d25e51110
update
...
svn: r2086
2003-09-03 04:20:11 +00:00
Don Allingham
93add3c449
* configure.in: removal of intl.c/intl22.so
...
* src/gramps.py: handling of i18n without the use of intl
* src/*.py: switch from intl to gettext
svn: r2016
2003-08-17 02:12:25 +00:00
Don Allingham
54327f5a0d
* configure.in: Check for include directory of $PYTHON, not $PYTHON22.
...
Set PYTHON_CPPFLAGS accordingly. Do not set $PYTHON22 and
$P22_INCLUDES, they are not used anymore.
* src/Makefile.am (GVFSINC): Remove, unused.
(intl22.so, grampslib.so): Adjust to use $P22_INCLUDES.
svn: r2003
2003-08-14 15:51:34 +00:00
Don Allingham
06b0b2b186
GNOME/python configure detection
...
svn: r2002
2003-08-14 03:53:41 +00:00
Don Allingham
5d46e90711
* configure.in: Modernize calls to AC_INIT, AM_INIT_AUTOMAKE and
...
AC_OUTPUT. Require Autoconf >= 2.57 and Automake >= 1.6.3.
Remove many superfluous AC_SUBSTs.
svn: r1984
2003-08-10 23:25:22 +00:00
Tim Waugh
eaa712585c
2003-08-10 Tim Waugh <twaugh@redhat.com>
...
* configure.in: Use 0.CVS[date] for RELEASE. '-' is not allowed in
RPM release strings, and prefixing with '0.' allows the final version
to be version-compared as newer.
svn: r1977
2003-08-10 10:28:03 +00:00
Alex Roitman
6ba9a5fb5b
* src/TextDoc.py (PaperStyle.set_height, PaperStyle.set_width):
...
Add functions. Needed for setting custom size paper.
* configure.in: Set RELEASE to CVS-<date> string.
svn: r1974
2003-08-09 21:08:20 +00:00
Don Allingham
bf8b834d8f
0.9.3 release
...
svn: r1881
2003-07-14 21:30:45 +00:00
Don Allingham
55a25ee7d4
update
...
svn: r1847
2003-07-09 01:34:37 +00:00
Don Allingham
48a73dbeae
0.9.2 release
...
svn: r1616
2003-06-01 19:56:58 +00:00
Don Allingham
0be810e70b
0.9.2-rc1 setup
...
svn: r1606
2003-05-30 00:43:38 +00:00
Donald A. Peterson
a2c9b080b4
Revert bonehead doc/*.make.in mess
...
svn: r1563
2003-05-21 16:01:46 +00:00
Donald A. Peterson
b2da3d9d63
Configure now sets variables in the doc/omf.mak and doc/xmldocs.make files
...
svn: r1558
2003-05-20 23:52:08 +00:00