[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Straw-commits] address@hidden/straw--mainline--0.26--patch-25
From: |
juri |
Subject: |
[Straw-commits] address@hidden/straw--mainline--0.26--patch-25 |
Date: |
Sun, 15 Aug 2004 17:55:23 +0300 |
Revision: straw--mainline--0.26--patch-25
Archive: address@hidden
Creator: Juri Pakaste <address@hidden>
Date: Sun Aug 15 17:55:23 EEST 2004
Standard-date: 2004-08-15 14:55:23 GMT
Modified-files: data/straw.css src/lib/Config.py
src/lib/Feed.py src/lib/FeedItems.py src/lib/FeedList.py
src/lib/Find.py src/lib/ItemStore.py src/lib/Main.py
src/lib/MainWindow.py src/lib/MainloopManager.py
src/lib/QueueDict.py src/lib/SubscribeDialog.py
src/lib/SummaryParser.py src/straw
New-patches: address@hidden/straw--mainline--0.26--patch-7
address@hidden/straw--mainline--0.26--patch-8
address@hidden/straw--mainline--0.26--patch-9
address@hidden/straw--mainline--0.26--patch-10
address@hidden/straw--mainline--0.26--patch-11
address@hidden/straw--mainline--0.26--patch-12
address@hidden/straw--mainline--0.26--patch-13
address@hidden/straw--mainline--0.26--patch-14
address@hidden/straw--mainline--0.26--patch-15
address@hidden/straw--mainline--0.26--patch-16
address@hidden/straw--mainline--0.26--patch-17
address@hidden/straw--mainline--0.26--patch-18
address@hidden/straw--mainline--0.26--patch-19
address@hidden/straw--mainline--0.26--patch-20
address@hidden/straw--mainline--0.26--patch-21
address@hidden/straw--mainline--0.26--patch-22
address@hidden/straw--mainline--0.26--patch-23
address@hidden/straw--mainline--0.26--patch-24
address@hidden/straw--mainline--0.26--patch-25
address@hidden/straw--mainline--0.26--patch-26
address@hidden/straw--mainline--0.26--patch-27
address@hidden/straw--mainline--0.26--patch-28
address@hidden/straw--mainline--0.26--patch-29
address@hidden/straw--mainline--0.26--patch-30
address@hidden/straw--mainline--0.26--patch-31
address@hidden/straw--mainline--0.26--patch-32
address@hidden/straw--mainline--0.26--patch-33
address@hidden/straw--mainline--0.26--patch-34
address@hidden/straw--mainline--0.26--patch-35
address@hidden/straw--mainline--0.26--patch-8
address@hidden/straw--mainline--0.26--patch-9
address@hidden/straw--mainline--0.26--patch-10
address@hidden/straw--mainline--0.26--patch-11
address@hidden/straw--mainline--0.26--patch-12
address@hidden/straw--mainline--0.26--patch-13
address@hidden/straw--mainline--0.26--patch-14
address@hidden/straw--mainline--0.26--patch-15
address@hidden/straw--mainline--0.26--patch-16
address@hidden/straw--mainline--0.26--patch-17
address@hidden/straw--mainline--0.26--patch-18
address@hidden/straw--mainline--0.26--patch-19
address@hidden/straw--mainline--0.26--patch-20
address@hidden/straw--mainline--0.26--patch-21
address@hidden/straw--mainline--0.26--patch-22
address@hidden/straw--mainline--0.26--patch-23
address@hidden/straw--mainline--0.26--patch-24
address@hidden/straw--mainline--0.26--patch-25
address@hidden/straw--mainline--0.26--patch-26
address@hidden/straw--mainline--0.26--patch-27
address@hidden/straw--mainline--0.26--patch-28
address@hidden/straw--mainline--0.26--patch-29
address@hidden/straw--mainline--0.26--patch-30
address@hidden/straw--mainline--0.26--patch-31
address@hidden/straw--mainline--0.26--patch-32
address@hidden/straw--mainline--0.26--patch-33
address@hidden/straw--mainline--0.26--patch-34
address@hidden/straw--mainline--0.26--patch-35
address@hidden/straw--mainline--0.26--patch-36
address@hidden/straw--mainline--0.26--patch-25
Summary: merge jan
Keywords:
Patches applied:
* address@hidden/straw--mainline--0.26--patch-7
merge juri patch 9-19
* address@hidden/straw--mainline--0.26--patch-8
load/unload items in Find
* address@hidden/straw--mainline--0.26--patch-9
merge: juri 20-21
* address@hidden/straw--mainline--0.26--patch-10
more find improvements; added show/hide to find_vbox
* address@hidden/straw--mainline--0.26--patch-11
merge juri 22-24
* address@hidden/straw--mainline--0.26--patch-12
redesign QueueDict
* address@hidden/straw--mainline--0.26--patch-13
cleanup debugging stuff and commented/remove unused methods and variables
* address@hidden/straw--mainline--0.26--patch-14
added __del__ that calls clean_up when the gc decides to clean the item
* address@hidden/straw--mainline--0.26--patch-15
fix item indexing, seems to be not working in previous commits
* address@hidden/straw--mainline--0.26--patch-16
removed commented code and queue_size (it was never needed)
* address@hidden/straw--mainline--0.26--patch-17
hide border on nested 'blockquote'
* address@hidden/straw--mainline--0.26--patch-18
fix number of unread conversion
* address@hidden/straw--mainline--0.26--patch-19
return n_items_unread in number_of_unread
* address@hidden/straw--mainline--0.26--patch-20
fix cut()'s logic; refactor _add_items, _restore_items, add_items
* address@hidden/straw--mainline--0.26--patch-21
added delete_items(): accepts a list of items to be deleted; warn on
duplicate item ids; log on save exception
* address@hidden/straw--mainline--0.26--patch-22
fix typo: _bsddb should be bsddb
* address@hidden/straw--mainline--0.26--patch-23
remove debugging stuff; DBNotFoundError is already imported, no need to use
bsddb
* address@hidden/straw--mainline--0.26--patch-24
remove __del__
* address@hidden/straw--mainline--0.26--patch-25
code cleanup; initialize FeedQD on __init_items, not clear
* address@hidden/straw--mainline--0.26--patch-26
fix bug in getting prism_publicationname
* address@hidden/straw--mainline--0.26--patch-27
revert to single underscore for private methods; catch ValueError in index()
* address@hidden/straw--mainline--0.26--patch-28
revert to single underscore for private methods; change 'item' to 'items' in
DeleteItemAction
* address@hidden/straw--mainline--0.26--patch-29
cutting and private methods naming fixes
* address@hidden/straw--mainline--0.26--patch-30
Display search results incrementally (as before) using generators
* address@hidden/straw--mainline--0.26--patch-31
Display feed domain in window title for easier tracking of the feed we are
subscribing to
* address@hidden/straw--mainline--0.26--patch-32
make blockquote background and border same as heading
* address@hidden/straw--mainline--0.26--patch-33
modify _add_items to mark modified items as unread
* address@hidden/straw--mainline--0.26--patch-34
replace newline with whitespace in title
* address@hidden/straw--mainline--0.26--patch-35
remove filter_description(): just filter it; put number of unread in
separate column
* address@hidden/straw--mainline--0.26--patch-8
merge juri patch 9-19
* address@hidden/straw--mainline--0.26--patch-9
load/unload items during Find
* address@hidden/straw--mainline--0.26--patch-10
merge juri 20-21
* address@hidden/straw--mainline--0.26--patch-11
Find fixes, improvements
* address@hidden/straw--mainline--0.26--patch-12
merge: juri 22-24
* address@hidden/straw--mainline--0.26--patch-13
make QueueDict use dict exclusively, remove self._queue; fix Feeditems
because of this
* address@hidden/straw--mainline--0.26--patch-14
remove debugging stuff and commented out/removed unused methods/variables
* address@hidden/straw--mainline--0.26--patch-15
make sure SummaryItem calls remove image references on gc (added __del__)
* address@hidden/straw--mainline--0.26--patch-16
fix dict indexing, seems to be wrong during previouse commits
* address@hidden/straw--mainline--0.26--patch-17
removed commented code and queue_size (it was never needed)
* address@hidden/straw--mainline--0.26--patch-18
Hide border on nested blockquote
* address@hidden/straw--mainline--0.26--patch-19
Fix number of unread conversion. Seems to break on old (pre-0.22) DBs
* address@hidden/straw--mainline--0.26--patch-20
return n_items_unread in number_of_unread
* address@hidden/straw--mainline--0.26--patch-21
refactor _add_items/add_items/_restore_items; fix cut()'s logic
* address@hidden/straw--mainline--0.26--patch-22
added delete_items(): accepts a list of items to be deleted; warn on
duplicate item ids; log on save exception
* address@hidden/straw--mainline--0.26--patch-23
fix typo: _bsddb should be bsddb
* address@hidden/straw--mainline--0.26--patch-24
remove debugging stuff; DBNotFoundError is already imported, no need to use
bsddb
* address@hidden/straw--mainline--0.26--patch-25
remove __del__
* address@hidden/straw--mainline--0.26--patch-26
code cleanup; initialize FeedQD on __init_items, not clear
* address@hidden/straw--mainline--0.26--patch-27
fix bug in getting prism_publicationname
* address@hidden/straw--mainline--0.26--patch-28
revert to single underscore for private methods; catch ValueError in index()
* address@hidden/straw--mainline--0.26--patch-29
revert to single underscore for private methods; change 'item' to 'items' in
DeleteItemAction
* address@hidden/straw--mainline--0.26--patch-30
cutting fixes, private method name changes
* address@hidden/straw--mainline--0.26--patch-31
display search results incrementally (using generators)
* address@hidden/straw--mainline--0.26--patch-32
display domain in window title for tracking what feed we are subscribing to
* address@hidden/straw--mainline--0.26--patch-33
make background and border same as item heading
* address@hidden/straw--mainline--0.26--patch-34
modify _add_items behaviour to mark modified items as unread
* address@hidden/straw--mainline--0.26--patch-35
replace newline with whitespace in title
* address@hidden/straw--mainline--0.26--patch-36
remove filter_description: just filter it; put number of unread in separate
column
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Straw-commits] address@hidden/straw--mainline--0.26--patch-25,
juri <=