diff options
-rw-r--r-- | news/lottanzb/Makefile | 4 | ||||
-rw-r--r-- | news/lottanzb/PLIST | 30 | ||||
-rw-r--r-- | x11/py-kiwi/Makefile | 4 | ||||
-rw-r--r-- | x11/py-kiwi/PLIST | 467 |
4 files changed, 501 insertions, 4 deletions
diff --git a/news/lottanzb/Makefile b/news/lottanzb/Makefile index 0e6747aaf43..e4c0c2f7a53 100644 --- a/news/lottanzb/Makefile +++ b/news/lottanzb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/01/05 13:20:21 jmcneill Exp $ +# $NetBSD: Makefile,v 1.2 2009/01/05 13:31:09 jmcneill Exp $ # DISTNAME= lottanzb-0.4.0 @@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.lottanzb.org/ COMMENT= GNOME front-end for HellaNZB +PKG_DESTDIR_SUPPORT= user-destdir + PY_PATCHPLIST= yes PYDISTUTILSPKG= yes USE_PKGLOCALEDIR= yes diff --git a/news/lottanzb/PLIST b/news/lottanzb/PLIST index 90b926de602..3e5ec753e46 100644 --- a/news/lottanzb/PLIST +++ b/news/lottanzb/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2009/01/05 13:20:21 jmcneill Exp $ +@comment $NetBSD: PLIST,v 1.2 2009/01/05 13:31:09 jmcneill Exp $ bin/lottanzb ${PYSITELIB}/lottanzb/__init__.py ${PYSITELIB}/lottanzb/__init__.pyc @@ -93,6 +93,8 @@ ${PYSITELIB}/lottanzb/prefsgui.pyo ${PYSITELIB}/lottanzb/util.py ${PYSITELIB}/lottanzb/util.pyc ${PYSITELIB}/lottanzb/util.pyo +share/application-registry/lottanzb.applications +share/applications/lottanzb.desktop share/doc/lottanzb/CHANGELOG share/doc/lottanzb/LICENSE share/gnome/help/lottanzb/C/figures/DownloadingMultiple.png @@ -207,6 +209,29 @@ share/gnome/help/lottanzb/nl/figures/UsageRemote.png share/gnome/help/lottanzb/nl/figures/UsageStandAlone.png share/gnome/help/lottanzb/nl/legal.xml share/gnome/help/lottanzb/nl/lottanzb.xml +share/icons/gnome/16x16/mimetypes/application-x-nzb.png +share/icons/gnome/24x24/mimetypes/application-x-nzb.png +share/icons/gnome/32x32/mimetypes/application-x-nzb.png +share/icons/gnome/48x48/mimetypes/application-x-nzb.png +share/icons/gnome/scalable/mimetypes/application-x-nzb.svg +share/icons/hicolor/16x16/apps/lottanzb.png +share/icons/hicolor/192x192/apps/lottanzb.png +share/icons/hicolor/22x22/apps/lottanzb.png +share/icons/hicolor/24x24/apps/lottanzb.png +share/icons/hicolor/32x32/apps/lottanzb.png +share/icons/hicolor/48x48/apps/lottanzb.png +share/locale/da/LC_MESSAGES/lottanzb.mo +share/locale/de/LC_MESSAGES/lottanzb.mo +share/locale/en_GB/LC_MESSAGES/lottanzb.mo +share/locale/es/LC_MESSAGES/lottanzb.mo +share/locale/fr/LC_MESSAGES/lottanzb.mo +share/locale/he/LC_MESSAGES/lottanzb.mo +share/locale/id/LC_MESSAGES/lottanzb.mo +share/locale/it/LC_MESSAGES/lottanzb.mo +share/locale/nb/LC_MESSAGES/lottanzb.mo +share/locale/nl/LC_MESSAGES/lottanzb.mo +share/locale/pl/LC_MESSAGES/lottanzb.mo +share/locale/pt/LC_MESSAGES/lottanzb.mo share/lottanzb/glade/about_dialog.glade share/lottanzb/glade/add_file_dialog.glade share/lottanzb/glade/add_newzbin_dialog.glade @@ -232,6 +257,9 @@ share/omf/lottanzb/lottanzb-en_GB.omf share/omf/lottanzb/lottanzb-es.omf share/omf/lottanzb/lottanzb-fr.omf share/omf/lottanzb/lottanzb-nl.omf +share/mime-info/lottanzb.keys +share/mime-info/lottanzb.mime +share/mime/packages/lottanzb.xml @dirrm share/omf/lottanzb @comment in rarian: @dirrm share/omf @dirrm share/lottanzb/glade diff --git a/x11/py-kiwi/Makefile b/x11/py-kiwi/Makefile index b53f683154c..36ffda9bab4 100644 --- a/x11/py-kiwi/Makefile +++ b/x11/py-kiwi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/01/05 12:31:06 jmcneill Exp $ +# $NetBSD: Makefile,v 1.2 2009/01/05 13:26:33 jmcneill Exp $ # DISTNAME= kiwi-1.9.22 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.async.com.br/projects/kiwi/ COMMENT= Framework and a set of enhanced PyGTK widgets +PKG_DESTDIR_SUPPORT= user-destdir + PY_PATCHPLIST= yes PYDISTUTILSPKG= yes USE_PKGLOCALEDIR= yes diff --git a/x11/py-kiwi/PLIST b/x11/py-kiwi/PLIST index 5dbe724c7df..e9d45e39027 100644 --- a/x11/py-kiwi/PLIST +++ b/x11/py-kiwi/PLIST @@ -1,151 +1,616 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2009/01/05 12:31:06 jmcneill Exp $ +@comment $NetBSD: PLIST,v 1.2 2009/01/05 13:26:33 jmcneill Exp $ bin/kiwi-i18n bin/kiwi-ui-test +${PYSITELIB}/gazpacho/widgets/kiwiwidgets.py +${PYSITELIB}/kiwi/__init__.py ${PYSITELIB}/kiwi/__init__.pyc ${PYSITELIB}/kiwi/__init__.pyo ${PYSITELIB}/kiwi/__installed__.py ${PYSITELIB}/kiwi/__installed__.pyc +${PYSITELIB}/kiwi/__installed__.py +${PYSITELIB}/kiwi/__installed__.pyc ${PYSITELIB}/kiwi/__installed__.pyo +${PYSITELIB}/kiwi/__version__.py ${PYSITELIB}/kiwi/__version__.pyc ${PYSITELIB}/kiwi/__version__.pyo +${PYSITELIB}/kiwi/accessor.py ${PYSITELIB}/kiwi/accessor.pyc ${PYSITELIB}/kiwi/accessor.pyo +${PYSITELIB}/kiwi/argcheck.py ${PYSITELIB}/kiwi/argcheck.pyc ${PYSITELIB}/kiwi/argcheck.pyo +${PYSITELIB}/kiwi/component.py ${PYSITELIB}/kiwi/component.pyc ${PYSITELIB}/kiwi/component.pyo +${PYSITELIB}/kiwi/controllers.py ${PYSITELIB}/kiwi/controllers.pyc ${PYSITELIB}/kiwi/controllers.pyo +${PYSITELIB}/kiwi/currency.py ${PYSITELIB}/kiwi/currency.pyc ${PYSITELIB}/kiwi/currency.pyo +${PYSITELIB}/kiwi/datatypes.py ${PYSITELIB}/kiwi/datatypes.pyc ${PYSITELIB}/kiwi/datatypes.pyo +${PYSITELIB}/kiwi/db/__init__.py ${PYSITELIB}/kiwi/db/__init__.pyc ${PYSITELIB}/kiwi/db/__init__.pyo +${PYSITELIB}/kiwi/db/query.py ${PYSITELIB}/kiwi/db/query.pyc ${PYSITELIB}/kiwi/db/query.pyo +${PYSITELIB}/kiwi/db/sqlalch.py ${PYSITELIB}/kiwi/db/sqlalch.pyc ${PYSITELIB}/kiwi/db/sqlalch.pyo +${PYSITELIB}/kiwi/db/sqlobj.py ${PYSITELIB}/kiwi/db/sqlobj.pyc ${PYSITELIB}/kiwi/db/sqlobj.pyo +${PYSITELIB}/kiwi/db/stormintegration.py ${PYSITELIB}/kiwi/db/stormintegration.pyc ${PYSITELIB}/kiwi/db/stormintegration.pyo +${PYSITELIB}/kiwi/decorators.py ${PYSITELIB}/kiwi/decorators.pyc ${PYSITELIB}/kiwi/decorators.pyo +${PYSITELIB}/kiwi/desktopparser.py ${PYSITELIB}/kiwi/desktopparser.pyc ${PYSITELIB}/kiwi/desktopparser.pyo +${PYSITELIB}/kiwi/dist.py ${PYSITELIB}/kiwi/dist.pyc ${PYSITELIB}/kiwi/dist.pyo +${PYSITELIB}/kiwi/enums.py ${PYSITELIB}/kiwi/enums.pyc ${PYSITELIB}/kiwi/enums.pyo +${PYSITELIB}/kiwi/environ.py ${PYSITELIB}/kiwi/environ.pyc ${PYSITELIB}/kiwi/environ.pyo +${PYSITELIB}/kiwi/i18n/__init__.py ${PYSITELIB}/kiwi/i18n/__init__.pyc ${PYSITELIB}/kiwi/i18n/__init__.pyo +${PYSITELIB}/kiwi/i18n/i18n.py ${PYSITELIB}/kiwi/i18n/i18n.pyc ${PYSITELIB}/kiwi/i18n/i18n.pyo +${PYSITELIB}/kiwi/i18n/msgfmt.py ${PYSITELIB}/kiwi/i18n/msgfmt.pyc ${PYSITELIB}/kiwi/i18n/msgfmt.pyo +${PYSITELIB}/kiwi/interfaces.py ${PYSITELIB}/kiwi/interfaces.pyc ${PYSITELIB}/kiwi/interfaces.pyo +${PYSITELIB}/kiwi/log.py ${PYSITELIB}/kiwi/log.pyc ${PYSITELIB}/kiwi/log.pyo +${PYSITELIB}/kiwi/model.py ${PYSITELIB}/kiwi/model.pyc ${PYSITELIB}/kiwi/model.pyo +${PYSITELIB}/kiwi/python.py ${PYSITELIB}/kiwi/python.pyc ${PYSITELIB}/kiwi/python.pyo +${PYSITELIB}/kiwi/tasklet.py ${PYSITELIB}/kiwi/tasklet.pyc ${PYSITELIB}/kiwi/tasklet.pyo +${PYSITELIB}/kiwi/ui/__init__.py ${PYSITELIB}/kiwi/ui/__init__.pyc ${PYSITELIB}/kiwi/ui/__init__.pyo +${PYSITELIB}/kiwi/ui/comboboxentry.py ${PYSITELIB}/kiwi/ui/comboboxentry.pyc ${PYSITELIB}/kiwi/ui/comboboxentry.pyo +${PYSITELIB}/kiwi/ui/comboentry.py ${PYSITELIB}/kiwi/ui/comboentry.pyc ${PYSITELIB}/kiwi/ui/comboentry.pyo +${PYSITELIB}/kiwi/ui/dateentry.py ${PYSITELIB}/kiwi/ui/dateentry.pyc ${PYSITELIB}/kiwi/ui/dateentry.pyo +${PYSITELIB}/kiwi/ui/delegates.py ${PYSITELIB}/kiwi/ui/delegates.pyc ${PYSITELIB}/kiwi/ui/delegates.pyo +${PYSITELIB}/kiwi/ui/dialogs.py ${PYSITELIB}/kiwi/ui/dialogs.pyc ${PYSITELIB}/kiwi/ui/dialogs.pyo +${PYSITELIB}/kiwi/ui/entry.py ${PYSITELIB}/kiwi/ui/entry.pyc ${PYSITELIB}/kiwi/ui/entry.pyo +${PYSITELIB}/kiwi/ui/entrycompletion.py ${PYSITELIB}/kiwi/ui/entrycompletion.pyc ${PYSITELIB}/kiwi/ui/entrycompletion.pyo +${PYSITELIB}/kiwi/ui/gadgets.py ${PYSITELIB}/kiwi/ui/gadgets.pyc ${PYSITELIB}/kiwi/ui/gadgets.pyo +${PYSITELIB}/kiwi/ui/gaxmlloader.py ${PYSITELIB}/kiwi/ui/gaxmlloader.pyc ${PYSITELIB}/kiwi/ui/gaxmlloader.pyo +${PYSITELIB}/kiwi/ui/gazpacholoader.py ${PYSITELIB}/kiwi/ui/gazpacholoader.pyc ${PYSITELIB}/kiwi/ui/gazpacholoader.pyo +${PYSITELIB}/kiwi/ui/hyperlink.py ${PYSITELIB}/kiwi/ui/hyperlink.pyc ${PYSITELIB}/kiwi/ui/hyperlink.pyo +${PYSITELIB}/kiwi/ui/icon.py ${PYSITELIB}/kiwi/ui/icon.pyc ${PYSITELIB}/kiwi/ui/icon.pyo +${PYSITELIB}/kiwi/ui/libgladeloader.py ${PYSITELIB}/kiwi/ui/libgladeloader.pyc ${PYSITELIB}/kiwi/ui/libgladeloader.pyo +${PYSITELIB}/kiwi/ui/listdialog.py ${PYSITELIB}/kiwi/ui/listdialog.pyc ${PYSITELIB}/kiwi/ui/listdialog.pyo +${PYSITELIB}/kiwi/ui/objectlist.py ${PYSITELIB}/kiwi/ui/objectlist.pyc ${PYSITELIB}/kiwi/ui/objectlist.pyo +${PYSITELIB}/kiwi/ui/proxy.py ${PYSITELIB}/kiwi/ui/proxy.pyc ${PYSITELIB}/kiwi/ui/proxy.pyo +${PYSITELIB}/kiwi/ui/proxywidget.py ${PYSITELIB}/kiwi/ui/proxywidget.pyc ${PYSITELIB}/kiwi/ui/proxywidget.pyo +${PYSITELIB}/kiwi/ui/search.py ${PYSITELIB}/kiwi/ui/search.pyc ${PYSITELIB}/kiwi/ui/search.pyo +${PYSITELIB}/kiwi/ui/selectablebox.py ${PYSITELIB}/kiwi/ui/selectablebox.pyc ${PYSITELIB}/kiwi/ui/selectablebox.pyo +${PYSITELIB}/kiwi/ui/test/__init__.py ${PYSITELIB}/kiwi/ui/test/__init__.pyc ${PYSITELIB}/kiwi/ui/test/__init__.pyo +${PYSITELIB}/kiwi/ui/test/common.py ${PYSITELIB}/kiwi/ui/test/common.pyc ${PYSITELIB}/kiwi/ui/test/common.pyo +${PYSITELIB}/kiwi/ui/test/main.py ${PYSITELIB}/kiwi/ui/test/main.pyc ${PYSITELIB}/kiwi/ui/test/main.pyo +${PYSITELIB}/kiwi/ui/test/recorder.py ${PYSITELIB}/kiwi/ui/test/recorder.pyc ${PYSITELIB}/kiwi/ui/test/recorder.pyo +${PYSITELIB}/kiwi/ui/test/runner.py ${PYSITELIB}/kiwi/ui/test/runner.pyc ${PYSITELIB}/kiwi/ui/test/runner.pyo +${PYSITELIB}/kiwi/ui/tooltip.py ${PYSITELIB}/kiwi/ui/tooltip.pyc ${PYSITELIB}/kiwi/ui/tooltip.pyo +${PYSITELIB}/kiwi/ui/views.py ${PYSITELIB}/kiwi/ui/views.pyc ${PYSITELIB}/kiwi/ui/views.pyo +${PYSITELIB}/kiwi/ui/widgets/__init__.py ${PYSITELIB}/kiwi/ui/widgets/__init__.pyc ${PYSITELIB}/kiwi/ui/widgets/__init__.pyo +${PYSITELIB}/kiwi/ui/widgets/button.py ${PYSITELIB}/kiwi/ui/widgets/button.pyc ${PYSITELIB}/kiwi/ui/widgets/button.pyo +${PYSITELIB}/kiwi/ui/widgets/checkbutton.py ${PYSITELIB}/kiwi/ui/widgets/checkbutton.pyc ${PYSITELIB}/kiwi/ui/widgets/checkbutton.pyo +${PYSITELIB}/kiwi/ui/widgets/colorbutton.py ${PYSITELIB}/kiwi/ui/widgets/colorbutton.pyc ${PYSITELIB}/kiwi/ui/widgets/colorbutton.pyo +${PYSITELIB}/kiwi/ui/widgets/combo.py ${PYSITELIB}/kiwi/ui/widgets/combo.pyc ${PYSITELIB}/kiwi/ui/widgets/combo.pyo +${PYSITELIB}/kiwi/ui/widgets/combobox.py ${PYSITELIB}/kiwi/ui/widgets/combobox.pyc ${PYSITELIB}/kiwi/ui/widgets/combobox.pyo +${PYSITELIB}/kiwi/ui/widgets/contextmenu.py ${PYSITELIB}/kiwi/ui/widgets/contextmenu.pyc ${PYSITELIB}/kiwi/ui/widgets/contextmenu.pyo +${PYSITELIB}/kiwi/ui/widgets/entry.py ${PYSITELIB}/kiwi/ui/widgets/entry.pyc ${PYSITELIB}/kiwi/ui/widgets/entry.pyo +${PYSITELIB}/kiwi/ui/widgets/filechooser.py ${PYSITELIB}/kiwi/ui/widgets/filechooser.pyc ${PYSITELIB}/kiwi/ui/widgets/filechooser.pyo +${PYSITELIB}/kiwi/ui/widgets/fontbutton.py ${PYSITELIB}/kiwi/ui/widgets/fontbutton.pyc ${PYSITELIB}/kiwi/ui/widgets/fontbutton.pyo +${PYSITELIB}/kiwi/ui/widgets/label.py ${PYSITELIB}/kiwi/ui/widgets/label.pyc ${PYSITELIB}/kiwi/ui/widgets/label.pyo +${PYSITELIB}/kiwi/ui/widgets/list.py ${PYSITELIB}/kiwi/ui/widgets/list.pyc ${PYSITELIB}/kiwi/ui/widgets/list.pyo +${PYSITELIB}/kiwi/ui/widgets/radiobutton.py ${PYSITELIB}/kiwi/ui/widgets/radiobutton.pyc ${PYSITELIB}/kiwi/ui/widgets/radiobutton.pyo +${PYSITELIB}/kiwi/ui/widgets/scale.py ${PYSITELIB}/kiwi/ui/widgets/scale.pyc ${PYSITELIB}/kiwi/ui/widgets/scale.pyo +${PYSITELIB}/kiwi/ui/widgets/spinbutton.py ${PYSITELIB}/kiwi/ui/widgets/spinbutton.pyc ${PYSITELIB}/kiwi/ui/widgets/spinbutton.pyo +${PYSITELIB}/kiwi/ui/widgets/textview.py ${PYSITELIB}/kiwi/ui/widgets/textview.pyc ${PYSITELIB}/kiwi/ui/widgets/textview.pyo +${PYSITELIB}/kiwi/ui/wizard.py ${PYSITELIB}/kiwi/ui/wizard.pyc ${PYSITELIB}/kiwi/ui/wizard.pyo +${PYSITELIB}/kiwi/utils.py ${PYSITELIB}/kiwi/utils.pyc ${PYSITELIB}/kiwi/utils.pyo +share/doc/kiwi/AUTHORS +share/doc/kiwi/ChangeLog +share/doc/kiwi/NEWS +share/doc/kiwi/README +share/doc/kiwi/api/classIndex.html +share/doc/kiwi/api/index.html +share/doc/kiwi/api/kiwi.ValueUnset.html +share/doc/kiwi/api/kiwi.__init__.html +share/doc/kiwi/api/kiwi.__version__.html +share/doc/kiwi/api/kiwi.accessor.CacheControl.html +share/doc/kiwi/api/kiwi.accessor.DefaultValue.html +share/doc/kiwi/api/kiwi.accessor._AttrUnset.html +share/doc/kiwi/api/kiwi.accessor.html +share/doc/kiwi/api/kiwi.argcheck.CustomType.html +share/doc/kiwi/api/kiwi.argcheck.argcheck.html +share/doc/kiwi/api/kiwi.argcheck.html +share/doc/kiwi/api/kiwi.argcheck.number.html +share/doc/kiwi/api/kiwi.argcheck.percent.html +share/doc/kiwi/api/kiwi.component.AlreadyImplementedError.html +share/doc/kiwi/api/kiwi.component.Attribute.html +share/doc/kiwi/api/kiwi.component.Interface.html +share/doc/kiwi/api/kiwi.component._UtilityHandler.html +share/doc/kiwi/api/kiwi.component.html +share/doc/kiwi/api/kiwi.controllers.BaseController.html +share/doc/kiwi/api/kiwi.controllers.html +share/doc/kiwi/api/kiwi.currency._CurrencyConverter.html +share/doc/kiwi/api/kiwi.currency.currency.html +share/doc/kiwi/api/kiwi.currency.html +share/doc/kiwi/api/kiwi.datatypes.BaseConverter.html +share/doc/kiwi/api/kiwi.datatypes.ConverterRegistry.html +share/doc/kiwi/api/kiwi.datatypes.Decimal.html +share/doc/kiwi/api/kiwi.datatypes.ValidationError.html +share/doc/kiwi/api/kiwi.datatypes._BaseDateTimeConverter.html +share/doc/kiwi/api/kiwi.datatypes._BoolConverter.html +share/doc/kiwi/api/kiwi.datatypes._DateConverter.html +share/doc/kiwi/api/kiwi.datatypes._DateTimeConverter.html +share/doc/kiwi/api/kiwi.datatypes._DecimalConverter.html +share/doc/kiwi/api/kiwi.datatypes._EnumConverter.html +share/doc/kiwi/api/kiwi.datatypes._FloatConverter.html +share/doc/kiwi/api/kiwi.datatypes._IntConverter.html +share/doc/kiwi/api/kiwi.datatypes._LongConverter.html +share/doc/kiwi/api/kiwi.datatypes._ObjectConverter.html +share/doc/kiwi/api/kiwi.datatypes._StringConverter.html +share/doc/kiwi/api/kiwi.datatypes._TimeConverter.html +share/doc/kiwi/api/kiwi.datatypes._UnicodeConverter.html +share/doc/kiwi/api/kiwi.datatypes.html +share/doc/kiwi/api/kiwi.db.__init__.html +share/doc/kiwi/api/kiwi.db.html +share/doc/kiwi/api/kiwi.db.query.DateIntervalQueryState.html +share/doc/kiwi/api/kiwi.db.query.DateQueryState.html +share/doc/kiwi/api/kiwi.db.query.NumberQueryState.html +share/doc/kiwi/api/kiwi.db.query.QueryExecuter.html +share/doc/kiwi/api/kiwi.db.query.QueryState.html +share/doc/kiwi/api/kiwi.db.query.StringQueryState.html +share/doc/kiwi/api/kiwi.db.query.html +share/doc/kiwi/api/kiwi.db.sqlalch.SQLAlchemyQueryExecuter.html +share/doc/kiwi/api/kiwi.db.sqlalch.html +share/doc/kiwi/api/kiwi.db.sqlobj.SQLObjectQueryExecuter.html +share/doc/kiwi/api/kiwi.db.sqlobj._FTI.html +share/doc/kiwi/api/kiwi.db.sqlobj.html +share/doc/kiwi/api/kiwi.db.stormintegration.StormQueryExecuter.html +share/doc/kiwi/api/kiwi.db.stormintegration.html +share/doc/kiwi/api/kiwi.decorators.deprecated.html +share/doc/kiwi/api/kiwi.decorators.html +share/doc/kiwi/api/kiwi.decorators.signal_block.html +share/doc/kiwi/api/kiwi.desktopparser.DesktopParser.html +share/doc/kiwi/api/kiwi.desktopparser.html +share/doc/kiwi/api/kiwi.dist.KiwiInstallData.html +share/doc/kiwi/api/kiwi.dist.KiwiInstallLib.html +share/doc/kiwi/api/kiwi.dist._VariableExtender.html +share/doc/kiwi/api/kiwi.dist.html +share/doc/kiwi/api/kiwi.enums.Alignment.html +share/doc/kiwi/api/kiwi.enums.ComboColumn.html +share/doc/kiwi/api/kiwi.enums.ComboMode.html +share/doc/kiwi/api/kiwi.enums.Direction.html +share/doc/kiwi/api/kiwi.enums.ListType.html +share/doc/kiwi/api/kiwi.enums.SearchFilterPosition.html +share/doc/kiwi/api/kiwi.enums.html +share/doc/kiwi/api/kiwi.environ.Application.html +share/doc/kiwi/api/kiwi.environ.Environment.html +share/doc/kiwi/api/kiwi.environ.Library.html +share/doc/kiwi/api/kiwi.environ.html +share/doc/kiwi/api/kiwi.html +share/doc/kiwi/api/kiwi.i18n.__init__.html +share/doc/kiwi/api/kiwi.i18n.html +share/doc/kiwi/api/kiwi.i18n.i18n.html +share/doc/kiwi/api/kiwi.i18n.msgfmt.html +share/doc/kiwi/api/kiwi.interfaces.AbstractGladeAdaptor.html +share/doc/kiwi/api/kiwi.interfaces.IEasyCombo.html +share/doc/kiwi/api/kiwi.interfaces.IProxyWidget.html +share/doc/kiwi/api/kiwi.interfaces.ISearchFilter.html +share/doc/kiwi/api/kiwi.interfaces.IValidatableProxyWidget.html +share/doc/kiwi/api/kiwi.interfaces.html +share/doc/kiwi/api/kiwi.log.LogError.html +share/doc/kiwi/api/kiwi.log.Logger.html +share/doc/kiwi/api/kiwi.log.ReversedGlobalFilter.html +share/doc/kiwi/api/kiwi.log._Logger.html +share/doc/kiwi/api/kiwi.log.html +share/doc/kiwi/api/kiwi.model.Model.html +share/doc/kiwi/api/kiwi.model.PickledModel.html +share/doc/kiwi/api/kiwi.model.html +share/doc/kiwi/api/kiwi.python.AttributeForwarder.html +share/doc/kiwi/api/kiwi.python.ClassInittableMetaType.html +share/doc/kiwi/api/kiwi.python.ClassInittableObject.html +share/doc/kiwi/api/kiwi.python.Settable.html +share/doc/kiwi/api/kiwi.python._ForwardedProperty.html +share/doc/kiwi/api/kiwi.python.enum.html +share/doc/kiwi/api/kiwi.python.html +share/doc/kiwi/api/kiwi.tasklet.Message.html +share/doc/kiwi/api/kiwi.tasklet.Tasklet.html +share/doc/kiwi/api/kiwi.tasklet.WaitCondition.html +share/doc/kiwi/api/kiwi.tasklet.WaitForCall.html +share/doc/kiwi/api/kiwi.tasklet.WaitForIO.html +share/doc/kiwi/api/kiwi.tasklet.WaitForIdle.html +share/doc/kiwi/api/kiwi.tasklet.WaitForMessages.html +share/doc/kiwi/api/kiwi.tasklet.WaitForProcess.html +share/doc/kiwi/api/kiwi.tasklet.WaitForSignal.html +share/doc/kiwi/api/kiwi.tasklet.WaitForTasklet.html +share/doc/kiwi/api/kiwi.tasklet.WaitForTimeout.html +share/doc/kiwi/api/kiwi.tasklet.html +share/doc/kiwi/api/kiwi.tasklet.task.html +share/doc/kiwi/api/kiwi.ui.__init__.html +share/doc/kiwi/api/kiwi.ui.comboboxentry.BaseComboBoxEntry.html +share/doc/kiwi/api/kiwi.ui.comboboxentry.html +share/doc/kiwi/api/kiwi.ui.comboentry.ComboEntry.html +share/doc/kiwi/api/kiwi.ui.comboentry._ComboEntryPopup.html +share/doc/kiwi/api/kiwi.ui.comboentry.html +share/doc/kiwi/api/kiwi.ui.dateentry.DateEntry.html +share/doc/kiwi/api/kiwi.ui.dateentry._DateEntryPopup.html +share/doc/kiwi/api/kiwi.ui.dateentry.html +share/doc/kiwi/api/kiwi.ui.delegates.Delegate.html +share/doc/kiwi/api/kiwi.ui.delegates.GladeDelegate.html +share/doc/kiwi/api/kiwi.ui.delegates.GladeSlaveDelegate.html +share/doc/kiwi/api/kiwi.ui.delegates.ProxyDelegate.html +share/doc/kiwi/api/kiwi.ui.delegates.ProxySlaveDelegate.html +share/doc/kiwi/api/kiwi.ui.delegates.SlaveDelegate.html +share/doc/kiwi/api/kiwi.ui.delegates.html +share/doc/kiwi/api/kiwi.ui.dialogs.BaseDialog.html +share/doc/kiwi/api/kiwi.ui.dialogs.HIGAlertDialog.html +share/doc/kiwi/api/kiwi.ui.dialogs.html +share/doc/kiwi/api/kiwi.ui.entry.KiwiEntry.html +share/doc/kiwi/api/kiwi.ui.entry.MaskError.html +share/doc/kiwi/api/kiwi.ui.entry.html +share/doc/kiwi/api/kiwi.ui.entrycompletion.KiwiEntryCompletion.html +share/doc/kiwi/api/kiwi.ui.entrycompletion.html +share/doc/kiwi/api/kiwi.ui.gadgets.FadeOut.html +share/doc/kiwi/api/kiwi.ui.gadgets.html +share/doc/kiwi/api/kiwi.ui.gaxmlloader.GAXMLWidgetTree.html +share/doc/kiwi/api/kiwi.ui.gaxmlloader.html +share/doc/kiwi/api/kiwi.ui.gazpacholoader.BoolOnlyDataType.html +share/doc/kiwi/api/kiwi.ui.gazpacholoader.Builder.html +share/doc/kiwi/api/kiwi.ui.gazpacholoader.ButtonDataType.html +share/doc/kiwi/api/kiwi.ui.gazpacholoader.ComboBoxDataType.html +share/doc/kiwi/api/kiwi.ui.gazpacholoader.ComboBoxEntryDataType.html +share/doc/kiwi/api/kiwi.ui.gazpacholoader.ComboEntryAdaptor.html +share/doc/kiwi/api/kiwi.ui.gazpacholoader.ComboEntryDataType.html +share/doc/kiwi/api/kiwi.ui.gazpacholoader.DataType.html +share/doc/kiwi/api/kiwi.ui.gazpacholoader.DataTypeAdaptor.html +share/doc/kiwi/api/kiwi.ui.gazpacholoader.DataValueProperty.html +share/doc/kiwi/api/kiwi.ui.gazpacholoader.DateEntryAdaptor.html +share/doc/kiwi/api/kiwi.ui.gazpacholoader.DateOnlyDataType.html +share/doc/kiwi/api/kiwi.ui.gazpacholoader.EntryDataType.html +share/doc/kiwi/api/kiwi.ui.gazpacholoader.GazpachoWidgetTree.html +share/doc/kiwi/api/kiwi.ui.gazpacholoader.HScaleDataType.html +share/doc/kiwi/api/kiwi.ui.gazpacholoader.HyperLinkAdaptor.html +share/doc/kiwi/api/kiwi.ui.gazpacholoader.KiwiColumnAdapter.html +share/doc/kiwi/api/kiwi.ui.gazpacholoader.KiwiComboBoxAdapter.html +share/doc/kiwi/api/kiwi.ui.gazpacholoader.LabelDataType.html +share/doc/kiwi/api/kiwi.ui.gazpacholoader.ModelProperty.html +share/doc/kiwi/api/kiwi.ui.gazpacholoader.ObjectListAdapter.html +share/doc/kiwi/api/kiwi.ui.gazpacholoader.ObjectTreeAdapter.html +share/doc/kiwi/api/kiwi.ui.gazpacholoader.SpinBtnDataType.html +share/doc/kiwi/api/kiwi.ui.gazpacholoader.TextViewDataType.html +share/doc/kiwi/api/kiwi.ui.gazpacholoader.VScaleDataType.html +share/doc/kiwi/api/kiwi.ui.gazpacholoader.html +share/doc/kiwi/api/kiwi.ui.html +share/doc/kiwi/api/kiwi.ui.hyperlink.HyperLink.html +share/doc/kiwi/api/kiwi.ui.hyperlink.html +share/doc/kiwi/api/kiwi.ui.icon.IconEntry.html +share/doc/kiwi/api/kiwi.ui.icon.html +share/doc/kiwi/api/kiwi.ui.libgladeloader.LibgladeWidgetTree.html +share/doc/kiwi/api/kiwi.ui.libgladeloader.html +share/doc/kiwi/api/kiwi.ui.listdialog.ListContainer.html +share/doc/kiwi/api/kiwi.ui.listdialog.ListDialog.html +share/doc/kiwi/api/kiwi.ui.listdialog.ListSlave.html +share/doc/kiwi/api/kiwi.ui.listdialog.html +share/doc/kiwi/api/kiwi.ui.objectlist.ColoredColumn.html +share/doc/kiwi/api/kiwi.ui.objectlist.Column.html +share/doc/kiwi/api/kiwi.ui.objectlist.ListLabel.html +share/doc/kiwi/api/kiwi.ui.objectlist.ObjectList.html +share/doc/kiwi/api/kiwi.ui.objectlist.ObjectTree.html +share/doc/kiwi/api/kiwi.ui.objectlist.SequentialColumn.html +share/doc/kiwi/api/kiwi.ui.objectlist.SummaryLabel.html +share/doc/kiwi/api/kiwi.ui.objectlist._ContextMenu.html +share/doc/kiwi/api/kiwi.ui.objectlist.html +share/doc/kiwi/api/kiwi.ui.proxy.Proxy.html +share/doc/kiwi/api/kiwi.ui.proxy.ProxyError.html +share/doc/kiwi/api/kiwi.ui.proxy.html +share/doc/kiwi/api/kiwi.ui.proxywidget.ProxyWidgetMixin.html +share/doc/kiwi/api/kiwi.ui.proxywidget.ValidatableProxyWidgetMixin.html +share/doc/kiwi/api/kiwi.ui.proxywidget._PixbufConverter.html +share/doc/kiwi/api/kiwi.ui.proxywidget.html +share/doc/kiwi/api/kiwi.ui.search.Any.html +share/doc/kiwi/api/kiwi.ui.search.ComboSearchFilter.html +share/doc/kiwi/api/kiwi.ui.search.DateSearchFilter.Type.html +share/doc/kiwi/api/kiwi.ui.search.DateSearchFilter.html +share/doc/kiwi/api/kiwi.ui.search.DateSearchOption.html +share/doc/kiwi/api/kiwi.ui.search.FixedDateSearchOption.html +share/doc/kiwi/api/kiwi.ui.search.FixedIntervalSearchOption.html +share/doc/kiwi/api/kiwi.ui.search.LastMonth.html +share/doc/kiwi/api/kiwi.ui.search.LastWeek.html +share/doc/kiwi/api/kiwi.ui.search.SearchContainer.html +share/doc/kiwi/api/kiwi.ui.search.SearchFilter.html +share/doc/kiwi/api/kiwi.ui.search.SearchResults.html +share/doc/kiwi/api/kiwi.ui.search.SearchSlaveDelegate.html +share/doc/kiwi/api/kiwi.ui.search.StringSearchFilter.html +share/doc/kiwi/api/kiwi.ui.search.Today.html +share/doc/kiwi/api/kiwi.ui.search.Yesterday.html +share/doc/kiwi/api/kiwi.ui.search.html +share/doc/kiwi/api/kiwi.ui.selectablebox.SelectableBox.html +share/doc/kiwi/api/kiwi.ui.selectablebox.SelectableHBox.html +share/doc/kiwi/api/kiwi.ui.selectablebox.SelectableVBox.html +share/doc/kiwi/api/kiwi.ui.selectablebox.html +share/doc/kiwi/api/kiwi.ui.test.__init__.html +share/doc/kiwi/api/kiwi.ui.test.common.WidgetIntrospecter.html +share/doc/kiwi/api/kiwi.ui.test.common.html +share/doc/kiwi/api/kiwi.ui.test.html +share/doc/kiwi/api/kiwi.ui.test.main.html +share/doc/kiwi/api/kiwi.ui.test.recorder.ButtonClickedEvent.html +share/doc/kiwi/api/kiwi.ui.test.recorder.EntryActivateEvent.html +share/doc/kiwi/api/kiwi.ui.test.recorder.EntrySetTextEvent.html +share/doc/kiwi/api/kiwi.ui.test.recorder.Event.html +share/doc/kiwi/api/kiwi.ui.test.recorder.ImageMenuItemButtonReleaseEvent.html +share/doc/kiwi/api/kiwi.ui.test.recorder.MenuItemActivateEvent.html +share/doc/kiwi/api/kiwi.ui.test.recorder.ObjectListDoubleClick.html +share/doc/kiwi/api/kiwi.ui.test.recorder.ObjectListSelectionChanged.html +share/doc/kiwi/api/kiwi.ui.test.recorder.Recorder.html +share/doc/kiwi/api/kiwi.ui.test.recorder.SignalEvent.html +share/doc/kiwi/api/kiwi.ui.test.recorder.SkipEvent.html +share/doc/kiwi/api/kiwi.ui.test.recorder.ToolButtonReleaseEvent.html +share/doc/kiwi/api/kiwi.ui.test.recorder.WindowDeleteEvent.html +share/doc/kiwi/api/kiwi.ui.test.recorder.html +share/doc/kiwi/api/kiwi.ui.test.runner.MagicWindowWrapper.html +share/doc/kiwi/api/kiwi.ui.test.runner.MissingWidget.html +share/doc/kiwi/api/kiwi.ui.test.runner.NotReadyYet.html +share/doc/kiwi/api/kiwi.ui.test.runner.Runner.html +share/doc/kiwi/api/kiwi.ui.test.runner._SpoofOut.html +share/doc/kiwi/api/kiwi.ui.test.runner.html +share/doc/kiwi/api/kiwi.ui.tooltip.Tooltip.html +share/doc/kiwi/api/kiwi.ui.tooltip.html +share/doc/kiwi/api/kiwi.ui.views.BaseView.html +share/doc/kiwi/api/kiwi.ui.views.GladeSignalBroker.html +share/doc/kiwi/api/kiwi.ui.views.SignalBroker.html +share/doc/kiwi/api/kiwi.ui.views.SlaveView.html +share/doc/kiwi/api/kiwi.ui.views.html +share/doc/kiwi/api/kiwi.ui.widgets.__init__.html +share/doc/kiwi/api/kiwi.ui.widgets.button.ProxyButton.html +share/doc/kiwi/api/kiwi.ui.widgets.button.html +share/doc/kiwi/api/kiwi.ui.widgets.checkbutton.CheckButton.html +share/doc/kiwi/api/kiwi.ui.widgets.checkbutton.ProxyCheckButton.html +share/doc/kiwi/api/kiwi.ui.widgets.checkbutton.html +share/doc/kiwi/api/kiwi.ui.widgets.colorbutton.ProxyColorButton.html +share/doc/kiwi/api/kiwi.ui.widgets.colorbutton.html +share/doc/kiwi/api/kiwi.ui.widgets.combo.ProxyComboBox.html +share/doc/kiwi/api/kiwi.ui.widgets.combo.ProxyComboBoxEntry.html +share/doc/kiwi/api/kiwi.ui.widgets.combo.ProxyComboEntry.html +share/doc/kiwi/api/kiwi.ui.widgets.combo._EasyComboBoxHelper.html +share/doc/kiwi/api/kiwi.ui.widgets.combo.html +share/doc/kiwi/api/kiwi.ui.widgets.combobox.ComboBox.html +share/doc/kiwi/api/kiwi.ui.widgets.combobox.ComboBoxEntry.html +share/doc/kiwi/api/kiwi.ui.widgets.combobox.html +share/doc/kiwi/api/kiwi.ui.widgets.contextmenu.ContextMenu.html +share/doc/kiwi/api/kiwi.ui.widgets.contextmenu.ContextMenuItem.html +share/doc/kiwi/api/kiwi.ui.widgets.contextmenu.html +share/doc/kiwi/api/kiwi.ui.widgets.entry.Entry.html +share/doc/kiwi/api/kiwi.ui.widgets.entry.ProxyDateEntry.html +share/doc/kiwi/api/kiwi.ui.widgets.entry.ProxyEntry.html +share/doc/kiwi/api/kiwi.ui.widgets.entry.html +share/doc/kiwi/api/kiwi.ui.widgets.filechooser.ProxyFileChooserButton.html +share/doc/kiwi/api/kiwi.ui.widgets.filechooser.ProxyFileChooserWidget.html +share/doc/kiwi/api/kiwi.ui.widgets.filechooser._FileChooserMixin.html +share/doc/kiwi/api/kiwi.ui.widgets.filechooser.html +share/doc/kiwi/api/kiwi.ui.widgets.fontbutton.ProxyFontButton.html +share/doc/kiwi/api/kiwi.ui.widgets.fontbutton.html +share/doc/kiwi/api/kiwi.ui.widgets.html +share/doc/kiwi/api/kiwi.ui.widgets.label.Label.html +share/doc/kiwi/api/kiwi.ui.widgets.label.ProxyLabel.html +share/doc/kiwi/api/kiwi.ui.widgets.label.html +share/doc/kiwi/api/kiwi.ui.widgets.list.List.html +share/doc/kiwi/api/kiwi.ui.widgets.list.html +share/doc/kiwi/api/kiwi.ui.widgets.radiobutton.ProxyRadioButton.html +share/doc/kiwi/api/kiwi.ui.widgets.radiobutton.RadioButton.html +share/doc/kiwi/api/kiwi.ui.widgets.radiobutton.html +share/doc/kiwi/api/kiwi.ui.widgets.scale.ProxyHScale.html +share/doc/kiwi/api/kiwi.ui.widgets.scale.ProxyVScale.html +share/doc/kiwi/api/kiwi.ui.widgets.scale._ProxyScale.html +share/doc/kiwi/api/kiwi.ui.widgets.scale.html +share/doc/kiwi/api/kiwi.ui.widgets.spinbutton.ProxySpinButton.html +share/doc/kiwi/api/kiwi.ui.widgets.spinbutton.SpinButton.html +share/doc/kiwi/api/kiwi.ui.widgets.spinbutton.html +share/doc/kiwi/api/kiwi.ui.widgets.textview.ProxyTextView.html +share/doc/kiwi/api/kiwi.ui.widgets.textview.TextView.html +share/doc/kiwi/api/kiwi.ui.widgets.textview.html +share/doc/kiwi/api/kiwi.ui.wizard.PluggableWizard.html +share/doc/kiwi/api/kiwi.ui.wizard.WizardStep.html +share/doc/kiwi/api/kiwi.ui.wizard.html +share/doc/kiwi/api/kiwi.utils.PropertyMeta.html +share/doc/kiwi/api/kiwi.utils.PropertyObject.html +share/doc/kiwi/api/kiwi.utils._GObjectClassInittableMetaType.html +share/doc/kiwi/api/kiwi.utils._GobjectClassInittableObject.html +share/doc/kiwi/api/kiwi.utils.html +share/doc/kiwi/api/moduleIndex.html +share/doc/kiwi/api/nameIndex.html +share/doc/kiwi/api/undoccedSummary.html +share/doc/kiwi/howto/about.html +share/doc/kiwi/howto/blank.png +share/doc/kiwi/howto/callbacks.html +share/doc/kiwi/howto/contents.png +share/doc/kiwi/howto/howto.html +share/doc/kiwi/howto/img1.png +share/doc/kiwi/howto/img10.png +share/doc/kiwi/howto/img11.png +share/doc/kiwi/howto/img2.png +share/doc/kiwi/howto/img3.png +share/doc/kiwi/howto/img4.png +share/doc/kiwi/howto/img5.png +share/doc/kiwi/howto/img6.png +share/doc/kiwi/howto/img7.png +share/doc/kiwi/howto/img8.png +share/doc/kiwi/howto/img9.png +share/doc/kiwi/howto/index.html +share/doc/kiwi/howto/index.png +share/doc/kiwi/howto/modules.png +share/doc/kiwi/howto/multipleproxies.html +share/doc/kiwi/howto/next.png +share/doc/kiwi/howto/node1.html +share/doc/kiwi/howto/node10.html +share/doc/kiwi/howto/node12.html +share/doc/kiwi/howto/node13.html +share/doc/kiwi/howto/node14.html +share/doc/kiwi/howto/node15.html +share/doc/kiwi/howto/node16.html +share/doc/kiwi/howto/node17.html +share/doc/kiwi/howto/node18.html +share/doc/kiwi/howto/node19.html +share/doc/kiwi/howto/node2.html +share/doc/kiwi/howto/node20.html +share/doc/kiwi/howto/node21.html +share/doc/kiwi/howto/node22.html +share/doc/kiwi/howto/node23.html +share/doc/kiwi/howto/node26.html +share/doc/kiwi/howto/node27.html +share/doc/kiwi/howto/node28.html +share/doc/kiwi/howto/node3.html +share/doc/kiwi/howto/node4.html +share/doc/kiwi/howto/node6.html +share/doc/kiwi/howto/node7.html +share/doc/kiwi/howto/node8.html +share/doc/kiwi/howto/node9.html +share/doc/kiwi/howto/person.html +share/doc/kiwi/howto/previous.png +share/doc/kiwi/howto/pyfav.png +share/doc/kiwi/howto/undo.html +share/doc/kiwi/howto/up.png +share/gazpacho/catalogs/kiwiwidgets.xml +share/gazpacho/resources/kiwiwidgets/hyperlink.png +share/gazpacho/resources/kiwiwidgets/kiwibutton.png +share/gazpacho/resources/kiwiwidgets/kiwicheckbutton.png +share/gazpacho/resources/kiwiwidgets/kiwicolorbutton.png +share/gazpacho/resources/kiwiwidgets/kiwicombobox.png +share/gazpacho/resources/kiwiwidgets/kiwicomboboxentry.png +share/gazpacho/resources/kiwiwidgets/kiwicomboentry.png +share/gazpacho/resources/kiwiwidgets/kiwidateentry.png +share/gazpacho/resources/kiwiwidgets/kiwientry.png +share/gazpacho/resources/kiwiwidgets/kiwihscale.png +share/gazpacho/resources/kiwiwidgets/kiwilabel.png +share/gazpacho/resources/kiwiwidgets/kiwiradiobutton.png +share/gazpacho/resources/kiwiwidgets/kiwispinbutton.png +share/gazpacho/resources/kiwiwidgets/kiwitextview.png +share/gazpacho/resources/kiwiwidgets/kiwivscale.png +share/gazpacho/resources/kiwiwidgets/objectlist.png +share/gazpacho/resources/kiwiwidgets/objecttree.png +share/kiwi/glade/PluggableWizard.glade +share/kiwi/pixmaps/validation-error-16.png +share/locale/es_CL/LC_MESSAGES/kiwi.mo +share/locale/es_ES/LC_MESSAGES/kiwi.mo +share/locale/fr/LC_MESSAGES/kiwi.mo +share/locale/it/LC_MESSAGES/kiwi.mo +share/locale/pl/LC_MESSAGES/kiwi.mo +share/locale/pt_BR/LC_MESSAGES/kiwi.mo +share/locale/sv/LC_MESSAGES/kiwi.mo @dirrm share/kiwi/pixmaps @dirrm share/kiwi/glade @dirrm share/kiwi |