svn id tag

svn: r12764
This commit is contained in:
Benny Malengier 2009-07-04 15:55:43 +00:00
parent 4b9bf10c07
commit 0d7c048052
12 changed files with 12 additions and 10 deletions

View File

@ -322,6 +322,7 @@ class PeopleModel(gtk.GenericTreeModel):
ngn = name_displayer.name_grouping_data
nsn = name_displayer.raw_sorted_name
handle_list = self.db.iter_person_handles()
self.total = self.db.get_number_of_people()
if dfilter:
handle_list = dfilter.apply(self.db, handle_list)

View File

@ -17,7 +17,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id: __init__.py 11943 2009-02-09 23:37:40Z acraphae $
# $Id$
"""
Package init for the cli package.

View File

@ -22,7 +22,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id: ArgHandler.py 12559 2009-05-21 17:19:50Z gbritton $
# $Id$
"""
Module responsible for handling the command line arguments for GRAMPS.

View File

@ -22,7 +22,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id: ArgHandler.py 12559 2009-05-21 17:19:50Z gbritton $
# $Id$
"""
Module responsible for handling the command line arguments for GRAMPS.

View File

@ -20,7 +20,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id: DbManager.py 12621 2009-06-03 18:39:24Z ldnp $
# $Id$
"""
Provide the management of databases from CLI. This includes opening, renaming,

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id: __init__.py 11943 2009-02-09 23:37:40Z acraphae $
# $Id$
"""
Package init for the gui package.

View File

@ -19,7 +19,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id: gramps.py 10981 2008-08-13 06:01:11Z romjerome $
# $Id$
#-------------------------------------------------------------------------
#

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id: Utils.py 12603 2009-05-31 14:59:56Z bmcage $
# $Id$
"""
Utility functions that depend on GUI components or for GUI components

View File

@ -3,6 +3,7 @@
#
# Copyright (C) 2005-2007 Donald N. Allingham
# Copyright (C) 2008 Brian G. Matherly
# Copyright (C) 2009 Benny Malengier
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by

View File

@ -17,7 +17,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id: __init__.py 11943 2009-02-09 23:37:40Z acraphae $
# $Id$
"""
Package init for the views package.

View File

@ -17,7 +17,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id: __init__.py 11943 2009-02-09 23:37:40Z acraphae $
# $Id$
"""
Package init for the treemodels package.

View File

@ -18,7 +18,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id: _BaseModel.py 12559 2009-05-21 17:19:50Z gbritton $
# $Id$
"""
This module provides the flat treemodel that is used for all flat treeviews.