[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Straw-commits] 0.25--mainline: patch-6
From: |
Mike Alonzo |
Subject: |
[Straw-commits] 0.25--mainline: patch-6 |
Date: |
Wed, 14 Jul 2004 13:35:56 +1000 (EST) |
Revision: straw--mainline--0.25--patch-6
Archive: address@hidden
Creator: Jan Alonzo <address@hidden>
Date: Wed Jul 14 13:35:50 EST 2004
Standard-date: 2004-07-14 03:35:50 GMT
Modified-files: README glade/straw.glade src/lib/Config.py
src/lib/Feed.py src/lib/FeedCategoryList.py
src/lib/FeedList.py src/lib/FeedPropertiesDialog.py
src/lib/Main.py src/lib/MainWindow.py
src/lib/PollManager.py src/lib/SubscribeDialog.py
src/lib/Tray.py src/lib/__init__.py
src/lib/feedparser.py src/lib/utils.py straw.desktop.in
New-patches: address@hidden/straw--mainline--0.25--patch-6
address@hidden/straw--mainline--0.25--patch-5
address@hidden/straw--mainline--0.25--patch-21
address@hidden/straw--mainline--0.25--patch-22
address@hidden/straw--mainline--0.25--patch-23
address@hidden/straw--mainline--0.25--patch-24
address@hidden/straw--mainline--0.25--patch-25
address@hidden/straw--mainline--0.25--patch-26
address@hidden/straw--mainline--0.25--patch-27
address@hidden/straw--mainline--0.25--patch-28
address@hidden/straw--mainline--0.25--patch-29
address@hidden/straw--mainline--0.25--patch-30
address@hidden/straw--mainline--0.25--patch-31
address@hidden/straw--mainline--0.25--patch-32
address@hidden/straw--mainline--0.25--patch-33
address@hidden/straw--mainline--0.25--patch-34
address@hidden/straw--mainline--0.25--patch-35
address@hidden/straw--mainline--0.25--patch-36
address@hidden/straw--mainline--0.25--patch-37
address@hidden/straw--mainline--0.25--patch-38
address@hidden/straw--mainline--0.25--patch-39
address@hidden/straw--mainline--0.25--patch-40
address@hidden/straw--startup--0.25--patch-1
Summary: merge: juri patch 21-40
Keywords:
merge: juri patch 21-40
Patches applied:
* address@hidden/straw--mainline--0.25--patch-5
merge: juri patch 21-40
* address@hidden/straw--mainline--0.25--patch-21
remove another debugging spew
* address@hidden/straw--mainline--0.25--patch-22
disable all the thread initializations etc if threads aren't on
* address@hidden/straw--mainline--0.25--patch-23
fix patch-22
* address@hidden/straw--mainline--0.25--patch-24
remove two apparently unnecessary calls from Main.__init__ which were just
causing redraws of the feed list
* address@hidden/straw--mainline--0.25--patch-25
merge straw--startup--0.25--patch-1
* address@hidden/straw--mainline--0.25--patch-26
unbreak Main.__init__
* address@hidden/straw--mainline--0.25--patch-27
REALLY unbreak Main.__init__
* address@hidden/straw--mainline--0.25--patch-28
go back to using timeouts instead of idle handlers: idle handlers were nice
and all, but made the cpu usage shoot up
* address@hidden/straw--mainline--0.25--patch-29
fix error indicator hiding
* address@hidden/straw--mainline--0.25--patch-30
add call_pending to the head of http_results, in an effort to minimize
potential freezes caused by feedparser
* address@hidden/straw--mainline--0.25--patch-31
make feedparser use dict instead of UserDict: this cuts runtime by about 90%
* address@hidden/straw--mainline--0.25--patch-32
fix freshmeat data formatting
* address@hidden/straw--mainline--0.25--patch-33
remove the straw.tray reference, add a get_instance classmethod to Tray,
import Tray class into straw namespace
* address@hidden/straw--mainline--0.25--patch-34
change Feed.create_{new,empty}_feed into classmethods so they don't have to
be imported into the straw namespace
* address@hidden/straw--mainline--0.25--patch-35
document STRAW_THREAD_DNS in the README
* address@hidden/straw--mainline--0.25--patch-36
Main cleanups, fix import_opml
* address@hidden/straw--mainline--0.25--patch-37
clean up a bit, define BaseProxyConfig.__init__ and _config_working there,
call the super class __init__ from base classes
* address@hidden/straw--mainline--0.25--patch-38
make format and encoding arguments to utils.format_date optional, use it in
all the places where we were previously calling directly strftime and thus
causing character set problems
* address@hidden/straw--mainline--0.25--patch-39
add better documentation to the default time format string
* address@hidden/straw--mainline--0.25--patch-40
use Network category instead of Internet, as per desktop menu spec 0.8
* address@hidden/straw--startup--0.25--patch-1
make the main window appear faster when starting up
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Straw-commits] 0.25--mainline: patch-6,
Mike Alonzo <=