straw-commits
[Top][All Lists]
Advanced

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

[Straw-commits] 0.26--mainline: patch-162


From: jan
Subject: [Straw-commits] 0.26--mainline: patch-162
Date: Sun, 19 Jun 2005 11:19:34 +1000 (EST)

Revision: straw--mainline--0.26--patch-162
Archive: address@hidden
Creator: JM Alonzo <address@hidden>
Date: Sun Jun 19 11:19:26 EST 2005
Standard-date: 2005-06-19 01:19:26 GMT
Modified-files: data/default_subscriptions.opml
    src/lib/Application.py src/lib/CategorySelector.py
    src/lib/Event.py src/lib/Feed.py
    src/lib/FeedCategoryList.py src/lib/FeedItems.py
    src/lib/FeedList.py src/lib/FeedListView.py
    src/lib/FeedPropertiesDialog.py src/lib/ImageCache.py
    src/lib/ItemList.py src/lib/OPMLImport.py
    src/lib/PreferencesDialog.py src/lib/dialogs.py
    src/lib/strawdbus.py src/lib/subscribe.py
New-patches: address@hidden/straw--mainline--0.26--patch-162
Summary: 
Keywords: 


 * src/lib/Application.py:
    - ErrorPresenter, added hide() to hide the widget.
    - FeedInfoPresenter, don't have to listen to FeedDeletedSignal anymore.
      added hide() instead.
    - Listen to FeedsEmptySignal which should clear the itemlist and
      itemviews. Added _feeds_empty_cb.
    - Use all_categories in poll_all()
    - import_opml doesn't return feedlist anymore.
 
 * src/lib/CategorySelector.py:
    - Sorting fixes
    - Segregate the different signals instead of listening to a base signal.
      This made the class more cleaner and avoided redisplaying the categories
      everytime a FeedCategoryChanged was emitted.
  
 * src/lib/Event.py: added FeedsEmptySignal, FeedsImportedSignal, 
FeedCategorySortedSignal

 * src/lib/Feed.py: 
    - added delete_all_items()
    - classmethod decorator.

 * src/lib/FeedCategoryList.py:
    - added copyright header.
    - Connect FeedsImportedSignal and FeedCategorySortedSignal
    - added feeds_imported()
    - classmethod decorator.
    - added and use extend_feed for mass importing of feeds (i.e. OPML import)
    - Don't delete items in remove_feed(). Moved to FeedList.remove() instead.
    - Emit FeedCategorySortedSignal on sort() and reverse().

 * src/lib/FeedItems.py: Remove unnecessary print statements.

 * src/lib/FeedList.py:
    - Added FeedsImportedSignal.
    - Added extend() for OPML import.
    - call Feed.delete_all_items in __delitem__

 * src/lib/FeedListView.py:
    - sorting fixes
    - added _feeds_sorted_cb, _fcategory_changed_cb

 * src/lib/ImageCache.py: don't stop_transfer if an image has failed to to 
download.

 * src/lib/OPMLImport.py: import_opml fixes. Use FeedList.extend() instead of 
FeedList.append()

 * src/lib/PreferencesDialog.py: Sorting fixes.

 * src/lib/dialogs.py: import_opml dialog fixes.

 * src/lib/strawdbus.py: Depend on 0.33. 
    




reply via email to

[Prev in Thread] Current Thread [Next in Thread]