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
Zsolt Foldvari
8ef04948d9
Reorganize custom widgets into a new 'widgets' package.
...
3. set svn:ignore property on src/widgets
svn: r10696
2008-05-08 20:09:50 +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
Espen Berg
37873a270c
Oppdatert norsk
...
svn: r10689
2008-05-07 20:56:20 +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
Arturas Sleinius
f902891c81
Updated Lithuanian translation
...
svn: r10683
2008-05-06 11:42:40 +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
Jérôme Rapinat
7a185c55a4
#Łukasz Rymarczyk <yenidai@poczta.onet(dot)pl> update
...
svn: r10675
2008-05-05 20:26:15 +00:00
Espen Berg
8ebbe89974
Updated Norwegian translation (no.po)
...
svn: r10670
2008-05-05 10:36:39 +00:00