dolphin/keditbookmarks/kbookmarkmodel
David Faure c2c3a87985 Fix change compression when editing fields: showBookmark was committing changes
and notifyManagers() was leading to a third save and a second full-tree-reload.
Removed these calls, since command::redo does it already.

Also fixed change compression messing up the "old value", so undo didn't restore
the orig value.

FIXED-IN: 4.6.1
BUG: 242884
(cherry picked from commit 1a509e8dea)
2011-02-03 00:30:12 +01:00
..
tests Fix sorting of bookmarks, it wasn't sorting all of them due to MoveCommand doing create+delete, after which "nextSibling" would go nowhere. 2010-06-24 22:44:43 +00:00
CMakeLists.txt extract the BookmarkView in an own file, part of the bookmark model system 2010-04-29 13:16:51 +00:00
commandhistory.cpp Fix "undo" undoing two steps, and "redo" redoing two steps 2011-02-03 00:30:08 +01:00
commandhistory.h Move the bookmark model (+commands +commandhistory) into a lib of its own, for future sharing with other parts of kdebase 2010-04-24 09:06:17 +00:00
commands.cpp Fix change compression when editing fields: showBookmark was committing changes 2011-02-03 00:30:12 +01:00
commands.h We need to export this since it's used in a dcast, which need the typeinfo nodes to be global. 2010-06-26 17:36:14 +00:00
commands_p.h Move the bookmark model (+commands +commandhistory) into a lib of its own, for future sharing with other parts of kdebase 2010-04-24 09:06:17 +00:00
kbookmarkmodel_export.h Move the bookmark model (+commands +commandhistory) into a lib of its own, for future sharing with other parts of kdebase 2010-04-24 09:06:17 +00:00
kinsertionsort_p.h Fix sorting of bookmarks, it wasn't sorting all of them due to MoveCommand doing create+delete, after which "nextSibling" would go nowhere. 2010-06-24 22:44:43 +00:00
model.cpp Only connect to the changed() signal, otherwise the slot is called twice 2011-02-03 00:30:10 +01:00
model.h make the bookmark model properly reset itself, 2010-07-20 14:09:59 +00:00
treeitem.cpp Move the bookmark model (+commands +commandhistory) into a lib of its own, for future sharing with other parts of kdebase 2010-04-24 09:06:17 +00:00
treeitem_p.h SVN_SILENT minor krazy fixes 2010-04-24 09:56:54 +00:00
view.cpp rename BookmarkView to KBookmarkView and export 2010-04-29 13:20:32 +00:00
view.h rename BookmarkView to KBookmarkView and export 2010-04-29 13:20:32 +00:00