Commit Graph

18633 Commits

Author SHA1 Message Date
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
Zdeněk Hataš
197ea9bfaa czech translation update
svn: r17810
2011-06-19 13:24:11 +00:00
Peter Landgren
4750ab4816 Endnotes improvment, see issue 4997 & 4998.
svn: r17809
2011-06-19 11:47:22 +00:00
Brian Matherly
8d71cee996 0005018: CLI report claims to ignore pre-existing "note" option (Patch from Paul Franklin)
svn: r17807
2011-06-19 02:50:25 +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
Jérôme Rapinat
072fbd2ada Add Danish DateHandler (contribution by Chris Darnell)
svn: r17800
2011-06-16 11:16:27 +00:00
Doug Blank
9177ad1690 5000: feature request: make GRAMPSHOME's parent tree if needed, by PFranklin
svn: r17798
2011-06-16 10:42:08 +00:00
Brian Matherly
0b236b179e Clarify some command line report options.
svn: r17795
2011-06-15 12:18:38 +00:00
Jérôme Rapinat
b8c0aaf572 4934: Menu items on SimpleTable and ScratchPad ignore translation strings for object class
svn: r17793
2011-06-15 11:56:15 +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
Rob G. Healey
c35cc878a7 Added ImageMagick and jhead to the list of optional depemdemcies.
svn: r17786
2011-06-15 05:13:39 +00:00
Benny Malengier
89575e7208 src/gui/views/navigationview.py
svn: r17784
2011-06-14 21:12:10 +00:00
Benny Malengier
fb0e7e007f 5004: hot key for bottombar and filter sidebar
svn: r17782
2011-06-14 21:01:59 +00:00