Commit Graph

15469 Commits

Author SHA1 Message Date
Benny Malengier
d182a5797f some pylint fixes
svn: r12724
2009-06-28 21:47:04 +00:00
Benny Malengier
fb6967d000 optimization and cleaning of the base model for flat treeviews
svn: r12723
2009-06-28 21:15:10 +00:00
Benny Malengier
db5458a507 bug fix: reenable the -d option
svn: r12722
2009-06-28 09:57:05 +00:00
Erik De Richter
d69bb96fe9 new nl. po translation
svn: r12721
2009-06-26 18:37:44 +00:00
Gary Burton
963f101c6b Remove some junk leftover from testing.
svn: r12719
2009-06-26 10:37:37 +00:00
Gary Burton
96e9fc4f6b Parse address from GEDCOM submitter tag. Bug #3056
svn: r12718
2009-06-26 10:32:36 +00:00
Benny Malengier
dc354dfd4f [Emrys] 2896: Macports 3.0.4 cannot view images
svn: r12716
2009-06-26 09:46:06 +00:00
Benny Malengier
e5d8544a6c [Emrys] 2896: Macports 3.0.4 cannot view images
svn: r12714
2009-06-26 09:44:12 +00:00
Gerald Britton
b0a6f7c854 replace refs to locale.strcoll with refs to locale.strxfrm
svn: r12712
2009-06-25 21:09:49 +00:00
Gerald Britton
3a41651e50 PeopleModel: various performance tweaks
svn: r12711
2009-06-25 19:15:56 +00:00
Gerald Britton
4cd2468477 PeopleModel: various performance tweaks
svn: r12710
2009-06-25 19:01:40 +00:00
Jérôme Rapinat
0d3314b9dc typo - contribution by Jérôme Chailloux
svn: r12709
2009-06-25 18:16:50 +00:00
Jérôme Rapinat
b672928791 2831: missing filter rule on Event object matching source reference
svn: r12707
2009-06-25 17:21:59 +00:00
Jérôme Rapinat
83dfb87696 2831: missing filter rule on Event object matching source reference
svn: r12706
2009-06-25 17:20:29 +00:00
Gerald Britton
fdfacd972c Minor tweaks to use slices instead of lists of items
svn: r12705
2009-06-25 13:41:16 +00:00
Benny Malengier
a52bc62be9 2691: Create api documentation with sphinx
svn: r12704
2009-06-24 21:56:07 +00:00
Gerald Britton
1042bb3fe2 Bug 3069: PersonView keeps tree model attached while rebuilding the columns
svn: r12703
2009-06-24 20:26:18 +00:00
Rob G. Healey
22ecedb061 Fixed a typing error from yesterday's open_file_with_default_application(). Completed work on default printer stylesheet also.
svn: r12702
2009-06-24 20:03:10 +00:00
Rob G. Healey
d5ccd93043 More work on converting the two of these.
svn: r12700
2009-06-23 22:34:14 +00:00
Rob G. Healey
ae28b8538b Fixed Utils.open_file_with_default_application() to gui.utils instead of Utils now. Works again.
svn: r12699
2009-06-23 20:49:18 +00:00
Rob G. Healey
1101b21ba0 More cleanup work on stylesheet. Continuing to convert NarrativeWeb to use the Html class and the with statement.
svn: r12698
2009-06-22 23:58:09 +00:00
Peter Landgren
cdf0e98a55 Added errmsg in conn. with issue 3066.
svn: r12696
2009-06-22 10:24:02 +00:00
Benny Malengier
77164c848e 3066: [PlaceView] Loading... should disappear when map service plugins are present.
svn: r12694
2009-06-22 09:21:02 +00:00
Peter Landgren
7390f38f61 Reminder to change call to pixbuf.add_alpha in later version of gtk/pygtk.
svn: r12692
2009-06-22 07:50:04 +00:00
Rob G. Healey
4bc5a34938 Changed utilsgui.py to utils.py in src/gui/Makefile.am! Would not allow make install to complete.
svn: r12690
2009-06-21 06:26:51 +00:00
Rob G. Healey
c8fa363708 Large sized cleanup of NarrativeWeb, and some minor work on Web_Visually.css. There is still more work to be done on NarrativeWeb, but this commit was getting too big already.
svn: r12689
2009-06-21 03:25:28 +00:00
Gary Burton
8c22c558b2 Ensure source reference dates are always exported. Bug #3062
svn: r12688
2009-06-20 20:23:40 +00:00
Gary Burton
e6ab15fcd9 GEDCOM parser fixes for gallery objects. Bug #3056
svn: r12686
2009-06-20 19:34:42 +00:00
Rob G. Healey
d181d6bd33 NarrativeWeb now has Styked Notes! Thanks for being a giant help Benny. Could not have done it without you. Bringing the default print stylesheet up to date with the rest of them.
svn: r12683
2009-06-19 23:53:42 +00:00
Benny Malengier
4cab1104b0 add missing file to po
svn: r12682
2009-06-19 21:33:49 +00:00
Benny Malengier
0a3e869361 Add missing file grampsgui and make utilsgui just gui
svn: r12681
2009-06-19 15:26:51 +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
Peter Landgren
0ac67e8a59 Reference to Query.py removed from Makefile.am, as Query.py as deleted.
svn: r12679
2009-06-19 14:51:11 +00:00
Benny Malengier
5f77bfea3b pylint fixes and bug fixes for CLI/GUI split
svn: r12677
2009-06-19 08:46:17 +00:00
Zdeněk Hataš
a16fc9a8cb Fixed typo in localized date handler, translation updates.
svn: r12676
2009-06-19 07:19:18 +00:00
Benny Malengier
4b7692708c Split CLI from GUI. These changes allow CLI to work without GTK
Part 1. To do: pylint on new files.


svn: r12674
2009-06-18 21:56:37 +00:00
Rob G. Healey
c71367ed54 Fixed a show stopper -- broke the plugin.
svn: r12673
2009-06-16 21:54:06 +00:00
Gerald Britton
70a0c50fca Use GrampsCursor as a context manager using "with" statement
svn: r12672
2009-06-16 15:49:17 +00:00
Brian Matherly
187539cb72 Implement availability of the DestinationOption.
svn: r12671
2009-06-16 03:12:41 +00:00
Doug Blank
29cf704047 Experiment abandoned
svn: r12670
2009-06-16 00:23:46 +00:00
Rob G. Healey
0dac6cf9aa Removed a duplicate class. Re did classes IndividualListPage, DownloadPage, ContactPage, SourceList, SourcePage, and a bunch of modules/ functions. More clean up work on the Visually Impaired stylesheet.
svn: r12669
2009-06-15 19:25:43 +00:00
Benny Malengier
f4e0a45fad code optimization of eventbase filters
svn: r12668
2009-06-15 19:06:25 +00:00
Benny Malengier
38876a32a5 GEPS 008: File Organization
svn: r12667
2009-06-15 19:02:15 +00:00
Mirko Leonhäuser
adf96a4bd1 Update german translation
svn: r12666
2009-06-15 18:29:07 +00:00
Benny Malengier
fd85ac0cb4 remove template code from quickreport docgen
svn: r12665
2009-06-15 16:18:16 +00:00
Rob G. Healey
33ad285de6 Re-worked IndividualListPage().
svn: r12664
2009-06-13 18:49:18 +00:00
Gerald Britton
44028cc47c libhtml.py: add title=None default option to Html.page static method
svn: r12663
2009-06-12 16:36:31 +00:00
Gerald Britton
bb83288883 Check.py: replace get..handles and map..keys calls with calls to new iterator functions
svn: r12662
2009-06-12 16:19:48 +00:00
Gerald Britton
d66632812f ImportGrdb.py: Remove duplication from derived classes
svn: r12661
2009-06-12 16:18:18 +00:00
Gerald Britton
035096e5b2 Add iterator and context manager methods to GrampsCursor object and use them in GrampsDbBase and GrampsDBDir.
svn: r12660
2009-06-12 16:17:07 +00:00