Commit Graph

6162 Commits

Author SHA1 Message Date
Brian Matherly
5c66ff1816 0002275: A person being his own ancestor causes EOL report to crash.
svn: r10904
2008-07-22 04:39:18 +00:00
Brian Matherly
428919875c 0002286: Unselecting "use complete sentences" has no effect for the burial information in the Detailed Ancestor and Descendant reports. (contribution from James Friedmann <jfriedmannj@gmail.com>)
svn: r10902
2008-07-22 03:05:44 +00:00
Brian Matherly
c212664457 0002246: Files with non-ascii characters can not be opened from the Media View
svn: r10900
2008-07-22 02:24:45 +00:00
Gary Burton
365f78ac5f Implement filter by street in place filters
svn: r10898
2008-07-21 20:39:19 +00:00
Gary Burton
36e115d473 Allow multiple deletes from event view
svn: r10897
2008-07-21 20:04:59 +00:00
Gary Burton
8eec2297bb Remove debugging code
svn: r10896
2008-07-21 18:35:37 +00:00
Brian Matherly
4067aaed0f 0002279: report-options.xml cannot manage option value with double quotes.
svn: r10895
2008-07-21 04:46:58 +00:00
Brian Matherly
5998aabee2 0002254: Family Tree Window is always the most top window
svn: r10893
2008-07-21 04:25:10 +00:00
Brian Matherly
8fb9097815 0002271: Exception when creating HTML report (place_name must be unicode)
svn: r10891
2008-07-21 03:17:53 +00:00
Brian Matherly
2f04e98374 0002281: Like label on gramps.glade file, to use Zip/Postal code on plugins labels (contribution from Jérôme Rapinat <romjerome@yahoo.fr>).
svn: r10889
2008-07-21 02:53:09 +00:00
Brian Matherly
0b2bc9d647 0002288: Missing dot/space after spouse's name on DetAncestral report
svn: r10887
2008-07-21 02:20:12 +00:00
Brian Matherly
ca62125e5b Fix docstrings related to the proxy databases so that they are correct.
svn: r10885
2008-07-20 22:15:15 +00:00
Gary Burton
97170b5251 Make exclusion of unlinked records optional
svn: r10883
2008-07-20 18:33:04 +00:00
Gary Burton
96c1d044f3 Performance speed up
svn: r10882
2008-07-20 18:30:23 +00:00
Gerald Britton
777928e9a7 Revert 10874 changes to _Options.py and BookReport.py
svn: r10879
2008-07-18 16:10:27 +00:00
Gerald Britton
6b2b52552d Revert 10874 changes to _FilterParser.py
svn: r10878
2008-07-18 14:06:42 +00:00
Gerald Britton
437bde6e5c Revert 10874 changes to base.py and _FilterParser.py
svn: r10877
2008-07-18 13:15:15 +00:00
Kees Bakker
0cabb9161c Addition of two (arrow) GIFs.
Updated stylesheets by Rob Healey.
	* src/images/arrow{102,231}.gif
	* src/data/Web_Print-Default.css
	* src/data/Web_Evergreen.css


svn: r10876
2008-07-18 07:10:15 +00:00
Gerald Britton
49316e07e8 Revert 10874 changes to dbdir.py and _GrampsBSDDB.py
svn: r10875
2008-07-17 21:03:26 +00:00
Gerald Britton
882199f1c2 Replace dict.has_key(x) with x in dict for performance gain
svn: r10874
2008-07-17 18:10:32 +00:00
Kees Bakker
a6a264d1ce A bunch of miscelaneous corrections.
- variable names
- added several notes about things todo
- replaced store_file() with copy_file() from NarrativeWeb
- and more
	* src/plugins/WebCal.py


svn: r10873
2008-07-17 14:48:54 +00:00
Kees Bakker
6d67535bf9 Major change from Rob Healey and Jason Simanek.
* src/plugins/WebCal.py


svn: r10872
2008-07-17 13:05:15 +00:00
Kees Bakker
7c11d6bf70 Translation issues found by Peter Landgren.
* src/plugins/NarrativeWeb.py


svn: r10871
2008-07-17 12:10:17 +00:00
Kees Bakker
63a936c593 Several fixes. "styles" directory was not present before copying
files into. Correction of filename in copyright part. Eliminate
store_file and replaced by copy_file (takes care of directory creation
and error message.)
	* src/plugins/NarrativeWeb.py


svn: r10870
2008-07-17 11:54:33 +00:00
Kees Bakker
445da31691 Update from Rob Healey and Jason Simanek: new stylesheets and
some (small?) changes in the generated HTML.
(( Not fully tested, please give it a try ))
	* src/plugins/NarrativeWeb.py


svn: r10869
2008-07-16 07:59:29 +00:00
Kees Bakker
40f8d655f5 Adding new javascript files to be used by NarrativeWeb and WebCal
* src/data/Web_styleswitcher*.js
	* src/data/Makefile.am


svn: r10867
2008-07-16 07:32:46 +00:00
Kees Bakker
ddac2e073d Adding new CSS files for the upcoming NarrativeWeb and WebCal update.
svn: r10865
2008-07-16 07:07:21 +00:00
Kees Bakker
de7fd94504 (Changes by Rob Healey)
Rename display_header, display_footer to write_header, write_footer.
A couple format changes in the HTML output.
	* src/plugins/NarrativeWeb.py


svn: r10863
2008-07-15 13:37:17 +00:00
Peter Landgren
7b9a2713ba Fix of issue 2253 in trunk
svn: r10861
2008-07-14 18:56:39 +00:00
Gerald Britton
709c58b4eb Replace __call__ in dir(*) with callable(*) for performance gain
svn: r10856
2008-07-14 15:47:15 +00:00
Benny Malengier
dda6988dfc ticket 2244 Date parser for Norwegian locale, allow 'b' for month
svn: r10854
2008-07-14 12:14:43 +00:00
Gary Burton
6e0995d409 Fix rename button. Broken in an earlier revision
svn: r10851
2008-07-09 21:08:36 +00:00
Gerald Britton
9d0a699e4f Replace map with list comprehension
svn: r10850
2008-07-09 20:34:17 +00:00
Gerald Britton
02484820e2 Replace map with list comprehensions
svn: r10848
2008-07-09 14:39:10 +00:00
Gerald Britton
4afaea5c72 Replace filter with any for performace gain
svn: r10847
2008-07-07 19:50:35 +00:00
Gary Burton
3cc07e26dd Apply referenced proxy to remove unused objects when a filter or one of the other proxies is applied.
svn: r10846
2008-07-07 19:32:18 +00:00
Gary Burton
b2f0e1e537 New database proxy which passes through objects which are referenced by at least one another object.
svn: r10845
2008-07-07 19:25:18 +00:00
Stéphane Charette
2824964116 report #2270 - NarrativeWeb skips over step-siblings
svn: r10844
2008-07-06 08:40:47 +00:00
Gerald Britton
6037e9fdd4 Replace lambdas with list comprehensions
svn: r10843
2008-07-04 17:27:51 +00:00
Kees Bakker
e749210de2 Use list comprehension instead of filter(lambda as suggested by Gerald.
* src/plugins/ImportProGen.py


svn: r10841
2008-07-03 21:05:06 +00:00
Kees Bakker
eff4c42626 Fix for bug 2232. Thank you, sanjuro, for the patch.
* src/plugins/NarrativeWeb.py


svn: r10840
2008-07-03 19:46:50 +00:00
Kees Bakker
b2625ec23f Fix for bug 1969. There were two places where a .html extension was
missing. I'll have to check if bugs 2230 and 2232 are solved as well.
        * src/plugins/NarrativeWeb.py


svn: r10839
2008-07-03 19:10:05 +00:00
Gerald Britton
2e4d57ea28 Fix isinstance error and replace lambdas with list comprehensions
svn: r10838
2008-07-03 18:30:00 +00:00
Gerald Britton
6926f71869 Simplify coordinate checking
svn: r10837
2008-07-03 18:28:44 +00:00
Kees Bakker
e4f568cd01 NavWebReport.copy_file correction variable name.
DownloadPage.__init__ correction of parameter for display_header (found by Jason).
	* src/plugins/NarrativeWeb.py


svn: r10835
2008-07-01 08:34:08 +00:00
Gary Burton
445c32f425 Add support for filtering on event and media attributes
svn: r10834
2008-06-28 22:53:36 +00:00
Gary Burton
c82c8d58dc Editing rules crashes because value and string attrbutes are now protected on GrampsType so get via a different method
svn: r10833
2008-06-28 22:02:05 +00:00
Gary Burton
656b4da5ab Make sure Gedcom ADDR token if location is populated. Bug #2216
svn: r10832
2008-06-28 11:50:41 +00:00
Gary Burton
31ab1294c4 Apply scrollbars to tabs on main Gramps window when there is not enough room on screen to display all the tabs. Useful for small screen devices like Asus eee PC
svn: r10830
2008-06-24 20:27:01 +00:00
Stéphane Charette
90df86f127 fix for bug #0002240; Events show up as blank lines when removing unused objects; merged from gramps30
svn: r10829
2008-06-24 17:51:55 +00:00
Gary Burton
e1d0e29eac Allow Gramps to work full screen. Useful for small screen devices like Asus eee PC
svn: r10826
2008-06-22 14:34:18 +00:00
Stéphane Charette
ae2a2917c4 bug report #2234; notes should be separated from the previous text to which they apply; merged from gramps30
svn: r10824
2008-06-21 08:42:31 +00:00
Gerald Britton
fb5b8250c4 Fix typo in NarrativeWeb.py: Bug 002231
svn: r10820
2008-06-19 14:41:04 +00:00
Gerald Britton
5d8934efa2 Fix 0002184: BUG: IndexError: tuple index out of range
svn: r10819
2008-06-18 13:17:36 +00:00
Stéphane Charette
e45bec4eb7 bug report #2229: parental relationship redundantly says 'Birth'; merged from gramps30
svn: r10818
2008-06-18 05:06:25 +00:00
Gerald Britton
4e73de8987 add instance attribute ref to __slots__ in eventref -- bug 2210
svn: r10816
2008-06-17 15:03:12 +00:00
Gerald Britton
5e6e48cdb1 Fix typepo in eventref from commit 10814 -- bug 2210
svn: r10815
2008-06-17 14:46:06 +00:00
Gerald Britton
63f6b44481 Fix pickle.dumps problem in grampstype and eventref -- bug 2210
svn: r10814
2008-06-17 14:40:44 +00:00
Peter Landgren
de6b1f80c2 Fix of issue #2226.
svn: r10813
2008-06-17 14:02:08 +00:00
Gerald Britton
4982292774 Code optimizations wrt handling of None - bug 2212
svn: r10811
2008-06-16 15:01:46 +00:00
Zsolt Foldvari
47095b4e98 Change private method name to reflect the type of emitting object.
svn: r10810
2008-06-16 12:05:01 +00:00
Gary Burton
18d51e6877 Ancestry.com have fixed their GEDCOM export. Remove workaround in GEDCOM import. bug #2141
svn: r10807
2008-06-14 11:19:21 +00:00
Benny Malengier
fd52369177 issue 2130, remove tabs
svn: r10804
2008-06-13 12:12:15 +00:00
Stéphane Charette
3489425810 fixed 2 errors in authors.xml: dup line and utf-8 accent problem
svn: r10803
2008-06-13 03:49:11 +00:00
Peter Landgren
8d33306a2e Fixed type in line 2087. too many (.
svn: r10799
2008-06-10 09:48:33 +00:00
Stéphane Charette
da98881140 bug report 2214: fix for "Graphviz reports cause GRAMPS to hang for long periods of time"
svn: r10797
2008-06-09 08:49:32 +00:00
Zsolt Foldvari
4c1569d30f Remove 'test' action from UI XML.
svn: r10793
2008-06-07 21:00:02 +00:00
Brian Matherly
8c16d3b754 0002194: redundant links in Hourglass graph
svn: r10790
2008-06-06 00:40:53 +00:00
Brian Matherly
0b70388483 0002204: Narrative Web report "restrict living" is different than Gramps 2.x
svn: r10786
2008-06-05 03:45:14 +00:00
Zsolt Foldvari
367e3b73a7 Update according to changes in r10763.
svn: r10783
2008-06-02 20:49:34 +00:00
Brian Matherly
3a98ddd4fd 0002122: Detailed Ancestor Report reports people as buried who have no birth events (contributed by Gerald Britton <gerald.britton@gmail.com>)
svn: r10781
2008-06-02 00:59:14 +00:00
Brian Matherly
ff0c75a7fb 0002165: Detailed Ancestor report fails to run:UnboundLocalError?
svn: r10780
2008-06-01 21:23:50 +00:00
Brian Matherly
f0101e788a Check if RCS is installed (this is an improvement on r10776)
svn: r10778
2008-06-01 20:57:11 +00:00
Brian Matherly
4e8ef1cb31 0002119: Archiving via RCS does not work in Windows
svn: r10776
2008-06-01 20:37:56 +00:00
Brian Matherly
90c1efc5d2 Add Mirko Leonhäuser as a contributor.
svn: r10774
2008-06-01 16:35:04 +00:00
Stéphane Charette
29c4a2653e #2180: allow user to enable/disable rounded corners
svn: r10773
2008-05-31 08:56:43 +00:00
Stéphane Charette
68243e76b5 #2180: allow user to enable/disable rounded corners; merge from gramps30
svn: r10772
2008-05-31 08:42:38 +00:00
Stéphane Charette
e57e3fa7c7 bug report #2162: handle surnames that have spaces within them; merged from gramps30
svn: r10770
2008-05-31 07:16:13 +00:00
Kees Bakker
b57eafff1a Correct typo __draw_doc_list =>__drawdoc_list.
* src/ReportBase/_DrawFormatComboBox.py


svn: r10768
2008-05-29 20:36:45 +00:00
Kees Bakker
a792472852 Do not set patronimic, just give a warning. (Not sure how it is used by
Pro-Gen.)
Accept other input filenames (.PER, .REL or .MEM) as well.
        * src/plugins/ImportProGen.py


svn: r10767
2008-05-29 18:55:13 +00:00
Brian Matherly
d1b284c50d 0002113: Date parser rejects dates where a period (.) follows the month name (contribution from Gerald Britton <gerald.britton@gmail.com>)
svn: r10766
2008-05-28 04:36:10 +00:00
Zsolt Foldvari
12369d04a8 Few changes in the 'widgets' package.
* introducing __all__ in modules, so __init__ imports only public objects;
  * MultiTypeComboEntry renamed to ValidatedComboEntry and different data
    type support implemented;
  * ShortlistComboEntry introduced;
  * ValueAction and ValueToolItem introduced;
  * ComboToolAction and ComboToolItem are removed, ValueAction and
    ToolComboEntry are implemented instead;


svn: r10763
2008-05-27 19:53:25 +00:00
Zsolt Foldvari
998908175f Issue #0002175: Change type() expressions to isinstance() expressions.
Patch from Gerald Britton <gerald.britton@gmail.com>


svn: r10762
2008-05-25 19:55:47 +00:00
Zsolt Foldvari
62b6250d2f Typo. Fix #0002174.
svn: r10760
2008-05-25 13:20:38 +00:00
Stéphane Charette
198d57738a bug reports #2180 and #2181; fix for rounded corners and graph colours (more work remains for hourglass and relationship graph)
svn: r10759
2008-05-24 11:04:00 +00:00
Stéphane Charette
0774bf2a8e bug reports #2176, #2177, #2178; various Graphviz issues, merged up from gramps30
svn: r10758
2008-05-24 08:59:32 +00:00
Zsolt Foldvari
04a7358fb8 Add missing gettext import. Pylint fixes.
svn: r10756
2008-05-22 19:06:49 +00:00
Zsolt Foldvari
b58bc881d7 #0002160: add missing import statement.
svn: r10755
2008-05-22 18:57:09 +00:00
Kees Bakker
fbdd98920c Oops. Missing db in display_event_row
* src/plugins/NarrativeWeb.py


svn: r10747
2008-05-20 19:45:29 +00:00
Kees Bakker
c81cfef16f Converted event display to use a table with columns. The original
function (format_event) is still used for family events, but that should
be converted too.
        * src/plugins/NarrativeWeb.py


svn: r10746
2008-05-20 19:24:03 +00:00
Brian Matherly
92d5ba8dfd Remove the "tables" parameter for text and book document generators. All generators support tables, and if one didn't, it doesn't look like the code would work.
svn: r10745
2008-05-20 03:19:58 +00:00
Brian Matherly
1d306345bd Remove unused import Plugins.
svn: r10744
2008-05-20 02:53:17 +00:00
Brian Matherly
007ba8dd49 Rename "_Plugins.py" to a more appropriate name: "_PluginDialogs.py". Same goes for the classes in the file.
svn: r10742
2008-05-19 04:14:11 +00:00
Brian Matherly
3afbd461c0 Put all the plugin management and registration stuff into a class. This new class is named PluginManager. It is a Singleton so that everyone gets access to the same plugin information.
svn: r10741
2008-05-18 19:24:28 +00:00
Zsolt Foldvari
f0b1808c71 Classmethod definition using the decorator syntax.
svn: r10740
2008-05-18 17:57:02 +00:00
Stéphane Charette
5d9aa4a3d7 put accent in my name
svn: r10732
2008-05-17 07:14:44 +00:00
Zsolt Foldvari
373fb6c82f Using recommended absolut import for modules in the same package instead.
svn: r10722
2008-05-15 10:58:18 +00:00
Zsolt Foldvari
66fcb45429 The active text of the widget was not set when new item was selected from
the combo box.


svn: r10721
2008-05-15 10:54:47 +00:00
Zsolt Foldvari
364b17edde Fix logger name.
svn: r10719
2008-05-14 13:12:12 +00:00
Zsolt Foldvari
1019bfa2df Import directly from other modules in the same package. Documentation.
svn: r10718
2008-05-14 12:59:55 +00:00
Zsolt Foldvari
c67fec4d9e Fix 'make install' and 'make gramps.pot' problems arising from the recent
reorganisation of GrampsWidgets.py to the widgets package.


svn: r10717
2008-05-14 12:24:35 +00:00
Zsolt Foldvari
3aa6246dfb Several small functionality fixes. Documentation.
svn: r10716
2008-05-14 11:48:37 +00:00
Erik De Richter
74de15e70f changed name
svn: r10715
2008-05-14 06:08:29 +00:00
Peter Landgren
eb15b26284 Fix of bugs 2121 and 2134
svn: r10713
2008-05-13 08:39:27 +00:00
Zsolt Foldvari
30ab5de58d Remove "The Gramps Developers" as copyright holder.
svn: r10711
2008-05-12 12:03:18 +00:00
Zsolt Foldvari
0e3013982e Move src/objectentries.py to src/Editors/ObjectEntries.py.
svn: r10710
2008-05-12 10:43:43 +00:00
Zsolt Foldvari
86e5b28c8c Fix missing gettext import.
svn: r10707
2008-05-11 20:09:46 +00:00
Eero Tamminen
18fb84db7f Types used for the parent relation by the display_ind_parents()
method and the display_parent() method called by that did not match.
Fixed the bug so that the code for showing the relation only if it's
a non-birth one works.  This bug was inherited from Gramps 2.2.x.


svn: r10706
2008-05-11 19:25:39 +00:00
Eero Tamminen
16e6246463 - remove extra/wrong '(' from translatable event date/place string
- it's not enough to have line breaks between notes, the notes
  themselves need to be separated from previous content too.
  I used page break for that too


svn: r10705
2008-05-11 19:19:38 +00:00
Eero Tamminen
9b2bfdf13e Added my copyrights to files into which I had contributed
major amounts of code during 2004-2006 (Alex helped,
but didn't directly contribute to StatisticsChart).
He did maintainance on the Graphiviz plugin too though.


svn: r10704
2008-05-11 19:07:30 +00:00
Zsolt Foldvari
c6203b282b Reorganize custom widgets into a new 'widgets' package.
4. Blow up 'grampswidgets' module into several smaller modules.
Also move 'objectentry' module out from 'widgets' to src/, otherwise there
would be circular dependency between the 'Editors' and 'widgets' packages.


svn: r10703
2008-05-11 16:22:14 +00:00
Stéphane Charette
75a04613be revert my previous incorrect fix for svn #2121
svn: r10701
2008-05-11 05:36:34 +00:00
Brian Matherly
c58a40164d 0002143: The dpi value is not set to 72 for ps/pdf formats for the FIRST report.
svn: r10700
2008-05-11 05:05:11 +00:00
Zsolt Foldvari
0326a2d9ca Fix logger name.
svn: r10699
2008-05-09 13:18:10 +00:00
Zsolt Foldvari
b8d75d85e1 Move the combo box toolbar widgets out from StyledTextEditor using new design.
svn: r10698
2008-05-09 12:50:04 +00:00
Zsolt Foldvari
55bc655c30 Reorganize custom widgets into a new 'widgets' package.
2. Update Makefiles


svn: r10695
2008-05-08 19:49:50 +00:00
Zsolt Foldvari
05b39c5c15 Reorganize custom widgets into a new 'widgets' package.
1. moving existing widget modules under src/widgets/


svn: r10694
2008-05-08 19:40:56 +00:00
Brian Matherly
9fb61bec46 0002142: Patch to const.py.in to enable py2exe
svn: r10693
2008-05-08 12:08:19 +00:00
Kees Bakker
cad6ff69a6 Add code to import the rest of the input data. Still having problem
with adding attributes for Birth events and such.
	* src/plugins/ImportProGen.py


svn: r10691
2008-05-08 11:51:27 +00:00
Zsolt Foldvari
b4db8305ce Avoid including the same person more than once in case (s)he has several svn usernames.
svn: r10688
2008-05-07 09:48:22 +00:00
Zsolt Foldvari
88af8f6f9f authors.xml file is moved under src/data/.
svn: r10686
2008-05-07 08:51:57 +00:00
Peter Landgren
df5c670391 Fix of bug #2140, filled hexagon in stead of outline
svn: r10685
2008-05-06 14:48:23 +00:00
Stéphane Charette
1c2981e203 bug report #2131, display latitude before longitude
svn: r10681
2008-05-06 06:51:22 +00:00
Stéphane Charette
679f0c68ad bug report #2121, GraphViz problems when the page=... option is specified with the new versions of GraphViz
svn: r10678
2008-05-06 05:37:00 +00:00
Brian Matherly
8be1ef0de2 Update the copyright line in the about box.
svn: r10676
2008-05-06 03:55:02 +00:00
Benny Malengier
39284ff1c5 localization of relationships in German, issue 2130, contributed by
Stefan Siegel <gpl@sdas.de>


svn: r10668
2008-05-05 07:42:15 +00:00
Stéphane Charette
a9bc9784d8 change warning message to be generic 3.x-trunk version, and not 3.0.0-beta
svn: r10663
2008-05-05 04:52:51 +00:00
Espen Berg
450ff36dfc Norwegian datehandler updated
svn: r10661
2008-05-04 07:55:01 +00:00
Stéphane Charette
b7aac9c7f0 better handling of end-of-line for text notes; use [br] like we do in 2.2.x instead of [p]
svn: r10659
2008-05-04 07:05:42 +00:00
Zsolt Foldvari
86a4566abf Avoid accessing private class variable in StyledTextTagType.
svn: r10655
2008-05-02 10:14:39 +00:00
Brian Matherly
5181e073e9 Add StyleOption class for reports and use it in WebCal.
svn: r10651
2008-04-29 04:47:50 +00:00
Kees Bakker
39c8d63029 More work done, still plenty to do.
src/plugins/ImportProGen.py


svn: r10650
2008-04-28 20:27:37 +00:00
Brian Matherly
283471be93 Refactor FamilyLines: stop using "options.handler", many many pylint updates.
svn: r10649
2008-04-28 03:59:55 +00:00
Doug Blank
c0a6b63cca 0002120: Can't go into Preferenses
svn: r10648
2008-04-27 22:12:31 +00:00
Kees Bakker
480a29867e More work to import and create families not in the REL database of
Pro-Gen.
        * src/plugins/ImportProGen.py


svn: r10646
2008-04-27 15:31:20 +00:00
Doug Blank
c1ce688e9c 0002118: No URLs in pdf/dot version of the relationship graph report, revised
svn: r10644
2008-04-27 12:07:47 +00:00
Doug Blank
369f009af6 0002118: No URLs in pdf/dot version of the relationship graph report
svn: r10643
2008-04-27 02:03:25 +00:00
Gary Burton
c202359be8 Rename scratchpad to clipboard in Window menu - bug #2117
svn: r10642
2008-04-26 20:43:26 +00:00
Doug Blank
26779bd6ac Removed some try/excepts (they're expensive and can make debugging hard) and fix for bug 0002114
svn: r10640
2008-04-26 20:33:25 +00:00
Kees Bakker
09246035b3 Start of a new (unsupported) plugin to import from Pro-Gen.
* src/plugins/ImportProGen.py


svn: r10639
2008-04-25 14:37:20 +00:00
Brian Matherly
141c38cde3 General cleanup in the plugin manager.
svn: r10638
2008-04-25 01:03:08 +00:00
Doug Blank
405198db3b 0002106: Date pasting with leading spaces
svn: r10636
2008-04-24 01:06:33 +00:00
Gary Burton
e580d5b855 Allow Gedcom lexer to pad with a space when joining CONC lines to empty NOTE lines. Bug #2100.
svn: r10635
2008-04-23 21:47:06 +00:00
Peter Landgren
6395ac91a6 Broken after r10624, fixed by removing id=
svn: r10631
2008-04-23 14:26:54 +00:00
Zsolt Foldvari
cb4a425f55 Update export/import of StyledText according to structural changes in r10626.
svn: r10630
2008-04-23 13:36:43 +00:00
Zsolt Foldvari
9bf1c718f6 Move STYLE_TYPE and STYLE_DEFAULT constants from StyledTextBuffer to StyledTextTagType.
svn: r10629
2008-04-23 13:34:13 +00:00
Zsolt Foldvari
40884d66f6 Move the 'Clear Markup' button to the right end of the toolbar.
svn: r10628
2008-04-23 12:35:44 +00:00
Zsolt Foldvari
a4e1be7d62 Catch ValueError exception in case of 'foregin' gtk.TextTags in the text.
svn: r10627
2008-04-23 09:54:30 +00:00
Zsolt Foldvari
d003d5e61b Refactoring:
-  better functionality devision between buffer and editor;
 -  better integration with StyledTextTagType;
 -  font family and font size tags are separated;
 -  new font family and font size toolbar widgets;


svn: r10626
2008-04-23 09:07:02 +00:00
Brian Matherly
c4024f91db Pylint updates for GraphvizReportDialog.
svn: r10625
2008-04-23 04:42:08 +00:00
Brian Matherly
634fd3964d General cleanup to GraphizReportDialog.
svn: r10624
2008-04-23 03:25:41 +00:00
Doug Blank
4a17bcf0aa 0002105: Failed to import from xml: typo
svn: r10623
2008-04-22 23:18:35 +00:00
Kees Bakker
3c4aa8e060 Remove the word GEDCOM from the importer unicode error message. It is
an error message for all importers, not just GEDCOM.
	src/DbLoader.py


svn: r10621
2008-04-22 07:08:39 +00:00
Brian Matherly
26cdcd680e Merge BareReportDialog with ReportDialog. BareReportDialog is now gone.
svn: r10620
2008-04-22 03:45:09 +00:00
Brian Matherly
b00c68a972 Minor clean up in book report.
svn: r10619
2008-04-22 02:11:47 +00:00
Doug Blank
20420efec2 Added invalid date format to configs, with bold default
svn: r10618
2008-04-22 01:36:03 +00:00
Gary Burton
c760272054 Remove unused notes. Feature request #2101.
svn: r10617
2008-04-21 20:52:39 +00:00
Doug Blank
d2961b2abe Fixes for tooltips
svn: r10615
2008-04-21 13:05:59 +00:00
Doug Blank
1942b3b073 0001963: bug on a fix: handle gramplets that aren't objects
svn: r10614
2008-04-21 11:04:43 +00:00
Erik De Richter
4c479c64b2 Bug ID 0001767
wiki link to manual

svn: r10613
2008-04-21 08:56:55 +00:00
Doug Blank
9d5cc9b876 0001963: Gramplets need an active person for working: two issues: 1) added update on rebuild signal, and 2) cause an initial update when creating a new gramplet
svn: r10612
2008-04-21 01:40:25 +00:00
Doug Blank
0d05bbeab9 0002093: Request Pedigree line drawing improvement: added UTF line art; two modes ASCII or UTF. Default is currently UTF
svn: r10611
2008-04-21 00:57:19 +00:00
Brian Matherly
6a06a88442 0002006: Ancestor filter does not work properly with living people excluded in Narrative Web report.
svn: r10610
2008-04-20 23:35:39 +00:00
Gary Burton
2c2abb6b7c Make sure database version is set when recovering a database
svn: r10608
2008-04-20 20:59:29 +00:00
Doug Blank
b1d1804006 Arrow was expanding
svn: r10606
2008-04-20 13:46:06 +00:00
Doug Blank
e336e5ce22 Added check for invalid birth and death dates
svn: r10605
2008-04-20 13:36:28 +00:00
Doug Blank
7132de7be1 Added -L to SHORTOPTS
svn: r10604
2008-04-20 12:53:44 +00:00
Doug Blank
069fc653e3 0002019: Proposal to show person count and DB version --- this just adds a new command line flag, -L to show additional details
svn: r10603
2008-04-20 05:48:49 +00:00
Doug Blank
bfdb86069b 0001782: Further refinements to Relationship View: added sibling collapse arrows; compressed data vertically; config theme; frame around selected sibling
svn: r10602
2008-04-20 04:52:53 +00:00
Doug Blank
d34c010422 Added a display of match count
svn: r10601
2008-04-20 04:08:18 +00:00
Brian Matherly
e3140b4fce 0002094: Book report - user enter a multiline text into a custom text block, with quote char
svn: r10599
2008-04-20 03:03:39 +00:00
Doug Blank
81bc827030 Bug in computing date differences
svn: r10598
2008-04-20 02:02:44 +00:00
Doug Blank
dfdc81b768 A possibly controvertial change: making bad dates stand out via color in main tables
svn: r10597
2008-04-19 22:41:48 +00:00
Gary Burton
6563af3d7a Use fallback dates when no birth or death dates
svn: r10596
2008-04-19 22:06:22 +00:00
Gary Burton
3d86859bc9 Make source reference window remember size
svn: r10595
2008-04-19 20:56:01 +00:00
Doug Blank
10d5232085 Display and sort invalid dates better
svn: r10593
2008-04-19 17:04:54 +00:00
Doug Blank
f637730a87 General polish of some date handling code; fixed a bug in date comparisons involving 'ABT' dates
svn: r10592
2008-04-19 16:48:46 +00:00
Jérôme Rapinat
373fb1f01c #/src/GrampsDisplay : add french locale for wiki manual
svn: r10590
2008-04-19 10:36:21 +00:00
Erik De Richter
58cca17670 links to wiki manual
svn: r10589
2008-04-19 08:29:43 +00:00
Doug Blank
465e950888 further fixes for slash dates and updates to unit tests
svn: r10588
2008-04-19 04:51:12 +00:00
Doug Blank
3373062274 0002045: Julian date: year incremented each time event is modified; removed earlier hack, and fixed properly. Other date parsers or displayers may have to change
svn: r10587
2008-04-19 03:39:58 +00:00
Doug Blank
fe35c2ff91 0001931: add dates to pedigree gramplet; fixed bug in RelationView in displaying b. with no date
svn: r10586
2008-04-19 02:28:14 +00:00
Doug Blank
ce002bf7a6 0002081: Fixed two bugs, error when asymmetric mother/father and fixed off-by-one spacing issue
svn: r10585
2008-04-19 01:13:44 +00:00
Erik De Richter
8956ee85f7 bug ID 0001767
link to wiki manual

svn: r10584
2008-04-18 11:03:01 +00:00
Erik De Richter
5f04d3a002 bug ID 0001767
wiki ink to manual compare events

svn: r10583
2008-04-18 09:40:27 +00:00
Doug Blank
a2734ca3e7 rows can now be deleted from a table, just people currently
svn: r10581
2008-04-18 03:36:38 +00:00
Doug Blank
0709ed5606 removed the need for quickviews to have an active person set---most reports don't have anything to do with active person, but there may be issues somewhere that need to be taken care of.
svn: r10580
2008-04-18 03:35:38 +00:00
Doug Blank
4e3606acd3 Testing a fake SQL interface
svn: r10579
2008-04-18 01:10:50 +00:00
Doug Blank
2098a01f8d refactored SimpleTable; QuickReports can return values; date diffs return Span
svn: r10578
2008-04-18 01:09:32 +00:00
Eero Tamminen
e910a131a9 As discussed on the gramps-devel:
"home directory" / "user directory" -> "user's directory"


svn: r10577
2008-04-17 18:19:27 +00:00
Doug Blank
20a3237420 Add support for single-word column names (for SudoQl)
svn: r10575
2008-04-17 12:17:25 +00:00
Doug Blank
02cceb2e8b Use sophisticated Date.match() for lt and gt; don't match invalid dates
svn: r10574
2008-04-17 12:15:48 +00:00
Erik De Richter
f131a92dd0 bug id 0001767
links to FAQ  Manual & Keybindings

svn: r10572
2008-04-17 06:36:49 +00:00
Eero Tamminen
660e642bd9 fix more typos
svn: r10570
2008-04-16 18:33:58 +00:00
Kees Bakker
75b1a77e99 Eliminate text concatenation. (Patch by Eero, kiitos.)
* src/plugins/NarrativeWeb.py


svn: r10569
2008-04-16 14:46:48 +00:00
Eero Tamminen
313f83fe32 fix typos
svn: r10567
2008-04-15 20:25:14 +00:00
Eero Tamminen
2ef49fc82e correct PDF, PostScript and TrueType capitalization
svn: r10566
2008-04-15 19:43:54 +00:00
Eero Tamminen
f6b9fb4d69 numbers should not be marked as translatable
svn: r10565
2008-04-15 19:19:51 +00:00
Erik De Richter
3e4e966c79 Bug ID 0001767
Link Clipboard help button to wiki manual

svn: r10564
2008-04-15 17:59:50 +00:00
Erik De Richter
00c144c8ec Bug ID 0001767 Help button function link to manual
svn: r10563
2008-04-14 15:32:52 +00:00
Gary Burton
d97f73f71b Do not show duplicate media in person gallery
svn: r10561
2008-04-13 20:40:12 +00:00
Peter Landgren
20aac61668 Change for request 1962
svn: r10559
2008-04-12 07:39:39 +00:00
Brian Matherly
4524d43b4d 0002032: translation of apostrophes in source titles (web report)
svn: r10558
2008-04-12 02:49:34 +00:00
Doug Blank
884e31685d 0002031: use year of a particular calendar; title contains cal and sortby
svn: r10556
2008-04-12 02:20:29 +00:00
Zsolt Foldvari
60bf4fb8d4 Make GUI static (buttons not jumping).
svn: r10555
2008-04-11 21:00:36 +00:00
Zsolt Foldvari
936c08e317 Fix broken database rename function.
svn: r10553
2008-04-11 19:28:00 +00:00
Benny Malengier
af4b3b3299 Improve popup message of clear button
svn: r10551
2008-04-11 13:59:32 +00:00
Zsolt Foldvari
1bc022b584 Revert r10548, and disable changing the family tree name by button press.
svn: r10549
2008-04-11 13:12:11 +00:00
Zsolt Foldvari
48876977c8 Handle both single and double click on name column of database treeview.
svn: r10548
2008-04-11 11:50:48 +00:00
Zsolt Foldvari
5fb6146a3d Custom font selector dialog as a workaround for conflicting font style settings.
svn: r10547
2008-04-11 10:28:19 +00:00
Zsolt Foldvari
ede062004e Bump up XML version number.
svn: r10546
2008-04-11 09:38:32 +00:00
Gary Burton
18f863e84f Stop crash on media editor when no image present bug #2014
svn: r10544
2008-04-10 21:36:35 +00:00
Doug Blank
7d9ef3710d Added calendar for report, and progress bar
svn: r10540
2008-04-10 13:13:20 +00:00
Doug Blank
e410f04c7a Removed extra line from a previous aborted refactor
svn: r10539
2008-04-10 02:01:47 +00:00
Doug Blank
082097292e Oops: did not mean to commit this change
svn: r10538
2008-04-10 01:46:02 +00:00
Doug Blank
28345ea6ca Oops: remove changes I did not mean to commit
svn: r10537
2008-04-10 01:41:47 +00:00
Doug Blank
ec6efb6a95 Added some temp files to svn ignore
svn: r10536
2008-04-10 01:37:31 +00:00
Doug Blank
dbf925c63e 0002041: show dialog if db version too high; ask question to upgrade the db version
svn: r10535
2008-04-10 01:15:12 +00:00
Gary Burton
ae80457fb7 Make selector tree view take initial focus bug #2014
svn: r10534
2008-04-09 20:45:12 +00:00
Jérôme Rapinat
c4f062c473 allow translations for page counter on preview dialog
svn: r10531
2008-04-09 14:08:54 +00:00
Peter Landgren
e6b386ef54 Update according to issue 1961
svn: r10527
2008-04-09 06:50:18 +00:00
Zsolt Foldvari
3b4378fe81 Handle import/export of StyledText Notes.
svn: r10526
2008-04-08 21:43:58 +00:00
Zsolt Foldvari
6ccb9cb3db gtk.ScrolledWindow was missing from behind the text editor
(was deleted in r10464).


svn: r10525
2008-04-08 17:43:16 +00:00
Kees Bakker
5a953ce6b8 Undo sorting of children by birthdate. Let's first do a feature request
and see what comes out of that.
        * src/plugins/NarrativeWeb.py


svn: r10524
2008-04-08 17:11:48 +00:00
Zsolt Foldvari
b96da1a76e Typo: changing note to preformatted raised exception.
svn: r10523
2008-04-08 15:29:03 +00:00
Doug Blank
d4311078f0 Added an integer newyear code to all dates, db version 14
svn: r10521
2008-04-08 04:24:18 +00:00
Kees Bakker
1fa86e8c93 Sort list of children on birthdate. I guess we may need an option in
the gui for this.
        * src/plugins/NarrativeWeb.py


svn: r10519
2008-04-07 19:38:08 +00:00
Kees Bakker
125bbae8ac Add more prefixes.
Make the RE for prefixes safe against empty match groups.
Fix type, some textual and other small changes.
        * src/plugins/PatchNames.py


svn: r10518
2008-04-07 19:33:54 +00:00
Kees Bakker
c0a8ae9aff Put space before comma (PEP8) in preparation for
some bugfixes.
        * src/plugins/PatchNames.py


svn: r10517
2008-04-07 19:27:52 +00:00
Zsolt Foldvari
f0fcfe27be Cosmetics and documentation.
svn: r10514
2008-04-07 12:33:49 +00:00
Zsolt Foldvari
7bbd735421 Pylint corrections and documentation.
svn: r10513
2008-04-06 20:54:29 +00:00
Gary Burton
f30d524f4d Bug #1984 No output from export view
svn: r10512
2008-04-06 20:51:16 +00:00
Zsolt Foldvari
505d30b29e Remove deleted MarkupText.py module.
svn: r10510
2008-04-06 20:37:16 +00:00
Zsolt Foldvari
3b66dc1e48 AboutDialog moved out from ViewManager to GrampsAboutDialog.
In the About dialog the list of developers is parsed from the authors.xml file.


svn: r10509
2008-04-06 20:35:38 +00:00
Brian Matherly
2c88df3582 Convert the book title report to use MenuReportOptions. Also, perform some general clean up for PEP8.
svn: r10506
2008-04-06 19:52:39 +00:00
Gary Burton
534ee569c6 0002010: Person view search parameters duplicated
svn: r10504
2008-04-06 16:51:15 +00:00
Gary Burton
96c6b903d3 Made changes suggested in Bug #1924
svn: r10502
2008-04-06 15:35:04 +00:00
Doug Blank
a1ea091703 Malformed families could crash gramplet
svn: r10500
2008-04-06 12:22:06 +00:00
Doug Blank
2ac01bfcc7 Undo db update... missed many dates; reworking upgrade
svn: r10499
2008-04-06 12:20:33 +00:00
Brian Matherly
4ebc9cf846 0002015: Trying to select items to produce a book report - error message received.
svn: r10497
2008-04-06 04:59:18 +00:00
Doug Blank
1644727587 Upgrade the database some more for version 14: new int on dates for newyear
svn: r10495
2008-04-06 03:43:24 +00:00
Brian Matherly
a79a82faf5 0001945: Book report, title page, adding a image - do not work when output is ODF
svn: r10493
2008-04-06 03:41:22 +00:00
Brian Matherly
06cf9ea0fd Fix thumbnail display of media files with accented characters in their names in the media editor.
svn: r10492
2008-04-06 03:36:36 +00:00
Zsolt Foldvari
504621b3ba Add missing $Id$ line.
svn: r10490
2008-04-05 22:35:22 +00:00
Zsolt Foldvari
2f918cf16a Use real timestamp instead of 'Never' for newly created DBs.
This is needed because when the DBManager is re-opened after a new DB has been
created the timestamp would replace the 'Never' string anyway without opening
the DB, since now we always have metadata table created.


svn: r10488
2008-04-05 22:30:17 +00:00
Zsolt Foldvari
abbd6781c1 Reverting change from r10429, because metadata is now always set after DB creation.
svn: r10486
2008-04-05 22:02:59 +00:00
Zsolt Foldvari
311278e6a8 Method 'write_version' is created instead of loading the db after creation.
svn: r10484
2008-04-05 21:47:49 +00:00
Zsolt Foldvari
e27422e243 Open and close a new DB right after creation in order to write the DB version
number into it's metadata.


svn: r10482
2008-04-05 21:07:21 +00:00
Brian Matherly
d04be3245a 0002017: Narrative Web Report: Mainz Style needs to be widened (patch from Jason Simanek <jsimanek@gmail.com>)
svn: r10475
2008-04-05 18:50:34 +00:00
Brian Matherly
a46e733398 Remove the "target" parameter from GrampsDisplay.help(). It was used for the old help system. We now link directly to the wiki.
svn: r10474
2008-04-05 14:17:15 +00:00