[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Straw-commits] 0.26--mainline: patch-110
From: |
jan |
Subject: |
[Straw-commits] 0.26--mainline: patch-110 |
Date: |
Wed, 27 Apr 2005 21:50:26 +1000 (EST) |
Revision: straw--mainline--0.26--patch-110
Archive: address@hidden
Creator: JM Alonzo <address@hidden>
Date: Wed Apr 27 21:50:18 EST 2005
Standard-date: 2005-04-27 11:50:18 GMT
Modified-files: src/lib/Application.py src/lib/FeedList.py
src/lib/FeedListView.py src/lib/ItemList.py
New-patches: address@hidden/straw--mainline--0.26--patch-110
Summary: event handling fixes and some cleanups.
Keywords:
* src/lib/Application.py:
- Move update_title in ApplicationView
- No need for feeds_changed anymore. FeedsChangedSignal triggers the
proper handlers now.
- Removed some of the print debugging statements.
- delay showing the window until feedlist and feedcategories data has been
loaded.
* src/lib/FeedList.py:
- emit FeedsChangedSignal again. The items in the database seems to be not
updating their seen values when commented out.
* src/lib/FeedListView.py:
- added get_selection to get the treeview's Selection object.
- added remove_selected_feed. merged with remove_feed.
- cleanup _disconnect() and _disconnect_adapter().
* src/lib/ItemList.py:
- remove get_widget_model() in the view.
- treeview.scroll_to_cell on view.scroll_to_cell. (previously commented
out)
- Moved model in the Presenter.
- changed presenter.selection_changed(selection, column) to
presenter.selection_changed(selection)
- check if link is None before calling url_show.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Straw-commits] 0.26--mainline: patch-110,
jan <=