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
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
Nick Hall
e26c5325e0
New citation editor
...
svn: r17983
2011-08-01 22:49:19 +00:00
Nick Hall
570f5e53a3
Remove code that was adding duplicate nodes to the model
...
svn: r17979
2011-07-29 18:47:20 +00:00
Tim G L Lyons
61944d7a49
Fixed missing column_header and 'self' in citationmodel
...
svn: r17978
2011-07-29 10:51:26 +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
Nick Hall
763bea26ec
Allow selection of two different object types in selectors
...
svn: r17973
2011-07-27 18:53:17 +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
Nick Hall
6df8226f11
Add width and height configuration settings
...
svn: r17961
2011-07-24 23:38:49 +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
Tim G L Lyons
1012286be7
create a branch for GEPS 023 work
...
svn: r17888
2011-07-01 18:47:25 +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
Peter Landgren
838d7845e1
Swedish update, not complete yet.
...
svn: r17882
2011-07-01 08:29:15 +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
Nick Hall
f34d60ad9d
5055: Issue warning when attempting to edit media reference when media object is already being edited
...
svn: r17873
2011-06-30 20:41:15 +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
cce64668f3
Removed ImageMagick and Jhead from dependencies
...
svn: r17864
2011-06-29 05:04:56 +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
John Ralls
ee5d62701e
Bug #5044 : Unable to enter valid dates when the (full) month contains accented letters.
...
This turns out to be a codeset-setting issue, where unicode() returns different (perfectly valid) encodings of the words depending upon which codeset it's given.
There's also a problem with using locale.getpreferredencoding() on OSX: It returns "mac roman", pretty much regardless of the environment locale settings. This isn't correct for recent versions of OSX under any circumstances, so this change also disables calling it on macs.
svn: r17859
2011-06-28 23:05:53 +00:00
John Ralls
d8560551fa
OSX: Add gramps-33 addons module
...
svn: r17858
2011-06-28 18:55:15 +00:00
John Ralls
5b89fd76f6
OSX: Gramps.bundle cleanup; fix accelerator file name
...
svn: r17857
2011-06-28 18:54:58 +00:00
John Ralls
03428749b3
OSX: Launcher script cleanup; makes changing python version easier
...
svn: r17856
2011-06-28 18:54:52 +00:00
John Ralls
7aef6906b4
OSX: Modify launcher script to reflect moving of the localizations inside gramps (r17707/08)
...
svn: r17855
2011-06-28 18:54:46 +00:00
John Ralls
7e7cf7d553
OSX: Update dependencies to match Gramps-3.3.0 release notes.
...
svn: r17854
2011-06-28 18:54:40 +00:00
John Ralls
c7511d17cd
OSX: Change pyosmgpsmap package from autotools to distutils; distutils works better.
...
svn: r17853
2011-06-28 18:54:30 +00:00
John Ralls
a4508a4914
OSX: Remove berkeleydb module; moved to gtk-osx modulesets.
...
svn: r17852
2011-06-28 18:54:23 +00:00
John Ralls
51dc9f736d
OSX: Update modules for new URL scheme at Github
...
svn: r17851
2011-06-28 18:54:16 +00:00
John Ralls
df7139fb13
OSX: Remove the python runfile. Didn't work out.
...
svn: r17850
2011-06-28 18:54:08 +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
Jérôme Rapinat
dfd17224ad
5032: Report selection logic
...
svn: r17835
2011-06-27 07:17:20 +00:00
Michiel Nauta
dff684cad0
Hardened thumbnailer for errors such as bug 5017
...
svn: r17830
2011-06-25 11:56:13 +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
Mirko Leonhäuser
107ee62f58
reviewed german translation
...
svn: r17816
2011-06-19 17:17:48 +00:00
Fedik
08edfef13a
updated and translated a few lines
...
svn: r17814
2011-06-19 17:13:28 +00:00
Jérôme Rapinat
a932aa4ae8
need at least python 2.6 and pygtk 2.16
...
svn: r17812
2011-06-19 16:01:35 +00:00