Bug 85748 - Search lineedit shouldn't be shown in "Combined View"
Summary: Search lineedit shouldn't be shown in "Combined View"
Status: RESOLVED FIXED
Alias: None
Product: akregator
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-23 08:15 UTC by Ismail Donmez
Modified: 2004-08-11 06:11 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 Ismail Donmez 2004-07-23 08:15:25 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources
Compiler:          gcc 3.4.1 
OS:                Linux

Search does not work in "Combined View" to aKregator shouldn't show search lineedit when "Combined View" is used.
Comment 1 Sashmit Bhaduri 2004-07-23 19:48:42 UTC
We probably should implement searching in combined view.. perhaps we can access the HTMLDocument and remove nodes on the fly instead of having to write everything to the page. 
Comment 2 Sashmit Bhaduri 2004-08-11 06:11:41 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