straw-commits
[Top][All Lists]
Advanced

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

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


From: jan
Subject: [Straw-commits] 0.26--mainline: patch-153
Date: Sat, 11 Jun 2005 21:03:57 +1000 (EST)

Revision: straw--mainline--0.26--patch-153
Archive: address@hidden
Creator: JM Alonzo <address@hidden>
Date: Sat Jun 11 21:03:47 EST 2005
Standard-date: 2005-06-11 11:03:47 GMT
Modified-files: glade/straw.glade glade/strings.c
    src/lib/Application.py src/lib/FeedCategoryList.py
    src/lib/FeedItems.py src/lib/ImageCache.py
    src/lib/ItemStore.py src/lib/ItemView.py
    src/lib/MainloopManager.py src/lib/SummaryItem.py
    src/lib/SummaryParser.py src/lib/feedfinder.py
    src/lib/subscribe.py
New-patches: address@hidden/straw--mainline--0.26--patch-153
Summary: Fixed #155975, item source changes, image cache fix, some cleanups
Keywords: 

 * src/lib/feedfinder.py:
    - Fix bug #155975
    - http://bugzilla.gnome.org/show_bug.cgi?id=155975
 
 * glade/straw.glade:
    - item source is now part of the item view

 * src/lib/Application.py:
    - Follow HIG regarding titles = "Info - Application"
    
 * src/lib/FeedCategoryList.py:
    - Remove also items belonging to the feed when the feed is deleted.

 * src/lib/FeedItems.py:
    - no need to check for new_items in add_items. It is already checked in 
    FeedDataRouter.
    - Move item.clean_up in ItemStore.delete_items(items) (while removing the
      item).

 * src/lib/ImageCache.py:
    - remove cache assignment outside of 'else' in add_refer().
    - add_refer: only incr_count() if key is in self.__cache and if we're not 
    restoring the image.

 * src/lib/ItemStore.py:
    - delete_items: call item.clean_up() before we delete the item.

 * src/lib/ItemView.py:
    - Remove item_source box. Moved it in html view instead.

 * src/lib/MainloopManager.py:
    - use enumerate in call_pending()

 * src/lib/SummaryItem.py:
    - remove self.title_converted cruft

 * src/lib/SummaryParser.py:
    - removed print statements

 * src/lib/subscribe.py:
    - show window before start searching




reply via email to

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