Revision 393d8a7...

Go back to digest for 19th February 2012

Features in Networking Tools

Andrea Diamantini committed changes in [rekonq/HistoryManagerEvolutionRebased] /:

New History Manager, NO MORE QWebHistoryInterface based.

We are just saving datas on our own, I don't like QtWebKit APIs
to do it. We now call addHistoryEntry(url, title)
on loadFinished.
Data structure will remain the same as usual, but I think API
is better and data are now saved when we really have them
ready.

File Changes

Modified 8 files
  •   src/mainview.cpp
  •   src/protocolhandler.cpp
  •   src/webtab.cpp
  •   src/webtab.h
  •   src/history/historymanager.cpp
  •   src/history/historymanager.h
  •   src/history/historymodels.cpp
  •   src/history/historymodels.h
8 files changed in total