Commit Graph

1871 Commits

Author SHA1 Message Date
Doug Blank
ab98ce5d88 Added options to Gramplets
svn: r11470
2008-12-14 03:13:45 +00:00
Kees Bakker
091933b576 Fix to get weeks alignment for "blank year" too.
* src/plugins/WebCal.py


svn: r11469
2008-12-13 21:19:46 +00:00
Doug Blank
6244a0c033 Added a Gramplet that can run a Quick View
svn: r11466
2008-12-13 16:59:14 +00:00
Kees Bakker
992f0534bb Remove the validator button at the bottom of each generated page.
* src/plugins/NarrativeWeb.py
	* src/plugins/WebCal.py


svn: r11461
2008-12-12 13:22:35 +00:00
Kees Bakker
8a7b8fe3e3 Bugfix in collect_data. Was overwriting 'year', and then confused
the probably_alive call.
	* src/plugins/WebCal.py


svn: r11455
2008-12-11 13:08:37 +00:00
Jérôme Rapinat
5a14e3f7e9 2556: Typo (by Joan Creus)
svn: r11453
2008-12-11 10:12:40 +00:00
Doug Blank
d2587088e7 Added option to not translate headers in CSV output
svn: r11428
2008-12-07 02:07:57 +00:00
Benny Malengier
4bf3182972 002503: Change md5 module by hashlib.
Fallback to md5 on importerror (python 2.4 users)


svn: r11420
2008-12-04 21:44:12 +00:00
Kees Bakker
4fe006e575 Correction of CSS and Python code in WebCal.
svn: r11418
2008-12-04 20:38:02 +00:00
Benny Malengier
d3cee34e11 0002512: [Python 2.6 support] Change sets module by built-in set types
Removed offending code, not used


svn: r11412
2008-12-04 14:29:28 +00:00
Doug Blank
e3bccdad10 Patched an attribute error... two tables left to make
svn: r11409
2008-12-04 06:02:55 +00:00
Doug Blank
36411622b1 About 80% done with SQL dump
svn: r11399
2008-12-03 03:20:52 +00:00
Peter Landgren
7df272e869 Changes to avoid Alt_C, Alt_O and Alt_H collisions. Also changed short keys for g.j,J,p,q,y as they do not show up in some fonts.
svn: r11396
2008-12-02 20:15:41 +00:00
Peter Landgren
c830fec586 Fix of issue 2529.
svn: r11392
2008-12-02 14:18:18 +00:00
Jérôme Rapinat
c1f33333ac typo (wait after 3.0.4 on branch)
svn: r11389
2008-12-02 09:25:01 +00:00
Doug Blank
6c48d80ad9 Working on deconstructing data...
svn: r11387
2008-12-02 03:41:28 +00:00
Doug Blank
4ca72d905d Notes in sources are handles (of course)
svn: r11383
2008-12-01 17:21:02 +00:00
Doug Blank
7b6d6a7b85 Clean up; reorg
svn: r11382
2008-12-01 17:05:33 +00:00
Doug Blank
ca4457332e Removed main_loc (a location) from places
svn: r11381
2008-12-01 16:48:13 +00:00
Doug Blank
1636c00bfb Error in loading a date in names table
svn: r11380
2008-12-01 15:41:10 +00:00
Peter Landgren
cacaeddbbe Fix of issue 2525 underline in name.
svn: r11378
2008-12-01 12:58:59 +00:00
Doug Blank
005bb624e5 Show error query and values
svn: r11377
2008-12-01 12:18:42 +00:00
Doug Blank
c61ac47d57 Fixed trim -> strip typo
svn: r11375
2008-12-01 04:43:19 +00:00
Doug Blank
ff66065dde Experimental SQL interface
svn: r11374
2008-12-01 04:25:06 +00:00
Doug Blank
94d20c0748 Fixed updating notes in CSV import and fixed a bug on adding notes to marriage when only notes (no other data) and a bug in add marriage notes twice
svn: r11366
2008-11-30 01:38:15 +00:00
Brian Matherly
b4b5180ef5 0002495: Detailed Ancestral Report crash when spouse has baptism
svn: r11312
2008-11-18 02:27:45 +00:00
Jérôme Rapinat
4e932886bc update dates for France
svn: r11307
2008-11-17 17:33:01 +00:00
Peter Landgren
8d4624bdbc Fix of issue 2492.
svn: r11305
2008-11-16 07:56:34 +00:00
Kees Bakker
5d35e5d867 More cleaning up. Eliminate self.year and more.
* src/plugins/WebCal.py


svn: r11286
2008-11-10 22:47:48 +00:00
Kees Bakker
7b6a5144a1 Beginning of a new round of cleanups. The code was a mess, and we need
to think about CSS usage once more. I've added a TODO list so that we
have some clue what is to be done. There might be more.
Meanwhile the plugin should remain somewhat usable, but the calendars
could be ugly. Please be patient.
    * src/plugins/WebCal.py


svn: r11285
2008-11-10 21:41:38 +00:00
Kees Bakker
3c85a65fd3 Small correction of generated HTML.
* src/plugins/NarrativeWeb.py


svn: r11284
2008-11-10 21:37:20 +00:00
Gary Burton
305c20557c GEDCOM specification fix. Bug 2491.
svn: r11281
2008-11-09 21:07:03 +00:00
Peter Landgren
a954db469a Update due to new context prefix.
svn: r11273
2008-11-08 15:35:20 +00:00
Peter Landgren
c9dff4de59 Update due to new context prefix.
svn: r11272
2008-11-08 15:34:31 +00:00
Peter Landgren
68ce4136e1 Fixed typos with trailing blanks.
svn: r11269
2008-11-08 15:00:13 +00:00
Peter Landgren
9797dbcaa8 Correction/addition/deletion of filenames for make install to work.
svn: r11244
2008-11-04 16:05:20 +00:00
Brian Matherly
2e9a488e3e Refactor export plugin framework. All importers and exporters are now plugins.
svn: r11243
2008-11-04 04:12:51 +00:00
Jérôme Rapinat
f9d47dcc14 2463: GVFamilyLines.py, MarkerReport.py and PlaceReport should not require active person for working
svn: r11201
2008-10-27 08:29:55 +00:00
Jérôme Rapinat
916abcf430 2462: a mix between ColourOption and ColorOptions after recent changes on plugins management
svn: r11200
2008-10-27 08:23:23 +00:00
Jérôme Rapinat
c9cc76704a 2453: Typos/grammar errors (by Joan Creus)
svn: r11194
2008-10-25 18:43:58 +00:00
Kees Bakker
70df4b7a4b Just minor changes to how the progress bar shows up.
* src/plugins/ImportProGen.py


svn: r11181
2008-10-21 19:00:45 +00:00
Kees Bakker
0ead404135 Cleanup work to make NarrativeWeb and WebCal. With this they should
produce webpages similar to grams 3.x, but under the hood there are a
lot of changes. There are new and improved CSS files and images. And
these are shares between NarrativeWeb and WebCal.
  *** Many thanks to Jason and Rob. ***


svn: r11180
2008-10-21 18:57:42 +00:00
Brian Matherly
dfd426e5ca Move the contents of "_GrampsBSDDB.py" into "ReadGrdb.py" because that is the only place it is used. Then, rename "ReadGrdb.py" to "plugins/ImportGrdb.py" for consistency. Also clean up misc import related code.
svn: r11173
2008-10-21 04:22:45 +00:00
Brian Matherly
8e8f37d5d3 Create a new plugin class for Import plugins.
svn: r11142
2008-10-14 02:34:28 +00:00
Erik De Richter
77707348ee changes for wiki manual
svn: r11138
2008-10-11 18:32:47 +00:00
Erik De Richter
1dcaa93906 changes for wiki manual
svn: r11135
2008-10-11 06:40:15 +00:00
Erik De Richter
f2b11afbcb corrected Dutch translation
GtkSpinButton warning solved

svn: r11133
2008-10-10 13:15:49 +00:00
Kees Bakker
5e8b724872 Changes by Rob Healey.
The biggest difference is support for multiple years. But there is more,
such as name handling for female spouses (new option for that).


svn: r11129
2008-10-07 20:11:46 +00:00
Erik De Richter
c1521c5e55 NotRelated is a tool not a report reference to wiki was wrong
svn: r11126
2008-10-06 18:26:53 +00:00
Jérôme Rapinat
b58ae794b7 2429: Typos/grammar errors
svn: r11122
2008-10-06 12:36:03 +00:00
Stéphane Charette
f26db0ed0a include thumbnails in ancestor diagram
svn: r11103
2008-10-03 10:38:19 +00:00
Brian Matherly
9c364490ce Move PluginUtils/_PluginMgr.py to gen/plug/_manager.py. Now, instead of "from PluginUtils import PluginManager", use "from gen.plug import PluginManager".
svn: r11100
2008-10-02 04:02:10 +00:00
Brian Matherly
b0f5322346 Fix typo in narrative web report that causes crash.
svn: r11095
2008-09-29 03:32:51 +00:00
Jérôme Rapinat
a1a744ef8a #2408: Cannot translate one string
svn: r11094
2008-09-28 09:27:40 +00:00
Brian Matherly
e811924e77 Move PluginUtils._MenuOptions into a new module in gen.plug.menu. Also, put each class in its own file so that it will scale better as new options are added.
svn: r11086
2008-09-27 13:56:17 +00:00
Gary Burton
59e5d0e83a Fix problems remaining since note markup was changed. Remove False parameter in calls to note.get(). Bug #2351
svn: r11075
2008-09-18 18:54:14 +00:00
Brian Matherly
e94a81c944 0002389: Command line reference tool is broken (plugins/CmdRef.py)
svn: r11070
2008-09-17 12:07:00 +00:00
Jérôme Rapinat
efe110dc7b better wording and comments
svn: r11056
2008-09-13 09:52:28 +00:00
Jérôme Rapinat
65960ec923 pylint and mistake on half_sibling
svn: r11054
2008-09-12 17:26:32 +00:00
Peter Landgren
51b0faa473 Revert 11039 and 11040. Fixed by 11043.
svn: r11045
2008-09-09 07:03:26 +00:00
Peter Landgren
66b4542bb6 Fix of issue 2373 for trunk.
svn: r11040
2008-09-08 18:00:38 +00:00
Peter Landgren
55fed5220f Fix of issue 2372 for trunk.
svn: r11039
2008-09-08 15:01:52 +00:00
Gary Burton
19fab6f11c Forgot to update makefiles for some recent additions
svn: r11035
2008-09-07 10:41:39 +00:00
Peter Landgren
1c9a0458b5 Better fix of error in step and cousin relations.
svn: r11024
2008-09-05 19:39:22 +00:00
Peter Landgren
1bbdd4e04e Fixed error in cousin relation.
svn: r11018
2008-09-04 13:44:46 +00:00
Brian Matherly
0254a5177f Contribution from Robert Chéramy <robert@cheramy.net>. Adds note filters to the filter proxy. Also adds note filters to the exporters.
svn: r11016
2008-09-04 11:46:43 +00:00
Peter Landgren
6c05a92cbf Fiexed error with some step relations.
svn: r11015
2008-09-03 18:14:58 +00:00
Gary Burton
534256792a Make sure new filters are found and sorting is applied when filters used in place report
svn: r11010
2008-09-02 19:48:38 +00:00
Gary Burton
3ed982112e Add a new place report
svn: r11008
2008-09-01 20:08:39 +00:00
Benny Malengier
4b0ed5c34a issue 0002327: webtree fails, leaves gramps in a unresponsive state, missing suffix
svn: r10999
2008-08-21 13:05:55 +00:00
Gary Burton
d7731cf102 Build source page a second time for sources referenced by gallery. Bug #1280.
svn: r10988
2008-08-14 21:03:50 +00:00
Benny Malengier
8d25117453 issue 2321 and 2304 fixed GRAMPS crashes for portugueze and does not
start


svn: r10987
2008-08-14 09:24:58 +00:00
Kees Bakker
82dabaaeb1 Solved an issue with konqueror, which was in fact incorrect
HTML that is kindly accepted by all other browsers.
Moved calendar.setfirstweekday so that it is set only once.
        * src/plugins/WebCal.py


svn: r10978
2008-08-11 20:19:51 +00:00
Kees Bakker
e4b5e71897 Add an option to select the day of the week for the first
column.
        * src/plugins/WebCal.py


svn: r10975
2008-08-07 21:00:05 +00:00
Kees Bakker
7cc57c2029 Added arrow gifs, and made some changes to WebCal
to deal with this arrow gif.
        * src/plugins/WebCal.py
        * src/images/Makefile.am


svn: r10963
2008-08-04 20:46:46 +00:00
Kees Bakker
e9d0b4594b Correct name display so that it includes prefix and suffix.
* src/plugins/WebCal.py


svn: r10962
2008-08-04 19:31:38 +00:00
Kees Bakker
537e44b24c Removed _subdirs()
Moved dst() to _get_dst_start_stop() outside class.
A bit of cleanup in calendar_build().
        * src/plugins/WebCal.py


svn: r10961
2008-08-04 19:08:31 +00:00
Kees Bakker
4341fb08aa Some more corrections with respect to subdirs.
Eliminated 'cal' argument to some functions.
        * src/plugins/WebCal.py


svn: r10956
2008-08-01 20:47:04 +00:00
Espen Berg
54a898778a Corrected two language typos in WebCal.py
svn: r10954
2008-08-01 15:03:19 +00:00
Jérôme Rapinat
b91864d062 better wording for French places
svn: r10952
2008-08-01 10:22:16 +00:00
Kees Bakker
1a93ee6d53 More corrections in WebCal (year at a glance).
New Web_Evergreen.css from Rob Healey.
Added Rob to the authors.xml
Removed unused CSS files from the Makefile. (These files will
have to be deleted from SVN too.)
	* src/data/Makefile.am
	* src/data/Web_Evergreen.css
	* src/data/authors.xml
	* src/plugins/WebCal.py


svn: r10951
2008-08-01 09:51:16 +00:00
Kees Bakker
0eeb4c3e01 Correct subdir when creating individual page.
* src/plugins/WebCal.py


svn: r10950
2008-08-01 09:01:24 +00:00
Kees Bakker
5292cd0ed9 Fix the navigation links in WebCal
* src/plugins/WebCal.py


svn: r10949
2008-07-31 20:42:05 +00:00
Kees Bakker
126b06ef81 More corrections to calendar_build of WebCal. It's working much better
(for me). But it needs more testing. And there are still more changes to
come.
The nav links are not working, I know. Maybe I'll work on that next.
        * src/plugins/WebCal.py
        * po/nl.po


svn: r10948
2008-07-30 21:37:24 +00:00
Kees Bakker
8c2dc12d62 Move some functions outside the class.
Eliminate return value of six_weeks() and calender_build().
_easter() now gets the year as argument.
Note. There is still an off-by-one error with the days.
        * src/plugins/WebCal.py


svn: r10947
2008-07-29 21:23:44 +00:00
Kees Bakker
575c1f634f Going back to previous version.
svn: r10945
2008-07-29 18:37:29 +00:00
Jérôme Rapinat
93ea2f6ba1 add Chilean holidays (contribution from Alvaro Herrera)
svn: r10943
2008-07-29 07:23:55 +00:00
Jérôme Rapinat
dae1bdfa5b #2299 baptism and burial statements lack sources on Detailed reports
svn: r10940
2008-07-28 16:25:55 +00:00
Peter Landgren
07c15e48da Patch from Rob Healey
svn: r10931
2008-07-28 06:12:46 +00:00
Jérôme Rapinat
a89cbff5c9 #1555: Option for Record (Modified Register) numbering in the DDR (contribution from James Friedmann <jfriedmannj at gmail dot com>)
svn: r10930
2008-07-27 10:10:53 +00:00
Jérôme Rapinat
5a75d49007 #1555: Option for Record (Modified Register) numbering in the DDR (contribution from James Friedmann <jfriedmannj at gmail dot com>)
svn: r10923
2008-07-24 12:42:29 +00:00
Jérôme Rapinat
3e311275ee add a testing quick report on repository
svn: r10915
2008-07-23 07:38:16 +00:00
Jérôme Rapinat
92729c3f83 #2124: Baptism as alternate birth event on Det (Ancestral,Descendant) reports and Ancestral report
svn: r10910
2008-07-22 09:10:53 +00:00
Jérôme Rapinat
8a5d815c54 #2294 missing translation strings
svn: r10906
2008-07-22 08:12:20 +00:00
Brian Matherly
5c66ff1816 0002275: A person being his own ancestor causes EOL report to crash.
svn: r10904
2008-07-22 04:39:18 +00:00
Brian Matherly
428919875c 0002286: Unselecting "use complete sentences" has no effect for the burial information in the Detailed Ancestor and Descendant reports. (contribution from James Friedmann <jfriedmannj@gmail.com>)
svn: r10902
2008-07-22 03:05:44 +00:00
Brian Matherly
2f04e98374 0002281: Like label on gramps.glade file, to use Zip/Postal code on plugins labels (contribution from Jérôme Rapinat <romjerome@yahoo.fr>).
svn: r10889
2008-07-21 02:53:09 +00:00
Brian Matherly
0b2bc9d647 0002288: Missing dot/space after spouse's name on DetAncestral report
svn: r10887
2008-07-21 02:20:12 +00:00
Gary Burton
97170b5251 Make exclusion of unlinked records optional
svn: r10883
2008-07-20 18:33:04 +00:00
Gerald Britton
777928e9a7 Revert 10874 changes to _Options.py and BookReport.py
svn: r10879
2008-07-18 16:10:27 +00:00