Commit Graph

7160 Commits

Author SHA1 Message Date
Jérôme Rapinat
9b805ac2cf 2307: better wording
svn: r13029
2009-08-16 09:37:02 +00:00
Rob G. Healey
9b619a5bc3 Fixed problem in associations, fixed class SourceListPage and fixed problem in stylesheet. Errors brought to me from Peter Lundgren. Thanks again.
svn: r13026
2009-08-15 20:28:22 +00:00
Raphael Ackermann
11eed9f1b0 0003018: keys() method of dictionary objects used unnecessarily
svn: r13022
2009-08-15 14:54:17 +00:00
Raphael Ackermann
9239780182 cleanup & pep8
svn: r13021
2009-08-15 14:37:14 +00:00
Raphael Ackermann
9aeeb8432c 0002723: '<name>' has different meanings in different contexts
svn: r13019
2009-08-15 09:44:49 +00:00
Doug Blank
bfd1bcd8ea Fixed an issue related to #0000841 and added two new properties: options.no_fileselect and options.confirm_text for altering assistant behavior; the Assistant code needs a refactoring at some point
svn: r13013
2009-08-15 00:19:35 +00:00
Jérôme Rapinat
192637811d testingrule for 2307: return string rather than true/false
svn: r13010
2009-08-14 16:46:56 +00:00
Raphael Ackermann
691088d116 0003162: adding pic to media gallery in person editor fails
svn: r13008
2009-08-14 16:10:24 +00:00
Jérôme Rapinat
03ea29e183 testing 2307: to add a family rule for displaying families with marriage event but still unknown relation type
svn: r13006
2009-08-14 15:59:32 +00:00
Benny Malengier
bd48c356cf 3166: Add source notes to DDR/DAR
svn: r13005
2009-08-14 11:28:28 +00:00
Raphael Ackermann
30d6eebd0b 0002542: Crash whilst generating web pages from command line
Throwing Report Error if center person is not in database. Added catching of Report Error to CommandLineReport
if using GUI it is not possible to cause this, as you have to select a person that is in the DB. However on the command line you can specify any PID and even no person with that pid exists an error was thrown.

svn: r13004
2009-08-14 07:14:25 +00:00
Raphael Ackermann
9b676e0f0f typo
svn: r13003
2009-08-14 07:09:15 +00:00
Raphael Ackermann
55730240f5 add missing import
svn: r13002
2009-08-14 07:07:55 +00:00
Raphael Ackermann
cf5ee9d657 pep8 & typos
svn: r13001
2009-08-14 07:07:10 +00:00
Raphael Ackermann
64c79d5655 remove GConfSchemaError as it is not used anymore
svn: r13000
2009-08-14 07:05:59 +00:00
Rob G. Healey
b95281c32e Attempt to get Repository Type to be translatable. Peter Lundgren is helping me.
svn: r12998
2009-08-14 06:18:16 +00:00
Serge Noiraud
f794011fac GeoView : The swap is now fully fonctional.
svn: r12995
2009-08-13 21:59:59 +00:00
Serge Noiraud
4fcdbe2c6d GeoView : mapstraction to version 215.
svn: r12994
2009-08-13 21:58:46 +00:00
Raphael Ackermann
c1be765f7a fixed typos
svn: r12984
2009-08-13 08:52:05 +00:00
Rob G. Healey
63094c5aee Added Associations to the NarrativeWeb output.
svn: r12982
2009-08-13 01:50:13 +00:00
Raphael Ackermann
9e4df3ec96 cleanup (reordering alphabetically of DnD types)
svn: r12977
2009-08-12 10:01:28 +00:00
Raphael Ackermann
3c070fb0a6 pep8 fixes & typos
svn: r12976
2009-08-12 09:59:41 +00:00
Raphael Ackermann
516ba9ec95 better variable naming
svn: r12975
2009-08-12 09:57:29 +00:00
Raphael Ackermann
d5f186e3ee import cleanup & doc fixes
svn: r12974
2009-08-12 09:56:07 +00:00
Rob G. Healey
5e0cc4cd1e Updated printer stylesheet, src/data/Web_Print-Default.css, to match all new changes in NarrativeWeb.
svn: r12966
2009-08-11 22:39:07 +00:00
Rob G. Healey
eb5efcf116 Fixed problem with place.get_source_references().
svn: r12961
2009-08-11 20:05:56 +00:00
Rob G. Healey
aaf43d3690 NarrativeWeb is now almost at a complete export of the entire database now. Sorry about committing such a huge update at once. Stylesheet element have been modified or added for this update.
svn: r12959
2009-08-11 12:49:27 +00:00
Rob G. Healey
6996ad22e6 Added place.get_alternate_locations() amd place.get_source_references() to class PlacePae. Modified and clean up of display_ind_events().
svn: r12958
2009-08-11 06:47:42 +00:00
Rob G. Healey
f0ad462488 Fixed a typo which caused a crash.
svn: r12957
2009-08-11 04:53:35 +00:00
Rob G. Healey
cfad2f0629 Finished translatable variables in NarrativeWeb
svn: r12954
2009-08-11 01:29:53 +00:00
Rob G. Healey
b462ef15cf Some Translation strings fixed in NarrativeWeb.py. Pointed out by Gary Burton and Peter Lundgren.
svn: r12952
2009-08-10 22:51:44 +00:00
Raphael Ackermann
d6559f9044 0003064: Remove check for libglade in configure
Removed all references to gtk.glade & libglade

svn: r12951
2009-08-10 21:25:13 +00:00
Raphael Ackermann
01e89f17f2 typo & pep8 fixes
svn: r12950
2009-08-10 21:23:38 +00:00
Raphael Ackermann
5ac76d658b 0002832: Somes modules still use Relib reference on docstring
patch by romjerome

fixed wrong doc string in srcref.py

svn: r12949
2009-08-10 19:46:24 +00:00
Raphael Ackermann
f6f1cdf05c 0002841: Kinship report converts relationship descriptions to lowercase
patch by Reinhard Müller <reinhard.mueller@bytewise.at> 

svn: r12948
2009-08-10 19:09:37 +00:00
Jérôme Rapinat
7640de64ea 3160: Add Serbian DateHandler (patch provided by VPeric)
svn: r12947
2009-08-10 15:00:29 +00:00
Jérôme Rapinat
b6d71f14f7 3156: Bug in Croatian DateHandler (patch provided by VPeric)
svn: r12945
2009-08-10 14:26:24 +00:00
Rob G. Healey
9d6ddde2d8 Removed source.get_reporef_list() from class SourcePage(). There is no usable information to display.
svn: r12941
2009-08-10 04:52:41 +00:00
Doug Blank
7da65b05c3 Fixed a bug on export null locations; added primary keys and an index
svn: r12940
2009-08-10 01:25:34 +00:00
Raphael Ackermann
7bb8efc479 0003102: Can't run Narrative Website report
Added checks for NoneType Objects.
pep8 fixes 


svn: r12939
2009-08-09 22:46:55 +00:00
Raphael Ackermann
ee0f901718 cleanup
svn: r12938
2009-08-09 22:44:51 +00:00
Raphael Ackermann
b33a53e487 fixed typos
svn: r12937
2009-08-09 22:43:43 +00:00
Doug Blank
76d8c108b6 SQL import/export complete. Byte for Byte exact, excluding differences in True-False/1-0, []/(), and unicode/string
svn: r12936
2009-08-09 19:26:30 +00:00
Doug Blank
0a476e2a3c SQL update: two diffs left, in family and place
svn: r12935
2009-08-09 17:40:36 +00:00
Raphael Ackermann
65f72560d1 pep8 fixes
fixing typos


svn: r12934
2009-08-09 17:09:32 +00:00
Raphael Ackermann
ce53145dfe fix when running command line report other then html and it would try and fail to set css filename on e.g. pdf doc generator
svn: r12933
2009-08-09 17:01:52 +00:00
Doug Blank
778cc935e9 SQL import/export complete except for source repos, and datamap
svn: r12932
2009-08-09 08:01:51 +00:00
Rob G. Healey
18048ccfab Fixed display_attr_list(); display_event_header() and display_event_row(). Added style elements for Attributes in stylesheet.
svn: r12931
2009-08-09 07:55:53 +00:00
Doug Blank
78530fae2e Very close to having the SQL import/export done
svn: r12930
2009-08-09 04:14:33 +00:00
Raphael Ackermann
6c07dfc9dd remove merge error
svn: r12929
2009-08-08 21:40:12 +00:00
Raphael Ackermann
5ae1a75bc0 0003137: Attribute error on EmptyDoc for all graphical reports - only with PostScript and SVG output formats !
removed 'template' parameter from init method.
problem was that they still used template parameter, when BaseDoc didn't have a template parameter anymore.

also pylint cleanup

svn: r12927
2009-08-08 19:15:19 +00:00
Raphael Ackermann
c839502568 remove unused import
svn: r12926
2009-08-08 19:12:12 +00:00
Raphael Ackermann
28c404be58 typos & doc string formatting
svn: r12925
2009-08-08 19:11:39 +00:00
Raphael Ackermann
f6409fe94f fixed typos
svn: r12924
2009-08-08 19:10:36 +00:00
Raphael Ackermann
e4495716a9 Removed broken Export to CD on Gnome. This was never working on KDE or Windows. And no developer seems to be able to get it to run on their gnome system. It is very easy now to burn a backup of gramps to a cd using e.g., K3b or Brasero.
svn: r12923
2009-08-08 16:35:36 +00:00
Raphael Ackermann
b7827030f5 0002978: ExportCd plug-in should not load if burn:// scheme is unsupported
applied patch by Brad Crittenden.

Patch goes in the right direction but still not far enough. On my ubuntu gnome system (9.04) it doesn't load the plugin, but I can burn a cd in nautilus using the burn:/// scheme.


svn: r12922
2009-08-08 16:21:57 +00:00
Raphael Ackermann
eeac507a40 cleanup (typos, docs, indentation)
svn: r12921
2009-08-08 15:52:12 +00:00
Raphael Ackermann
3f1f088b55 0002948: error encountered while exporting to 'cd xml'
https://bugs.launchpad.net/gramps/+bug/372502 
patch by Brad Crittenden


svn: r12920
2009-08-08 15:44:46 +00:00
Raphael Ackermann
69f05f43aa Fixes 0003155: GraphViz arrow directions are odd
Patch by Bob Ham <rah@bash.sh>

+ 1 typo in WebCal.py

svn: r12919
2009-08-08 14:28:19 +00:00
Doug Blank
24750e0272 Nearing completition; most data is pulled out of the SQL db, now I need to get the relations fixed
svn: r12918
2009-08-08 04:18:34 +00:00
Doug Blank
f3a7e259e5 SQL Export/Import about 30% done: Notes are complete. People and Events close. The rest still to check.
svn: r12917
2009-08-07 22:32:30 +00:00
Rob G. Healey
9eeb2d8b92 Adding source references to all major objects: person, event, attribute, address.
svn: r12916
2009-08-07 20:02:55 +00:00
Doug Blank
9b8d97455f Work in progress towards SQL importer
svn: r12915
2009-08-07 13:01:36 +00:00
Doug Blank
a2a8aad654 Fixed missing fields
svn: r12914
2009-08-07 13:00:53 +00:00
Doug Blank
18a5c276f3 Nearly complete, but untested SQL export
svn: r12913
2009-08-07 11:53:27 +00:00
Doug Blank
dd1f4f0b26 Added a convienence method __len__ for cursors; you can remove if you don't like
svn: r12912
2009-08-07 09:11:13 +00:00
Rob G. Healey
2343bb9da5 Fixed IndividualPage: Source References section.
svn: r12886
2009-08-07 03:38:33 +00:00
Rob G. Healey
da0ff1ee84 improved look of individual gallery on NarrativeWeb.
svn: r12885
2009-08-06 22:04:52 +00:00
Rob G. Healey
f95c70cd84 Fixed multiple show stoppers in NarrativeWeb code.
svn: r12883
2009-08-06 19:13:16 +00:00
Richard Taylor
fc8917f6d2 Fix for OS X Scratchpad issue 3089: clipboard broken in Mac port
svn: r12882
2009-08-05 18:29:21 +00:00
Benny Malengier
ee69317b62 Fix for: 1277: database corroption on delete outside of DisplayTabs while tab open
Introduces the concept of callman.py as one single way to follow handles an
interface is interested in. 
dbguielement.py contains a small base class using that, usable for all windows/
guielements that need to track database changes to handles


svn: r12881
2009-08-05 10:32:05 +00:00
Benny Malengier
f34d4656a7 remember scrolled position
svn: r12872
2009-08-04 16:57:56 +00:00
Benny Malengier
3068c2b41b add explenation on catalog use in glade3
svn: r12871
2009-08-04 09:15:32 +00:00
Rob G. Healey
077271dc97 Fixed display_addresses() in NarrativeWeb.py. Added stylesheet elements for it.
svn: r12870
2009-08-04 08:58:17 +00:00
Rob G. Healey
2fc66c1830 Fixed a variable issue in class PlacePage. Thank you Peter Lundgren.
svn: r12869
2009-08-03 08:59:34 +00:00
Rob G. Healey
bc738e0811 NarrativeWeb: LDS Ordinances: added source references. Web_Visually: added LDS Source References.
svn: r12868
2009-08-03 08:43:14 +00:00
Rob G. Healey
571e73f0cd Personal LDS information is now working and complete. NarrativeWeb.py is now working once again! I return it back to working status.
svn: r12866
2009-08-03 05:38:11 +00:00
Rob G. Healey
427a34f721 Family LDS Ordinance information is now working in NarrativeWeb at display_ind_families().
svn: r12865
2009-08-03 05:21:00 +00:00
Doug Blank
850253ca41 Removing experimental server code
svn: r12863
2009-08-03 00:24:34 +00:00
Rob G. Healey
d443e86fbc Fixed layout and alignment of display_ind_families() in NarrativeWeb
svn: r12862
2009-08-02 22:29:54 +00:00
Rob G. Healey
b5902eb82f Typos fixed from patch from Bob Harm. Changes to NarrativeWeb. LDS Ordinance has been added to Individual Pages.
svn: r12861
2009-08-02 20:06:00 +00:00
Doug Blank
d5b8862082 Removed debugging statements
svn: r12860
2009-08-02 14:36:26 +00:00
Doug Blank
d5a9ffe96a Made StyledTextTag a new-style class by extending object; allows to work with older python's too
svn: r12859
2009-08-02 05:25:37 +00:00
Doug Blank
a717faf4d6 Experimental --server mode
svn: r12858
2009-08-02 03:31:39 +00:00
Doug Blank
3be34486b9 Added ability for simple functions to alternatively work with handles
svn: r12857
2009-08-02 03:29:22 +00:00
Rob G. Healey
c56a762c91 Added set_header() to ProgressMeter from Bob Harm. Changes to stylesheet once more.
svn: r12856
2009-08-02 02:07:39 +00:00
Raphael Ackermann
874d43f2aa 0002070: Event Comparison Tool filter list doesn't update with new filter
remove old unused libglade menu in _FilterMenu

svn: r12855
2009-08-01 16:09:17 +00:00
Rob G. Healey
9e5cc9d93a NarrativeWeb is broken until further notice, please bare with me for a day or so.
svn: r12854
2009-07-31 11:30:14 +00:00
Jérôme Rapinat
fe64fe1214 #2776: Thumbnail images in report output do not take referenced area into account (patch provided by lomo)
svn: r12851
2009-07-29 17:39:59 +00:00
Gerald Britton
26cd2a1ce8 Bug 3123: [Gedcom] An empty type on event may break import
svn: r12850
2009-07-29 17:39:58 +00:00
Gerald Britton
283f46d543 Bug [0003123]: [Gedcom] An empty type on event may break import
svn: r12849
2009-07-29 13:42:19 +00:00
Rob G. Healey
99e17ea98e Fixed two invalid syntax errors in ExportGeneWeb. Fixed padding issues in Nebraska with Navigation areas. Minor little changes to others.
svn: r12848
2009-07-29 07:58:22 +00:00
Doug Blank
8a7296920f Use Preferences -> Text -> Private Given name instead of hardcoded _('Living')
svn: r12847
2009-07-29 03:28:05 +00:00
Doug Blank
834968897a Change to new style glade format
svn: r12846
2009-07-29 02:23:05 +00:00
Gerald Britton
7be4c7a2bf Add ability to use Rule in a boolean operation: "if Rule()" will be equivalent to "if Rule.apply()"
svn: r12845
2009-07-28 18:18:56 +00:00
Gerald Britton
a62b15353e Tweak to check that value passed is not None
svn: r12844
2009-07-28 18:15:49 +00:00
Rob G. Healey
b98caba34d NarrativeWeb is now running once again. I do not have a good python exif library yet to use with Gramps. Tiny update to Visually impaired stylesheet to match some changes to plugin.
svn: r12843
2009-07-28 11:41:20 +00:00
Brian Matherly
7f4732714b 0002957: Crash when displaying the configuration of a book created with Gramps 3.0.x
svn: r12841
2009-07-28 04:08:26 +00:00
Brian Matherly
d2ad12a90a Fix potential crash in book report.
svn: r12839
2009-07-28 03:17:44 +00:00
Peter Landgren
55a98c40ce Fixed a typo letter>ltr.
svn: r12838
2009-07-27 18:47:00 +00:00