(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
logic to what I initially planned, flag as updated if modify time is greater than last
visited time.
svn path=/trunk/kdebase/konqueror/keditbookmarks/; revision=323132
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
selection cache was invalidated just after a listview
recreate but accessed before this invalidation due to
setCurrent resulting in a handleCurrentChanged call.
attempt to fix the vg warning in paintCell
svn path=/trunk/kdebase/konqueror/keditbookmarks/; revision=260288
unfortunately this slightly removes most of the
performance gain from the previous optimisation.
svn path=/trunk/kdebase/konqueror/keditbookmarks/; revision=260196
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