Commit Graph

6226 Commits

Author SHA1 Message Date
Doug Blank ccbf7717c3 Data entry gramplet complete, ready for feedback
svn: r11515
2008-12-24 14:02:02 +00:00
Doug Blank 7ccb661592 Added spouse, sibling, and child relations to data entry gramplet; still missing parent and bugs in finding families
svn: r11514
2008-12-24 04:57:09 +00:00
Doug Blank c1b027e0b5 Data entry gramplet can add spouse and edit active person
svn: r11513
2008-12-24 03:55:10 +00:00
Doug Blank e903179c69 General cleanup of data entry gramplet
svn: r11512
2008-12-23 23:10:08 +00:00
Serge Noiraud 7b7cf2e792 GeoView : Invalid prefs.js path for gtkmozembed proxy.
HtmlView doesn't need size: no more scrollbars.
          Adapt zoom to be sure all markers are visible.


svn: r11511
2008-12-23 18:28:33 +00:00
Doug Blank f7155868d8 Removed extra space in name bug; clear data entry between db changes
svn: r11510
2008-12-23 17:20:28 +00:00
Doug Blank 5738186e26 Can now add a new person -- no relations yet, and no editing of data
svn: r11509
2008-12-23 16:03:21 +00:00
Doug Blank d83525c272 Fix to make sure we only process a new person once, else it corrupts the view
svn: r11508
2008-12-23 15:18:15 +00:00
Doug Blank 2fd67ea581 Fixed some spacing issues on Data Entry gramplet
svn: r11507
2008-12-22 20:47:23 +00:00
Doug Blank 0d9249b00c Fixed translation issues
svn: r11506
2008-12-22 13:53:23 +00:00
Doug Blank 582d969b4e Fixed Data Entry height and expandability
svn: r11505
2008-12-22 13:38:35 +00:00
Doug Blank 75da8808ab Fixed issue in showing non-birth children relations; adjusted minimum height
svn: r11504
2008-12-22 13:37:22 +00:00
Doug Blank 1f2b8df6a4 Fixed bug in classless Gramplets: no options are available
svn: r11503
2008-12-22 12:00:45 +00:00
Doug Blank bb5f463a50 Added options to AgeStats; set order of options; aligned options; added copyright
svn: r11502
2008-12-22 01:48:42 +00:00
Doug Blank e95a318c1b holidays.xml changes for USA 2009
svn: r11501
2008-12-20 18:19:02 +00:00
Doug Blank 3b8ad54a0d Working on display of Data Entry Gramplet; next will come the actual database changes
svn: r11500
2008-12-20 16:41:31 +00:00
Doug Blank e10cf8deb1 Added new Gramplet: AgeStats.py that creates textual distribution graphs where each row can be double-clicked to show matching groups
svn: r11499
2008-12-20 16:37:37 +00:00
Doug Blank 48dc331f3e Cleaning up Data Entry Gramplet; not editing data yet
svn: r11498
2008-12-20 01:40:06 +00:00
Doug Blank bd44b133ab First bit of code for a data entry gramplet
svn: r11496
2008-12-19 17:20:55 +00:00
Kees Bakker 72e38bbeaa Before creating the EnumeratedListOption for the name formats we
must get the list so we can use the value of the first entry.
Otherwise you'll see "Value -1 not found for option..." on your
command window.
        * src/plugins/Calendar.py


svn: r11490
2008-12-17 22:00:12 +00:00
Kees Bakker 2e0351e504 Just a minor cleanup. No functional change.
* src/ExportOptions.py


svn: r11489
2008-12-17 21:39:37 +00:00
Kees Bakker 60aa458d87 Use progress meter while doing the filtering.
* src/plugins/Calendar.py


svn: r11488
2008-12-17 20:57:19 +00:00
Gary Burton d7f2a858be Gedcom compliance. Bug #2558: Further fix for when a media note is not present.
svn: r11485
2008-12-16 21:54:10 +00:00
Kees Bakker 679392ab4b Add an option progress meter argument to GenericFilter.apply
If present it must be an instance of Utils.ProgressMeter.
        * src/Filters/_GenericFilter.py
        * src/plugins/WebCal.py
        * src/plugins/NarrativeWeb.py


svn: r11481
2008-12-15 21:42:58 +00:00
Doug Blank fe133c0411 Fixed two holidays: Inaug: wrong year; Yom Kippur wrong day; added New Year's Eve
svn: r11480
2008-12-15 13:09:06 +00:00
Jérôme Rapinat 5bf5c33996 2561: Typo (contribution by Joan Creus)
svn: r11478
2008-12-15 08:57:12 +00:00
Serge Noiraud 21dde898a9 GeoView : Code optmization.
svn: r11476
2008-12-14 23:18:24 +00:00
Serge Noiraud 32b1de70cf GeoView : Adding sensitivity to backward and forward buttons.
svn: r11475
2008-12-14 23:12:53 +00:00
Doug Blank 1d4ae15503 Applied change to bypass update if Gramplet is closed or minimized
svn: r11474
2008-12-14 17:01:04 +00:00
Doug Blank e3b79a8f90 removed debugging line
svn: r11473
2008-12-14 15:59:58 +00:00
Doug Blank 178328b20a Fixed a bug (show_all) on showing options when creating gramplets on the fly; clean up by separating gui from non-gui code
svn: r11472
2008-12-14 15:36:44 +00:00
Doug Blank 246f76621a Added to display age at death if dead, or current age if alive
svn: r11471
2008-12-14 14:52:54 +00:00
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
Gary Burton 688f0f989e Gedcom compliance. Bug #2558: Notes in the GEDCOM multimedia objects not imported. Also fixed importing of repository notes.
svn: r11468
2008-12-13 17:06:13 +00:00
Doug Blank 6244a0c033 Added a Gramplet that can run a Quick View
svn: r11466
2008-12-13 16:59:14 +00:00
Gary Burton 246b3e0bd5 Gedcom compliance. Bug #2555: Blanks at the begining of Gedcom CONT fields.
svn: r11465
2008-12-12 21:58:39 +00:00
Serge Noiraud 1654729189 Adding history back, forward and reload page
svn: r11462
2008-12-12 21:33:22 +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
Serge Noiraud ed67dab721 Adapt GeoView to HtmlView.
svn: r11459
2008-12-12 12:13:22 +00:00
Serge Noiraud 08e395bfa3 Adding window resizing to suppress scrollbar.
svn: r11457
2008-12-11 22:04:45 +00:00
Kees Bakker fcb45093f7 CSS corrections by Jason Simanek.
* src/data/Web_*.css


svn: r11456
2008-12-11 15:48: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
Kees Bakker a2ea6b1e51 Speed improvement for the "has common ancestor" filter rule. For a
database with 2300 persons the time to filter goes from 500 seconds
to 80. I believe that the difference must be even bigger for larger
database. The new algorithm is more or less linear. Each person is
only visited once to compute the ancestors, and it does depth first.
	* src/Filters/Rules/Person/_HasCommonAncestorWith.py


svn: r11451
2008-12-11 10:06:16 +00:00
Serge Noiraud 13ad0f858e Adding conversion for latitude and longitude and end of cleaning for gtkhtml.
svn: r11450
2008-12-10 14:59:26 +00:00
Benny Malengier 036eeee2c8 Add HtmlView as base for GeoView
svn: r11449
2008-12-09 22:50:21 +00:00
Serge Noiraud 1e4f6769b3 removing gtkhtml, cleaning
svn: r11448
2008-12-09 07:26:03 +00:00
Doug Blank 9aa7bc6030 Fixed some missed dates in conversion from 13 to 14
svn: r11447
2008-12-08 13:15:40 +00:00
Benny Malengier e92f92b62a GeoView part II: the module itself.
GeoView.py is written by Serge, mapstraction.js is BSD licenced lib


svn: r11446
2008-12-08 11:04:54 +00:00