Bug 128854

Summary: konqueror: history is not deleted
Product: [Applications] konqueror Reporter: Toralf Förster <toralf.foerster>
Component: generalAssignee: Konqueror Developers <konq-bugs>
Status: RESOLVED WORKSFORME    
Severity: normal CC: bluedzins, finex, kdebugs
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description Toralf Förster 2006-06-08 21:27:56 UTC
Version:           3.5.2 (using KDE 3.5.2, Gentoo)
Compiler:          gcc version 3.4.5 (Gentoo 3.4.5-r1, ssp-3.4.5-1.0, pie-8.7.9)
OS:                Linux (i686) release 2.6.16-gentoo-r9

setting it to hold only 1 adress and to delete history after 1 day is not enough. There are more links in it after few days and even after deleting history explicitly by clockin at the button the history _seems_ to be empty, but came back after few hours.
That mean, I see an ampty history, shutdown my notebook and at the next day after starting my system I see the old URLs again I typed in the day before.
Comment 1 Yenovk Lazian 2006-09-18 21:21:30 UTC
The same problem, the history list would not clear off. 
Comment 2 Andreas Kling 2006-09-25 12:30:06 UTC
SVN commit 588187 by kling:

Connect to KonqHistoryManager's cleared() signal.
Makes "Clear History" wipe the location bar history permanently instead of just in open Konqueror windows.

BUG: 78538
BUG: 99143
BUG: 120698
BUG: 128854


 M  +1 -0      konq_combo.cc  


--- branches/KDE/3.5/kdebase/konqueror/konq_combo.cc #588186:588187
@@ -122,6 +122,7 @@
     // Make the lineedit consume the Key_Enter event...
     setTrapReturnKey( true );
 
+    connect( KonqHistoryManager::kself(), SIGNAL(cleared()), SLOT(slotCleared()) );
     connect( this, SIGNAL(cleared() ), SLOT(slotCleared()) );
     connect( this, SIGNAL(highlighted( int )), SLOT(slotSetIcon( int )) );
     connect( this, SIGNAL(activated( const QString& )),
Comment 3 Toralf Förster 2007-01-14 16:52:03 UTC
Is this fix incluced in kde-3.5.5 ?
Comment 4 Toralf Förster 2007-01-17 17:19:40 UTC
And, furthermore is the fix tested with the values "1 address" and "delete history after 1 day" ?
Comment 5 Tommi Tervo 2007-04-19 10:20:57 UTC
*** Bug 144413 has been marked as a duplicate of this bug. ***
Comment 6 Linus Östberg 2008-05-04 18:15:17 UTC
This seems to be resolved in 3.5.9 and trunk (r803661).
Comment 7 FiNeX 2008-05-06 13:42:11 UTC
Confirmed. It has been fixed on both 3.5.9 AND trunk (just tested revision 804500).