Commit Graph

4096 Commits

Author SHA1 Message Date
Tim G L Lyons
5719832f36 Citation filters
svn: r18182
2011-09-20 22:05:41 +00:00
Paul Franklin
08470002b5 5155: Complete Individual Report always tries to include images
svn: r18181
2011-09-20 19:59:11 +00:00
Jérôme Rapinat
300728ec48 update list to 3.4 number ...
svn: r18178
2011-09-20 14:22:07 +00:00
Rob G. Healey
7cb8c66272 Changed the name of the Horizontal and Vertical menus style sheets.
svn: r18173
2011-09-19 05:17:50 +00:00
Rob G. Healey
a4ee67d53f Fixed Family Attributes and Family LDS Ordinance. Thank you Michiel Nauta.
svn: r18172
2011-09-19 02:26:07 +00:00
Tim G L Lyons
21e402fc6f * Updated signal handlers to deal with citation tree model and secondary nodes
* Fix for citation selector.

svn: r18171
2011-09-18 19:49:18 +00:00
Craig J. Anderson
dd92bf6e1a fixes:
http://www.gramps-project.org/bugs/view.php?id=5175
put in a valid email address



svn: r18168
2011-09-15 00:19:26 +00:00
Michiel Nauta
44f0c6e98b 5063: again, rewritten Mainz stylesheet
svn: r18160
2011-09-13 21:49:03 +00:00
Rob G. Healey
04cb1db273 Brought Family LDS section with IndividualPage's: Families section.
svn: r18159
2011-09-13 18:04:29 +00:00
Rob G. Healey
11de3759f7 Bug#5029-- Attributes in Websites; Moved Family ttributes into IndidivudalPage: Families: Attributes.
svn: r18158
2011-09-13 03:26:38 +00:00
Michiel Nauta
77654ffc82 5227: NarWeb, multiple persons are not seperated by comma
svn: r18152
2011-09-11 20:26:45 +00:00
Michiel Nauta
29d693ed49 5226: again, husband and wife links
svn: r18148
2011-09-11 10:55:11 +00:00
Michiel Nauta
dc00fa980d 5226: NarWeb, family events don't list persons on event page and event list page
svn: r18146
2011-09-11 10:32:37 +00:00
Michiel Nauta
716c959e23 5225: again, place page title
svn: r18144
2011-09-11 08:09:01 +00:00
Rob G. Healey
fa5a5f4c0d Fixed the last row's emptyCols for ThumbnailPreviewPage().
svn: r18139
2011-09-10 06:17:14 +00:00
Michiel Nauta
83d9ac4994 5225: NarWeb, map page title misses and event page title is strange
svn: r18137
2011-09-09 22:02:18 +00:00
Michiel Nauta
25457c6c1e 5224: NarWeb, associations table appends 1 to person name
svn: r18135
2011-09-09 21:08:37 +00:00
Michiel Nauta
2c52c8cc42 5223: NarWeb, first image thumbnail description errors
svn: r18133
2011-09-09 20:26:23 +00:00
Michiel Nauta
5bf9b8217e 4305: again for mimeless images
svn: r18131
2011-09-09 19:31:17 +00:00
Michiel Nauta
c0f3cf1084 5209: Narrated Web Site - Mainz - Year At A Glance - Rendering Error
svn: r18129
2011-09-09 19:09:06 +00:00
Rob G. Healey
a6a49cf526 Finished off creating the last row if it is incomplete in Thumbnail Preview Grid page?
svn: r18127
2011-09-09 08:34:12 +00:00
Rob G. Healey
d435c31d9e Cleanup of ColumnPartner, and removed section MarriageReport.
svn: r18125
2011-09-08 10:03:03 +00:00
Rob G. Healey
87460f0788 Cleanup of class PlaceListPage()
svn: r18124
2011-09-08 09:47:53 +00:00
Rob G. Healey
1f290c934d Simplified the listing of the class FamilyListPage(), so that a couple is only shown once in the list.
svn: r18123
2011-09-08 09:23:10 +00:00
Rob G. Healey
09e9e253fa Consolidated many occurences of ColumnRowLabel into one...
svn: r18122
2011-09-08 09:21:22 +00:00
Brian Matherly
4b3e119faa Patch by Adam Stein <adam@csh.rit.edu > - Continued work on "0002513: Using section/region on media_ref as thumbnail on reports" - add image cropping to Individual report.
svn: r18119
2011-09-07 02:54:19 +00:00
Brian Matherly
c4d4762c30 Patch from Matt Keenan <matt.keenan@gmail.com> - 0005149: Provide Name Format option for some text reports
svn: r18118
2011-09-07 02:49:08 +00:00
Rob G. Healey
147f74c3b1 Some cleanup work
svn: r18117
2011-09-07 01:35:45 +00:00
Rob G. Healey
ec1018973d Bug#5165; fixed filename of Thumbnail Page in class ThumbnailPreview(). Thank you, Jerome Rapinat.
svn: r18113
2011-09-04 23:29:20 +00:00
Tim G L Lyons
c474e5e638 * change CitationtreeModel so that building the view starts from sources so that it displays sources that have no citations
consequent restructuring:
* introduce separate CitationBaseModel module which encapsulates access to both citation and source fields for the views
* introduce separate CitationListModel and CitationTreeModel modules

* move configuration data from libcitationview to citationtreeview and citationlistview, because the two different views have different data


svn: r18110
2011-09-03 22:19:15 +00:00
Tim G L Lyons
bb854ec772 Modifications as suggested by Nick Hall:
* Remove inheritance of Citation from RefBase, using source_handle filed instead (similar to  the way Family objects store mother and father handles) (also use the set_ and get_reference_handle functions more consistently)
* Use get_citation_list instead of get_citation_references (more consistent with the way notes are handled)

svn: r18100
2011-09-02 10:40:53 +00:00
Brian Matherly
24900750a9 Patch from Nick Hall - 0005193: Web Calendar report gives an error for the default style sheet.
svn: r18099
2011-09-02 02:03:39 +00:00
Brian Matherly
eb85361c7e Patch by Adam Stein <adam@csh.rit.edu > - Continued work on "0002513: Using section/region on media_ref as thumbnail on reports" - add image cropping to Cairo documents
svn: r18097
2011-09-02 01:32:03 +00:00
Tim G L Lyons
29cc4ee6e9 * various updates to CitationView, CitationEmbedView and CitationEditor to take account of Rev 17973 for two different object types in selectors
* updates to citationviews to support all the functionality (add source etc.) provided by sourceview (including different tooltips for tree view and list view)
* moved registration of citationtreeview into view.grp.py
* removed citationtreeview.grp.py module
* fixed update to citation when note is deleted
* fixed update to citation when media object is deleted
* re-enabled edit button in sourcebackreflist
* improved date display in mergecitation
* changed default note type for citation notes
* changed backref in citation editor to CitationBackRefList
* fixed removal of citation handles from the list in primary objects when a citation is deleted
* fixes for pylint

svn: r18095
2011-09-01 18:13:42 +00:00
Rob G. Healey
85e803f5f6 Added the missing thumbnails on the preview page. Added option to create the family pages or not?
svn: r18094
2011-09-01 04:51:13 +00:00
Rob G. Healey
ed18bf59bf Fixed hyperlink to the Thumbnail Preview page. Thank you, Jerome Rapinat
svn: r18093
2011-09-01 02:43:17 +00:00
Rob G. Healey
95a292f344 Finished working on the thumbnail preview page and updated the style sheets with the necessary style elements.
svn: r18091
2011-08-31 02:06:59 +00:00
Rob G. Healey
cde4bb16d5 Removed this style sheet as there are so many different stylesheets already and there is really no value to it.
svn: r18090
2011-08-30 19:16:33 +00:00
Nick Hall
ec1f15e94b 5191: Remove family heading when the active person has no families
svn: r18089
2011-08-30 18:35:52 +00:00
Nick Hall
afef197a57 Update Gramps XML Import/Export to support Citations
svn: r18086
2011-08-30 12:34:46 +00:00
Tim G L Lyons
5a3cef062c * Implemented merge Citation
* Updated merge Sources
* Implemented undo-redo for citations (revision 18069 had only added citations to the undo-redo list, not acted on that types of element)
* Fixed embedded lists for some of the object type editors that were done in Rev 18069
* Modified EditCitation so the source parameter is optional
* Added svn properties for all /src/Merge/merge*.py modules
* Added support for EditCitation from backreflist.py

svn: r18085
2011-08-30 10:40:30 +00:00
Rob G. Healey
97077b5146 Fixed table alighment error that I just created. Re- created event_header_row(), but every event may use it now.
svn: r18082
2011-08-29 09:04:02 +00:00
Rob G. Healey
87a6c03c8f Cleanup of FamilyPage(), format_family_events(), and display_event_row().
svn: r18081
2011-08-29 07:02:17 +00:00
Rob G. Healey
a9dc79c730 Fixed the problem with the FamilyPage content not showing in the page. Added a conditional to MediaListPage to catch possible failure.
svn: r18080
2011-08-29 05:06:37 +00:00
Michiel Nauta
bcbe23ebbb 3963: Webreport, Individual's side, bug in event's note
svn: r18078
2011-08-27 10:08:24 +00:00
Michiel Nauta
d79eaa2b93 3893: [NarWeb] Narrated Website does not export all sources
svn: r18076
2011-08-27 10:01:30 +00:00
Michiel Nauta
a7bfa88f3b 4523: WebCal generates wrong path slash -\ instead of /
svn: r18074
2011-08-27 09:51:58 +00:00
Michiel Nauta
41dfd5e55e 4486: Validate webpages again, single parent families
svn: r18072
2011-08-27 09:43:08 +00:00
Rob G. Healey
94799a83ca Fixed FamilyPage()...
svn: r18071
2011-08-27 02:53:09 +00:00
Rob G. Healey
c942a8bee6 Added event.get_media_list() and Notes, urls, source references, and media to FamilyPage.
svn: r18070
2011-08-27 00:26:33 +00:00
Tim G L Lyons
d3dcbb1c12 Implemented database upgrade for all eligible remaining object types.
Added Citations to undo-redo feature.
Moved Citation view within navigation pane to below Sources.
Removed useless edit button from sourcebackreflist.
Fixed default bottombar gramplets for citations. 

svn: r18069
2011-08-26 23:18:11 +00:00
Rob G. Healey
860d946652 Completed the use of check_person_database() for all usage of 'if handle in self.ind_list:' for looking to see if a person is in the report database.
svn: r18068
2011-08-26 05:34:47 +00:00
Michiel Nauta
cb500359fb 4486: NarrativeWeb does not validate
svn: r18064
2011-08-25 20:47:36 +00:00
Rob G. Healey
a2e4669a3a Removed ColumnMedia from FamilyListPage, and Benny said it would take a huge hit on bandwidth and load timing.
svn: r18061
2011-08-24 07:12:54 +00:00
Rob G. Healey
a9cff60f04 Added class FamilyListPage, remove global variable _individuallist, and added some error catching. I am stuck on class FamilyPage...
svn: r18060
2011-08-24 05:52:11 +00:00
Kees Bakker
d04efcfb7e Bugfix for 5146 and 5106 - ImportProGen fails on Windows because some files
must be read as "binary".


svn: r18056
2011-08-23 19:48:33 +00:00
Kees Bakker
abaf5cd4f6 Comment out set_patronymic in ImportProGen plugin. This is a temporary measure
and we have to see how many PG30 users actually want it.


svn: r18055
2011-08-23 19:46:11 +00:00
Tim G L Lyons
165625715d Various enhancements:
* Modified Event object to include references to Citations
* Implemented database upgrade for Events (upgrade for Media had already been done)
* Enhanced database upgrade to do backlinks
* Modified Media object to remove sourceref
* Implemented citations bottombar gramplet
* Some minor fixes and improvements

svn: r18054
2011-08-23 16:54:03 +00:00
Rob G. Healey
6befeb2c3b Cleanup of alphabet navigation bar's title
svn: r18053
2011-08-23 07:21:43 +00:00
Michiel Nauta
02d05a3d4b Updated Rob's stylesheets from r18045
svn: r18052
2011-08-21 19:34:27 +00:00
Rob G. Healey
699d742688 Added style sheet for upcoming Web Thumbnail Gallery
svn: r18051
2011-08-21 08:27:06 +00:00
Michiel Nauta
142d868ba1 4305: p element in W3 compliance
svn: r18048
2011-08-19 19:10:49 +00:00
Brian Matherly
b0b919d148 Patch from Paul Franklin - Partial work for: 0004646: reports cannot be run from the command line in a non-GUI environment
svn: r18047
2011-08-19 01:57:43 +00:00
Rob G. Healey
3b30d1dee6 Added style sheet elements for the upcoming FamilyListPage() coming in NarrativeWeb... Already discussed these elements with Michael Nauta.
svn: r18045
2011-08-18 00:43:55 +00:00
Rob G. Healey
a3fd13e185 Fixed issue with creating the Media object's Date object from image Exif metadata.
svn: r18044
2011-08-18 00:29:22 +00:00
Rob G. Healey
f90367ad86 Re- wrote the entire save_metadata() function. Still have a couple little irritating issues, but I will work them out too soon.
svn: r18040
2011-08-17 07:08:31 +00:00
Michiel Nauta
41d3ab4d58 5159: Import of xml file with note linking to duplicate object points to original object
svn: r18038
2011-08-16 20:31:30 +00:00
Michiel Nauta
9dd5465216 5140: Import of Gramps XML file with cross table duplicate handles crashes
svn: r18036
2011-08-16 20:06:43 +00:00
Brian Matherly
603238aeb0 0004605: Multiple improvements for LaTeX output (patch from Harald Rosemann)
svn: r18035
2011-08-14 14:12:53 +00:00
Rob G. Healey
fe4df17781 Adjusted dtyle sheet elements for Family Map pages.
svn: r18033
2011-08-11 23:14:01 +00:00
Rob G. Healey
545d61353e Code cleanup: Fixed and cleanup of event_box and entry combo.
svn: r18032
2011-08-11 21:50:54 +00:00
Rob G. Healey
199786a53c Little bits of cleanup in the javascript code for place maps.
svn: r18027
2011-08-11 09:28:24 +00:00
Serge Noiraud
49dd772d3c Geography : first try to solve bug 5053.
svn: r18026
2011-08-11 07:55:39 +00:00
Rob G. Healey
823d3b4034 If there is no image Exif metadata, the media object's date will be displayed on the Edit screen if there is one available.
svn: r18024
2011-08-11 07:02:30 +00:00
Rob G. Healey
86334caef3 Fixed issue in adding the media object's date field.
svn: r18023
2011-08-10 20:48:10 +00:00
Jérôme Rapinat
15d3beba04 more confort for small screen
svn: r18017
2011-08-09 16:14:52 +00:00
Rob G. Healey
68a47bd01f Re- verted two function name back to their original as I keep forgetting what they are and I can't access them.
svn: r18015
2011-08-09 07:41:50 +00:00
Rob G. Healey
36aa9f3c86 Instead of re- inventing the wheel, used the existing wheel. Used conv_lat_lon() from PlaceUtils to handle GPS Coordinates.
svn: r18014
2011-08-08 23:59:06 +00:00
Jérôme Rapinat
2176d10611 openstreet_jsc not initialized on body according to htmlconst
svn: r18011
2011-08-08 16:14:20 +00:00
Jérôme Rapinat
fd47b5f5f5 Enable Japanese support
svn: r18009
2011-08-08 07:10:34 +00:00
Serge Noiraud
c3cf0dac3e Geoview : after removing mapstraction, make didn't work.
svn: r18000
2011-08-07 10:58:42 +00:00
Rob G. Healey
709dfffe32 Removed mapstraction files from the Makefile.am, and removed the directory from the configurew file. Failure to compile is now fixed.
svn: r17998
2011-08-06 23:19:20 +00:00
Rob G. Healey
f629aac17a Fixed a couple of small little things.
svn: r17997
2011-08-06 20:50:43 +00:00
Serge Noiraud
80fd27c2bc GeoView : removing all the old files ( mapstraction directory )
svn: r17996
2011-08-06 19:56:41 +00:00
Rob G. Healey
9bc77650e7 Removed unnecessary function that was missed from earlier commits.
svn: r17995
2011-08-06 17:15:46 +00:00
Rob G. Healey
6ac9bbdf2c Fixed placement of button on Google-Markers. Fixed navigation menu title within hyperlink.
svn: r17993
2011-08-06 08:27:40 +00:00
Rob G. Healey
4027c75d52 Attempt at getting zoomlevel correct in displaying a larger map section based on Family Map.
svn: r17992
2011-08-06 00:38:08 +00:00
Rob G. Healey
eaec14898b Fixed and enhanced the Google Maps, OpenStreetMaps will be next
svn: r17991
2011-08-05 07:15:08 +00:00
Rob G. Healey
e6a22dd95c Finally have all pieces working once again...
svn: r17987
2011-08-02 09:10:49 +00:00
Brian Matherly
2b9afdf45d Patch by Adam Stein <adam@csh.rit.edu > - Continued work on "0002513: Using section/region on media_ref as thumbnail on reports" - make links clickable in LaTeX.
svn: r17982
2011-07-31 20:44:44 +00:00
Rob G. Healey
6b0472d333 Removed blue-marker.png image because Serge has plenty of marker images for GeoView and Geography.
svn: r17980
2011-07-30 06:07:00 +00:00
Tim G L Lyons
f9df3503b2 Added svn properties and improved some code layout (mainly long lines).
svn: r17977
2011-07-29 10:31:41 +00:00
Rob G. Healey
5eb58e76bf Beginning steps for Google/ Family Map Options.
svn: r17976
2011-07-28 16:10:37 +00:00
Rob G. Healey
6e6da970b5 Adding blue marker as a secondary marker for NarrativeWeb's PlaceMap and FamilyMap.
svn: r17975
2011-07-28 14:44:10 +00:00
Rob G. Healey
9d8ee10359 More work being done on FamilyMap with OpenStreetMap.
svn: r17974
2011-07-28 14:16:34 +00:00
Rob G. Healey
9f1cbc9ffc Changed Place Map Options so that either option will allow the MapService options as both should have access to it.
svn: r17972
2011-07-27 03:57:41 +00:00
Brian Matherly
9bc3d725cb Patch by Adam Stein <adam@csh.rit.edu > - Continued work on "0002513: Using section/region on media_ref as thumbnail on reports"
svn: r17971
2011-07-27 03:26:12 +00:00
Jérôme Rapinat
030d675b72 typo
svn: r17969
2011-07-26 09:24:51 +00:00
Jérôme Rapinat
c278b158e8 make OpenStreetMap and Marker layers working together
svn: r17968
2011-07-26 08:44:22 +00:00
Rob G. Healey
249d4bd55b Removedall unnecessary style sheet elements.
svn: r17967
2011-07-26 07:05:32 +00:00
Rob G. Healey
888e464700 Added extra features to OpenStreetMap in Place Maps.
svn: r17966
2011-07-26 05:12:15 +00:00
Nick Hall
59c793608c Introduce experimental netbook mode for small screen sizes
svn: r17965
2011-07-25 22:47:57 +00:00
Nick Hall
871508b7f3 Correct column heading
svn: r17963
2011-07-24 23:47:17 +00:00
Nick Hall
7b743e61af Improve layout of citation tree view
svn: r17962
2011-07-24 23:42:05 +00:00
Tim G L Lyons
9ff46d9eab Initial prototype.
* Changed database to introduce Citations
* Introduced new Citation Primary object and CitationBase (equivalent to CitationRef) child object
* Implemented CitationTreeModel and CitationListModel
* Implemented CitationTreeView and CitationListView for new citation views in the navigator
* Implemented EditCitation which is used both for the citation views in the navigator and for the citations of an object
* Implemented the CitationEmbedList to display the citations of an object
* Modified the bottom bar gramplets to support citations
* Implemented the citation selector.
* Modified Media object to include references to Citations
* Initial work on deleting citations


svn: r17960
2011-07-24 18:30:28 +00:00
Jérôme Rapinat
390410f2ca try to add support for OpenStreetMap; overview controler
svn: r17958
2011-07-24 14:57:43 +00:00
Jérôme Rapinat
2f743336e8 try to add support for OpenStreetMap; switcher support
svn: r17957
2011-07-24 14:51:48 +00:00
Jérôme Rapinat
d20c2b49fc try to add support for OpenStreetMap; better naming
svn: r17956
2011-07-24 14:45:04 +00:00
Jérôme Rapinat
abe77ef759 try to add support for OpenStreetMap; cleanup
svn: r17955
2011-07-24 14:42:23 +00:00
Jérôme Rapinat
de95dd72e0 try to add support for OpenStreetMap; same init() name as Google (body onload)
svn: r17954
2011-07-24 13:38:12 +00:00
Jérôme Rapinat
569c9f790d try to add support for OpenStreetMap's marker and layer
svn: r17953
2011-07-24 13:25:47 +00:00
Jérôme Rapinat
17a863b4cc try to add OpenLayers.js support for OpenStreetMap
svn: r17952
2011-07-24 12:54:58 +00:00
Jérôme Rapinat
5a6ddb8b60 use main url for OpenLayers.js
svn: r17951
2011-07-24 12:38:00 +00:00
Jérôme Rapinat
490492bd55 try to add OpenLayers.js support for OpenStreetMap
svn: r17950
2011-07-24 12:31:55 +00:00
Rob G. Healey
efc97de594 Fixed missing longitude/ latitude variables for openstreetmap. Thank Jerome Rapinet.
svn: r17949
2011-07-24 09:06:51 +00:00
Jérôme Rapinat
3c15b42e98 minor improvements after rev17946
svn: r17948
2011-07-23 10:31:38 +00:00
Rob G. Healey
12148e7dbb Feature request#4754; Updated Creative Commons's icon for web pages such as NarrativeWeb and WebCal.
svn: r17947
2011-07-23 06:16:55 +00:00
Rob G. Healey
2b222cb92a Added OpenStreetMap and GoogleMap javascript code into the library for easier processing and usability. Updated NarrativeWeb as needed.
svn: r17946
2011-07-23 06:06:27 +00:00
Rob G. Healey
a232e644a3 Fixed the proper timing for the Edit and Delete buttons to be sensitive.
svn: r17943
2011-07-21 09:09:05 +00:00
Rob G. Healey
bdb27312b7 Forgot to remove mapstraction.css ad add narrative-maps.css
svn: r17941
2011-07-20 05:42:41 +00:00
Rob G. Healey
146653eb3f Fixed an error in saving Altitude. Some cleanup of code
svn: r17940
2011-07-20 01:53:04 +00:00
Rob G. Healey
531bf3a78f Finished up with Family Map Pages' map. Fixed the Place Maps' tab options.
svn: r17938
2011-07-19 06:12:44 +00:00
Rob G. Healey
f8d698aecb Updated FamilyMap to use current google v3 javascript. No longer needs mxn/ Mapstraction jaqvascript files. Changed name of a css file for using with these maps.
svn: r17937
2011-07-18 22:09:00 +00:00
Rob G. Healey
b082ee8d55 Updated Family Map pages to use the latest google v3 javascript map builder.
svn: r17935
2011-07-16 07:06:48 +00:00
Rob G. Healey
fd1ddece33 Great big cleanup.
svn: r17934
2011-07-16 00:04:46 +00:00
Michiel Nauta
49feac90fa 4861: Relationship view doesn't show marriage if no spouse
svn: r17932
2011-07-15 17:14:02 +00:00
Nick Hall
9a1b8ec128 Remove set_has_data calls
svn: r17931
2011-07-15 14:57:35 +00:00
Rob G. Healey
d4492760a6 Completion of Feature Request#5026; Use object instead of iframe. Allow only googlemap or (openstreetmap or wikimapia together). Google map will override openstreetmap and wikimapia.
svn: r17930
2011-07-14 21:32:01 +00:00
Rob G. Healey
88f97a0501 Enabled the marker for the place in the place map. Click on a marker and watch...
svn: r17927
2011-07-14 09:26:32 +00:00
Rob G. Healey
473c809e39 Feature request#5026 -- fixed mistakes added in last commit.
svn: r17926
2011-07-14 08:06:36 +00:00
Rob G. Healey
e2b4233aec Feature request#5026: Ability to select another map provider than Google on NarrativeWeb report; thank you Jerome Rapinet.
svn: r17925
2011-07-13 22:53:03 +00:00
Michiel Nauta
a1185b4d67 4907: Do not create links to AddressBookPage on Main Nav Menu if addrlist is empty
svn: r17921
2011-07-12 21:17:50 +00:00
Michiel Nauta
1cf4315a63 5063: Mainz stylesheet bugs: align subtables and fix source ref links
svn: r17919
2011-07-12 20:48:31 +00:00
Rob G. Healey
feaa957620 Added functionality to allow user to changed the media object's title within my addon.
svn: r17918
2011-07-12 04:15:50 +00:00
Brian Matherly
bb6ad450e3 Patch by Adam Stein <adam@csh.rit.edu > - Partial completion of "0002513: Using section/region on media_ref as thumbnail on reports"
svn: r17917
2011-07-12 03:30:58 +00:00
Rob G. Healey
c9f0f2c8d7 Removed the convert GPS functionality as this is not a GPS Conversion script.
svn: r17916
2011-07-12 02:02:01 +00:00
Rob G. Healey
af2cf6c331 Fixed many errors in save, copy, clear. Added changes made by Nick Hall-- using libmetadata.
svn: r17915
2011-07-12 00:03:21 +00:00
Michiel Nauta
a2b617201d 5063: Mainz stylesheet bugs
svn: r17913
2011-07-10 19:01:30 +00:00
Nick Hall
7f02492f0f Move metadata treeview into a new library file
svn: r17912
2011-07-10 18:32:12 +00:00
Rob G. Healey
3085c2ada2 Fixed an crashing error in Save and Copy functions.
svn: r17911
2011-07-09 20:36:00 +00:00
Rob G. Healey
9ff5fd9039 Moved tag_label to before func in TAGS_. Modified column lengths to attempt to better view the displaying area.
svn: r17910
2011-07-09 19:07:52 +00:00
Rob G. Healey
b09102b184 Modified valid PIL.Image file types to match file types in valid exiv2 types.
svn: r17909
2011-07-09 10:18:16 +00:00
Rob G. Healey
cd6418d90c Added a label for XmpTag and IptcTag tags in TAGS_, so now it is: for section, key, key2, func, label in TAGS_ in __display_exif_tags()
svn: r17908
2011-07-09 08:13:13 +00:00
Rob G. Healey
9c8e67ca9d Fixed some layout things.
svn: r17903
2011-07-07 19:32:32 +00:00
Rob G. Healey
2514f1dc77 Removed a duplicate function. Removed some set.size_requests as possible without destroying the layout of the Edit window.
svn: r17902
2011-07-07 19:19:30 +00:00
Peter Landgren
dc469aed0b Fix of issue 5045 and 5073, double progress bars ic now one.
svn: r17900
2011-07-07 08:29:50 +00:00
Rob G. Healey
3c89080193 Re- sized the width and height of the Edit window for Exif metadata. I hope that this will be a better layout.
svn: r17899
2011-07-07 05:45:07 +00:00
Rob G. Healey
58657454f5 Clean up of import section, added node category -- thanks Nick Hall. Cleanup of code.
svn: r17894
2011-07-05 21:20:44 +00:00
Nick Hall
e305834f5a Update Metadata Viewer gramplet to use a tree view
svn: r17892
2011-07-02 17:29:59 +00:00
Michiel Nauta
5bbe4fc56e 5059: Reordering Gramps IDs fails
svn: r17886
2011-07-01 11:44:26 +00:00
Michiel Nauta
cb3d1f8ce5 5054: ID format conversion creates duplicates
svn: r17884
2011-07-01 11:22:37 +00:00
Rob G. Healey
abf4584921 Cleanup of some def variables.
svn: r17879
2011-07-01 06:13:58 +00:00
Rob G. Healey
0f735d1941 Fixed problems in converting files. Fixed problem when a user would convert an image and then double same image after it was converted. Adjusted sizes of the event boxes of Thumbnail, ImageType, and Convert Buttons.
svn: r17878
2011-07-01 05:25:11 +00:00
Nick Hall
29e5f4a326 Enhance sources gramplets to show sources of child objects
svn: r17875
2011-06-30 21:30:40 +00:00
Rob G. Healey
ce508eb8a3 Removed a lot of debugging code from when I first got involved with Gramps. back in those immature days of learning my first python code.
svn: r17871
2011-06-30 15:39:41 +00:00
Brian Matherly
d25248ccb8 0004705: Book Report does not work from CLI (Patch from Paul Franklin).
svn: r17870
2011-06-30 02:47:48 +00:00
Rob G. Healey
ab8c2d8693 Fixed an error in convert_file().
svn: r17869
2011-06-30 02:16:47 +00:00
Rob G. Healey
191790e1bd Fixed list of compatible PIL.Image convertible image types.
svn: r17868
2011-06-30 00:30:53 +00:00
Rob G. Healey
2ae741bcc4 Fixed problem with not being able to hide my combo box. Use combo_box.set_sensitive() instead of combo_box.hide().
svn: r17865
2011-06-29 08:31:37 +00:00
Rob G. Healey
8fe8b7e82f Fixed GPS Coordinates. Fixed Converting image files. Fixed media object.set_path(). Fixed media object_set_date_object(). Some cleanup.
svn: r17863
2011-06-29 05:03:03 +00:00
Michiel Nauta
2a10453af0 5046: GEDCOM import fails on aka name
svn: r17838
2011-06-27 15:20:56 +00:00
Jérôme Rapinat
5341b4d132 5023: Textual reports are crashing with HTML format without stylesheet set
svn: r17837
2011-06-27 07:37:32 +00:00
Brian Matherly
a7cf957319 0004977: feature request: sorted "Available Items" in Book Report (Patch from Paul Franklin)
svn: r17826
2011-06-22 12:14:52 +00:00
Rob G. Healey
37431956f1 Fixed error in strip_metadata() that crashed when clearing the viewing area.
svn: r17825
2011-06-22 06:22:41 +00:00
Rob G. Healey
9403a64c12 Removed the use of the del/ rm command to delete a file. Thank you, Brian Matterly.
svn: r17824
2011-06-21 00:29:52 +00:00
Michiel Nauta
951e38ca71 5022: Layout in website 3.0
svn: r17822
2011-06-20 21:38:52 +00:00
Michiel Nauta
2238392330 4808: Latitude and Longitude in the web report
svn: r17820
2011-06-20 21:34:03 +00:00
Michiel Nauta
902fa56b26 5027: After export to XML and Import into new DB all surnames become primary
svn: r17818
2011-06-20 15:25:28 +00:00
Rob G. Healey
e2e399799c Fixed errors discovered by Nick Hall. Remove dependencies on ImageMagick and Jhead. Convert is being done by PIL.Image, and delete is being done by local computer delete command. Thank you Nick and Benny
svn: r17817
2011-06-20 06:31:22 +00:00
Peter Landgren
4750ab4816 Endnotes improvment, see issue 4997 & 4998.
svn: r17809
2011-06-19 11:47:22 +00:00
Rob G. Healey
5460d4880f Added error trapping, adjusted size of Edit Window, fixed errors and some cleanup.
svn: r17804
2011-06-17 06:54:03 +00:00
Benny Malengier
ee14f249f3 5002: control n and p to move between categories not working
svn: r17791
2011-06-15 08:35:42 +00:00
Michiel Nauta
7ff20332ac 4856: Gedcom import of empty note leads to invalid database
svn: r17766
2011-06-13 08:25:31 +00:00
Peter Landgren
a7cc6381ae Fix of issue 4992, same value in both lat and long.
svn: r17762
2011-06-12 18:42:45 +00:00
Nick Hall
a45d8fdd09 Display partial dates as invalid
svn: r17760
2011-06-12 13:10:18 +00:00
Nick Hall
916186039f Bug fix
svn: r17759
2011-06-12 13:04:16 +00:00
Michiel Nauta
f86751865c 4316: [NarWeb] Missing document.png
svn: r17742
2011-06-10 17:05:45 +00:00
Rob G. Healey
dda9c5eaf6 pylint score cleanup...
svn: r17740
2011-06-10 06:47:04 +00:00
Rob G. Healey
6d58e4db96 Disabled 'content-changed' signal which at least allows me to enter the date without it crashing.
svn: r17739
2011-06-10 04:25:08 +00:00
Rob G. Healey
f3df3d4ece Nick Hall created a patch which adds bet6ter date validation, and Latitude/ Longitude validation.
svn: r17738
2011-06-10 02:12:07 +00:00
Nick Hall
6c3013d764 Fix error when date and time are empty
svn: r17736
2011-06-09 22:35:44 +00:00
Nick Hall
cdcc030bf0 Tidy up date/time functionality
svn: r17735
2011-06-09 17:16:17 +00:00
Peter Landgren
9c7fd12d56 Fix so that date, if any, in source reference is printed.
svn: r17733
2011-06-09 14:25:46 +00:00
Rob G. Healey
b17dd8fe3e Code refinement provided by Gerald Britton.
svn: r17728
2011-06-09 06:32:22 +00:00
Rob G. Healey
1d1c177acd Tweak'd the _format_datetime() function.
svn: r17726
2011-06-09 03:41:30 +00:00
Rob G. Healey
a5632c38d5 Added patch to fix the 'Modified' and 'Original' date/ time fields. Thank you Nick Hall.
svn: r17725
2011-06-09 03:27:43 +00:00
Michiel Nauta
4e76a47c53 Preserve import handle when family tree is empty
svn: r17715
2011-06-08 15:22:23 +00:00
Rob G. Healey
679b3a86ee Fixed an error in 'converting Latitude/ Longitude' in save_metadata().
svn: r17714
2011-06-08 05:06:51 +00:00
Rob G. Healey
da6423d184 Fixed a failure to save...
svn: r17713
2011-06-08 02:48:47 +00:00
Rob G. Healey
ba55888eff Fixed errors in _format_datetime() to match corrections from Nick Hall. Removed 'Clear' button from the initial display, thanks Nick and Helge.
svn: r17711
2011-06-08 00:29:14 +00:00
Nick Hall
deebab7a01 4969: Prevent a view being changed whilst a view change is already in progress
svn: r17710
2011-06-07 22:49:18 +00:00
Serge Noiraud
2d24d68753 Geography : The first click on button 1 ( left ) gives a zoom after changing map view.
svn: r17704
2011-06-07 06:09:43 +00:00
Rob G. Healey
5b2b2eead3 Fixed an error in thumbnail_view(). Thank you, Helge Privat
svn: r17703
2011-06-07 01:53:30 +00:00
Nick Hall
ffe9ecd8fd 4974: Fix formatting of dates before 1900
svn: r17702
2011-06-06 22:33:15 +00:00
Doug Blank
8f71da793c 4964: Gramps crashed during web report generation with person place maps
svn: r17687
2011-06-04 14:00:24 +00:00
Doug Blank
17e7d64524 4964: Gramps crashed during web report generation with person place maps
svn: r17685
2011-06-04 13:55:55 +00:00
Rob G. Healey
1c0a62d501 Added GPSAltitude, GPSAltitudeRef, GPSTimeStamp...
svn: r17681
2011-06-04 00:07:34 +00:00
Michiel Nauta
0a12d3a3ad Fix merge advice on import to merge places with identical ids
svn: r17677
2011-06-03 15:20:44 +00:00
Serge Noiraud
186057add6 Geography : cursor driven region and autozoom ( #0004882 )
svn: r17674
2011-06-03 10:08:41 +00:00
Jérôme Rapinat
c3234e5c6f revert r17665 and r17623
svn: r17667
2011-06-02 20:23:37 +00:00
Jérôme Rapinat
97b5df209d try to fix 'self.URL'
svn: r17665
2011-06-02 10:10:37 +00:00
Benny Malengier
d441ae53ea 4954: Error showing children if no spouse in family
svn: r17658
2011-06-02 08:04:35 +00:00
Rob G. Healey
3f686e290b Removed the background event_box colors as Gerald Britton reported a crash on his computer because of them.
svn: r17656
2011-06-02 06:03:41 +00:00
Rob G. Healey
f29b2a04ba Removed gpsTimeStamp and re-added the converting of GPS Latitude/ Longitude Coordinates.
svn: r17655
2011-06-02 05:58:29 +00:00
Rob G. Healey
76b697d622 Modified retrieving and setting of image metadata keypairs.
svn: r17654
2011-06-02 04:39:15 +00:00
Rob G. Healey
a918c8a18d Re-adjusted column widths to display information easier to see.
svn: r17653
2011-06-02 03:50:48 +00:00
Rob G. Healey
6d033a752e Added image dimensions to main display area.
svn: r17652
2011-06-02 02:45:41 +00:00
Rob G. Healey
4f752fcc42 Added 'Total number shown' to the display.
svn: r17651
2011-06-02 02:06:52 +00:00
Rob G. Healey
d6214293a6 Bug#4919: Fixed error in reading and processing Xmp, Iptc keys in pyexiv2-0.1.3. Thanks Benny Malengier.
svn: r17650
2011-06-02 01:10:30 +00:00
Michiel Nauta
e1109cd0b0 4209: XML DTD rewrite, cleanup
svn: r17647
2011-06-01 21:32:52 +00:00
Rob G. Healey
10906f43be First step in reading and processing GPSAltitude, and GPSTimeStamp.
svn: r17642
2011-06-01 00:14:24 +00:00
Serge Noiraud
fbac509241 GeoView : close the Place Selection window before editing place
svn: r17634
2011-05-31 14:08:04 +00:00
Benny Malengier
040edcc27e 4398: [GEDCOM] Import Father AND Mother ages on a family event, does not check gender.
svn: r17631
2011-05-30 21:03:31 +00:00
Jérôme Rapinat
0a6288548d typo
svn: r17623
2011-05-30 13:55:05 +00:00
Serge Noiraud
f6e32ce429 Geography : bug when liking to a place.
svn: r17622
2011-05-29 21:45:38 +00:00
Serge Noiraud
8b3145e03a Geography : copy and paste error.
svn: r17617
2011-05-29 15:18:54 +00:00
Serge Noiraud
10379456c6 Geography : bug when linking a lat,lon to a place.
svn: r17614
2011-05-29 14:07:58 +00:00
Rob G. Healey
aec3829a29 Re-sized the date/ time fields to make them larger and easier to hold the date/time string.
svn: r17610
2011-05-29 02:54:53 +00:00
Benny Malengier
607d06f901 4910: when no surname known, Narweb picks up the patronymic as Main surnames
svn: r17606
2011-05-28 15:49:57 +00:00
Serge Noiraud
a5d04fe010 Geography : bug when link to place if you don't choose a place.
svn: r17602
2011-05-28 07:35:49 +00:00
Serge Noiraud
33ebad33ab Geography : suppress a print message.
svn: r17601
2011-05-28 06:21:05 +00:00
Rob G. Healey
6aa091a305 Fix an error in changing date/ time display into human_value in the model display area.
svn: r17600
2011-05-28 06:12:08 +00:00
Rob G. Healey
42b6bcdb87 Basically, a total new re-write of my addon.
svn: r17599
2011-05-28 06:00:22 +00:00
Serge Noiraud
bd89ee1889 Geography : add go to place in the right click menu for the places map view.
svn: r17598
2011-05-27 22:05:10 +00:00
Serge Noiraud
a9bd22a288 Geography : show the place name in the status bar when the mouse is over a marker.
svn: r17597
2011-05-27 21:55:41 +00:00
Serge Noiraud
13f1654b3f Geography : add motion events to show places in the status bar.
svn: r17590
2011-05-27 15:58:19 +00:00
Serge Noiraud
7a86fc841b Geography : feature request #0004882 : adding "go to place" from menu ( right click on the map )
svn: r17589
2011-05-27 14:15:52 +00:00
Doug Blank
8b12c9d234 Typo
svn: r17587
2011-05-27 13:54:01 +00:00
Doug Blank
5bdd9ac01f Refined welcome statement
svn: r17584
2011-05-27 12:23:00 +00:00
Benny Malengier
188acd427b update welcome gramplet for release
svn: r17582
2011-05-27 11:49:52 +00:00
Benny Malengier
75e6b38fbc Allow modifier % on styledtext
svn: r17579
2011-05-27 09:06:48 +00:00
Serge Noiraud
5c72bafc41 Geography : use the same date format in events, person and family map views.
svn: r17577
2011-05-27 07:56:34 +00:00
Serge Noiraud
2f02d233bc Geography : adding date in popup to person and family views ( feature request #0004882 )
svn: r17567
2011-05-26 09:00:06 +00:00
Rob G. Healey
cbe4a1805f Fixed errors in disabling buttons.
svn: r17562
2011-05-26 05:13:59 +00:00
Rob G. Healey
d43dffe160 Fixed an error in _format_datetime() when the year < 1900...
svn: r17561
2011-05-25 22:52:58 +00:00
Serge Noiraud
660b101fb2 Geography : geoevents : adding year in popup + bug correction.
svn: r17560
2011-05-25 21:07:07 +00:00
Serge Noiraud
75620e7713 Geography : feature request : #0004867 + some cleaning ( trailing spaces )
svn: r17557
2011-05-25 19:26:25 +00:00
Michiel Nauta
654fb81665 Change default to return handles unsorted on get_object_handles methods
svn: r17537
2011-05-19 20:36:17 +00:00
Rob G. Healey
be4c882220 If a user selects a non exiv2 image type, the Latitude/ Longitude event_boxes will change the background color to red instead of blue.
svn: r17534
2011-05-19 07:50:59 +00:00
Rob G. Healey
acea6061c6 Fixed text alignment for the Latitude/ Longitude labels.
svn: r17533
2011-05-19 07:03:35 +00:00
Rob G. Healey
f259938dff Added border around Latitude/ Longitude...
svn: r17532
2011-05-19 06:30:19 +00:00
Rob G. Healey
f4e5783dc5 Re-worked the Latitude/ Longitude display.
svn: r17531
2011-05-19 05:14:53 +00:00
Rob G. Healey
1914584037 Added gtk.STOCK_CLOSE to the Advanced View Close button...
svn: r17529
2011-05-18 05:09:58 +00:00
Rob G. Healey
a3e0f24f8f Re-worked Advanced View...
svn: r17528
2011-05-18 04:40:42 +00:00
Rob G. Healey
a0d89004a9 Changed a few strings for more appropriate sentences.
svn: r17527
2011-05-18 01:29:39 +00:00
Rob G. Healey
704531e2ed Added code to make sure that the entered day is not larger than the amount of days for the entered year and month in the date.
svn: r17526
2011-05-17 21:41:33 +00:00
Rob G. Healey
6bbf6ea433 Added tooltip_text for all of the spin buttons.
svn: r17525
2011-05-17 21:18:59 +00:00
Rob G. Healey
62bafc0491 Fixed and updated the 'Select Date' button to work properly with the spin buttons for the Date/ Time.
svn: r17524
2011-05-17 21:11:54 +00:00
Rob G. Healey
21bb57478a Bug#4891; Translate issues for the menu items outside of the month names. Thank you Jerome Rapinet and JujuLand.
svn: r17523
2011-05-17 18:23:54 +00:00
Michiel Nauta
dd9c5aae65 Align interface with Xml import
svn: r17521
2011-05-17 17:58:18 +00:00