Commit Graph

15185 Commits

Author SHA1 Message Date
Benny Malengier
48c746d1c8 Scratchpad does not keep history between sessions anymore
svn: r12747
2009-06-30 21:29:14 +00:00
Benny Malengier
8ad045695b fcntl module not used in scratchpad
svn: r12746
2009-06-30 21:27:15 +00:00
Mirko Leonhäuser
14878bc410 Update german translation
svn: r12745
2009-06-30 20:38:27 +00:00
Benny Malengier
379be29ab0 3064: Remove check for libglade in configure
svn: r12744
2009-06-30 20:32:26 +00:00
Gerald Britton
0351c2e6ca GrampsType: Avoid retranslating literal strings; rearrange metaclass code
svn: r12742
2009-06-30 18:29:45 +00:00
Gerald Britton
d022d0187b Replace locale.strcoll with locale.strxfmt for performance and Python 3.0 compliance
svn: r12739
2009-06-30 14:05:57 +00:00
Benny Malengier
b1dd135363 3077: Cannot modify column model on Family, Repository and Note Views
svn: r12738
2009-06-30 13:42:25 +00:00
Benny Malengier
01a33d1a00 update pixmap in editmediaref of y coord change
svn: r12737
2009-06-30 08:50:10 +00:00
Benny Malengier
83bc378330 fix error in potfiles
svn: r12736
2009-06-30 06:19:02 +00:00
Benny Malengier
d97e62fa27 optimization suggested by Gerald to avoid append
svn: r12734
2009-06-29 20:46:00 +00:00
Rob G. Healey
57dc74b965 Fixed two errors that Gerald pointed out to me. Added RepositoryListPage and RepositoryPage classes. More work on libhtml and with statement.
svn: r12733
2009-06-29 20:04:00 +00:00
Benny Malengier
92d344d802 3052: Only PeopleView rebuilds entries on SearchBar after a change on columns Editor
svn: r12732
2009-06-29 19:57:12 +00:00
Benny Malengier
4e974dc0e1 add missing Makefile and suggestions by Gerald
svn: r12730
2009-06-29 18:15:28 +00:00
Jérôme Rapinat
37707ba9c2 3046: Update polish translation (Łukasz Rymarczyk)
svn: r12728
2009-06-29 15:42:37 +00:00
Benny Malengier
f07a12766a Further optimization in the flatbasemodel:
* keep list of all possible keys in memory so database is no longer touched 
     for the searches. ==> a search is faster
   * bug fixes to previous patch set: show total and displayed number correctly


svn: r12726
2009-06-29 13:37:15 +00:00
Benny Malengier
7a5e5f4476 bug fix, on delete return old path of deleted row
svn: r12725
2009-06-28 22:07:18 +00:00
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