Commit Graph

14786 Commits

Author SHA1 Message Date
e95a318c1b holidays.xml changes for USA 2009
svn: r11501
2008-12-20 18:19:02 +00:00
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
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
48dc331f3e Cleaning up Data Entry Gramplet; not editing data yet
svn: r11498
2008-12-20 01:40:06 +00:00
bd44b133ab First bit of code for a data entry gramplet
svn: r11496
2008-12-19 17:20:55 +00:00
375bf62ddf update Dutch translation
svn: r11494
2008-12-19 09:35:49 +00:00
ef23c62f81 Update Slovak translation (by Lubo Vasko)
svn: r11493
2008-12-19 08:56:13 +00:00
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
2e0351e504 Just a minor cleanup. No functional change.
* src/ExportOptions.py


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


svn: r11488
2008-12-17 20:57:19 +00:00
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
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
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
5bf5c33996 2561: Typo (contribution by Joan Creus)
svn: r11478
2008-12-15 08:57:12 +00:00
21dde898a9 GeoView : Code optmization.
svn: r11476
2008-12-14 23:18:24 +00:00
32b1de70cf GeoView : Adding sensitivity to backward and forward buttons.
svn: r11475
2008-12-14 23:12:53 +00:00
1d4ae15503 Applied change to bypass update if Gramplet is closed or minimized
svn: r11474
2008-12-14 17:01:04 +00:00
e3b79a8f90 removed debugging line
svn: r11473
2008-12-14 15:59:58 +00:00
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
246f76621a Added to display age at death if dead, or current age if alive
svn: r11471
2008-12-14 14:52:54 +00:00
ab98ce5d88 Added options to Gramplets
svn: r11470
2008-12-14 03:13:45 +00:00
091933b576 Fix to get weeks alignment for "blank year" too.
* src/plugins/WebCal.py


svn: r11469
2008-12-13 21:19:46 +00:00
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
6244a0c033 Added a Gramplet that can run a Quick View
svn: r11466
2008-12-13 16:59:14 +00:00
246b3e0bd5 Gedcom compliance. Bug #2555: Blanks at the begining of Gedcom CONT fields.
svn: r11465
2008-12-12 21:58:39 +00:00
1654729189 Adding history back, forward and reload page
svn: r11462
2008-12-12 21:33:22 +00:00
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
ed67dab721 Adapt GeoView to HtmlView.
svn: r11459
2008-12-12 12:13:22 +00:00
08e395bfa3 Adding window resizing to suppress scrollbar.
svn: r11457
2008-12-11 22:04:45 +00:00
fcb45093f7 CSS corrections by Jason Simanek.
* src/data/Web_*.css


svn: r11456
2008-12-11 15:48:35 +00:00
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
5a14e3f7e9 2556: Typo (by Joan Creus)
svn: r11453
2008-12-11 10:12:40 +00:00
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
13ad0f858e Adding conversion for latitude and longitude and end of cleaning for gtkhtml.
svn: r11450
2008-12-10 14:59:26 +00:00
036eeee2c8 Add HtmlView as base for GeoView
svn: r11449
2008-12-09 22:50:21 +00:00
1e4f6769b3 removing gtkhtml, cleaning
svn: r11448
2008-12-09 07:26:03 +00:00
9aa7bc6030 Fixed some missed dates in conversion from 13 to 14
svn: r11447
2008-12-08 13:15:40 +00:00
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
0d084cc677 Complete remove of GCONF settings and upgrade possibility
Note: Gconf still used in GNOME for thumbnailers


svn: r11444
2008-12-08 09:16:46 +00:00
c2c4fe3786 GtkWarning: GtkSpinButton: setting an adjustment with non-zero page size is deprecated
patch Josip, part 2


svn: r11442
2008-12-08 08:29:07 +00:00
a3a8d53526 rename file to standard
svn: r11441
2008-12-08 08:25:50 +00:00
ef18f6e6f7 GeoView: text non developers should understand
svn: r11440
2008-12-07 23:38:24 +00:00
8006c249a4 correct typo
svn: r11439
2008-12-07 23:04:44 +00:00
432466fc09 Part 1 of GeoView: icons, configs and preferences
svn: r11438
2008-12-07 22:48:30 +00:00
d77966da25 GtkSpinButton: setting an adjustment with non-zero page size is deprecated
Patch Josip


svn: r11436
2008-12-07 20:30:41 +00:00
3872942250 updated with 3.0.4
svn: r11435
2008-12-07 10:13:06 +00:00
d2587088e7 Added option to not translate headers in CSV output
svn: r11428
2008-12-07 02:07:57 +00:00
6ae8a6708f Make .desktop file compliant with Desktop Entry Specification
svn: r11426
2008-12-06 09:35:50 +00:00
d88fa26ab7 0002184: BUG: IndexError: tuple index out of range
svn: r11425
2008-12-06 05:29:33 +00:00
73ae4d8bb1 Revised some more on Norwegian Bokmål translation
svn: r11423
2008-12-05 22:28:09 +00:00