Commit Graph

7324 Commits

Author SHA1 Message Date
Gary Burton
6c855de785 Fix a variety of memory leaks around the PeopleView and model
svn: r12791
2009-07-12 19:45:17 +00:00
Gerald Britton
d45f5970fb add missing iterator methods to filter.py, use get_family_handles instead of the iterator in ExportGedcom.py
svn: r12790
2009-07-11 20:11:37 +00:00
Gary Burton
aa5fce63a7 Remove period character from file format string as it is already supplied by get_ext()
svn: r12789
2009-07-11 19:37:15 +00:00
Gary Burton
e1095908ef Reinstate the building of person_dict. Bug 3103
svn: r12788
2009-07-11 16:13:29 +00:00
Gary Burton
1460750b24 Add missing source_predicate method and doc strings
svn: r12787
2009-07-11 15:35:36 +00:00
Gary Burton
215aeb4667 Fix incorrect method name
svn: r12786
2009-07-11 15:32:37 +00:00
Gerald Britton
b221f428bf proxybase tweak to default predicate to None
svn: r12784
2009-07-11 04:02:28 +00:00
Gerald Britton
56c79b6fa4 Proxy databases:
1. Provide default methods in proxybase.py for get_<object>_handles and iter_<object>_handles
2. Implement callouts in iter_<object>_handles to determine if handles should be included or not
3. Added new methods to dbbase.py raising NotImplementedError for the new iter_<object>_handles methods
4. Implemented new methods in living.py, private.py and referenced.py
5. Changed filter.py to use iter_person_handles instead of get_person_handles
6. Removed duplicate methods from children of ProxyDbBase


svn: r12783
2009-07-10 19:24:43 +00:00
Gary Burton
01492a1974 Fix bug causing GraphViz report dialog to crash resulting from recent BaseDoc changes
svn: r12782
2009-07-10 16:45:22 +00:00
Benny Malengier
2a685cbd7a 3093: Enable grouped displaytab in the editor: Name tab
svn: r12781
2009-07-10 13:18:13 +00:00
Benny Malengier
d49e1f0ec7 update documentation
svn: r12780
2009-07-10 08:46:18 +00:00
Gerald Britton
181c0c9b41 Replace get_place_handles with iter_place_handles
svn: r12778
2009-07-08 18:11:02 +00:00
Gerald Britton
b601f4bdf2 Replace get_family_handles with iter_family_handles
svn: r12776
2009-07-08 16:11:20 +00:00
Gerald Britton
f680992d04 Tweaks
svn: r12775
2009-07-08 16:10:13 +00:00
Gerald Britton
2769b58a44 Implement iter_people_handles methods and begin to use them - second batch of updates
svn: r12774
2009-07-07 18:58:47 +00:00
Jérôme Rapinat
7a235029d8 typo
svn: r12773
2009-07-07 09:44:19 +00:00
Peter Landgren
6aaa3b9136 Changed start-date to start_date
svn: r12770
2009-07-07 06:16:30 +00:00
Peter Landgren
1bbb5d6996 Fix of issue 3087.
svn: r12769
2009-07-06 18:18:22 +00:00
Jérôme Rapinat
f213382d3a Request #3083: To display /Day month year/ on Date_fr.py
svn: r12766
2009-07-06 09:59:54 +00:00
Benny Malengier
f7efb09734 add platform utility functions
svn: r12765
2009-07-06 09:54:30 +00:00
Benny Malengier
0d7c048052 svn id tag
svn: r12764
2009-07-04 15:55:43 +00:00
Benny Malengier
4b9bf10c07 bug fix, correctly query system
svn: r12763
2009-07-04 10:21:10 +00:00
Benny Malengier
cf86470781 add platform constants
svn: r12762
2009-07-04 09:30:10 +00:00
Benny Malengier
c8ef93f120 Correct localized sort in windows using os encoding in the flat views
svn: r12761
2009-07-03 22:00:58 +00:00
Gerald Britton
f7454de7fd Implement iter_people_handles methods and begin to use them
svn: r12760
2009-07-03 20:23:41 +00:00
Gerald Britton
40d0605a63 fix bug in r12705
svn: r12759
2009-07-03 15:53:28 +00:00
Benny Malengier
dddcb10dd3 docstring update
svn: r12758
2009-07-03 09:23:07 +00:00
Gerald Britton
873f830306 Tweak
svn: r12757
2009-07-03 00:29:52 +00:00
Gerald Britton
c919910cca Tweaks to replace for loops with built-in functions and list comprehensions
svn: r12756
2009-07-02 20:01:28 +00:00
Jérôme Rapinat
5da4aa816d to allow to translate n years old
svn: r12755
2009-07-02 15:47:18 +00:00
Benny Malengier
2b2f132d8c add ldsordbase to api doc
svn: r12753
2009-07-02 08:28:29 +00:00
Gerald Britton
b12dd97e71 Bug 3079: sort event crashes with dbstate not passed to options
svn: r12750
2009-07-01 14:43:27 +00:00
Benny Malengier
2b49568b1f 3073: Add/edit personfilter is VERY slow in one database
svn: r12749
2009-07-01 10:59:24 +00:00
Benny Malengier
48c746d1c8 Scratchpad does not keep history between sessions anymore
svn: r12747
2009-06-30 21:29:14 +00:00
Benny Malengier
8ad045695b fcntl module not used in scratchpad
svn: r12746
2009-06-30 21:27:15 +00:00
Gerald Britton
0351c2e6ca GrampsType: Avoid retranslating literal strings; rearrange metaclass code
svn: r12742
2009-06-30 18:29:45 +00:00
Gerald Britton
d022d0187b Replace locale.strcoll with locale.strxfmt for performance and Python 3.0 compliance
svn: r12739
2009-06-30 14:05:57 +00:00
Benny Malengier
b1dd135363 3077: Cannot modify column model on Family, Repository and Note Views
svn: r12738
2009-06-30 13:42:25 +00:00
Benny Malengier
01a33d1a00 update pixmap in editmediaref of y coord change
svn: r12737
2009-06-30 08:50:10 +00:00
Benny Malengier
d97e62fa27 optimization suggested by Gerald to avoid append
svn: r12734
2009-06-29 20:46:00 +00:00
Rob G. Healey
57dc74b965 Fixed two errors that Gerald pointed out to me. Added RepositoryListPage and RepositoryPage classes. More work on libhtml and with statement.
svn: r12733
2009-06-29 20:04:00 +00:00
Benny Malengier
92d344d802 3052: Only PeopleView rebuilds entries on SearchBar after a change on columns Editor
svn: r12732
2009-06-29 19:57:12 +00:00
Benny Malengier
4e974dc0e1 add missing Makefile and suggestions by Gerald
svn: r12730
2009-06-29 18:15:28 +00:00
Benny Malengier
f07a12766a Further optimization in the flatbasemodel:
* keep list of all possible keys in memory so database is no longer touched 
     for the searches. ==> a search is faster
   * bug fixes to previous patch set: show total and displayed number correctly


svn: r12726
2009-06-29 13:37:15 +00:00
Benny Malengier
7a5e5f4476 bug fix, on delete return old path of deleted row
svn: r12725
2009-06-28 22:07:18 +00:00
Benny Malengier
d182a5797f some pylint fixes
svn: r12724
2009-06-28 21:47:04 +00:00
Benny Malengier
fb6967d000 optimization and cleaning of the base model for flat treeviews
svn: r12723
2009-06-28 21:15:10 +00:00
Benny Malengier
db5458a507 bug fix: reenable the -d option
svn: r12722
2009-06-28 09:57:05 +00:00
Gary Burton
963f101c6b Remove some junk leftover from testing.
svn: r12719
2009-06-26 10:37:37 +00:00
Gary Burton
96e9fc4f6b Parse address from GEDCOM submitter tag. Bug #3056
svn: r12718
2009-06-26 10:32:36 +00:00
Benny Malengier
dc354dfd4f [Emrys] 2896: Macports 3.0.4 cannot view images
svn: r12716
2009-06-26 09:46:06 +00:00
Benny Malengier
e5d8544a6c [Emrys] 2896: Macports 3.0.4 cannot view images
svn: r12714
2009-06-26 09:44:12 +00:00
Gerald Britton
b0a6f7c854 replace refs to locale.strcoll with refs to locale.strxfrm
svn: r12712
2009-06-25 21:09:49 +00:00
Gerald Britton
3a41651e50 PeopleModel: various performance tweaks
svn: r12711
2009-06-25 19:15:56 +00:00
Gerald Britton
4cd2468477 PeopleModel: various performance tweaks
svn: r12710
2009-06-25 19:01:40 +00:00
Jérôme Rapinat
0d3314b9dc typo - contribution by Jérôme Chailloux
svn: r12709
2009-06-25 18:16:50 +00:00
Jérôme Rapinat
83dfb87696 2831: missing filter rule on Event object matching source reference
svn: r12706
2009-06-25 17:20:29 +00:00
Gerald Britton
fdfacd972c Minor tweaks to use slices instead of lists of items
svn: r12705
2009-06-25 13:41:16 +00:00
Benny Malengier
a52bc62be9 2691: Create api documentation with sphinx
svn: r12704
2009-06-24 21:56:07 +00:00
Gerald Britton
1042bb3fe2 Bug 3069: PersonView keeps tree model attached while rebuilding the columns
svn: r12703
2009-06-24 20:26:18 +00:00
Rob G. Healey
22ecedb061 Fixed a typing error from yesterday's open_file_with_default_application(). Completed work on default printer stylesheet also.
svn: r12702
2009-06-24 20:03:10 +00:00
Rob G. Healey
d5ccd93043 More work on converting the two of these.
svn: r12700
2009-06-23 22:34:14 +00:00
Rob G. Healey
ae28b8538b Fixed Utils.open_file_with_default_application() to gui.utils instead of Utils now. Works again.
svn: r12699
2009-06-23 20:49:18 +00:00
Rob G. Healey
1101b21ba0 More cleanup work on stylesheet. Continuing to convert NarrativeWeb to use the Html class and the with statement.
svn: r12698
2009-06-22 23:58:09 +00:00
Peter Landgren
cdf0e98a55 Added errmsg in conn. with issue 3066.
svn: r12696
2009-06-22 10:24:02 +00:00
Benny Malengier
77164c848e 3066: [PlaceView] Loading... should disappear when map service plugins are present.
svn: r12694
2009-06-22 09:21:02 +00:00
Peter Landgren
7390f38f61 Reminder to change call to pixbuf.add_alpha in later version of gtk/pygtk.
svn: r12692
2009-06-22 07:50:04 +00:00
Rob G. Healey
4bc5a34938 Changed utilsgui.py to utils.py in src/gui/Makefile.am! Would not allow make install to complete.
svn: r12690
2009-06-21 06:26:51 +00:00
Rob G. Healey
c8fa363708 Large sized cleanup of NarrativeWeb, and some minor work on Web_Visually.css. There is still more work to be done on NarrativeWeb, but this commit was getting too big already.
svn: r12689
2009-06-21 03:25:28 +00:00
Gary Burton
8c22c558b2 Ensure source reference dates are always exported. Bug #3062
svn: r12688
2009-06-20 20:23:40 +00:00
Gary Burton
e6ab15fcd9 GEDCOM parser fixes for gallery objects. Bug #3056
svn: r12686
2009-06-20 19:34:42 +00:00
Rob G. Healey
d181d6bd33 NarrativeWeb now has Styked Notes! Thanks for being a giant help Benny. Could not have done it without you. Bringing the default print stylesheet up to date with the rest of them.
svn: r12683
2009-06-19 23:53:42 +00:00
Benny Malengier
0a3e869361 Add missing file grampsgui and make utilsgui just gui
svn: r12681
2009-06-19 15:26:51 +00:00
Benny Malengier
9d417e2cd6 Split Utils in a non GUI and GUI part
move GrampsCfg utils to Utils
improve import strategy


svn: r12680
2009-06-19 15:23:58 +00:00
Peter Landgren
0ac67e8a59 Reference to Query.py removed from Makefile.am, as Query.py as deleted.
svn: r12679
2009-06-19 14:51:11 +00:00
Benny Malengier
5f77bfea3b pylint fixes and bug fixes for CLI/GUI split
svn: r12677
2009-06-19 08:46:17 +00:00
Zdeněk Hataš
a16fc9a8cb Fixed typo in localized date handler, translation updates.
svn: r12676
2009-06-19 07:19:18 +00:00
Benny Malengier
4b7692708c Split CLI from GUI. These changes allow CLI to work without GTK
Part 1. To do: pylint on new files.


svn: r12674
2009-06-18 21:56:37 +00:00
Rob G. Healey
c71367ed54 Fixed a show stopper -- broke the plugin.
svn: r12673
2009-06-16 21:54:06 +00:00
Gerald Britton
70a0c50fca Use GrampsCursor as a context manager using "with" statement
svn: r12672
2009-06-16 15:49:17 +00:00
Brian Matherly
187539cb72 Implement availability of the DestinationOption.
svn: r12671
2009-06-16 03:12:41 +00:00
Doug Blank
29cf704047 Experiment abandoned
svn: r12670
2009-06-16 00:23:46 +00:00
Rob G. Healey
0dac6cf9aa Removed a duplicate class. Re did classes IndividualListPage, DownloadPage, ContactPage, SourceList, SourcePage, and a bunch of modules/ functions. More clean up work on the Visually Impaired stylesheet.
svn: r12669
2009-06-15 19:25:43 +00:00
Benny Malengier
f4e0a45fad code optimization of eventbase filters
svn: r12668
2009-06-15 19:06:25 +00:00
Benny Malengier
38876a32a5 GEPS 008: File Organization
svn: r12667
2009-06-15 19:02:15 +00:00
Benny Malengier
fd85ac0cb4 remove template code from quickreport docgen
svn: r12665
2009-06-15 16:18:16 +00:00
Rob G. Healey
33ad285de6 Re-worked IndividualListPage().
svn: r12664
2009-06-13 18:49:18 +00:00
Gerald Britton
44028cc47c libhtml.py: add title=None default option to Html.page static method
svn: r12663
2009-06-12 16:36:31 +00:00
Gerald Britton
bb83288883 Check.py: replace get..handles and map..keys calls with calls to new iterator functions
svn: r12662
2009-06-12 16:19:48 +00:00
Gerald Britton
d66632812f ImportGrdb.py: Remove duplication from derived classes
svn: r12661
2009-06-12 16:18:18 +00:00
Gerald Britton
035096e5b2 Add iterator and context manager methods to GrampsCursor object and use them in GrampsDbBase and GrampsDBDir.
svn: r12660
2009-06-12 16:17:07 +00:00
Benny Malengier
aa5aa031c0 fix ODF output put, prettify kinship html output
svn: r12657
2009-06-12 07:31:30 +00:00
Rob G. Healey
94dba1433d Fixed SurnamePage, other minor fixes. Some cleanup of the stylesheet.
svn: r12656
2009-06-12 06:04:30 +00:00
Rob G. Healey
140c565a28 NarrativeWeb now uses the HTML class-- src/plugins/lib/libhtml.py. There is still more work coming as it is still not completely refined yet. Gerald Britton has played a huge part in getting this out to you. New download page added, and name_format also.
svn: r12655
2009-06-11 16:45:30 +00:00
Benny Malengier
f78db6f418 2707: Add markup notes to html output. Finished
svn: r12654
2009-06-11 13:01:27 +00:00
Benny Malengier
a3f59f2717 2712: middle click copy paste not working in notes
svn: r12652
2009-06-11 12:51:00 +00:00
Rob G. Healey
030f170be4 Removed references to USER_TEMPLATES in const.py and const.py.in
svn: r12650
2009-06-11 06:28:51 +00:00
Rob G. Healey
4f8b992068 Removed templates directory; from Makefile.am so that it would complete autogen.sh and make commands.
svn: r12649
2009-06-11 02:39:11 +00:00
Gerald Britton
75a7e04c4b libhtml: add indent=None option and reference in docstring to wiki page
svn: r12648
2009-06-10 14:14:11 +00:00
Benny Malengier
e4de221227 2707: Add markup notes to html output: div and class elements
svn: r12647
2009-06-09 20:47:32 +00:00
Benny Malengier
a177da80b0 2707: Add markup notes to html output
Part 2: enable css, clean up code.
      TODO: better output, support in default css files, test


svn: r12644
2009-06-08 23:19:37 +00:00
Jérôme Rapinat
278cdaa63c #3040: typo translation (contribution by Zegzda Yevgeny)
svn: r12640
2009-06-07 19:04:11 +00:00
Gerald Britton
6aaf59b499 _PeopleModel.py: remove redundant call to db.get_person_handles(), saving about 1/4 sec per 1000 people loaded into people view
svn: r12632
2009-06-07 02:18:32 +00:00
Benny Malengier
542b1e404d 02707: Add markup notes to html output
part 1: remove template from html output


svn: r12631
2009-06-06 09:49:40 +00:00
Jérôme Rapinat
aa499dfec7 add support for russian manual (contribution by Zegzda Yevgeny)
svn: r12630
2009-06-05 15:24:48 +00:00
Gerald Britton
8584798916 person.py: minor performance improvements
svn: r12625
2009-06-04 19:00:51 +00:00
Peter Landgren
581b33524e Fix of issue 3007.
svn: r12622
2009-06-03 18:40:10 +00:00
Peter Landgren
54dba4fc09 Fix of issue 3007.
svn: r12621
2009-06-03 18:39:24 +00:00
Gerald Britton
32f0251b9e Add context-manager support to libhtml so it can be used in a "with" statement
svn: r12616
2009-06-02 19:23:38 +00:00
Gerald Britton
885ddddbc1 remove image files used by the deprecated MapView module
svn: r12615
2009-06-02 19:22:03 +00:00
Benny Malengier
142e7e4970 move latexbackend into PdfDoc
svn: r12614
2009-06-02 18:42:41 +00:00
Gerald Britton
367b52bf2f Remove MapView.py since it is deprecated in favor of Geoview
svn: r12612
2009-06-02 14:54:37 +00:00
Gerald Britton
078207d9fa _Tool.py: Pythonic style change in try...except...else
svn: r12611
2009-06-02 14:46:25 +00:00
Brian Matherly
aa800b3ad6 Misc PEP8 cleanup.
svn: r12610
2009-06-02 12:09:34 +00:00
Benny Malengier
0aedf53b6b 2847: Trying to import an older Gramps DB fails, delayed commit like rev 12575
svn: r12609
2009-06-02 11:53:48 +00:00
Brian Matherly
4ca984bd2f 0003033: const dependence in gen/plug/docgen stylesheet
svn: r12608
2009-06-02 11:50:17 +00:00
Benny Malengier
a0b1965c24 remove wrong commit of makefiles
svn: r12604
2009-05-31 15:01:58 +00:00
Benny Malengier
fb3ec68c6a part 3 : split basedoc in files, remove Utils dependance, move fontscale in gen,
update build system


svn: r12603
2009-05-31 14:59:56 +00:00
Rob G. Healey
5ed724970b Added the Makefiles for those two directories: src/gen/plug/docgen and src/gen/plug/docbackend.
svn: r12599
2009-05-31 03:50:28 +00:00
Gary Burton
cc38a53add Bug 2950. Made subgraph optional for Relationship Graph as discussed in bug report. Moved the option to GraphvizReportDialog and refactored FamilyLines to use it.
svn: r12596
2009-05-30 12:12:58 +00:00
Rob G. Healey
ed13f340d5 More changes to Visually Impaired stylesheet.
svn: r12594
2009-05-30 09:36:23 +00:00
Rob G. Healey
5ef1c9711d Add modified download page to NarrativeWeb, and update stylesheet for it.
svn: r12593
2009-05-30 08:46:12 +00:00
Benny Malengier
7f6ca2aa45 update Makefiles and po, add not committed __init__ to import docgen module
svn: r12592
2009-05-29 22:41:26 +00:00
Benny Malengier
8dd7adc607 part 2 basedoc: move BaseDoc.py to /gen/plug/docgen and add /gen/plug/docbackend
that was missing in part 1 
 Still to come: makefiles and splitting new basedoc.py in small files


svn: r12591
2009-05-29 22:25:44 +00:00
Benny Malengier
f999ba9cc4 Part 1 basedoc changes: move out backend stuff from BaseDoc, use backend in
the docs. As a dir change will be done, backend itself will be committed 
later, trunk will be broken till then


svn: r12590
2009-05-29 19:52:57 +00:00
Gerald Britton
220873d92e Bug 3030: ID formats not properly verified
svn: r12587
2009-05-29 17:09:09 +00:00
Gerald Britton
c2d9f55164 Bug 3018: simplified logic in monitoredwidgets.py
svn: r12585
2009-05-28 16:14:38 +00:00
Gerald Britton
c3578b2ccf Bug 3018: restored keys() to monitoredwidgets
svn: r12582
2009-05-28 13:26:42 +00:00
Gerald Britton
81a0848490 Bug 3018: remove calls to keys() and values() dictionary method where possible
svn: r12579
2009-05-27 17:33:45 +00:00
Benny Malengier
1edada53d0 3021: When ever try to import a data.gramps from 3/2005, it bombs with errors given here
svn: r12574
2009-05-27 09:35:50 +00:00
Gerald Britton
5eb7e18dc6 Bug 3018: ImportGrdb: remove calls to keys() dictionary method where possible
svn: r12572
2009-05-26 20:48:09 +00:00
Gerald Britton
35326c7b47 Bug 3011: fix problem with new-style class and special method names
svn: r12569
2009-05-25 19:13:58 +00:00
Rob G. Healey
e9b1ec6b7e Updated stylesheets to fix "Vertical Alphabet Navigation" problem.
svn: r12565
2009-05-23 07:47:59 +00:00
Gerald Britton
4785ca18b4 Bug 3018: ImportGrdb: reverted 12563 due to missing method in DB
svn: r12564
2009-05-22 20:34:05 +00:00
Gerald Britton
c5c0ce7bfb Bug 3018: ImportGrdb: remove calls to keys() dictionary method where possible
svn: r12563
2009-05-22 19:27:46 +00:00
Gerald Britton
fc90d5fce2 Bug 3018: remove calls to keys() dictionary method where possible
svn: r12562
2009-05-22 18:43:40 +00:00
Gerald Britton
5c9d8ab7ff Bug 3011: change old-style classes to new-style classes
svn: r12561
2009-05-21 20:58:12 +00:00
Gerald Britton
021b754939 Bug 3011: change old-style classes to new-style classes
svn: r12559
2009-05-21 17:19:50 +00:00
Rob G. Healey
316b997e6d Connected maximuum image sizes to include media option above it. Fixed some code on year_navigation() in WebCal.
svn: r12557
2009-05-21 07:14:59 +00:00
Rob G. Healey
b282953be5 Removed missing gladefile in src/plugins/docgen/Makefile.am for allow complete to finish. Applied large image scaling in NarrativeWeb.
svn: r12554
2009-05-20 23:26:30 +00:00
Benny Malengier
bb7920b0c0 remove STRANGE output due to line spacing in pdf
svn: r12553
2009-05-20 11:18:51 +00:00
Benny Malengier
068b3157f0 2995: Unable to produce Narrated Web Site using filter and privacy settings
svn: r12551
2009-05-20 10:18:20 +00:00
Gerald Britton
e3bd5d1e69 Fix ownereditor popup menu handling
svn: r12550
2009-05-19 20:07:00 +00:00
Benny Malengier
0a9017e25f 2990: Detailed Descendant/ancestry report format-slight variable name change
svn: r12549
2009-05-19 09:50:40 +00:00
Benny Malengier
c46a7b8364 2990: Detailed Descendant/ancestry report format
svn: r12548
2009-05-19 09:40:08 +00:00
Benny Malengier
ac6ef2a9bc 2956: Errors with GTKPrint on Ubuntu 9.04
svn: r12547
2009-05-19 09:00:48 +00:00
Benny Malengier
b5f8ec1717 2995: Unable to produce Narrated Web Site using filter and privacy settings
svn: r12543
2009-05-19 08:43:51 +00:00
Benny Malengier
4878453cf3 3001: crash on Narrated Web Site report on my database
svn: r12540
2009-05-19 08:20:05 +00:00
Gerald Britton
73e1ab5722 Bug 2888: downgrade the glade files in tools to gtk version 2.12
svn: r12538
2009-05-18 15:36:03 +00:00
Benny Malengier
8db826314e 2860: Problem with det_ancestor report in PDF at page breaks\n no more STRANGE output
svn: r12537
2009-05-18 14:42:26 +00:00
Benny Malengier
53716bdca0 2942: Note in Family eventref not referenced, also source of attribute of family eventref
svn: r12535
2009-05-18 14:02:13 +00:00
Rob G. Healey
9b4efeb283 Removed a single s character sitting alone on line 178 of ExportPkg.py. Cleanup and updates to stylesheet.
svn: r12530
2009-05-15 20:07:39 +00:00
Gerald Britton
21e96b0616 Bug 2888 - minor edits and cleanup
svn: r12529
2009-05-15 18:12:10 +00:00
Gerald Britton
110557c3c7 Add glade.py with Glade class and use instead of gtk.Builder throughout project
svn: r12528
2009-05-14 20:15:59 +00:00
Benny Malengier
feb15edc7e 2860: Problem with det_ancestor report in PDF at page breaks
svn: r12526
2009-05-14 14:43:42 +00:00
Benny Malengier
1031506baa 2808: fonts with xml codes don't print correctly
svn: r12525
2009-05-14 13:51:36 +00:00
Benny Malengier
066d39a739 2860: Problem with det_ancestor report in PDF at page breaks
svn: r12522
2009-05-13 08:36:02 +00:00
Rob G. Healey
edfc5ffe06 Little change in WebCal. Added chnages to stylesheet for new Download Page.
svn: r12519
2009-05-11 02:28:15 +00:00
Peter Landgren
bf71f6f367 Fix of issue 2964.
svn: r12518
2009-05-10 16:04:58 +00:00
Serge Noiraud
a01e27d254 ODFDoc : internal permission of files and encoding.
svn: r12514
2009-05-08 20:22:56 +00:00
Gerald Britton
e5794d4999 Bug 2888: gramps.glade: convert from liglade to gtkbuilder -- part 3
svn: r12512
2009-05-07 20:08:27 +00:00
Doug Blank
29d55c10d0 added http:// if missing scheme
svn: r12510
2009-05-06 22:06:12 +00:00
Gerald Britton
05d6302cdd Bug 2888: gramps.glade: convert from liglade to gtkbuilder -- part 2
svn: r12509
2009-05-06 19:15:55 +00:00
Gerald Britton
0440ca1c2a Bug 2888: gramps.glade: convert from liglade to gtkbuilder -- part 1
svn: r12508
2009-05-06 14:44:22 +00:00
Doug Blank
6ebd0b0a77 Added two methods: parse_path and get_full_path, but the Url class will need to be enhanced and refined to be more useful for web development
svn: r12506
2009-05-06 13:11:31 +00:00
Peter Landgren
b189249692 Fix of issue 2959.
svn: r12503
2009-05-02 08:18:12 +00:00
Serge Noiraud
6efffe78c2 NarrativeWeb : gen.lib.date problem
svn: r12502
2009-05-01 20:25:08 +00:00
Serge Noiraud
2fe74e2ca6 Narrativeweb : gen.lib problem and alphabet navigation > 26 characters
svn: r12501
2009-05-01 09:13:20 +00:00
Serge Noiraud
0df89ea9b7 Narrativeweb : Swedish specific alphabet sort.
svn: r12500
2009-05-01 08:39:17 +00:00
Doug Blank
f18040a0d0 Don't emit signal to change active person if that is already the active person
svn: r12498
2009-04-30 04:40:20 +00:00
Rob G. Healey
890138b294 Deleted the src/Models directory and removed the only file that I could find that was using it.
svn: r12497
2009-04-30 03:50:17 +00:00
Brian Matherly
5e5fc02115 Remove unused options for GeneWeb export.
svn: r12496
2009-04-30 03:49:03 +00:00
Jérôme Rapinat
8a3c2cc4c2 pylint
svn: r12495
2009-04-29 14:27:08 +00:00
Jérôme Rapinat
b578373033 pylint
svn: r12494
2009-04-29 12:38:30 +00:00
Jérôme Rapinat
d0b0a5314d use SimpleTable
svn: r12493
2009-04-28 10:54:04 +00:00
Gary Burton
d3b2a2ab27 Bug #2950. Use Graphviz subgraphs to keep children with their spouses on Relationship Graph
svn: r12488
2009-04-26 20:50:33 +00:00
Gary Burton
3a2e4b44a6 Bug #2950. Use Graphviz subgraphs to keep children with their spouses on Relationship Graph
svn: r12487
2009-04-26 20:47:42 +00:00
Doug Blank
aa7ff9cf68 Make SimpleTable columns resizable
svn: r12483
2009-04-20 21:00:20 +00:00
Serge Noiraud
21414d184f There are three bugs which give mistery sort problems :
1 : The normalize function use NFC in one place and NFKC in all others.
    either we use NFC or we use NFKC, but don't mix these two modes.
2 : One sort function does not use the locale.strcoll
3 : There is a problem with the following statement:
    if letter is not last_letter. "is not" doesn't work correctly.



svn: r12482
2009-04-20 20:44:22 +00:00
Peter Landgren
0cc4adaad6 Fix of issue 2936.
svn: r12478
2009-04-19 07:13:11 +00:00
Doug Blank
ec4905b6ca Removed extra space before family names in table row
svn: r12477
2009-04-18 23:32:09 +00:00
Gerald Britton
a0a0e6f20a Bug 2888: rule.glade: convert from libglade to gtkbuilder
svn: r12476
2009-04-18 18:36:18 +00:00
Peter Landgren
430bf797f7 Fix of issue 2935.
svn: r12473
2009-04-18 05:59:54 +00:00
Gerald Britton
31187ac521 Merge modules: convert from libglade to gtkbuilder
svn: r12472
2009-04-18 03:10:50 +00:00
Peter Landgren
7c264fb689 Fix of issue 2932.
svn: r12471
2009-04-17 19:54:00 +00:00
Gerald Britton
6c4bb3ffd4 Bug 2888: _EditPerson: convert from liglade to gtkbuilder
svn: r12470
2009-04-17 19:12:25 +00:00
Gerald Britton
1441ea8ba9 Bug 2888: _PaperMenu: convert from liglade to gtkbuilder
svn: r12468
2009-04-17 18:34:27 +00:00
Gerald Britton
564090665a Bug 2888: ensure proper "requires" statement in glade files
svn: r12467
2009-04-17 16:39:22 +00:00
Gerald Britton
29d53439e1 Bug 2888: ImportGetcom.glade: downgrade requires to 2.12
svn: r12466
2009-04-17 16:06:31 +00:00
Gerald Britton
7484484990 Bug 2888: book.glade: downgrade requires to 2.12
svn: r12465
2009-04-17 16:05:46 +00:00
Gerald Britton
d03592eebc Bug 2888: GtkPrint: convert from liglade to gtkbuilder
svn: r12464
2009-04-17 16:04:04 +00:00
Gerald Britton
703174b188 Bug 2888: ImportGetcom: convert from liglade to gtkbuilder
svn: r12463
2009-04-17 15:07:29 +00:00
Gerald Britton
5c60081622 ExportFtree: fix typo
svn: r12462
2009-04-17 14:58:25 +00:00
Gerald Britton
e63996d08f ExportFtree: simplify get_name function
svn: r12461
2009-04-17 13:32:41 +00:00
Gerald Britton
b353c7eff5 Bug 2888: set builder glade files to require 2.12
svn: r12458
2009-04-16 20:14:41 +00:00
Gerald Britton
ccf1c27df1 Bug 2888: downgrade builder glade files to require 2.10
svn: r12457
2009-04-16 20:05:46 +00:00
Gerald Britton
29ff457d25 Bug 2888: Export plugins - convert from libglade to gtkbuilder
svn: r12456
2009-04-16 19:29:40 +00:00
Gerald Britton
b0e8509989 Bug 2888: FindDupes.py - convert from libglade to gtkbuilder
svn: r12451
2009-04-15 20:51:10 +00:00
Gerald Britton
82aac3836f plugins/tools: make file path build logic conform to Python standards
svn: r12450
2009-04-15 19:27:17 +00:00
Gerald Britton
1c7daa4ed5 Bug 2888: EventCmp.py - convert from libglade to gtkbuilder
svn: r12449
2009-04-15 19:26:07 +00:00
Gerald Britton
efffaa97e1 Bug 2888: in BookReport and Verify, make toplevel windows visible=false by default
svn: r12448
2009-04-15 15:42:10 +00:00
Gerald Britton
72c92f096c _PluginDialogs.py: convert to use gtkbuilder instead of libglade
svn: r12447
2009-04-13 20:06:19 +00:00
Gerald Britton
b8eda073ab _PluginDialogs.py: convert to use gtkbuilder instead of libglade
svn: r12446
2009-04-13 20:04:30 +00:00
Gerald Britton
fbfa12d2cc BookReport.py: fix bug in file path build routine
svn: r12445
2009-04-13 20:01:29 +00:00
Gerald Britton
8a66aa053a ScratchPad.py: convert to use gtkbuilder instead of libglade
svn: r12444
2009-04-13 19:26:29 +00:00
Gerald Britton
85e9b4dd1b BookReport.py: fix bug in file path build routine
svn: r12443
2009-04-13 19:25:29 +00:00
Gerald Britton
a02dd4e199 BookReport.py: fix bug in file path build routine
svn: r12442
2009-04-13 19:10:06 +00:00
Gerald Britton
bb866f133a BookReport.py: convert to use gtkbuilder instead of libglade
svn: r12441
2009-04-13 18:59:08 +00:00
Gerald Britton
85b5ac2996 FindDupes.py: fix small bug in file path build routine.
svn: r12440
2009-04-13 18:58:26 +00:00
Gerald Britton
47297af2e9 ChangeTypes.py: fix small bug in file path build routine.
svn: r12439
2009-04-13 18:57:43 +00:00
Gerald Britton
a1e9323d3b NotRelated.py: convert to use gtkbuilder instead of libglade
svn: r12438
2009-04-13 18:56:50 +00:00
Gerald Britton
8a16657375 Verify.py: convert from libglade to gtkbuilder - take 2
svn: r12435
2009-04-12 18:29:28 +00:00
Gary Burton
528c2aa2a5 Make clipboard remember its dimensions
svn: r12433
2009-04-12 10:28:37 +00:00
Gerald Britton
22b0e556dd Verify.py: convert from libglade to gtkbuilder
svn: r12431
2009-04-11 21:12:14 +00:00
Gary Burton
e94e59b958 Add fallback dates for birth and death
svn: r12430
2009-04-10 16:20:41 +00:00
Gary Burton
0138d0a982 Show event place on event selector
svn: r12428
2009-04-10 10:47:02 +00:00
Gary Burton
7aa6433a22 Bug #2902: Fix problem with notes in geneweb export
svn: r12427
2009-04-10 10:41:28 +00:00
Brian Matherly
a195d98d5e 0002897: Clipboard's Source Reference popup lingers forever
svn: r12425
2009-04-10 03:01:42 +00:00
Brian Matherly
125266878d FileEntry clean up.
svn: r12423
2009-04-10 02:24:13 +00:00
Gerald Britton
39132b011a RemoveUnused.py: convert to use gtkbuilder instead of libglade
svn: r12422
2009-04-09 19:53:38 +00:00
Gerald Britton
8e08149567 SoundGen.py: convert to use gtkbuilder instead of libglade
svn: r12421
2009-04-09 19:41:06 +00:00
Gerald Britton
6834c7a68d PHPGedView.py: convert to use gtkbuilder instead of libglade
svn: r12420
2009-04-09 19:37:06 +00:00
Gerald Britton
eec911dc0d PatchNames.py: convert to use gtkbuilder instead of libglade
svn: r12419
2009-04-09 19:04:38 +00:00
Gerald Britton
db1884afc9 OwnerEditor.py: convert to use gtkbuilder instead of libglade
svn: r12418
2009-04-09 18:33:49 +00:00
Gerald Britton
ee253d1868 Leak.py: convert to use gtkbuilder instead of libglade
svn: r12417
2009-04-09 15:56:15 +00:00
Gerald Britton
c9145bd522 new glade file for modified Eval.py
svn: r12416
2009-04-09 15:13:34 +00:00
Gerald Britton
8fc41ae8d4 Eval.py: convert to use gtkbuilder instead of libglade
svn: r12415
2009-04-09 15:12:35 +00:00
Gerald Britton
a59d141063 ChangeTypes.py: convert to use gtkbuilder instead of libglade
svn: r12414
2009-04-09 14:55:37 +00:00
Gerald Britton
2d648289fc ChangeNames.py and ExtractCity.py: convert to use gtkbuilder instead of libglade
svn: r12413
2009-04-09 14:28:22 +00:00
Rob G. Healey
1e21b6c20d Continuing to make some color changes.
svn: r12412
2009-04-09 06:33:59 +00:00
Rob G. Healey
2aea2184e7 Cleaned up gramps import section to have smaller memory footprint by specifying exactly what to import instead just everything.
svn: r12411
2009-04-09 04:34:24 +00:00
Gerald Britton
4d49eab84f RelCalc.py - convert to use gtkbuilder instead of libglade
svn: r12410
2009-04-08 20:09:30 +00:00
Gerald Britton
a3f82400ef Check.py - convert to use gtkbuilder instead of libglade
svn: r12409
2009-04-08 19:41:22 +00:00
Rob G. Healey
0b61b4a8a4 Updated menu in BirthdayReport. Changed alphabet navigation in NarrativeWeb. Updated WebCal to use name format option. Fixed a few elements in stylesheet.
svn: r12406
2009-04-06 03:49:47 +00:00
Rob G. Healey
26cb5e59c2 Updated print stylesheet to include alphabet navigation.
svn: r12404
2009-04-03 06:29:37 +00:00
Rob G. Healey
c468933edd Moved footer section in stylesheet to match other stylesheets. Added #alphabet navigation to stylesheet. Changed newpage() to Html.page(), remove indent=True, and added indent=False where needed for indentation styling for human readability in web browsers.
svn: r12403
2009-04-03 00:04:29 +00:00
Gerald Britton
6ab1803266 libhtml.py: Added properties and changed default for indent to False
svn: r12402
2009-04-02 19:53:30 +00:00
Rob G. Healey
ed676f6f58 Changed location of alphabet navigation in SurnameListPage. Fixed and updated some of stylesheet.
svn: r12401
2009-04-01 00:53:12 +00:00
Benny Malengier
8d080adb2f 2880: old api use in import grdb
svn: r12399
2009-03-31 21:21:55 +00:00
Gary Burton
1b2135f49c Bug #2616: Memory leaks
svn: r12397
2009-03-31 20:45:20 +00:00
Benny Malengier
cf35428179 Increase usability editrule by allowing select with mouse and keyboard
svn: r12395
2009-03-30 10:18:42 +00:00
Rob G. Healey
0a1fa5b89d More clean up of code and elements in stylesheets.
svn: r12394
2009-03-29 22:26:36 +00:00
Benny Malengier
82c9108b23 2860: Problem with det_ancestor report in PDF at page breaks - part 1
svn: r12393
2009-03-29 09:07:35 +00:00
Benny Malengier
eb29011083 2770: Error on XML parser with data using '&'.
2678: Error on import of gramps XML with xml codes in the ids


svn: r12390
2009-03-28 13:18:17 +00:00
Rob G. Healey
3fa8f51025 Spotty cleanup of NarrativeWeb. Huge cleanup of WebCal-- saves a lot of space in web page files.
svn: r12389
2009-03-26 11:17:57 +00:00
Benny Malengier
444770b2bd 2396: Reorder families button grabs focus
svn: r12387
2009-03-25 12:01:50 +00:00
Rob G. Healey
aa9e4d01f4 Moved alphabet navigation placement in page. Moved encoding in menu to Advanced tab-- as suggested in emails. Fixed invisible text in table headers.
svn: r12386
2009-03-25 04:57:07 +00:00
Rob G. Healey
4f01d37913 Continuing update and clean up.
svn: r12385
2009-03-25 03:54:47 +00:00
Rob G. Healey
13d2d1c5ea Using newpage() now. Cleanup, and code revisions.
svn: r12384
2009-03-24 14:58:16 +00:00
Rob G. Healey
4f073eb270 Removed obsoleted elements from stylesheets. Updated revision numbering tag.
svn: r12383
2009-03-24 04:12:31 +00:00
Gerald Britton
2f7ae174c0 libhtml.py: change $Id line
svn: r12382
2009-03-23 15:57:59 +00:00
Gerald Britton
dc80f4a6a6 libhtml.py: rename hmtl.py to libhtml.py and move to plugins/lib
svn: r12381
2009-03-23 14:42:37 +00:00
Peter Landgren
8026b9564b Fix of issue 2836.
svn: r12380
2009-03-23 13:52:59 +00:00
Peter Landgren
8dc14d8106 Fix of issue 2851.
svn: r12378
2009-03-22 08:27:19 +00:00
Peter Landgren
5a5c0ef7fe Some changes in tool tip.
svn: r12374
2009-03-21 19:04:39 +00:00
Rob G. Healey
ff9cabf0bb Changed the page head section to use newpage function from html.py
svn: r12371
2009-03-21 16:25:47 +00:00
Peter Landgren
71139e3522 Final fix of issue 2843 for any number of references.
svn: r12370
2009-03-21 08:10:09 +00:00
Rob G. Healey
cab9de8d62 Fixed several typos.
svn: r12368
2009-03-21 07:21:24 +00:00
Rob G. Healey
ec354aecdf A complete re- write using html class. Html constructor created by Gerald Britton. Re- write completed by Rob G. Healey -- with help from Gerald.
svn: r12367
2009-03-20 23:13:06 +00:00
Rob G. Healey
9669015ed3 Continuing fixes of "Visually Impaired" stylesheet.
svn: r12366
2009-03-20 23:08:10 +00:00
Gerald Britton
5a0414db32 html.py: Add newpage() function and docstrings
svn: r12365
2009-03-20 16:22:12 +00:00
Brian Matherly
a39b1ba156 Move src/plugins/docgen/CairoDoc.py to src/plugins/lib/libcairodoc.py.
svn: r12363
2009-03-19 12:08:52 +00:00
Brian Matherly
fec7f5f7c0 0002838: NAVWEB images in predigree chart comming out as thin lines.
svn: r12361
2009-03-19 03:30:43 +00:00
Brian Matherly
84b972cfb5 Remove src/ReportBase/_PrintTools.py. It is not being used.
svn: r12360
2009-03-19 02:32:16 +00:00
Brian Matherly
c56c25b932 Add DocGenPlugin to be used to register all docgen plugins. This replaces the array of variables which was more difficult to read.
svn: r12359
2009-03-19 02:24:29 +00:00
Rob G. Healey
3565ff2089 Clean up old elements in stylesheets. Cleanup work on WebCal as well -- removing old stuff.
svn: r12356
2009-03-17 05:52:43 +00:00
Rob G. Healey
e9fc92408b WebCal was having problems with female marriages even though they were divorced. Web_Visually.css - was having problems with proper highlighting of navigation menus.
svn: r12354
2009-03-16 23:32:47 +00:00
Kees Bakker
6a559a5b2a Oops. Correct change (12344) Partly fixed bug 2788. (Just stylesheet
hrefs.)


svn: r12353
2009-03-16 22:17:42 +00:00
Gerald Britton
7bf8b0056a html.py: Add XML constants; change keyword handling to conform to PEP 8
svn: r12352
2009-03-16 16:17:44 +00:00
Brian Matherly
0214b842cd Remove the "print_label" construct from the reports. The only label is "Open with default viewer". No need to check the mime type or to look for the default application because Gramps uses the host OS to figure it out for the user.
svn: r12351
2009-03-16 04:22:12 +00:00
Peter Landgren
be898d84a9 Fix of issue 2820.
svn: r12348
2009-03-15 19:17:29 +00:00
Rob G. Healey
f699c5cee7 Fixed link statements in write_header(). Changed id="CurrentSection" to "class="currentSection". Patch from Jason Simanek.
svn: r12345
2009-03-14 21:30:04 +00:00
Kees Bakker
e3cc1f6d71 Partly fixed bug 2788. (Just stylesheet hrefs.)
svn: r12344
2009-03-14 15:48:05 +00:00
Peter Landgren
aa25958623 Wrong Help reference for reports.
svn: r12343
2009-03-14 14:40:18 +00:00
Doug Blank
6e84c73757 2823: Text blocks of different size
svn: r12342
2009-03-14 12:23:53 +00:00
Peter Landgren
c333b39b95 Fix of issue 2824.
svn: r12336
2009-03-14 10:54:02 +00:00
Benny Malengier
20c9e73d70 2784: Detailed Ancestral Report – center-person's spouse has no
heading (inconsistent with Detailed Descendant Report) 
2783: Detailed Ancestral Report lists center-person's children 
      twice



svn: r12333
2009-03-14 08:49:14 +00:00
Peter Landgren
55d5595d47 Fix of issue 2815.
svn: r12330
2009-03-13 10:17:19 +00:00
Peter Landgren
b93aac2667 Hopefully fix of issue 2790 for non-Latin-1 letters.
svn: r12327
2009-03-11 19:40:59 +00:00
Doug Blank
59f9aecabb Deep Connections, which will become a tool
svn: r12322
2009-03-11 14:29:17 +00:00
Benny Malengier
897305d854 2781: Turkish dictionnary (Enchant's zemberek_provider) on Note Editor returns an error
svn: r12319
2009-03-11 11:53:52 +00:00
Benny Malengier
2172018305 2795: Regression: cannot create backups from command-line
svn: r12317
2009-03-11 11:51:56 +00:00
Benny Malengier
90657dd664 2522: -o didn't write an output file : replaced by -e
svn: r12313
2009-03-11 11:06:51 +00:00
Peter Landgren
a693b1eeab New format for lat/long with decimal minutes and no seconds due to change in Eniro maps.
svn: r12312
2009-03-11 09:48:41 +00:00
Doug Blank
6ed6d76f76 Newly loaded Gramplets from the Plugins Reload are now available
svn: r12309
2009-03-11 02:24:19 +00:00
Benny Malengier
0cce6364dd feature 2769: add styled notes support to markerreport and
fgroupreport


svn: r12305
2009-03-10 17:01:04 +00:00
Doug Blank
24102deb74 2803: 'Check & Repair Database' failed at stage: 'Checking families for proper date formats'
svn: r12303
2009-03-10 12:56:16 +00:00
Doug Blank
f387ae73ce 2804: Cannot detach two gramplets
svn: r12299
2009-03-10 12:32:06 +00:00
Doug Blank
b1c5eaa9ee 2803: 'Check & Repair Database' failed at stage: 'Checking families for proper date formats'
svn: r12298
2009-03-10 12:25:17 +00:00
Stéphane Charette
a356c27007 merged from gramps31; bug #2789 - wrong relative path for blank.gif
svn: r12291
2009-03-10 05:54:55 +00:00
Doug Blank
e2e6d4972e 2798: Gramplet 'Fan Chart' throws error when right-clicked prior to defining Home Person.
svn: r12289
2009-03-10 00:55:35 +00:00
Doug Blank
baba8c7bd5 2792: Dates in sourcereferences in person_ref_list not upgraded; added repair for dates that were not converted
svn: r12287
2009-03-09 19:52:17 +00:00
Doug Blank
cf03cf4b23 2792: Dates in sourcereferences in person_ref_list not upgraded; this fixes the missing conversion in child-ref-list
svn: r12286
2009-03-09 19:49:51 +00:00
Joan Creus
7ef727eb1f Adding translator hint
svn: r12280
2009-03-09 18:45:30 +00:00
Joan Creus
8d7518c994 Improving help messages
svn: r12277
2009-03-09 18:35:16 +00:00
Joan Creus
7eb2b83812 Fixing typos
svn: r12275
2009-03-09 18:28:34 +00:00
Gerald Britton
58fabc972d Fix expression evaluation order in __add__ method in html.py
svn: r12273
2009-03-09 17:27:06 +00:00
Gerald Britton
e1316aa89c Add code to html.py to auto-close certain tags to meet XHTML standard
svn: r12272
2009-03-09 15:18:51 +00:00
Doug Blank
0e6d1d8496 2792: Dates in sourcereferences in person_ref_list not upgraded; hack to be removed in future
svn: r12271
2009-03-09 14:10:51 +00:00
Gerald Britton
ff4f97e368 fix write method in html.py: pass output method in recusive call
svn: r12269
2009-03-09 13:38:50 +00:00
Doug Blank
eb4d7917a4 2772: Name Display Format – Rev. is not a prefix
svn: r12267
2009-03-09 12:50:25 +00:00
Doug Blank
a858c2a9b0 2792: Dates in sourcereferences in person_ref_list not upgraded
svn: r12265
2009-03-09 11:39:58 +00:00
Doug Blank
0a106b420d New Plugin Manager Gramplet
svn: r12261
2009-03-09 01:44:41 +00:00
Joan Creus
cc04a0bb82 Fixing typos
svn: r12260
2009-03-08 23:02:03 +00:00
Doug Blank
6dbd851150 Added version info
svn: r12256
2009-03-08 20:45:52 +00:00
Doug Blank
b19fca3f8a Gramplets were updating twice on startup
svn: r12255
2009-03-08 20:42:10 +00:00
Doug Blank
6b9d78e48a RSS and Wiki Headline News Reader
svn: r12251
2009-03-08 20:30:51 +00:00
Stéphane Charette
f4b360e733 merged from gramps31; re-apply fix for bug #2121 - graphviz graphs generated off the edge of the page
svn: r12250
2009-03-08 20:21:08 +00:00
Benny Malengier
4c264a4fbb 2781: Turkish dictionnary (Enchant's zemberek_provider) on Note Editor
returns an error


svn: r12247
2009-03-08 09:35:52 +00:00
Rob G. Healey
95a8866ac9 Added proper xml statement to write_header().
svn: r12244
2009-03-08 05:00:25 +00:00
Benny Malengier
c181a09718 2764: use pyenchant for testing installed spell check dictionaries
svn: r12222
2009-03-05 12:10:47 +00:00
Gary Burton
64faf2567e Bug #2768: .rtf report disrespects DDR-FirstEntry style
svn: r12217
2009-03-04 22:41:45 +00:00
Gerald Britton
d5f1247325 Rework html.py to derive from list object
svn: r12213
2009-03-04 21:25:18 +00:00
Gerald Britton
49cb75b370 add new module, html.py, to assist in building web pages
svn: r12209
2009-03-03 17:53:35 +00:00
Jérôme Rapinat
110b017048 reorder entries
svn: r12204
2009-03-02 17:16:07 +00:00
Doug Blank
76223a45f3 2753: Detailed reports did not use probably_alive for child text
svn: r12202
2009-03-02 14:54:19 +00:00
Gary Burton
f6e0a01495 Update copyright message for 2009
svn: r12194
2009-03-01 13:04:11 +00:00
Gary Burton
a5d4c62bfc Remove assert as a means of testing for self.title
svn: r12189
2009-03-01 12:16:57 +00:00
Jérôme Rapinat
f8870a618c add Polish translator
svn: r12187
2009-03-01 11:00:28 +00:00
Jérôme Rapinat
32cf855d95 add some contributors
svn: r12185
2009-03-01 10:57:06 +00:00
Jérôme Rapinat
ec6f34769e add russian translator (October 15, 2008)
svn: r12183
2009-03-01 10:44:23 +00:00
Jérôme Rapinat
f8cf466e45 add some contributors
svn: r12180
2009-03-01 10:36:10 +00:00
Jérôme Rapinat
504e6e578f add some translators
svn: r12179
2009-03-01 10:29:02 +00:00
Rob G. Healey
cdbdc0540f Web_Visually --had a problem with repeating gender symbols. All other had a problem with street address.
svn: r12175
2009-03-01 04:53:31 +00:00
Rob G. Healey
e3c0eecf33 Fixes graphic name error. --Jason M. Simanek
svn: r12173
2009-03-01 03:15:24 +00:00
Rob G. Healey
88d9c63a03 Fixes the Ancestor Tree Unlinked Person's issue. Thanks a million, Jason.
svn: r12171
2009-03-01 03:04:25 +00:00
Doug Blank
56f98471a7 Allow gramplets to be overridden by newer versions
svn: r12169
2009-02-28 22:07:16 +00:00
Gary Burton
251e75f941 Fix for bug 2759: Error on Marker report (notes)
svn: r12168
2009-02-28 21:44:30 +00:00
Rob G. Healey
76f536e571 Fixed error in display_year_navs() which also affects the Visually Impaired stylesheet.
svn: r12159
2009-02-28 11:49:43 +00:00
Benny Malengier
7b809aefda DateParserDisplayTest.py is a debug tool but runs always, only run when debug
svn: r12156
2009-02-28 09:18:53 +00:00
Benny Malengier
e8350eaa88 Data changing GRAMPLETS are not distributed on install, user
must download them


svn: r12155
2009-02-28 09:05:13 +00:00
Rob G. Healey
bc0800c18f Remove debugging information.
svn: r12153
2009-02-28 00:35:30 +00:00
Gary Burton
aea7ed8886 Bug 2616. Fixes for memory leaks in source and place editors
svn: r12152
2009-02-27 21:11:10 +00:00
Benny Malengier
f266c2523c 2745: PlaceView crash on old pygtk
svn: r12148
2009-02-27 17:55:29 +00:00
Jérôme Rapinat
bf8f65728b update slovak relationship calculator (by Lubo Vasko)
svn: r12146
2009-02-27 16:10:32 +00:00
Benny Malengier
7e09767c84 2730: numeric dates on windows not correct
svn: r12143
2009-02-27 07:37:16 +00:00
Gary Burton
912e5556e2 Bug 2616. Fixes for memory leaks in person and family editors
svn: r12141
2009-02-26 21:44:22 +00:00
Rob G. Healey
a238e7448f Fixed some issues with navigation menu. More refactoring in WebCal. Alphabetized the Makefile.
svn: r12139
2009-02-26 19:16:02 +00:00
Jérôme Rapinat
86ed7e29c2 #2751: Finnish translation
svn: r12137
2009-02-26 11:06:50 +00:00
Jérôme Rapinat
3035fcd610 2748: Some URLs still point user to wiki manual version 3.0
svn: r12134
2009-02-26 10:11:55 +00:00
Jérôme Rapinat
cc27f9d9e8 2748: Some URLs still point user to wiki manual version 3.0
svn: r12133
2009-02-26 10:08:38 +00:00
Jérôme Rapinat
279882c853 2748: Some URLs still point user to wiki manual version 3.0
svn: r12132
2009-02-26 10:02:00 +00:00
Jérôme Rapinat
3034833958 2748: Some URLs still point user to wiki manual version 3.0
svn: r12131
2009-02-26 09:57:08 +00:00
Rob G. Healey
1deff88623 Brought changes made to Finland holidays over from gramps31 branch to trunk.
svn: r12128
2009-02-26 09:33:47 +00:00
Jérôme Rapinat
160b4e3c6f #2746: Translation problem in calendar names (by Janne Kovesjärvi)
svn: r12126
2009-02-26 09:13:50 +00:00
Rob G. Healey
d7b2bee77c Fixed a:hover element for Gallery Navigation.
svn: r12125
2009-02-26 09:10:11 +00:00
Rob G. Healey
8c3bfdc44f More refactoring ... Help from Gerald Britton.
svn: r12123
2009-02-26 08:25:45 +00:00
Gary Burton
2334b8058d Bug 2616. Fixes for memory leaks in event editor
svn: r12116
2009-02-25 18:18:19 +00:00
Rob G. Healey
99376d8691 Removed ExportSql.py from Makefile.am.
svn: r12115
2009-02-25 03:33:17 +00:00
Rob G. Healey
f84804150f Added more files that Brian had previously listed.
svn: r12109
2009-02-24 08:42:25 +00:00
Rob G. Healey
4238efda32 Added and deleted files that were verified by Brian. Remove sort siblings as it was broken. Will spend time on it in the next few days.
svn: r12107
2009-02-24 08:02:13 +00:00
Brian Matherly
bff93f186a 0002655: Directories and files with accents characters cause failures in Windows.
svn: r12106
2009-02-24 04:41:23 +00:00
Rob G. Healey
bc081c401c More refactoring work on both of these web reports. Fixed and changed get_marital_status to get_marriage_event() as that is what it does anyway. Changes are being given and helped by Gerald Britton.
svn: r12103
2009-02-24 02:52:06 +00:00
Doug Blank
b8080c5fc6 Bugs 2742, 2743: Detaching a minimized gramplet doesn't run update; Changing columns in gramplet view expands minimized gramplets
svn: r12101
2009-02-23 23:49:09 +00:00
Gerald Britton
2671a8cd50 Replace "== None" and "!= None" with "is None" and "is not None", respectively
svn: r12098
2009-02-23 19:11:46 +00:00
Jérôme Rapinat
36fcdac888 mistake on names and descriptions (after date)
svn: r12095
2009-02-23 18:21:56 +00:00
Stéphane Charette
5a1541ac35 merge fix for bug #2737 from 310 to trunk
svn: r12090
2009-02-23 04:23:41 +00:00
Stéphane Charette
89b37429bc merge fix for bug #2736 from 310 to trunk
svn: r12089
2009-02-23 02:14:24 +00:00
Gary Burton
da5dbcb1f4 Revert revision 10874 as it causes bug #2720
svn: r12082
2009-02-22 20:53:37 +00:00
Stéphane Charette
dfb71b6cd2 fix bug #2709, merged from gramps31 (thanks Jérôme for the patch)
svn: r12080
2009-02-22 20:24:08 +00:00
Stéphane Charette
049ea61b10 merge of typo fixes from 3.1 branch
svn: r12072
2009-02-22 11:07:51 +00:00
Stéphane Charette
6ae7c3efc7 bug #2692, css problem with image borders, merged from 3.1
svn: r12068
2009-02-22 04:21:24 +00:00
Rob G. Healey
95ea123e01 Add sort siblings to NarrativeWeb, and did some refactoring to WebCal with help from Gerald.
svn: r12066
2009-02-22 00:14:08 +00:00
Gary Burton
df3e8413d1 Fix memory leak in DbManager
svn: r12063
2009-02-21 21:04:09 +00:00
Peter Landgren
8a5ac4f03c Removed code, that was committed by mistake.
svn: r12062
2009-02-21 07:18:53 +00:00
Serge Noiraud
76dcb789a3 GeoView : too many simplification after pylint : missing argument error.
svn: r12059
2009-02-20 21:57:33 +00:00
Benny Malengier
52b0b13507 Make Leak into a treeview, double click to have referrers, right click
to obtain referents of selected line


svn: r12057
2009-02-20 18:28:34 +00:00
Benny Malengier
8541c74f4b Make size eventref editor independant of language noplace text is in
svn: r12056
2009-02-20 13:31:47 +00:00
Rob G. Healey
1f36ff6a13 More code cleanup in get_day_list() with help from Kees Bakker.
svn: r12052
2009-02-20 02:22:33 +00:00
Serge Noiraud
bc4ba94a94 GeoView : forgot to make a string translatable in the html page.
svn: r12050
2009-02-19 21:11:08 +00:00
Kees Bakker
fca33aeb49 Removed trailing emacs local variables (just setting utf8).
Removed Byte Order Mark for utf-8 which was redundant anyway.
        * src/plugins/rel/rel_pl.py
        * src/plugins/rel/rel_it.py
        * src/plugins/rel/rel_hu.py


svn: r12044
2009-02-19 19:45:08 +00:00
Rob G. Healey
e67b9d93ad Removed backslash character in middle of translation string as per Benny.
svn: r12043
2009-02-19 19:20:32 +00:00
Rob G. Healey
0e26998664 Fixed USA holidays problem. There was no holidays being listed.
svn: r12040
2009-02-19 17:43:53 +00:00
Kees Bakker
83e0d61ca4 Solved bug #2722 as suggested by Stephen George. Names of weekdays were not correct (off by two days).
Only systems that do not have a proper locale.nl_langinfo were (Windows) affected by this bug.
	* src/GrampsLocale/_GrampsLocale.py


svn: r12036
2009-02-19 14:14:49 +00:00
Jérôme Rapinat
e85dfa54cc update some tips
svn: r12035
2009-02-19 13:07:27 +00:00
Jérôme Rapinat
36c282780b #2726 #2641 To improve informations on dialog
svn: r12033
2009-02-19 12:55:06 +00:00
Jérôme Rapinat
066583afdb remove deprecated script
svn: r12031
2009-02-19 10:36:04 +00:00
Gary Burton
221b8dbfba Display markup correctly for fields that may contain it
svn: r12028
2009-02-18 18:53:20 +00:00
Benny Malengier
dcd4115466 2725: End Of Line Report not flowing over page boundaries
svn: r12025
2009-02-17 21:19:44 +00:00
Brian Matherly
a1c6710094 Remove the Command Line Reference plugin. It is no longer supported.
svn: r12021
2009-02-17 05:03:23 +00:00
Serge Noiraud
fbbbf4d51f GeoView : remove the address bar.
svn: r12015
2009-02-16 18:42:38 +00:00
Doug Blank
3a2da55b29 Bug 2707: reverting linkbox change from r10763
svn: r12011
2009-02-16 13:38:07 +00:00
Peter Landgren
b9154c85ee Forgot to update with eniroswedenmap. It's OK in POTFILES.in
svn: r12006
2009-02-16 10:50:30 +00:00
Rob G. Healey
7c52933d59 Fixed _has_webpage_extension() with help and gentle nudging from Kees Bakker.
svn: r12004
2009-02-16 08:53:24 +00:00
Rob G. Healey
c56f46b493 Added revision numbering symbol to all of plugins directory if it was missing in the file.
svn: r12002
2009-02-16 06:56:49 +00:00
Luigi Toscano
ce8b02c9f6 Better localization support for decimal separator.
svn: r11999
2009-02-15 21:50:27 +00:00
Jérôme Rapinat
82787f0413 2702: Date Conversions to and from French Republican was broken
svn: r11995
2009-02-15 15:10:15 +00:00
Gary Burton
764028f803 Fix for bug #2703: Custom Marker text appears in Relationship Type field.
svn: r11994
2009-02-15 14:56:13 +00:00
Kees Bakker
af4094bb5e CSS is case sensitive, I think
* src/plugins/webreport/WebCal.py


svn: r11992
2009-02-15 13:47:19 +00:00
Kees Bakker
2bbf40e609 Improve the code in display_month_navs a little further.
Added the home link in the year pages.
        * src/plugins/webreport/WebCal.py


svn: r11991
2009-02-15 13:10:56 +00:00
Benny Malengier
b3404586db 0002680: Crash when loading mapservice with syntax error
svn: r11989
2009-02-14 22:20:53 +00:00
Benny Malengier
bf305d9251 2665: PDF: Paginate error in descendant chart (graphical) on person without descendants
svn: r11986
2009-02-14 13:45:44 +00:00
Benny Malengier
917658df34 bug fix 2714: long note in indiv complete report means infinite loop in cairo
The fix consists in allowing cells to be split, so by extension also 
 rows now split automatically in CairoDoc


svn: r11984
2009-02-14 13:12:59 +00:00
Rob G. Healey
7b85d8e4af Added date validation to these three reports in collect_data().
svn: r11983
2009-02-14 00:57:34 +00:00
Jérôme Rapinat
4f3c754392 2704: Translation problem word Title - use TransUtils
svn: r11982
2009-02-13 17:56:33 +00:00
Jérôme Rapinat
2d84cf5d7d #2700 #2490 do not translate argument on custom_filter.xml
svn: r11980
2009-02-13 15:13:53 +00:00
Benny Malengier
16257bd0f1 Bug Fix on _all_places iterator method in libmapservice
svn: r11979
2009-02-13 09:08:27 +00:00
Kees Bakker
e04fe91f53 A few more entries in the list of possible month spellings
svn: r11977
2009-02-12 20:49:59 +00:00
Rob G. Healey
5cc9c483ee fixed #2682 in NarrativeWeb.py, and fixed highlighting of currentsection in display_month_navs().
svn: r11976
2009-02-12 20:06:32 +00:00
Jérôme Rapinat
91b2861fc9 #2700 #2490 do not translate argument on custom_filter.xml
svn: r11975
2009-02-12 18:40:00 +00:00