Commit Graph

215 Commits

Author SHA1 Message Date
Doug Blank
c4f2d4e596 3601: ALIVE algorithm needs someone alive today in the database; mistake fix on a variable name
svn: r14339
2010-02-12 19:42:55 +00:00
Peter Landgren
932eeac2d7 Make use of new module constfunc.
svn: r14280
2010-02-08 17:16:37 +00:00
Peter Landgren
0599a90583 Make use of new module constfunc.
svn: r14275
2010-02-08 08:27:45 +00:00
Peter Landgren
34a910ec3a Step towards fix of translation in Windows.
svn: r14268
2010-02-07 18:01:17 +00:00
Nick Hall
ad0f8a48cb Make navigation labels consistent
svn: r14239
2010-02-05 23:29:38 +00:00
Peter Landgren
053164f50c Fixed a typo.
svn: r14210
2010-02-04 15:01:11 +00:00
Peter Landgren
beeac2153f Used replace parameter in Windows for encodeing problem with strange characters.
svn: r14206
2010-02-04 09:58:48 +00:00
Peter Landgren
2f2fdeded8 Do not cut a string within an utf-8 sequence.
svn: r14205
2010-02-04 07:29:42 +00:00
Gerald Britton
98aa2b7b79 fix bug causing problems with thumbnails and other attributes
svn: r14173
2010-01-30 13:31:16 +00:00
Doug Blank
d63804d6b6 Some fixes for Age on Date
svn: r14149
2010-01-27 13:32:53 +00:00
Doug Blank
e16a75f449 Some bug fixes on Probably Alive
svn: r14147
2010-01-27 06:06:35 +00:00
Doug Blank
ca35196f49 Cleanup, removed old functions
svn: r14116
2010-01-24 16:18:37 +00:00
Gerald Britton
1f2469b09f Simplify with built-in functions where possible. e.g.
change [x for x in y if x] to filter(None, y)
change [f(x) for x in y] to map(f, x)
change [x for x in y] to list(y)

These changes reduce source code size and complexity and produce some minor performance gains

svn: r14104
2010-01-21 18:42:53 +00:00
Doug Blank
97c058af9b probably_alive and CalcEstDates now share same codebase; rewritten probably_alive
svn: r14102
2010-01-20 13:39:37 +00:00
Brian Matherly
f04880ec09 Move gettext, ngettext and sgettext calls into the new ggettext module. All of them return unicode all of the time.
svn: r14091
2010-01-18 04:42:17 +00:00
Brian Matherly
c5f54d0cfc Continued work on GEP008: Move src/BasicUtils/_NameDisplay.py to src/gen/display.
svn: r14072
2010-01-14 04:08:04 +00:00
Nick Hall
23c7f9e3f8 Fix bug in bookmark organiser introduced with commit 14023
svn: r14038
2010-01-12 00:30:23 +00:00
Nick Hall
b503fa2e25 Extend history functionality (back/forward) and active-changed signals to all primary objects
svn: r14023
2010-01-10 19:19:33 +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
e686d72a59 3351: Living people are considered as dead (and some dead considered alive)
svn: r13718
2009-12-05 20:11:00 +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
17d709be14 New constant for UUID creations
svn: r13538
2009-11-10 03:33:10 +00:00
Doug Blank
468be7a75c 3291: "Probably alive" misses persons definitely alive, part 2
svn: r13375
2009-10-16 03:11:16 +00:00
Doug Blank
e420278a13 3291: "Probably alive" misses persons definitely alive
svn: r13374
2009-10-16 02:52:06 +00:00
Doug Blank
99282aa715 3272: Proposal for updating config settings
svn: r13346
2009-10-08 01:12:51 +00:00
Benny Malengier
5700f6ab66 2863: Wrong row when dropping on embedded list
This patch makes sure open of old database shows correct columns, and 
adds ... if several main participants


svn: r13085
2009-08-20 09:31:10 +00:00
Benny Malengier
3d34996343 2773: Primary participant(s) in Events View
svn: r13082
2009-08-19 22:04:57 +00:00
Doug Blank
ffe12ceceb Added Utils.update_constants() that is run after changing preferences.
svn: r12817
2009-07-19 20:50:46 +00:00
Gary Burton
6c855de785 Fix a variety of memory leaks around the PeopleView and model
svn: r12791
2009-07-12 19:45:17 +00:00
Benny Malengier
f7efb09734 add platform utility functions
svn: r12765
2009-07-06 09:54:30 +00:00
Benny Malengier
4b9bf10c07 bug fix, correctly query system
svn: r12763
2009-07-04 10:21:10 +00:00
Benny Malengier
c8ef93f120 Correct localized sort in windows using os encoding in the flat views
svn: r12761
2009-07-03 22:00:58 +00:00
Benny Malengier
a52bc62be9 2691: Create api documentation with sphinx
svn: r12704
2009-06-24 21:56:07 +00:00
Benny Malengier
9d417e2cd6 Split Utils in a non GUI and GUI part
move GrampsCfg utils to Utils
improve import strategy


svn: r12680
2009-06-19 15:23:58 +00:00
Benny Malengier
fb3ec68c6a part 3 : split basedoc in files, remove Utils dependance, move fontscale in gen,
update build system


svn: r12603
2009-05-31 14:59:56 +00:00
Gerald Britton
021b754939 Bug 3011: change old-style classes to new-style classes
svn: r12559
2009-05-21 17:19:50 +00:00
Brian Matherly
bff93f186a 0002655: Directories and files with accents characters cause failures in Windows.
svn: r12106
2009-02-24 04:41:23 +00:00
Jérôme Rapinat
c0af02cadd 2704: Translation problem word Title
svn: r11971
2009-02-12 07:44:11 +00:00
Jérôme Rapinat
a3d33aff16 2704: Translation problem word Title (contribution by jannek)
svn: r11970
2009-02-12 07:31:08 +00:00
Brian Matherly
662dbc94f6 Show an error dialog if a file can not be opened with the default application.
svn: r11792
2009-02-01 21:21:54 +00:00
Brian Matherly
3259b393da Change the way we "launch" files using their default application. Instead of trying to find the application ourselves, use the OS built in functions to open a file with its default application. We no longer show the name of the application that we will open the file with because we don't know.
svn: r11781
2009-02-01 04:21:17 +00:00
Jérôme Rapinat
b58ae794b7 2429: Typos/grammar errors
svn: r11122
2008-10-06 12:36:03 +00:00
Brian Matherly
5c3bffeb21 0002418: Gramps hangs when producing graphs on Windows
svn: r11097
2008-09-30 01:40:16 +00:00
Brian Matherly
c212664457 0002246: Files with non-ascii characters can not be opened from the Media View
svn: r10900
2008-07-22 02:24:45 +00:00
Gerald Britton
882199f1c2 Replace dict.has_key(x) with x in dict for performance gain
svn: r10874
2008-07-17 18:10:32 +00:00
Gerald Britton
4982292774 Code optimizations wrt handling of None - bug 2212
svn: r10811
2008-06-16 15:01:46 +00:00
Brian Matherly
3a98ddd4fd 0002122: Detailed Ancestor Report reports people as buried who have no birth events (contributed by Gerald Britton <gerald.britton@gmail.com>)
svn: r10781
2008-06-02 00:59:14 +00:00
Zsolt Foldvari
998908175f Issue #0002175: Change type() expressions to isinstance() expressions.
Patch from Gerald Britton <gerald.britton@gmail.com>


svn: r10762
2008-05-25 19:55:47 +00:00
Brian Matherly
e3140b4fce 0002094: Book report - user enter a multiline text into a custom text block, with quote char
svn: r10599
2008-04-20 03:03:39 +00:00
Doug Blank
f637730a87 General polish of some date handling code; fixed a bug in date comparisons involving 'ABT' dates
svn: r10592
2008-04-19 16:48:46 +00:00