Commit Graph

24573 Commits

Author SHA1 Message Date
Josip 8b55dbdaaf 7601: Support for Retina Display / HiDPI
add 24x24 icons
2016-10-08 13:21:52 +02:00
Josip c12562561b 7601: Support for Retina Display / HiDPI
GTK_ICON_SIZE_LARGE_TOOLBAR Size appropriate for large toolbars (24px)
2016-10-08 13:12:51 +02:00
vantu5z 42492ae193 update russian translation 2016-10-06 09:20:46 +03:00
Paul Franklin 5426d15927 increase pylint score from 2.53 to 9.54 2016-10-04 13:45:57 -07:00
Paul Franklin c4bd81a2d6 increase pylint score from 7.13 to 9.68 2016-10-02 19:08:21 -07:00
Paul Franklin 57f7f94164 move files for testing gramps out of example/gramps, per Nick 2016-10-02 11:39:45 -07:00
Zdeněk Hataš 1ba7fe2973 czech translation update 2016-10-01 15:17:27 +02:00
Sam Manzi 50fe08be90 Merge pull request #244 from prculley/vcard
Make VCARD import errors into user dialog instead of logger.warning
2016-10-01 13:52:18 +10:00
prculley 48e7cabc18 Change error message for better internationalization 2016-09-29 13:51:51 -05:00
prculley 2aa0d5aac8 Fix to translate strings for international use 2016-09-29 13:51:51 -05:00
prculley be6e71cd04 Make VCARD import errors into user dialog instead of logger.warning 2016-09-29 13:51:51 -05:00
romjerome 6f16f9b3b6 typo, Change FICHIER to File, rev 8e5e83 2016-09-28 15:38:42 +02:00
Lajos Nemeséri 6a0d998272 Update Hungarian translation 2016-09-28 15:33:42 +02:00
SNoiraud 5001fc090e 9725: dummydb : AttributeError: 'str' object has no attribute 'decode' 2016-09-28 11:14:51 +02:00
Sam Manzi 8e5e836bf8 Change FICHIER to File ( 7c534d3bd ) 2016-09-28 09:06:00 +10:00
Sam Manzi d6e33b36bd Merge pull request #241 from prculley/9717
Fix bug 9717, XML import with env language other than utf8, has bad progress meter
2016-09-28 09:01:32 +10:00
Sam Manzi 7c2cf98a73 Merge pull request #242 from prculley/quiet
quiet down the import tests
2016-09-28 08:47:10 +10:00
Sam Manzi 819929f073 Merge pull request #237 from prculley/check
Update Check & Repair tool & Test Case Generator tool to fix bad alternative Place names
2016-09-28 08:16:51 +10:00
Doug Blank 0c03bb906e 9540: DBAPI: HandleError is not raised by the DBAPI interface 2016-09-26 11:03:37 -04:00
Nick Hall 2c7712b621 9721: Fix alignment radio buttons in style editor 2016-09-25 17:36:31 +01:00
Sam Manzi e817d41837 Merge pull request #243 from sam-m888/sphinxupdates
Sphinxupdates
2016-09-25 10:59:38 +10:00
Sam Manzi 980746e9ff Remove PrivateSourceNote as per e64fa655 2016-09-25 10:47:11 +10:00
Sam Manzi 30ebde8536 Silence Sphinx warning we don't use html_static_path 2016-09-25 10:32:42 +10:00
Sam Manzi d760743749 Rename mediaobj to media 2016-09-25 09:46:31 +10:00
Sam Manzi bbc06d99a0 Rename DateDisplaySR_latin to DateDisplaySR_Latin 2016-09-25 09:36:10 +10:00
Sam Manzi 564bac6e63 FadeOut removed from ValidatableMaskedEntry 2016-09-25 09:30:06 +10:00
prculley 0e599bdd28 quiet down the import tests 2016-09-24 17:44:48 -05:00
Sam Manzi c18cbd1f09 Python 3.3 sys.platform change / spelling 2016-09-25 08:28:40 +10:00
Sam Manzi 8e9f49f4ae Update Docs copyright year 2016-09-25 07:50:52 +10:00
prculley ffa5b6db61 Fix bug 9717, XML import with env language other than utf8, has bad progress meter 2016-09-24 15:47:03 -05:00
prculley ce756cedf2 Add tests 2016-09-24 09:58:37 -05:00
prculley 4e0147de02 Check & Repair: add fix for bad alt place names 2016-09-24 09:58:37 -05:00
Doug Blank 68bd1e9038 DB-API: make autobackup configurable
Via command line:

  gramps --config=database:autobackup:1    ## True
  gramps --config=database:autobackup:0    ## True

Or by editing gramps.ini.
2016-09-24 06:55:41 -04:00
Doug Blank 0ce1a91dec DB-API: ignore errors on secondary field lookups 2016-09-23 19:35:11 -04:00
Doug Blank 3b0e04fb78 9538: gramps.gen.dbstate.DbState.make_database doesn't handle 'else' branch 2016-09-23 17:07:12 -04:00
Doug Blank 9e5f899bbd 9710: dbapi pylint issues, adjustment 2016-09-23 10:39:15 -04:00
Doug Blank ae06d046c5 9710: where documentation 2016-09-23 07:04:05 -04:00
Doug Blank a9f1377529 9710: dbapi pylint issues 2016-09-23 06:30:51 -04:00
SNoiraud 60406bc239 9704: Events coordinates : add menu to edit place or event. 2016-09-23 12:08:14 +02:00
SNoiraud 8258e6a399 9704: Events coordinates : add place ID. 2016-09-23 10:10:25 +02:00
Doug Blank 5eb348f815 Merge pull request #239 from dsblank/master
DB-API: Getting a handle that doesn't exist now raises error, like BSDDB
2016-09-22 16:42:09 -04:00
Doug Blank c6fa40d389 Protection from family_handle being None 2016-09-22 16:25:53 -04:00
Doug Blank 899765beb6 Revert "Take care of possibly missing family"
This reverts commit cb1a8e85b6.
2016-09-22 13:58:46 -04:00
Doug Blank cb1a8e85b6 Take care of possibly missing family 2016-09-22 12:22:03 -04:00
Doug Blank 140c02340c DB-API: Getting a handle that doesn't exist now raises error, like BSDDB 2016-09-22 11:58:05 -04:00
vantu5z f525701838 update russian translation 2016-09-22 14:38:35 +03:00
SNoiraud 04959f5786 Geography : add the possibility to add new unsupported map 2016-09-22 11:56:27 +02:00
SNoiraud 27aed693bc 9704: Events Gramplet should show events in Family Geography 2016-09-22 11:47:55 +02:00
Sam Manzi 6c75b4e681 Merge pull request #238 from sam-m888/vcardexportoptions
Add Export Options filter to Vcard Export
2016-09-20 10:23:55 +10:00
Paul Franklin b03579428b enable the main window to remember its position on the screen
The genealogy -- as it were -- of this patch started with
https://gramps-project.org/bugs/view.php?id=5357 which was a
feature request for the clipboard to remember its location
on the screen, its placement, its position.

The p.r. https://github.com/gramps-project/gramps/pull/58
was a prototype implementation, but it also had the main
window remembering its location.  Then p.r. 58 turned into
https://github.com/gramps-project/gramps/pull/60/ -- but
later both of those were closed, never committed.

Since I really wanted the main window to be able to remember
its position, I have extracted the relevant code.  I also
modified it along the way, e.g. renaming some variables.

So all the credit should go to Sam Manzi, the originator of
those two pull requests, and thus the code in this commit.

However, any problems are due to me, my changes -- not Sam.
2016-09-19 13:42:03 -07:00