Also when the cached favicon was recent enough, then the kded module wouldn't emit anything;
fixed by adding a "forceDownloadHostIcon" and an error signal in the favicons kded module.
CCBUG: 23102
(and probably others)
svn path=/trunk/KDE/kdebase/apps/; revision=1116050
didn't automatically change them in an running keditbookmarks.
(Probably broke that one in the big commit a few days ago.)
Also fix expandAll which did collapseAll.
svn path=/trunk/KDE/kdebase/apps/; revision=753640
left pane. Without this, it wasn't actually possible to add something to an empty bookmarks file.
(With special casing for delete, which is only enabled if something is selected in the main pane.)
svn path=/trunk/KDE/kdebase/apps/; revision=753457
Like drag and dropping bookmarks.
Filtering.
And various fixes all over the place.
Still not really where it should be for a release.
svn path=/trunk/KDE/kdebase/apps/; revision=748964
Two views. That is folder view on the left.
(Actually at the moment all bookmarks are shown in the folder view,
I'm waiting for qt 4.1 to filter the view.)
Drag and drop support is back to reorder bookmarks is back.
(Only in app, not between apps.)
Drag and drop to the folder view works.
The current code for drag and drop isn't perfect.
svn path=/trunk/KDE/kdebase/konqueror/keditbookmarks/; revision=462402
- still missing "AND"-feature
- is based on a complete port of KListViewSearchline to qt4
- there will be a filter proxy model in qt 4.1 which should be the basis
for a better port. (In fact the demo app the troll showed me, was a
searchline.)
reenable bookmarkinfowidget (bottom text fields)
svn path=/trunk/KDE/kdebase/konqueror/keditbookmarks/; revision=459815
Editing, creating and selecting bookmarks works.
For deleting you have to run apply-patches in your qt-copy directory.
All other things are broken. (E.g. drag'n'drop, the edit fields at the bottom, the searchline...)
I wrote down some of my learned lessons while working with Qt4's model/view framework
at http://www.squorn.de/kde/qtmodelview.html
svn path=/trunk/KDE/kdebase/konqueror/keditbookmarks/; revision=448977
In a (unscientific) test of ~6000 bookmarks.
Select All now is instant down from ~15 sec.
svn path=/trunk/KDE/kdebase/konqueror/keditbookmarks/; revision=432033
(It used a broken design.)
Instead immediately forward changes in keditbookmarks
to all other kbookmarkmanagers.
BUG: 77355
svn path=/trunk/KDE/kdebase/konqueror/keditbookmarks/; revision=425768
commented out various pieces of pointless debug info
use new dcop signal in kbookmarkmanager to signal bookmark config changes
added setNodeText minor refactor of NodeEditCommand::execute
use listview->setSelected(item, bool) rather than item->setSelected(bool)
various minor logic cleanups to help listview bug fixing
fix possible crash in updateListViewItem
various fixes to current item / selected item updates after bookmark deletion
update listview items based on changes in bookmarkinfo dialog
illustrate more clearly when a bookmark is in the selection:
a lighter highlight is used than the actual qt selection highlighting
don't select the first listview item when someone clicks in the search linedit
don't notify all konquerors using deprecated notifyCompleteChange when saving:
reuse waldo's dcop signal emitter - emitChanged()
strings added:
"Times Visited"
"Click here and type to search..."
(was "Type here to search...", which looks very stupid)
sorry translators!!!! (for backgrounder, i am without internet so couldn't commit :()
svn path=/trunk/kdebase/konqueror/keditbookmarks/; revision=264167
so, add 4 space modelines to all files. i'll gradually fix the files over
the coming days.
svn path=/trunk/kdebase/konqueror/keditbookmarks/; revision=256804