diff options
-rw-r--r-- | TODO | 17 | ||||
-rw-r--r-- | src/CMakeLists.txt | 3 |
2 files changed, 8 insertions, 12 deletions
@@ -11,18 +11,16 @@ ROAD to 0.0.2 (second release) - fixed search bar width ROAD to 0.0.3 (third release) -- mainview -- autosave-- && downloadSystem-- ++ mainview ++ KConfigXT +- documentation +- improve slackbuild +- autosave-- +- downloadSystem-- - dbus, kjob, kget support - new application class!! - -+ -------------------------------- -0.0.2 -+ QUrl --> KUrl -+ KDEize menubar (settings) -+ new urlbar & searchbar (for now just Google search bar..) - ++ ---------------------------------------------------- NEXT.. - system SELECT ALL @@ -30,6 +28,7 @@ NEXT.. - color progress - contextMenu in searchbar to set different search engines - KDE proxy support +- KcookieJar - QWebPluginFactory subclass to load KParts into QtWebKit. diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 25c8e3cb..50fc2333 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -5,7 +5,6 @@ SET( rekonq_SRCS mainview.cpp tabbar.cpp cookiejar.cpp - downloadmanager.cpp edittableview.cpp edittreeview.cpp history.cpp @@ -24,8 +23,6 @@ SET( rekonq_SRCS KDE4_ADD_UI_FILES( rekonq_SRCS cookies.ui cookiesexceptions.ui - downloaditem.ui - downloads.ui history.ui passworddialog.ui proxy.ui |