Commit Graph

5969 Commits

Author SHA1 Message Date
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