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
Espen Berg
e0faf18f11
Updated Norwegian translation
...
svn: r10764
2008-05-27 21:09:27 +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
Zsolt Foldvari
040b993dd5
#0002168 : get rid of dependency and mention of gnome-doc-utils and scrollkepper. Thanks Alex!
...
svn: r10754
2008-05-22 18:44:31 +00:00
Jérôme Rapinat
275f6092cd
#2169:Error in formatting for french translation of the man page
...
svn: r10751
2008-05-22 09:02:42 +00:00
Jérôme Rapinat
625499983a
#2169:Error in formatting for french translation of the man page
...
svn: r10748
2008-05-22 08:51:57 +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
53964f88e6
update trunk NEWS with the releases from gramps30x
...
svn: r10739
2008-05-17 20:58:56 +00:00
Erik De Richter
6bba209971
updated gramps.pot
...
updated dutch translation
svn: r10733
2008-05-17 07:39:51 +00:00
Stéphane Charette
5d9aa4a3d7
put accent in my name
...
svn: r10732
2008-05-17 07:14:44 +00:00
Alex Roitman
6dcb21a1ca
Remove leftovers from GConf era and clean up related code
...
svn: r10730
2008-05-16 23:51:36 +00:00
Kees Bakker
277273c4d6
A couple more Dutch translation corrections.
...
po/nl.po
svn: r10728
2008-05-16 19:03:07 +00:00
Kees Bakker
7e12c2020f
Translation correction: agency -> agentschap
...
po/nl.po
svn: r10727
2008-05-16 12:42:24 +00:00
Jérôme Rapinat
9d732d7381
add GrampsAboutDialog.py reference
...
svn: r10725
2008-05-15 15:11:21 +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
Peter Landgren
09eadc3076
Update to r10719
...
svn: r10720
2008-05-14 14:05:45 +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
a48d969487
Include the src/widgets package.
...
svn: r10708
2008-05-12 09:05:38 +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