0774bf2a8e
bug reports #2176 , #2177 , #2178 ; various Graphviz issues, merged up from gramps30
...
svn: r10758
2008-05-24 08:59:32 +00:00
04a7358fb8
Add missing gettext import. Pylint fixes.
...
svn: r10756
2008-05-22 19:06:49 +00:00
b58bc881d7
#0002160 : add missing import statement.
...
svn: r10755
2008-05-22 18:57:09 +00:00
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
275f6092cd
#2169:Error in formatting for french translation of the man page
...
svn: r10751
2008-05-22 09:02:42 +00:00
625499983a
#2169:Error in formatting for french translation of the man page
...
svn: r10748
2008-05-22 08:51:57 +00:00
fbdd98920c
Oops. Missing db in display_event_row
...
* src/plugins/NarrativeWeb.py
svn: r10747
2008-05-20 19:45:29 +00:00
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
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
1d306345bd
Remove unused import Plugins.
...
svn: r10744
2008-05-20 02:53:17 +00:00
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
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
f0b1808c71
Classmethod definition using the decorator syntax.
...
svn: r10740
2008-05-18 17:57:02 +00:00
53964f88e6
update trunk NEWS with the releases from gramps30x
...
svn: r10739
2008-05-17 20:58:56 +00:00
6bba209971
updated gramps.pot
...
updated dutch translation
svn: r10733
2008-05-17 07:39:51 +00:00
5d9aa4a3d7
put accent in my name
...
svn: r10732
2008-05-17 07:14:44 +00:00
6dcb21a1ca
Remove leftovers from GConf era and clean up related code
...
svn: r10730
2008-05-16 23:51:36 +00:00
277273c4d6
A couple more Dutch translation corrections.
...
po/nl.po
svn: r10728
2008-05-16 19:03:07 +00:00
7e12c2020f
Translation correction: agency -> agentschap
...
po/nl.po
svn: r10727
2008-05-16 12:42:24 +00:00
9d732d7381
add GrampsAboutDialog.py reference
...
svn: r10725
2008-05-15 15:11:21 +00:00
373fb6c82f
Using recommended absolut import for modules in the same package instead.
...
svn: r10722
2008-05-15 10:58:18 +00:00
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
09eadc3076
Update to r10719
...
svn: r10720
2008-05-14 14:05:45 +00:00
364b17edde
Fix logger name.
...
svn: r10719
2008-05-14 13:12:12 +00:00
1019bfa2df
Import directly from other modules in the same package. Documentation.
...
svn: r10718
2008-05-14 12:59:55 +00:00
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
3aa6246dfb
Several small functionality fixes. Documentation.
...
svn: r10716
2008-05-14 11:48:37 +00:00
74de15e70f
changed name
...
svn: r10715
2008-05-14 06:08:29 +00:00
eb15b26284
Fix of bugs 2121 and 2134
...
svn: r10713
2008-05-13 08:39:27 +00:00
30ab5de58d
Remove "The Gramps Developers" as copyright holder.
...
svn: r10711
2008-05-12 12:03:18 +00:00
0e3013982e
Move src/objectentries.py to src/Editors/ObjectEntries.py.
...
svn: r10710
2008-05-12 10:43:43 +00:00
a48d969487
Include the src/widgets package.
...
svn: r10708
2008-05-12 09:05:38 +00:00
86e5b28c8c
Fix missing gettext import.
...
svn: r10707
2008-05-11 20:09:46 +00:00
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
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
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
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
75a04613be
revert my previous incorrect fix for svn #2121
...
svn: r10701
2008-05-11 05:36:34 +00:00
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
0326a2d9ca
Fix logger name.
...
svn: r10699
2008-05-09 13:18:10 +00:00
b8d75d85e1
Move the combo box toolbar widgets out from StyledTextEditor using new design.
...
svn: r10698
2008-05-09 12:50:04 +00:00
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
55bc655c30
Reorganize custom widgets into a new 'widgets' package.
...
2. Update Makefiles
svn: r10695
2008-05-08 19:49:50 +00:00
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
9fb61bec46
0002142: Patch to const.py.in to enable py2exe
...
svn: r10693
2008-05-08 12:08:19 +00:00
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
37873a270c
Oppdatert norsk
...
svn: r10689
2008-05-07 20:56:20 +00:00
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
88af8f6f9f
authors.xml file is moved under src/data/.
...
svn: r10686
2008-05-07 08:51:57 +00:00
df5c670391
Fix of bug #2140 , filled hexagon in stead of outline
...
svn: r10685
2008-05-06 14:48:23 +00:00