Doug Blank
2d60b8763a
Enhanced Calculate Estimated Dates tool
...
svn: r14014
2010-01-10 04:06:44 +00:00
Gerald Britton
2b12f3df07
Use defaultdict type where possible for minor performance gain and source code simplification
...
svn: r14011
2010-01-09 19:54:32 +00:00
Gerald Britton
721f97459e
Fix duplicate object ids in glade files
...
svn: r14009
2010-01-09 19:39:43 +00:00
Jérôme Rapinat
f56402cf37
3473: To dynamicaly change calendar option on the Gramps session
...
svn: r14008
2010-01-09 17:51:58 +00:00
Doug Blank
36fa65944d
Removed unneeded imports
...
svn: r14006
2010-01-09 17:12:45 +00:00
Benny Malengier
0ec49507ed
Renable enter to expand nodes on the treeviews
...
svn: r14005
2010-01-09 16:16:52 +00:00
Doug Blank
bfa7687058
Fixed code that gave warning: GtkWarning: gtk_box_pack: assertion 'child->parent == NULL' failed
...
svn: r14003
2010-01-09 13:40:40 +00:00
Benny Malengier
de2d669763
3275: PageView reworking, changes by B. Malengier and N.Hall
...
Specifically: improve new treeview by using a linked list implementation so
iters can be quickly iterated over
Also: progressdialog on long personview loads.
svn: r14002
2010-01-09 11:10:32 +00:00
Doug Blank
debfc3dd78
Fixed issue of not re-docking gramplet from whence it came (reported by Rob); refined some code
...
svn: r13999
2010-01-08 20:06:51 +00:00
Jérôme Rapinat
2f7f7ac5f8
pylint
...
svn: r13998
2010-01-08 16:10:54 +00:00
Serge Noiraud
e346c68fb1
GeoView : issue 3472; using date format preference.
...
svn: r13992
2010-01-07 22:02:38 +00:00
Serge Noiraud
da41542da6
ODFDoc : issue 3440; only remove fo:max-height.
...
svn: r13989
2010-01-07 20:40:24 +00:00
Peter Landgren
ed34d4f62f
Fix of issue 3507.
...
svn: r13986
2010-01-07 14:39:53 +00:00
Doug Blank
3664fbb913
Added on_delete_event signal handler to surpress RuntimeWarning: missing handler
...
svn: r13983
2010-01-07 14:10:26 +00:00
Jérôme Rapinat
83d7448c1a
2846: build tree basic on arithmetics - uncomment lines (ezegzda)
...
svn: r13982
2010-01-07 10:52:41 +00:00
Brian Matherly
7aec8904ea
Remove gen.db.iterator.py - it is not used.
...
svn: r13979
2010-01-06 04:44:09 +00:00
Jérôme Rapinat
d2876c8318
pylint
...
svn: r13976
2010-01-05 19:15:51 +00:00
Jérôme Rapinat
9ae34b4ba8
pylint
...
svn: r13975
2010-01-05 18:07:09 +00:00
Jérôme Rapinat
7001690176
1683 Untranslatable text in Relationship calculator window - no crash on rel_xx tests (contribution by Andrew I Baznikin)
...
svn: r13973
2010-01-05 15:58:01 +00:00
Jérôme Rapinat
4acca6c7af
pylint
...
svn: r13972
2010-01-05 14:37:10 +00:00
Jérôme Rapinat
d72aa5ae71
2855 2762 1683 enable tests on rel_xx (pass with sucess)
...
svn: r13971
2010-01-05 13:42:23 +00:00
Peter Landgren
3de66d1b62
Fix of issue 3495.
...
svn: r13965
2010-01-03 11:31:19 +00:00
Nick Hall
6ae29de4f0
2563: Add signals for all objects when active object changes
...
svn: r13960
2010-01-02 23:01:43 +00:00
Doug Blank
fc25778390
3491: [Gramplet] AgeOnDate Gramplet ignores Probably_alive variable
...
svn: r13956
2010-01-01 21:28:05 +00:00
Nick Hall
c43f162b2f
Preparation to extend navigation to all object types
...
svn: r13955
2010-01-01 19:55:09 +00:00
Doug Blank
0f78f5c918
Refined right-click popup menus on placeviews
...
svn: r13954
2010-01-01 18:59:58 +00:00
Doug Blank
eba1c9d264
A simple, conservative probably_alive
...
svn: r13951
2010-01-01 15:11:00 +00:00
Jérôme Rapinat
7aef74eaca
3485: A better message for date validator on AgeOnDate Gramplet.
...
svn: r13950
2010-01-01 08:43:29 +00:00
Doug Blank
6cdb8a9406
Add signal for media-changed, and test on mediaview
...
svn: r13949
2009-12-31 17:03:04 +00:00
Doug Blank
205b3beadd
Enabled Quickviews on all list views; enabled References Quickview for all views
...
svn: r13947
2009-12-31 14:59:44 +00:00
Brian Matherly
4838650df4
Move _GedcomParse.py to src/plugins/lib/libgedcom.py. Remove GrampsDbUtils.
...
svn: r13940
2009-12-29 19:20:16 +00:00
Jérôme Rapinat
bbdf6d80cc
3485: A better message for date validator on AgeOnDate Gramplet.
...
svn: r13939
2009-12-29 16:56:27 +00:00
Brian Matherly
c7b595210f
Move GedcomStageOne.py into GedcomParse.py.
...
svn: r13936
2009-12-29 05:37:20 +00:00
Doug Blank
42ed2c3295
Added fields to Person to reduce queries; should be able to add/edit people and names tomorrow
...
svn: r13934
2009-12-29 03:22:03 +00:00
Brian Matherly
f12196cf80
Merge GedcomInfo.py and GedcomLex.py into GedcomParse.py.
...
svn: r13930
2009-12-28 05:07:21 +00:00
Jérôme Rapinat
bf944b0de3
2385: drawreports and multiple calendars
...
svn: r13925
2009-12-27 11:09:58 +00:00
Nick Hall
5422931318
Allow nodes with handles at higher levels in the tree
...
svn: r13921
2009-12-26 19:42:22 +00:00
Benny Malengier
e8042007ff
init list before use
...
svn: r13920
2009-12-26 10:05:25 +00:00
Benny Malengier
862d1446d0
Fix two things in nar web:
...
1/fix bug that not scaled images are not printed out on webpage
2/remove annoying warning dialogs on every missing images, and
replace it by one warning dialog at the end of the report
svn: r13913
2009-12-25 11:44:20 +00:00
Brian Matherly
06b3d7dc1f
Fix Misnamed DbMixin
...
svn: r13910
2009-12-24 20:14:15 +00:00
Serge Noiraud
9aabed5c4f
GeoView : issue 3472
...
svn: r13909
2009-12-24 17:21:55 +00:00
Serge Noiraud
cd7f3b8a29
GeoView : Replacement for openstreetmap and google map button by one provider
...
toglebutton. This is to minimize the space used by the buttons now
we have the new "Add place" and "Link place" buttons.
svn: r13908
2009-12-24 15:55:01 +00:00
Serge Noiraud
ab2f9b9d19
GeoView : Entrybox completion now works when entering "tab"
...
We can erase the text with the place list label at the left of the entrybox.
Performance : comment the sort to reduce display time.
svn: r13906
2009-12-24 12:18:18 +00:00
Rob G. Healey
c96e7a579a
Some cleanup work, and changed get_marriage_event() to use the extended eventtype.py
...
svn: r13904
2009-12-24 07:55:26 +00:00
Gary Burton
864a4692a9
Another instance where we need to pass str latitude and longitude to EditPlace
...
svn: r13903
2009-12-23 23:02:26 +00:00
Serge Noiraud
3106784c22
GeoView : EditPlace crash with real instead of string.
...
svn: r13902
2009-12-23 21:32:01 +00:00
Doug Blank
8c26c5ad64
3302: Detailed Descendant Report fallback for child-list birth/death strings and fixed a typo baptized -> baptised
...
svn: r13899
2009-12-23 20:16:16 +00:00
Doug Blank
302781a6b3
Event types know how to abbreviate themselves
...
svn: r13898
2009-12-23 19:35:18 +00:00
Gary Burton
2de02b5899
Add an existing place to a map
...
svn: r13896
2009-12-23 18:20:44 +00:00
Doug Blank
61e3237d5a
Constructors don't return things; renderer gets set in constructor
...
svn: r13895
2009-12-23 17:57:54 +00:00
Doug Blank
ab3dfe1415
3465: Create a new hierarchy of base classes for gramps cor databases (read, write) and add methods
...
svn: r13894
2009-12-23 15:55:58 +00:00
Serge Noiraud
361b99cee6
GeoView : Add Nick to the contributors.
...
Force the zoom to be locked when adding places.
svn: r13890
2009-12-23 10:08:16 +00:00
Serge Noiraud
a8e5f3acf9
GeoView : add signal when places are added. thanks nick.
...
svn: r13889
2009-12-23 07:06:44 +00:00
Rob G. Healey
c00ffbcf14
Remove references to import pyexiv2, and fixed RepositoryTypes.
...
svn: r13887
2009-12-22 22:00:24 +00:00
Gary Burton
db22a53da8
Add a new place to Gramps using latitude and longitude from GeoView
...
svn: r13886
2009-12-22 20:50:45 +00:00
Serge Noiraud
cd6843635e
GeoView: issue 3312.
...
svn: r13885
2009-12-22 19:37:21 +00:00
Nick Hall
feb13b4a79
Better error message when gramplet fails to load
...
svn: r13884
2009-12-22 15:48:03 +00:00
Doug Blank
699dcb13fe
Fixed svn Id property
...
svn: r13881
2009-12-21 13:43:50 +00:00
Doug Blank
5a087bb88f
svn propset svn:keywords Id
...
svn: r13880
2009-12-21 13:03:08 +00:00
Rob G. Healey
603e20d36d
Added to files that were missing it.
...
svn: r13879
2009-12-21 07:58:08 +00:00
Rob G. Healey
35b2dee97a
Added to *.gpr.py files and WebCal. Updated EventList and add _find_death_date().
...
svn: r13878
2009-12-21 07:44:25 +00:00
Doug Blank
3a8b4d7e40
Moved fallback functions from Db to gen.utils
...
svn: r13876
2009-12-21 05:58:55 +00:00
Doug Blank
872e971fd3
gen.lib and gen.utils are independent; removed gen.utils.dbutils --- moved db methods to gen.db.base
...
svn: r13872
2009-12-21 04:18:31 +00:00
Serge Noiraud
a17ae4c484
GeoView : issue 3312 : erase entrybox and years interval.
...
svn: r13868
2009-12-21 00:01:32 +00:00
Serge Noiraud
06f3521239
ODFdoc : issues 3439, 3440, 3461 and 3462.
...
svn: r13867
2009-12-20 23:51:18 +00:00
Brian Matherly
814d721f68
Remove QuestionDialog dependency from gen. The database now raises exceptions and the GUI generates the question dialog.
...
svn: r13865
2009-12-20 22:44:32 +00:00
Doug Blank
f4ca61c117
Take advantage of refactored functionality in EventType and EventRoleType
...
svn: r13861
2009-12-20 22:21:00 +00:00
Doug Blank
f76d9c9aad
Added try/except to exif tag import
...
svn: r13854
2009-12-20 02:32:01 +00:00
Gary Burton
4392fa3120
Fix wrong calls to get_type
...
svn: r13852
2009-12-19 16:08:44 +00:00
Serge Noiraud
74752f1360
GeoView : Added some corrections for issue 3312
...
When we switch between databases, if no info exist for the current view,
don't try to load the page.
svn: r13844
2009-12-18 07:36:20 +00:00
Doug Blank
383cf27b8b
Fix to prevent duplicate tags
...
svn: r13842
2009-12-18 03:55:59 +00:00
Serge Noiraud
3ee5c908f9
Geography : unable to display geoview when only mozilla is present.
...
svn: r13840
2009-12-17 20:14:00 +00:00
Serge Noiraud
0598c178ec
htmlrenderer : use vars() instead of inline dictionary.
...
svn: r13839
2009-12-17 18:30:30 +00:00
Rob G. Healey
9971a4f1a2
Removed Exif tags completely from NarrativeWeb.
...
svn: r13836
2009-12-17 14:59:00 +00:00
Rob G. Healey
1191bb227d
Fixed the sorting in class EventListPage. Changed elements in stylesheet.
...
svn: r13835
2009-12-17 07:22:29 +00:00
Serge Noiraud
bd961672c8
htmlrenderer : The prefs.js was created twice.
...
We didn't use the locale language.
Adding var args to the gerald's modifications.
svn: r13829
2009-12-16 22:09:26 +00:00
Gerald Britton
0caa05e44f
Tweak to improve readability and reduce dcalls to write method
...
svn: r13825
2009-12-16 16:56:45 +00:00
Doug Blank
2a047ab65e
Sort events by alphabetical type name
...
svn: r13823
2009-12-16 12:04:48 +00:00
Rob G. Healey
b060d4189d
Removed Editors and Sekectors directories to allow ./autogen.sh to complete. Fixed attribute type so it is translated. Made option visible, but greyed out if the library is not installed by suggestion from Doug Blank. See feature request 3449.
...
svn: r13819
2009-12-16 03:02:08 +00:00
Serge Noiraud
82d7e93a7c
GeoView : Better initialization.
...
Avoid to create the same page several times.
Don't create the start page twice now we have Web and Geography views.
svn: r13817
2009-12-15 23:43:00 +00:00
Doug Blank
49bd78481a
Removed as now unneeded with Django-supported interface
...
svn: r13815
2009-12-15 17:32:24 +00:00
Doug Blank
896e157183
Renamed Same Given Name duplicate name
...
svn: r13814
2009-12-15 17:14:20 +00:00
Doug Blank
d05e98cbf6
Removed as now unneeded with Django-supported interface
...
svn: r13813
2009-12-15 17:11:05 +00:00
Doug Blank
c10493e0ad
Moved to gramps-addons
...
svn: r13812
2009-12-15 16:59:18 +00:00
Doug Blank
cfec1b2092
Cleanup treestyle to work across gramps versions
...
svn: r13810
2009-12-15 16:46:40 +00:00
Doug Blank
cb721e6ad3
Moved DeepConnections.py HeadlineNewsGramplet.py NoteGramplet.py PythonGramplet.py to gramps-addons
...
svn: r13808
2009-12-15 15:19:49 +00:00
Brian Matherly
bbe2b6da0c
move src/Editors/* to src/gui/editors as part of GEP008
...
svn: r13807
2009-12-15 05:56:12 +00:00
Brian Matherly
baa13df670
Move src/Selectors to src/gui/selectors. Rename files to lower case in conformance with the Gramps coding style.
...
svn: r13806
2009-12-15 03:45:09 +00:00
Rob G. Healey
224c8c1ffc
Fixed error causing crash as per Nick Hall. Corrected tags on libhtmlconst and WebCal.
...
svn: r13805
2009-12-15 02:50:46 +00:00
Gerald Britton
04a15c8647
tweaks
...
svn: r13804
2009-12-14 18:32:46 +00:00
Rob G. Healey
c94c9c588e
Cleanup work on attributes and a comment on sort_event_types() in NarrativeWeb. Clean up work on calendar_build() in WebCal.
...
svn: r13796
2009-12-14 08:47:01 +00:00
Rob G. Healey
73a8acc7bc
Removed debugging code in NarrativeWeb. Adjusted elements in MediaListPage.
...
svn: r13794
2009-12-14 07:04:37 +00:00
Rob G. Healey
e72257b3f5
Cleaned up class MediaListPage and added mime type to the MediaListPage.
...
svn: r13793
2009-12-14 06:18:33 +00:00
Rob G. Healey
97f8091467
Fix bug report #3276 . Link to temp.png should be document.png. Thanks jerome for finding it.
...
svn: r13792
2009-12-14 06:15:59 +00:00
Brian Matherly
0001133eb8
move src/widgets/* to src/gui/widgets as part of GEP008
...
svn: r13791
2009-12-14 03:20:19 +00:00
Brian Matherly
ec81292e52
Add translated language and country strings to the report transation option.
...
svn: r13790
2009-12-13 21:16:58 +00:00
Jérôme Rapinat
01c743e6c7
1683: Untranslatable text in Relationship calculator window
...
svn: r13784
2009-12-13 14:40:26 +00:00
Jérôme Rapinat
b02a7cb4c6
2385: Fan chart and multiple calendars
...
svn: r13783
2009-12-13 14:22:57 +00:00
Peter Landgren
3edb3a88bc
Fixed one wrong gettext call and deleted one unnecessary statement.
...
svn: r13782
2009-12-13 14:07:24 +00:00
Doug Blank
1206598620
Sorts event by ID, date
...
svn: r13779
2009-12-13 01:04:09 +00:00
Rob G. Healey
1f6d87182b
Cleanup of little things in WebCal.
...
svn: r13775
2009-12-12 07:42:42 +00:00
Rob G. Healey
bfbba59482
Changed how EventPage works. Cleanup work on NarrativeWeb. Changed some elements in stylesheet that is specific to Visually impaired only.
...
svn: r13773
2009-12-12 07:38:10 +00:00
Doug Blank
ec24ff86fb
Added options for font sizes and count
...
svn: r13772
2009-12-12 04:18:04 +00:00
Doug Blank
a547cc8658
RuntimeWarning: missing handler 'on_delete_event'
...
svn: r13768
2009-12-11 17:39:43 +00:00
Brian Matherly
c3546880fc
Fix translated dates in Ancestor Report. Currently, dates for other than the current locale will print in ISO format.
...
svn: r13758
2009-12-11 05:55:30 +00:00
Brian Matherly
04a1da3daf
Fix crash in NavWeb when accessing uninitiailzed variables.
...
svn: r13757
2009-12-11 05:51:16 +00:00
Doug Blank
8b326b49d2
3394: Pango Warning for Fanchartview during start
...
svn: r13756
2009-12-11 03:19:06 +00:00
Doug Blank
011b875540
Charts to Ancestry view category renaming
...
svn: r13754
2009-12-11 01:48:22 +00:00
Gary Burton
0c18bc53ce
Remove a typo which prevents the plugin from loading.
...
svn: r13751
2009-12-10 18:52:02 +00:00
Rob G. Healey
e9650a703b
Fixed event types in multiple places. Fixed a crash at line 520 reported by Gary Britton. Thank you.
...
svn: r13750
2009-12-10 15:37:58 +00:00
Rob G. Healey
e5b231ef6b
Fixed all of the stylesheets, NarrativeWeb, and WebCal with the proper use of the header from Brian Matherly.
...
svn: r13749
2009-12-10 06:50:21 +00:00
Rob G. Healey
c544e79b22
Fixed event types not being translated in IndividualPages, Events section. Made some spacial alignment in eventtypes.py for better visual aid.
...
svn: r13748
2009-12-10 00:01:20 +00:00
Benny Malengier
d9efebc047
2846: PedigreeView: build tree basic on arithmetics
...
svn: r13746
2009-12-09 20:23:21 +00:00
Benny Malengier
24cd5d6f92
2846: PedigreeView: build tree basic on arithmetics
...
svn: r13745
2009-12-09 13:36:40 +00:00
Jérôme Rapinat
9a23a34ff1
#2385 : Fan chart and multiple calendars (only for years on french calendar; < 15)
...
svn: r13744
2009-12-09 08:37:08 +00:00
Doug Blank
b1676eedb7
3265: An improvement of calendar report
...
svn: r13741
2009-12-08 02:22:26 +00:00
Doug Blank
54ac83e6ed
3420: Error in line 498 of importCSV.py during CSV import.
...
svn: r13740
2009-12-08 01:13:42 +00:00
Brian Matherly
443e4b3fd4
Fix DetailedDescendant and DetailedAncestor reports.
...
svn: r13738
2009-12-07 13:11:43 +00:00
Brian Matherly
6392a15610
Add draw_wedge function that was removed from ReportUtils.py.
...
svn: r13735
2009-12-06 22:42:12 +00:00
Peter Landgren
90bde6a00a
Found two typos when translating.
...
svn: r13733
2009-12-06 18:38:11 +00:00
Doug Blank
6e8f40e9f2
Added map for 3406: Use of translation context on plugins/quickview/FilterByName.py
...
svn: r13729
2009-12-06 13:38:37 +00:00
Jérôme Rapinat
6f155e598e
#3406 : Try to use of translation context (first step)
...
svn: r13726
2009-12-06 09:56:08 +00:00
Jérôme Rapinat
927ac824b9
#2385 : Fan chart and multiple calendars (like TimeLine.py)
...
svn: r13725
2009-12-06 09:38:10 +00:00
Jérôme Rapinat
22847e90ec
typo
...
svn: r13716
2009-12-05 17:15:32 +00:00
Rob G. Healey
b886d022bb
Completed bug# 2698. Please test it out completely. Report issues to bug#2698.
...
svn: r13715
2009-12-05 11:10:28 +00:00
Rob G. Healey
46dd4e6c1a
Beginning work on Bug #2698 .
...
svn: r13714
2009-12-05 09:00:32 +00:00
Doug Blank
b876023812
3413: Hidden export plugins still show in list; and rewrote eval() as getattr()
...
svn: r13708
2009-12-05 06:35:21 +00:00
Doug Blank
34ff80700b
3411: Exporters "Gramps XML" and "Gramps Package" names are asymmetric
...
svn: r13706
2009-12-05 05:52:19 +00:00
Doug Blank
7fbdff5e0d
3352: Confusion in creating multiple views of same type and selecting them; see tracker for more details
...
svn: r13705
2009-12-05 04:38:31 +00:00
Doug Blank
e07455b891
3410: holidays.xml is reported to not load from user's plugin directory
...
svn: r13703
2009-12-05 03:09:21 +00:00
Rob G. Healey
fc48e51d1c
Fixed person section of Event Pages.
...
svn: r13698
2009-12-03 19:10:20 +00:00
Rob G. Healey
da054668cd
Working more on Events classes.
...
svn: r13695
2009-12-01 15:41:23 +00:00
Doug Blank
216a5d6e0a
3376: RFE: please add 'Open directory' to context menu of media objects
...
svn: r13693
2009-12-01 02:56:03 +00:00
Rob G. Healey
b6f8cd5ee6
Kept place source references and fixed a crash.
...
svn: r13692
2009-11-29 23:48:51 +00:00
Gary Burton
393d547d6e
Fix for bug 3393.
...
svn: r13691
2009-11-29 22:02:06 +00:00
Peter Landgren
d4081db69f
Second fixed a minor bug.
...
svn: r13690
2009-11-29 19:59:59 +00:00
Peter Landgren
611a6f2e66
Fixed a minor bug.
...
svn: r13689
2009-11-29 19:27:07 +00:00
Gary Burton
f49f1059c0
Fix issue with paragraph breaks on preformatted notes.
...
svn: r13684
2009-11-28 19:24:46 +00:00
Gary Burton
06ca52e812
Fix typo
...
svn: r13683
2009-11-28 19:12:36 +00:00
Gary Burton
53fb269d54
Fix problem with missing sources in bibliography
...
svn: r13682
2009-11-28 19:11:00 +00:00
Rob G. Healey
086c297975
Fixed missing person in class EventListPage. Hyperlinked the grampsid to the to its EventPage as I didn't have the event type to hyperlink with.
...
svn: r13681
2009-11-28 10:07:20 +00:00
Rob G. Healey
b90b6f769c
Finished EventListPage. Now only need to work out the sorting protion of it... updated stylesheet to match.
...
svn: r13678
2009-11-27 09:28:39 +00:00
Jérôme Rapinat
15f9344340
3391: Some sentences missed the final dot
...
svn: r13674
2009-11-26 11:13:44 +00:00
Gerald Britton
e572a41566
Tweaks using list comprehensions
...
svn: r13670
2009-11-24 20:14:19 +00:00
Gerald Britton
9698b0306f
Tweaks replacing for-loops with iterator expressions
...
svn: r13664
2009-11-23 20:52:04 +00:00
Doug Blank
2ed9ac56e4
Fixed a bug in HTML table widths; allow args to make_basic_stylesheet; add scrollbars to tabbed items
...
svn: r13660
2009-11-23 01:39:29 +00:00
Doug Blank
18e4b52115
Print to stderr, turn debug off, use addon translations, if any
...
svn: r13654
2009-11-22 18:12:58 +00:00
Doug Blank
670e9bc1ff
Django importer; may move to addons later, but keeping it with DjangoExport for now
...
svn: r13653
2009-11-22 18:07:38 +00:00
Doug Blank
4189b78df3
Protect crashing from malformed data; working on locale-based issues; fast flush; UI focus
...
svn: r13647
2009-11-21 23:18:35 +00:00
Doug Blank
281fa65cd7
Changes to allow large, fast exports
...
svn: r13646
2009-11-21 14:27:25 +00:00
Rob G. Healey
72cca076c5
Removed unused and unnecessary functions: get_birth_date() and get_death_date(). I never did use them at all.
...
svn: r13645
2009-11-21 07:42:36 +00:00
Gerald Britton
baa7bb7151
Tweaks
...
svn: r13641
2009-11-20 17:35:21 +00:00
Gerald Britton
ddb4a6bd0f
Tweaks
...
svn: r13638
2009-11-19 20:10:49 +00:00
Rob G. Healey
c227803a1b
Fixed date display in NarrativeWeb. Bug #3370 .
...
svn: r13637
2009-11-19 19:45:09 +00:00
Peter Landgren
f87bd00fa5
Fix of global name 'ltr' is not defined in line 6156.
...
svn: r13636
2009-11-19 17:56:23 +00:00
Peter Landgren
0b711b211c
Third update for consistent use of Gramps. See issue 3355.
...
svn: r13633
2009-11-19 17:32:11 +00:00
Jérôme Rapinat
22b476be8a
3343: Misnamed report format. Open Document to OpenDocument
...
svn: r13632
2009-11-19 11:13:39 +00:00
Jérôme Rapinat
34f27d5fa5
avoid _ on p (typo on key)
...
svn: r13627
2009-11-18 19:48:06 +00:00
Gerald Britton
50029fbb16
Fix bug in Narrative Web source page. Small performance enhancements in display_source_refs.
...
svn: r13626
2009-11-18 18:41:53 +00:00
Rob G. Healey
307fa33cf1
Converted alphabet navigation to be able to handle words as well as letters.
...
svn: r13622
2009-11-18 08:36:16 +00:00
Peter Landgren
c1c5a61266
Update for consistent use of Gramps. See issue 3355.
...
svn: r13621
2009-11-18 08:34:20 +00:00
Rob G. Healey
1888d3b423
Working on source references and events. Changes in stylesheet to match work.
...
svn: r13619
2009-11-18 08:05:58 +00:00
Brian Matherly
03af2705e7
Fix translation problem in libnarrate.
...
svn: r13618
2009-11-18 06:14:19 +00:00
Brian Matherly
adb18efb83
svn: r13617
2009-11-18 05:32:22 +00:00
Peter Landgren
900d1c57f4
Second update for consistent use of Gramps. See issue 3355.
...
svn: r13611
2009-11-17 20:45:58 +00:00
Peter Landgren
33686fcf18
First update for consistent use of Gramps. See issue 3355.
...
svn: r13610
2009-11-17 20:14:53 +00:00
Rob G. Healey
f9f4a0a3a5
Fixed bug #3357 . Formatting of the date was messed up.
...
svn: r13607
2009-11-17 09:26:28 +00:00
Benny Malengier
24bc002117
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=532559
...
svn: r13606
2009-11-17 08:46:47 +00:00
Brian Matherly
9b1392c912
Clean up descendant tree - PEP8, naming, etc.
...
svn: r13603
2009-11-17 05:11:32 +00:00
Nick Hall
d7b4ca2d9c
Add hierarchical place view. Reorganise existing place view and model.
...
svn: r13601
2009-11-17 00:13:03 +00:00
Doug Blank
f272ce3dd1
Move gtk-based items out of scope of import for cli
...
svn: r13599
2009-11-16 22:39:54 +00:00
Rob G. Healey
06017f562e
Fixed if hyper: cconditional in class MediaPage, lines 2554-2563.
...
svn: r13598
2009-11-16 21:10:49 +00:00
Benny Malengier
47158f47ac
allow forcing a view to be first in category
...
svn: r13590
2009-11-15 13:49:27 +00:00
Doug Blank
406e46eac9
Added link and underline sections to base and html docgen types; defaults to silent pass so that we can add to other docgen types without breaking anything yet
...
svn: r13587
2009-11-15 13:15:54 +00:00
Rob G. Healey
4a98fd23d6
The exif tags option will only be displayed if they have the pyexiv2 library installed. Great error prevention.
...
svn: r13584
2009-11-15 05:47:19 +00:00
Rob G. Healey
ff073515be
Added Image Exif Tags back into NarrativeWeb. Need to download and install pyexiv2 to see them though.
...
svn: r13583
2009-11-15 05:12:34 +00:00
Benny Malengier
d3fd2f150d
GEPS_014:_Plugin_registration_and_management
...
finish views in category, todo: configuration
svn: r13578
2009-11-14 17:17:34 +00:00
Doug Blank
6066738fac
Updated imports
...
svn: r13566
2009-11-13 05:29:42 +00:00
Doug Blank
9fd107741f
A Fan chart view (unstable)
...
svn: r13565
2009-11-13 01:59:30 +00:00
Doug Blank
2a1aa5e5ad
Allow lateral move placement of Fan Chart
...
svn: r13564
2009-11-13 01:57:40 +00:00
Benny Malengier
7da5541920
Cleanup after making views plugins, remove last imports of DataView
...
svn: r13563
2009-11-12 22:32:52 +00:00
Doug Blank
f90c2db4cd
Moved src/gen/web to src/web
...
svn: r13547
2009-11-10 14:23:19 +00:00
Doug Blank
b7327e679a
UNSTABLE plugin for django export
...
svn: r13541
2009-11-10 05:21:35 +00:00
Rob G. Healey
1f2103469e
Fixed two build problems. configure.in had a reference to src/DisplayModels/Makefile. The /src/plugins/view/Makefile.am had a reference to htmlrenderer without the .py extension.
...
svn: r13536
2009-11-10 01:33:58 +00:00
Serge Noiraud
e769051735
GeoView : Plugin registration and management corrections.
...
svn: r13534
2009-11-09 20:31:19 +00:00
Rob G. Healey
232bb80d6c
Re-did Internet Address Book. it is now Address Book. Current styles for my work on Address Book in stylesheet.
...
svn: r13529
2009-11-09 04:37:49 +00:00
Benny Malengier
19522ec975
GEPS 014: Plugin registration and management
...
Also views are now plugins belonging to view category
svn: r13528
2009-11-08 16:41:49 +00:00
Doug Blank
c6a51db8d3
Fix for running quick view gramplet; disable unnecessary signals reception for some change-actives
...
svn: r13519
2009-11-07 13:31:36 +00:00
Rob G. Healey
029a5a0026
Fixed listing of internet addresses in display_url_list() and class InternetAddressBook.
...
svn: r13512
2009-11-06 21:50:35 +00:00
Rob G. Healey
e0dc1b74f3
Added progress meter bar to Internet Address Book.
...
svn: r13511
2009-11-06 21:08:58 +00:00
Rob G. Healey
faae542526
Fix my html source layout problems. Cleanup and making stylesheet consistent.
...
svn: r13506
2009-11-06 08:04:41 +00:00
Rob G. Healey
1605254b2d
Added Internet Address Book to NarrativeWeb. Added styles for it and OneDay elements for WebCal. Updated printer stylesheet to current work.
...
svn: r13503
2009-11-05 18:18:49 +00:00
Peter Landgren
bd18302d69
Fix so that a copy is created, if new filename already exists. Works like normal XML export.
...
svn: r13494
2009-11-03 17:33:35 +00:00
Gerald Britton
2230220ea1
Tweaks using builtins and list comprehensions -- fix error in get_name
...
svn: r13492
2009-11-03 14:22:37 +00:00
Rob G. Healey
6741ffed73
Cleanup and remove some old functions in WebCal.
...
svn: r13488
2009-11-03 07:32:45 +00:00
Brian Matherly
3141ed0e71
Cleanup libnarrate.
...
svn: r13487
2009-11-03 05:25:15 +00:00
Rob G. Healey
99499779dc
NarrativeWeb is now using format_date() where it is just needing to be displayed. Where calculations are needed, using Date() and date(). Stylesheets are being updated as well. A lot of general cleanup as well.
...
svn: r13486
2009-11-03 04:18:05 +00:00
Gerald Britton
f822b4b8a0
Tweaks using builtins and list comprehensions
...
svn: r13482
2009-11-02 19:07:32 +00:00
Nick Hall
200bacb1f5
Add extra sections to Complete Individual Report
...
svn: r13481
2009-11-02 14:57:34 +00:00
Doug Blank
0f61597985
Begin moving 3rd-party plugins to external SVN: DataEntryGramplet removed
...
svn: r13476
2009-11-01 14:28:37 +00:00