- connect to completed(bool) so that we get notified even in case of a delayed redirect (testcase: http://www.citefutee.com/orienter/rer.php). This was another case of "update all favicons" hanging forever.
CCBUG: 23102
svn path=/trunk/KDE/kdebase/apps/; revision=1119159
(e.g. bookmark toolbar and bookmark sidebar).
Not sure if it should end up in libkonq or libkio...
CCMAIL: hein@kde.org
svn path=/trunk/KDE/kdebase/apps/; revision=1118280
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
rather than the ugly and wrong recursive descent that was done here [wrong because it was writing
into the freedesktop.org metadata rather than into the www.kde.org metadata]
svn path=/trunk/KDE/kdebase/apps/; revision=1112544
Try to repair these things (the status wasn't returned by the model), but doesn't seem to work yet.
svn path=/trunk/KDE/kdebase/apps/; revision=1112533
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
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
svn+ssh://coolo@svn.kde.org/home/kde/branches/work/kde4/kdebase
.
I couldn't resolve one kicker conflict that results from different
development directions, so I rely on Aaron to sort it out - the file
is commited with conflicts
svn path=/trunk/KDE/kdebase/konqueror/keditbookmarks/; revision=439627
(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
load/save the status columns size in init, was defaulting to 0
init m_canPaste to false, no idea why this doesn't fix the vg bt
svn path=/trunk/kdebase/konqueror/keditbookmarks/; revision=260183
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
favicons: don't crash on empty bookmark lists
make sure root qlistviewitem doesn't get added as bookmark
svn path=/trunk/kdebase/konqueror/keditbookmarks/; revision=207858