Bug 82002 - "Update feed every minute" not working
Summary: "Update feed every minute" not working
Status: RESOLVED FIXED
Alias: None
Product: akregator
Classification: Applications
Component: general (show other bugs)
Version: 1.0-beta1
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Stanislav Karchebny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-22 13:58 UTC by Stephan Binner
Modified: 2004-06-24 04:41 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stephan Binner 2004-05-22 13:58:51 UTC
Version:           1.0-beta1 "Sashmit" (using KDE 3.2.2, compiled sources)
Compiler:          gcc version 3.3.3 (SuSE Linux)
OS:                Linux (i686) release 2.6.4-54.5-default

Any update setting change in the properties dialog is lost once it's closed.
Comment 1 Sashmit Bhaduri 2004-05-30 18:02:44 UTC
CVS commit by sashmit: 

beginnings of auto fetch:
save fetch interval/whether to auto update in opml file

note that we don't actually auto update yet

CCMAIL: 82002-done@bugs.kde.org


  M +15 -5     akregator_view.cpp   1.79
  M +1 -1      akregator_view.h   1.34
  M +22 -0     feed.cpp   1.34
  M +8 -0      feed.h   1.20
  M +29 -0     propertiesdialog.cpp   1.6
  M +8 -2      propertiesdialog.h   1.5



Comment 2 Stephan Binner 2004-05-31 15:52:38 UTC
Too lazy to file a new bug report, almost the same as before.
Comment 3 Sashmit Bhaduri 2004-06-24 04:41:31 UTC
CVS commit by sashmit: 

per feed interval fetching hath arrived.

- intervalmanager class to track when feeds get updated
- timer in each part that handles the fetching
- support rss ttl tag (don't do anything with it yet)

CCMAIL: 82002-done@bugs.kde.org


  A            intervalmanager.cpp   1.1 [UNKNOWN]
  A            intervalmanager.h   1.1 [UNKNOWN]
  M +1 -1      Makefile.am   1.34
  M +34 -6     akregator_view.cpp   1.105
  M +6 -3      akregator_view.h   1.46
  M +10 -0     librss/document.cpp   1.8
  M +2 -1      librss/document.h   1.4