]> spindle.queued.net Git - midori/commit
Initial refactoring work, regressions expected
authorChristian Dywan <christian@twotoasts.de>
Mon, 10 Mar 2008 21:26:09 +0000 (22:26 +0100)
committerChristian Dywan <christian@twotoasts.de>
Mon, 10 Mar 2008 21:26:09 +0000 (22:26 +0100)
commite1f62329f1d3ec037b398cf6148695063936f2ea
tree9ee6f77789c58e7253af13889cdab768429a6041
parent622f8ee4452cc22a2eb68051bb261cf341d6e266
Initial refactoring work, regressions expected

The 'browser' struct is superseded by MidoriBrowser, which actually
represents a window that holds pages, i.e. tabs. The tabs are currently
of the type MidoriWebView, which is a slightly enhanced WebView. Also
MidoriWebSettings is introduced to hold additional settings that Midori
needs.

The other two new classes are MidoriTrash, representing closed tabs and
windows and MidoriPanel, representing the side panel.

The refactoring allows for several features to be much more easily
implemented, such as full support for multiple windows and instant
saving of modified files, such as bookmarks or the session. Regressions
are expected and not everything is done yet.
30 files changed:
HACKING
katze/katze-throbber.c
katze/katze-throbber.h
src/Makefile.am
src/browser.c [deleted file]
src/browser.h [deleted file]
src/global.h
src/helpers.c
src/helpers.h
src/main.c [changed mode: 0755->0644]
src/midori-browser.c [new file with mode: 0644]
src/midori-browser.h [new file with mode: 0644]
src/midori-panel.c [new file with mode: 0644]
src/midori-panel.h [new file with mode: 0644]
src/midori-trash.c [new file with mode: 0644]
src/midori-trash.h [new file with mode: 0644]
src/midori-websettings.c [new file with mode: 0644]
src/midori-websettings.h [new file with mode: 0644]
src/midori-webview.c [new file with mode: 0644]
src/midori-webview.h [new file with mode: 0644]
src/prefs.c
src/prefs.h
src/search.c
src/sokoke.c
src/sokoke.h
src/ui.h
src/webSearch.c
src/webSearch.h
src/webView.c [deleted file]
src/webView.h [deleted file]