Commit Graph

58 Commits

Author SHA1 Message Date
Don Allingham
d082cb92e6 * 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
6e32ea36f6 Update
svn: r2542
2003-12-17 22:29:22 +00:00
Tim Waugh
4194a587a8 Not 1.0.0 release yet.
svn: r2515
2003-12-13 15:07:59 +00:00
Don Allingham
83640c470b * 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
0286bf6903 Update
svn: r2472
2003-12-09 00:52:37 +00:00
Alex Roitman
1d9b5481d3 Added russian translation of the manual
svn: r2464
2003-12-08 19:42:32 +00:00
Don Allingham
829e0c6217 * configure.in: added eo to languages:
* src/po/eo.po: esperanto translation


svn: r2436
2003-12-03 21:41:51 +00:00
Frode Jemtland
53666fcb94 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
ab4cd08700 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
ff581b3772 * 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
6af88a4846 * configure.in, configure: Change version and release numbers.
* TODO: Remove completed items.


svn: r2247
2003-10-13 13:02:34 +00:00
Alex Roitman
843d6e8c10 * 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
23b26aa5fe * 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
a400b7b189 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
6f75d2b539 update
svn: r2152
2003-09-20 19:56:27 +00:00
Alex Roitman
738b646f05 * 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
3b3e0a29f6 update
svn: r2086
2003-09-03 04:20:11 +00:00
Don Allingham
fe00f917f0 * 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
d35011a6dd * 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
efdad54c62 GNOME/python configure detection
svn: r2002
2003-08-14 03:53:41 +00:00
Don Allingham
27611d6366 * 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
92be57080b 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
81a0f157d4 * 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
8770e12219 0.9.3 release
svn: r1881
2003-07-14 21:30:45 +00:00
Don Allingham
3b861e1d77 update
svn: r1847
2003-07-09 01:34:37 +00:00
Don Allingham
cc8d5d3b35 0.9.2 release
svn: r1616
2003-06-01 19:56:58 +00:00
Don Allingham
93ff85beb6 0.9.2-rc1 setup
svn: r1606
2003-05-30 00:43:38 +00:00
Donald A. Peterson
8b2e282bc0 Revert bonehead doc/*.make.in mess
svn: r1563
2003-05-21 16:01:46 +00:00
Donald A. Peterson
0058b145a8 Configure now sets variables in the doc/omf.mak and doc/xmldocs.make files
svn: r1558
2003-05-20 23:52:08 +00:00
Don Allingham
5fd107adc8 Bug fixes
svn: r1466
2003-04-20 03:52:54 +00:00
Alex Roitman
b38beb9019 Removing omf-install
svn: r1460
2003-04-17 23:45:42 +00:00
Don Allingham
564be1dc34 Fix configure file to not include extending-gramps
svn: r1433
2003-04-10 02:58:00 +00:00
Don Allingham
d41622226c configure.in checks for pygtk
svn: r1428
2003-04-06 14:44:30 +00:00
Don Allingham
9c6b0da365 Fixed example database
svn: r1415
2003-03-31 03:51:01 +00:00
Alex Roitman
dbd1697a02 Corrections to properly install GNOME2 docs
svn: r1404
2003-03-27 16:52:40 +00:00
Don Allingham
b1d62f593b 0.9.1-pre1 setup
svn: r1390
2003-03-24 03:54:08 +00:00
Don Allingham
2614aa80fe nl translation update
svn: r1367
2003-03-20 16:19:58 +00:00
Don Allingham
1a9b2e7167 Updates to people list occur only on active display
svn: r1353
2003-03-17 02:28:43 +00:00
Don Allingham
72d53b4518 Edit Person changes
svn: r1322
2003-02-28 04:49:18 +00:00
Don Allingham
66c5580493 Plugin clean up
svn: r1310
2003-02-15 23:03:48 +00:00
Don Allingham
9c025ea71b Drawdoc cleanup
svn: r1277
2003-01-31 04:28:39 +00:00
Don Allingham
f086fb17bc Updated to rc4
svn: r1266
2003-01-20 13:33:59 +00:00
Don Allingham
d8b7728b11 Update to rc3
svn: r1263
2003-01-20 03:37:08 +00:00
Don Allingham
df5eb54c7f Event reordering for marriage
svn: r1255
2003-01-13 03:59:10 +00:00
Don Allingham
141fec93ab pychecker fixes, GEDCOM import/export improvements, calendar improvements
svn: r1250
2003-01-10 05:21:32 +00:00
Don Allingham
356e84ea89 Calendar updates
svn: r1247
2003-01-09 04:41:08 +00:00
Don Allingham
7343ca181d Release candidate
svn: r1242
2003-01-07 03:49:54 +00:00
Don Allingham
de14d29f50 Updated for calendar handling
svn: r1234
2002-12-31 02:22:04 +00:00
Don Allingham
bb2fbb7756 Pre7 release
svn: r1221
2002-12-12 04:30:20 +00:00
Don Allingham
d21a317b93 use pygtk.require to determine database
svn: r1205
2002-11-26 04:06:23 +00:00