straw r326 - in trunk: . po scripts src src/lib src/lib/httplib2 straw straw/httplib2 tools



Author: jmalonzo
Date: 2007-07-26 07:52:54 +0100 (Thu, 26 Jul 2007)
New Revision: 326
ViewCVS link: http://svn.gnome.org/viewcvs/straw?rev=326&view=rev

Added:
   trunk/scripts/
   trunk/scripts/straw
   trunk/straw/
   trunk/straw/Application.py
   trunk/straw/Config.py
   trunk/straw/Event.py
   trunk/straw/FeedDataRouter.py
   trunk/straw/FeedListView.py
   trunk/straw/FeedPropertiesDialog.py
   trunk/straw/Find.py
   trunk/straw/ImageCache.py
   trunk/straw/ItemList.py
   trunk/straw/ItemStore.py
   trunk/straw/ItemView.py
   trunk/straw/MVP.py
   trunk/straw/MainloopManager.py
   trunk/straw/MessageManager.py
   trunk/straw/NetworkConstants.py
   trunk/straw/OPML.py
   trunk/straw/OPMLExport.py
   trunk/straw/OPMLImport.py
   trunk/straw/OfflineToggle.py
   trunk/straw/ParsedSummary.py
   trunk/straw/PollManager.py
   trunk/straw/PreferencesDialog.py
   trunk/straw/SummaryItem.py
   trunk/straw/SummaryParser.py
   trunk/straw/Tray.py
   trunk/straw/URLFetch.py
   trunk/straw/ValueMonitor.py
   trunk/straw/__init__.py
   trunk/straw/dialogs.py
   trunk/straw/error.py
   trunk/straw/feedfinder.py
   trunk/straw/feedparser.py
   trunk/straw/feeds.py
   trunk/straw/httplib2/
   trunk/straw/httplib2/__init__.py
   trunk/straw/httplib2/iri2uri.py
   trunk/straw/strawdbus.py
   trunk/straw/subscribe.py
   trunk/straw/utils.py
Removed:
   trunk/src/lib/Application.py
   trunk/src/lib/Config.py
   trunk/src/lib/Event.py
   trunk/src/lib/FeedDataRouter.py
   trunk/src/lib/FeedListView.py
   trunk/src/lib/FeedPropertiesDialog.py
   trunk/src/lib/Find.py
   trunk/src/lib/ImageCache.py
   trunk/src/lib/ItemList.py
   trunk/src/lib/ItemStore.py
   trunk/src/lib/ItemView.py
   trunk/src/lib/MVP.py
   trunk/src/lib/MainloopManager.py
   trunk/src/lib/MessageManager.py
   trunk/src/lib/NetworkConstants.py
   trunk/src/lib/OPML.py
   trunk/src/lib/OPMLExport.py
   trunk/src/lib/OPMLImport.py
   trunk/src/lib/OfflineToggle.py
   trunk/src/lib/ParsedSummary.py
   trunk/src/lib/PollManager.py
   trunk/src/lib/PreferencesDialog.py
   trunk/src/lib/SummaryItem.py
   trunk/src/lib/SummaryParser.py
   trunk/src/lib/Tray.py
   trunk/src/lib/URLFetch.py
   trunk/src/lib/ValueMonitor.py
   trunk/src/lib/__init__.py
   trunk/src/lib/dialogs.py
   trunk/src/lib/error.py
   trunk/src/lib/feedfinder.py
   trunk/src/lib/feedparser.py
   trunk/src/lib/feeds.py
   trunk/src/lib/httplib2/__init__.py
   trunk/src/lib/httplib2/iri2uri.py
   trunk/src/lib/strawdbus.py
   trunk/src/lib/subscribe.py
   trunk/src/lib/utils.py
   trunk/src/straw
Modified:
   trunk/MAINTAINERS
   trunk/MANIFEST.in
   trunk/TODO
   trunk/constants.py.in
   trunk/po/ChangeLog
   trunk/po/POTFILES.in
   trunk/po/POTFILES.skip
   trunk/setup.py
   trunk/tools/straw_distutils.py
Log:
Package update from src/lib to straw, updated misc. files

	modified:   MAINTAINERS
          - Added Tuukkah Hastrup as co-maintainer
	modified:   MANIFEST.in
          - updated
	modified:   TODO
          - Added tray todo
	modified:   po/ChangeLog
	modified:   po/POTFILES.in
	modified:   po/POTFILES.skip
           - updated and removed deleted files
	renamed:    src/straw -> scripts/straw
	renamed:    src/lib/Application.py -> straw/Application.py
	renamed:    src/lib/Config.py -> straw/Config.py
	renamed:    src/lib/Event.py -> straw/Event.py
	renamed:    src/lib/FeedDataRouter.py -> straw/FeedDataRouter.py
	renamed:    src/lib/FeedListView.py -> straw/FeedListView.py
	renamed:    src/lib/FeedPropertiesDialog.py -> straw/FeedPropertiesDialog.py
	renamed:    src/lib/Find.py -> straw/Find.py
	renamed:    src/lib/ImageCache.py -> straw/ImageCache.py
	renamed:    src/lib/ItemList.py -> straw/ItemList.py
	renamed:    src/lib/ItemStore.py -> straw/ItemStore.py
	renamed:    src/lib/ItemView.py -> straw/ItemView.py
	renamed:    src/lib/MVP.py -> straw/MVP.py
	renamed:    src/lib/MainloopManager.py -> straw/MainloopManager.py
	renamed:    src/lib/MessageManager.py -> straw/MessageManager.py
	renamed:    src/lib/NetworkConstants.py -> straw/NetworkConstants.py
	renamed:    src/lib/OPML.py -> straw/OPML.py
	renamed:    src/lib/OPMLExport.py -> straw/OPMLExport.py
	renamed:    src/lib/OPMLImport.py -> straw/OPMLImport.py
	renamed:    src/lib/OfflineToggle.py -> straw/OfflineToggle.py
	renamed:    src/lib/ParsedSummary.py -> straw/ParsedSummary.py
	renamed:    src/lib/PollManager.py -> straw/PollManager.py
	renamed:    src/lib/PreferencesDialog.py -> straw/PreferencesDialog.py
	renamed:    src/lib/SummaryItem.py -> straw/SummaryItem.py
	renamed:    src/lib/SummaryParser.py -> straw/SummaryParser.py
	renamed:    src/lib/Tray.py -> straw/Tray.py
	renamed:    src/lib/URLFetch.py -> straw/URLFetch.py
	renamed:    src/lib/ValueMonitor.py -> straw/ValueMonitor.py
	renamed:    src/lib/__init__.py -> straw/__init__.py
	renamed:    src/lib/dialogs.py -> straw/dialogs.py
	renamed:    src/lib/error.py -> straw/error.py
	renamed:    src/lib/feedfinder.py -> straw/feedfinder.py
	renamed:    src/lib/feedparser.py -> straw/feedparser.py
	renamed:    src/lib/feeds.py -> straw/feeds.py
	renamed:    src/lib/httplib2/__init__.py -> straw/httplib2/__init__.py
	renamed:    src/lib/httplib2/iri2uri.py -> straw/httplib2/iri2uri.py
	renamed:    src/lib/strawdbus.py -> straw/strawdbus.py
	renamed:    src/lib/subscribe.py -> straw/subscribe.py
	renamed:    src/lib/utils.py -> straw/utils.py
          -  moved src/lib to straw/
	modified:   setup.py
	modified:   tools/straw_distutils.py
	modified:   constants.py.in
          - updated





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]