Benny Malengier
6718ae6caa
* configure.in: don't make help makefile
...
* src/FilterEditor/_ShowResults.py: shorten text, bug 1609
2008-01-16 Benny Malengier <benny.malengier@gramps-project.org>
svn: r9839
2008-01-16 10:02:21 +00:00
Benny Malengier
00c4692b28
2008-01-16 Benny Malengier <benny.malengier@gramps-project.org>
...
* src/GrampsDbUtils/_GrampsDbWriteXML.py: import gzip only once
svn: r9838
2008-01-16 08:49:43 +00:00
Peter Landgren
0ba34220a1
Swedish man page added
...
svn: r9837
2008-01-16 07:53:37 +00:00
Peter Landgren
75af5b13ed
Fixed French man page back
...
svn: r9836
2008-01-16 07:50:07 +00:00
Peter Landgren
8e1c0e5203
Update for Swedish man page
...
svn: r9835
2008-01-16 07:49:14 +00:00
Peter Landgren
462251f5fe
Swedish man page
...
svn: r9834
2008-01-16 07:43:10 +00:00
Peter Landgren
e5e6d0079d
Swedish man page
...
svn: r9833
2008-01-16 07:42:23 +00:00
Raphael Ackermann
ca3f6a935b
2008-01-15 Raphael Ackermann <raphael.ackermann@gmail.com>
...
* src/docgen/Makefile.am: added line to copy gtkprintpreview.glade
on distcheck.
svn: r9832
2008-01-16 06:45:28 +00:00
Doug Blank
2cddb31ef2
* src/plugins/OnThisDay.py: date sortable
...
* src/plugins/SameSurnames.py: date sortable
* src/plugins/siblings.py: date sortable
* src/Simple/_SimpleAccess.py: simple method to get date_obj
* src/Simple/_SimpleTable.py: manual override of link_col;
removed call to quick_reports (could have been recursive)
2008-01-15 Douglas S. Blank <dblank@cs.brynmawr.edu>
svn: r9831
2008-01-16 02:25:40 +00:00
Doug Blank
e304069be8
2008-01-15 Douglas S. Blank <dblank@cs.brynmawr.edu>
...
* src/PluginUtils/_Tool.py (Tool.__init__): pass in dbstate
* src/PluginUtils/__init__.py (MenuToolOptions.__init__):
pass in dbstate
* src/plugins/Calendar.py (CalendarOptions.add_menu_options):
standard defaults
svn: r9830
2008-01-15 21:08:32 +00:00
Benny Malengier
646ad2a772
add sv dir
...
svn: r9829
2008-01-15 20:04:09 +00:00
Benny Malengier
09a0d706e4
2008-01-15 Benny Malengier <benny.malengier@gramps-project.org>
...
* src/GrampsDbUtils/_GrampsDbWriteXML.py: import gzip
svn: r9828
2008-01-15 20:00:54 +00:00
Peter Landgren
da1495239a
New Swedish man page
...
svn: r9827
2008-01-15 19:40:32 +00:00
Doug Blank
a5a349219a
2008-01-15 Douglas S. Blank <dblank@cs.brynmawr.edu>
...
* src/plugins/SameSurnames.py (IncompleteSurname.apply):
can bring up people with empty surname
* src/plugins/ImportCSV.py (CSVParser.process): fixed csv import with
no surname (bug #1603 )
svn: r9826
2008-01-15 19:04:46 +00:00
Doug Blank
7971b173ca
empty name appears as (blank)
...
svn: r9825
2008-01-15 18:41:09 +00:00
Raphael Ackermann
56f4ebaa4e
2008-01-15 Raphael Ackermann <raphael.ackermann@gmail.com>
...
* src/FilterEditor/_ShowResults.py: allow notes to be filtered
0001607: Unreferenced filter test
svn: r9824
2008-01-15 18:36:28 +00:00
Doug Blank
d1bc327764
* src/plugins/ImportCSV.py (CSVParser.process): fixed csv import with no
...
surname (bug #1603 )
2008-01-15 Douglas S. Blank <dblank@cs.brynmawr.edu>
svn: r9823
2008-01-15 18:34:09 +00:00
Doug Blank
a453da4b6c
2008-01-15 Douglas S. Blank <dblank@cs.brynmawr.edu>
...
* src/plugins/DefaultGramplets.py (TopSurnamesGramplet.main): make
clicking on data easier by clicking on entire line (bug #1594 )
svn: r9822
2008-01-15 18:04:13 +00:00
Raphael Ackermann
2670ca2637
2008-01-15 Raphael Ackermann <raphael.ackermann@gmail.com>
...
* src/const.py.in: added constants for help pages
* src/ViewManager.py: support for help pages called from menu
0001606: Help menu items not functioning
svn: r9821
2008-01-15 17:59:56 +00:00
Doug Blank
874d62eaf7
2008-01-15 Douglas S. Blank <dblank@cs.brynmawr.edu>
...
* src/plugins/SameSurnames.py (run): change description to just
surname, not entire person (bug #1595 )
svn: r9820
2008-01-15 17:40:17 +00:00
Benny Malengier
0eed33dd14
In .:
...
2008-01-15 Benny Malengier <benny.malengier@gramps-project.org>
* man/Makefile.am: Swedish removed again so it builds again
* removed help files of version 2.x, only wiki manual now!
* COPYING-DOCS -> help/COPYING-DOCS : refers to old doc, moved
* Makefile.am: removed help subdir, and COPYING-DOCS
The idea should be that should we add documentation again, it is done
in the help dir with separate source packages too for translations
In help:
2008-01-15 Benny Malengier <benny.malengier@gramps-project.org>
* Removed 2.2 manual, at the moment no manual of gramps is kept in SVN,
it can only be found on the wiki.
* help/gramps.omf.in: removed
* help/gramps.pot: removed
* help/Makefile.am: removed
svn: r9819
2008-01-15 15:42:10 +00:00
Benny Malengier
ccb0b85b15
* src/gen/db/exceptions.py: wrong exception def, bug #1593
...
* src/GrampsDbUtils/_WriteXML.py: correctly catch the exception
* src/GrampsDbUtils/_GrampsDbWriteXML.py: remove double def of xml export
* src/GrampsDbUtils/_GrampsDbWRFactories.py: remove write backend factory
* src/ExportAssistant.py: on fail, do not set success = True
* src/GrampsDbUtils/__init__.py: don't export unused stuff
2008-01-15 Benny Malengier <benny.malengier@gramps-project.org>
svn: r9818
2008-01-15 10:47:25 +00:00
Peter Landgren
7a1640ae88
Updates for man/sv/gramps.1.in
...
svn: r9817
2008-01-15 10:33:54 +00:00
Peter Landgren
efebfcec86
Typo fixed ( or or )
...
svn: r9816
2008-01-15 10:25:33 +00:00
Peter Landgren
7ba8e28093
sv added
...
svn: r9815
2008-01-15 10:24:53 +00:00
Jérôme Rapinat
1168635987
2008-01-15 Jerome Rapinat <romjerome@yahoo.fr>
...
* POTFILE.in : add missing plugins/References.py
* fr.po: Translation update
svn: r9814
2008-01-15 10:14:46 +00:00
Benny Malengier
2bcdc69ce5
2008-01-15 Benny Malengier <benny.malengier@gramps-project.org>
...
* src/ArgHandler.py: on autoload, do some extra checks first.
svn: r9813
2008-01-15 09:21:13 +00:00
Raphael Ackermann
2225ac3d78
2008-01-15 Raphael Ackermann <raphael.ackermann@gmail.com>
...
* src/GrampsDbUtils/_GrampsDbWriteXML.py
* src/GrampsDbUtils/_WriteGedcom.py
* src/plugins/ExportCSV.py
* src/plugins/ExportVCalendar.py
* src/plugins/ExportVCard.py
* src/plugins/WriteCD.py
* src/plugins/WriteFtree.py
* src/plugins/WriteGeneWeb.py
* src/plugins/WritePkg.py
* src/PluginUtils/_PluginMgr.py: pylint fixes
pylint fixes and work on 0001597
svn: r9812
2008-01-15 09:16:45 +00:00
Raphael Ackermann
ae138d2d01
fixed date for last commit
...
svn: r9811
2008-01-14 23:06:14 +00:00
Raphael Ackermann
9ec17fdf02
2008-01-13 Raphael Ackermann <raphael.ackermann@gmail.com>
...
* src/DbLoader.py: typo
* src/plugins/ImportCSV.py: register text/csv as another mime type for csv
0001410: Import auto-detect doesn't recognize csv
* Changelog: fix format. Single tab before source files line, double space
between date and name.
svn: r9810
2008-01-14 23:03:16 +00:00
Jérôme Rapinat
619b5866a9
2008-01-14 Jerome Rapinat <romjerome@yahoo.fr>
...
* data/man/fr/gramps.1.in: new man file
svn: r9809
2008-01-14 18:53:03 +00:00
Benny Malengier
e788fe83d7
2008-01-12 Cedric Scott <cedric@not2.be>
...
Benny Malengier <benny.malengier@gramps-project.org>
* data/man/gramps.1.in: new man file
svn: r9808
2008-01-14 08:59:18 +00:00
Peter Landgren
4d9e5eca4e
Fix in ISO-date if only year
...
svn: r9807
2008-01-14 08:12:53 +00:00
Peter Landgren
fe6efad209
Fix in ISO-date if only year
...
svn: r9806
2008-01-14 08:10:24 +00:00
Jérôme Rapinat
732f475ac3
2008-01-14 Mirko Leonhaeuser <mirko@leonhaeuser.de>
...
* de.po: Translation update
svn: r9802
2008-01-14 06:08:39 +00:00
Jérôme Rapinat
bbffa94b1a
svn: r9801
2008-01-14 05:58:19 +00:00
Jérôme Rapinat
182a4efa52
2008-01-13 Jerome Rapinat <romjerome@yahoo.fr>
...
* Makefile.am
* configure.in: remove gramps.spec references
svn: r9800
2008-01-14 05:56:34 +00:00
Brian Matherly
f3ea893102
Code cleanup in _MenuOptions.py
...
svn: r9799
2008-01-14 00:24:15 +00:00
Gary Burton
21aee67e79
2008-01-13 Gary Burton <gary.burton@zen.co.uk>
...
* src/ManagedWindow.py: Revert last change.
svn: r9798
2008-01-13 21:02:32 +00:00
Jérôme Rapinat
5373416192
2008-01-13 Jerome Rapinat <romjerome@yahoo.fr>
...
* gramps.spec.in: remove file
* FAQ: update file (wiki data) #1457
svn: r9797
2008-01-13 19:53:49 +00:00
Serge Noiraud
1d1366c573
Removing GoogleView. forgot the Makefile.
...
svn: r9796
2008-01-13 18:40:21 +00:00
Serge Noiraud
36e50a408d
Removing GoogleView. Need some more work to be gnome independant.
...
svn: r9795
2008-01-13 18:36:13 +00:00
Raphael Ackermann
bedafa494a
2008-01-13 Raphael Ackermann <raphael.ackermann@gmail.com>
...
* src/gramps_main.py: Add dots to list of things in Betawarning
to make it consistent
* src/GrampsLogger/_ErrorReportAssistant.py: Disable sending emails to the
bug list and add button to file bug report on gramps issue tracker
svn: r9794
2008-01-13 15:05:41 +00:00
Jérôme Rapinat
0b1f8f408c
2008-01-13 Josip <josip@pisoj.com>
...
* hr.po: Translation update
2008-01-07 Jerome Rapinat <romjerome@yahoo.fr>
* fr.po: Translation update
svn: r9792
2008-01-13 08:32:40 +00:00
Brian Matherly
0d98fb6309
Enable the beta warning on startup.
...
svn: r9790
2008-01-13 04:58:11 +00:00
Brian Matherly
789a33adfd
Clean up PyLint warnings in GVHourGlass.py.
...
svn: r9789
2008-01-13 04:26:47 +00:00
Benny Malengier
a6fe002719
2008-01-12 Benny Malengier <benny.malengier@gramps-project.org>
...
* src/GrampsDisplay.py: open url in standard way
* src/gramps.py: add comment on use of import gnome
* README:
* INSTALL:
Remove need for gconf, add need for xdg utilities
svn: r9788
2008-01-13 00:48:03 +00:00
Raphael Ackermann
3dbb428759
2008-01-12 Raphael Ackermann <raphael.ackermann@gmail.com>
...
* src/Config/__init__.py: revert wrong indentation changes
svn: r9787
2008-01-12 23:39:43 +00:00
Peter Landgren
48df32fad1
Some minor updates
...
svn: r9786
2008-01-12 15:36:24 +00:00
Benny Malengier
afaca66068
2008-01-12 Benny Malengier <benny.malengier@gramps-project.org>
...
* src/const.py.in: new manual constant keys
* src/GrampsDisplay.py: show wiki manual, allow webpage and
section to be passed
RERUN ./autogen.sh
svn: r9785
2008-01-12 15:24:19 +00:00