Bug 86633 - Clicking 'Complete Story' should provide progress feedback
Summary: Clicking 'Complete Story' should provide progress feedback
Status: RESOLVED FIXED
Alias: None
Product: akregator
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
: 86804 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-08-05 15:46 UTC by Alex Hermann
Modified: 2004-08-11 06:11 UTC (History)
1 user (show)

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 Alex Hermann 2004-08-05 15:46:27 UTC
Version:           1.0-beta5 "Pierre" (using KDE 3.2.92 (3.3 beta2),  (testing/unstable))
Compiler:          gcc version 3.3.4 (Debian 1:3.3.4-4)
OS:                Linux (i686) release 2.6.7

Clicking the 'Complete Story' link shows no feedback at all on a slow site. Only after the story is fetched, a new tab is opened.

Expected behaviour would be opening a new tab directly after clicking, as does konqueror. (And chaning the color of the tab-text if the page is loaded.)
Comment 1 Sashmit Bhaduri 2004-08-09 23:28:35 UTC
*** Bug 86804 has been marked as a duplicate of this bug. ***
Comment 2 Teemu Rytilahti 2004-08-10 11:29:05 UTC
Hmm, well, the browser used to use wait cursor when there was something going on, but it got removed by sashmit/berkus when someone implemented the progress bar. Anyways I prefer to the wait cursor...
Comment 3 Sashmit Bhaduri 2004-08-11 06:11:39 UTC
CVS commit by sashmit: 

- support the feed protocol (see http://www.fondantfancies.com/shrook/feed.php)
- default the file import dialog to the home dir, not the akregator data dir
- autosave on adding feeds through command line (-a) or through dcop
- make tabs popup immediatly instead of after mimetype checking (bug #86633)
- show "feed" column when selecting a folder (bug #85265)
- synchronize article listview and combined mode (fixes #86917 #85748)
- make akregator a kuniqueapplication
- remove the borders around articles in combined mode.. looks nicer
- don't decorate root in feed list.. looks nicer, I think

CCMAIL: 86633-done@bugs.kde.org
CCMAIL: 85265-done@bugs.kde.org
CCMAIL: 86917-done@bugs.kde.org
CCMAIL: 85748-done@bugs.kde.org


  A            feed.protocol   1.1
  M +4 -1      Makefile.am   1.40
  M +0 -1      akregator.cpp   1.53
  M +2 -1      akregator_part.cpp   1.79
  M +1 -1      akregator_run.cpp   1.3
  M +52 -22    akregator_view.cpp   1.120
  M +1 -1      akregator_view.h   1.50
  M +1 -1      app.cpp   1.3
  M +2 -2      app.h   1.3
  M +6 -2      articlelist.cpp   1.17
  M +7 -23     articleviewer.cpp   1.45
  M +2 -1      articleviewer.h   1.16
  M +2 -2      exportwidgetbase.ui   1.2
  M +3 -2      feedstree.cpp   1.20
  M +3 -0      main.cpp   1.21
  M +14 -1     viewer.cpp   1.18
  M +2 -0      viewer.h   1.8
  M +6 -1      librss/loader.cpp   1.10