Commit Graph

6259 Commits

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


svn: r11436
2008-12-07 20:30:41 +00:00
Doug Blank
d2587088e7 Added option to not translate headers in CSV output
svn: r11428
2008-12-07 02:07:57 +00:00
Brian Matherly
d88fa26ab7 0002184: BUG: IndexError: tuple index out of range
svn: r11425
2008-12-06 05:29:33 +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
228e2b81bd 0002507: [Place-Dialog] "Unhandled exception" when pasting some invalid string
Fixing the bug, no features or improvements


svn: r11416
2008-12-04 15:12:38 +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
5a50c7edf4 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: r11395
2008-12-02 20:12:51 +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
Peter Landgren
478736f75c Fix of 2518, so that Alt-C always means Cancel.
svn: r11372
2008-11-30 19:33:54 +00:00
Doug Blank
0e2138999f Fixed import error message to be more accurate
svn: r11369
2008-11-30 03:56:26 +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
Gary Burton
23b0ec696a Change the way drag and drop is initiated. patch suggested by tgehrig. Bug #2486.
svn: r11363
2008-11-29 17:47:17 +00:00
Doug Blank
2a8b08675b Reset import and export lists (others may need to be reset, too)
svn: r11361
2008-11-29 16:27:08 +00:00
Doug Blank
8a690810fc Continued attempted fix for BSDDB new methods and attributes
svn: r11360
2008-11-29 12:53:00 +00:00
Gary Burton
adaf7bd737 Remove some debugging code
svn: r11358
2008-11-28 19:49:10 +00:00
Doug Blank
3dcb919853 Missing e in const shortopts
svn: r11357
2008-11-28 19:28:43 +00:00
Doug Blank
2672033648 Missing -e and -L in const, and missing -o and -u in ArgHandler
svn: r11356
2008-11-28 19:21:20 +00:00
Doug Blank
d204926dfd Fixed typo in -L to list details of database
svn: r11355
2008-11-28 16:45:36 +00:00
Doug Blank
f067bf6e2c Changes with Python 2.5.2 and BSDDB are more subtle---seems to require checking both Python and BSDDB versions. This involves a method name change, and a flag name change.
svn: r11354
2008-11-28 04:28:10 +00:00
Peter Landgren
48bc0362e8 Fix of issue 2515.
svn: r11343
2008-11-24 18:48:51 +00:00
Benny Malengier
44c8b26f10 #2483 DbError handling correction - patch Josip
svn: r11341
2008-11-24 09:02:02 +00:00
Brian Matherly
2a33e32456 Contribution from Craig J. Anderson: Add availability update to GuiStringOption and GuiBooleanOption.
svn: r11338
2008-11-24 02:59:23 +00:00
Peter Landgren
475da86de2 Fix of issue 2505. Also fix of string and unicode problems in matching
svn: r11336
2008-11-22 15:35:14 +00:00
Peter Landgren
2876068bdf Fix of issue 2504, sorting in WinXP.
svn: r11332
2008-11-21 15:26:26 +00:00
Peter Landgren
6f0c13ba5d Fix of issue 2504, sorting in WinXP.
svn: r11331
2008-11-21 15:25:49 +00:00
Peter Landgren
0f34e8d6b6 Fix of issue 2504, sorting in WinXP.
svn: r11330
2008-11-21 15:25:00 +00:00
Peter Landgren
3f737619e6 Final fix of issue 2504 for other viwes than people.
svn: r11322
2008-11-20 13:19:10 +00:00
Peter Landgren
5d441bf292 Fix of issue 2504 for People View.
svn: r11317
2008-11-19 19:41:04 +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
a19b9df7bc few context strings was removed
svn: r11310
2008-11-17 17:41:43 +00:00
Jérôme Rapinat
587c0de985 remove ATK references
svn: r11309
2008-11-17 17:36:13 +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
Jérôme Rapinat
ef14f6bf65 2502: Filter in person View does not work.
svn: r11304
2008-11-15 10:30:26 +00:00
Jérôme Rapinat
d57f55389d 2499: Using quotes for font-weight (bold) and font-style (italic) on Style Editor will generate a not well formed SVG file
svn: r11302
2008-11-15 10:16:31 +00:00
Peter Landgren
6caf63009e Fix of 2496 by adding correc spelling of languages.
svn: r11299
2008-11-13 09:03:05 +00:00
Benny Malengier
7424433a69 0002483: Gramps crashes while loading database, always.
Patch of Josip, support bsddb >= 4.7


svn: r11297
2008-11-13 08:28:32 +00:00
Benny Malengier
b544c48e9e #2494 Unused functions in Relationship.py, patch
by Reinhard Müller <reinhard.mueller @ bytewise.at>
 


svn: r11294
2008-11-12 09:55:10 +00:00
Benny Malengier
a8b72a6eff #2489 Abbreviations are sometimes hard to translate
svn: r11293
2008-11-12 09:50:50 +00:00
Benny Malengier
9a3fdf5fd4 fix typo in string
svn: r11290
2008-11-12 09:10:13 +00:00
Peter Landgren
1fcb1afdb2 Fix of issue 2496.
svn: r11288
2008-11-11 18:10:59 +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
baea3b276b Update due to new context prefix.
svn: r11276
2008-11-08 15:37:32 +00:00
Peter Landgren
de55287723 Update due to new context prefix.
svn: r11275
2008-11-08 15:36:35 +00:00