diff options
author | adjam <adjam@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-05-17 10:17:03 +0000 |
---|---|---|
committer | adjam <adjam@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-05-17 10:17:03 +0000 |
commit | 7c9a36b6da1880393c83576a90734e7f3b8c74f0 (patch) | |
tree | b10ca95fdc5440b1f8c8c2320708e64a49b0143d | |
parent | Merge branch 'develop' into local-svn (diff) | |
download | rekonq-7c9a36b6da1880393c83576a90734e7f3b8c74f0.tar.xz |
Last before 0.1 release fix
git-svn-id: svn+ssh://svn.kde.org/home/kde/trunk/playground/network/rekonq@969016 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r-- | AUTHORS | 8 | ||||
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | INSTALL | 7 | ||||
-rw-r--r-- | TODO | 8 |
4 files changed, 16 insertions, 15 deletions
@@ -1,7 +1,3 @@ -Andrea Diamantini adjam7_AT_gmail_DOT_com Project Lead, Developer, Italian translation -Alexander Domrachev alexander.domrachev_AT_gmail_DOT_com Developer, Russian translation +Andrea Diamantini adjam7_AT_gmail_DOT_com Project Lead, Developer +Alexander Domrachev alexander.domrachev_AT_gmail_DOT_com Developer Pawel Prazak kojots350_AT_gmail_DOT_com Developer -Panagiotis Papadopoulos pano_90@gmx.net German translation -Juan Pablo Scaletti juanpablo@jpscaletti.com Spanish translation -Eelko Berkenpies kaboon@gmail.com Dutch translation -Alain Laporte alain_laporte123@yahoo.fr French translation @@ -1,3 +1,11 @@ +0.1 +- moved to KDE svn +- Network Disk Cache +- History Side Panel +- Search Bar Google Suggestions +- i18n support +- webkit configuration settings + 0.0.4 - Rekonq Singleton app - With Qt 4.5, preliminary flash support @@ -1,8 +1,13 @@ ===== Building rekonq from sources ===== +WARNING: +rekonq before 0.1 release depends on Qt4.4.x. +From 0.1 release on, to build rekonq you need Qt4.5.x + + === Prerequisites === -Qt4.4.x: +Qt4.x.y: Qt should be prepackaged for all mayor linux distributions. Please see http://www.trolltech.com/products/qt for more information and installation @@ -21,11 +21,3 @@ TO 0.2 release - MimeType Manager - BETTER KDE INTEGRATION (What else to be done??) -TO 0.1 release - -- fix cookies system -+ fix toggle actions - + history side panel - - status bar - - menu bar -+ fullscreen action in webView
\ No newline at end of file |