From d62176f7f2a6a204b5017bc661fff2d3a9f76e6e Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Sun, 30 Nov 2008 17:30:57 +0100 Subject: - Ported historyMenu to KAction - some adjs on urlbar - added TODO file to remember things --- TODO | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 TODO (limited to 'TODO') diff --git a/TODO b/TODO new file mode 100644 index 00000000..78f0f8a8 --- /dev/null +++ b/TODO @@ -0,0 +1,20 @@ +Road to 0.0.1 (first release) ++ ESC event findbar ++ let findbar work +- bookmarks (share konqueror's) +- some porting + +NEXT.. +- better FULL SCREEN +- simplify history +- QUrl --> KUrl +- KDE download = Kjob && Kget +- adjust toolbar(s) + -search bar + - url bar +- KDEize menubar (settings) +- configure dialog (A-LA amarok, konqueror) +- dbus support (?!) +- KWallet support + +- Kpart ?? -- cgit v1.2.1 From b9f8ccd9099fa48406203ad5c5389266b3318d88 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Fri, 5 Dec 2008 00:27:23 +0100 Subject: QUrl --> KUrl! --- TODO | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index 78f0f8a8..3aae668b 100644 --- a/TODO +++ b/TODO @@ -1,8 +1,8 @@ Road to 0.0.1 (first release) + ESC event findbar + let findbar work -- bookmarks (share konqueror's) -- some porting ++ bookmarks (share konqueror's) ++ some porting NEXT.. - better FULL SCREEN -- cgit v1.2.1 From 75e3a98bb31afe389a5ac63b8f82423d019721a8 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Sat, 6 Dec 2008 10:25:23 +0100 Subject: more KDE-like menubar(s).. --- TODO | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index 3aae668b..c2ac09d0 100644 --- a/TODO +++ b/TODO @@ -5,14 +5,15 @@ Road to 0.0.1 (first release) + some porting NEXT.. +- system SELECT ALL - better FULL SCREEN - simplify history -- QUrl --> KUrl ++ QUrl --> KUrl - KDE download = Kjob && Kget - adjust toolbar(s) -search bar - url bar -- KDEize menubar (settings) ++ KDEize menubar (settings) - configure dialog (A-LA amarok, konqueror) - dbus support (?!) - KWallet support -- cgit v1.2.1 From 3349db61eed34e3c1fb274d66ac55405fa188fdc Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Sat, 6 Dec 2008 23:42:30 +0100 Subject: Fixed crash when closing rekonq with more than one tab --- TODO | 1 + 1 file changed, 1 insertion(+) (limited to 'TODO') diff --git a/TODO b/TODO index c2ac09d0..2991ac44 100644 --- a/TODO +++ b/TODO @@ -5,6 +5,7 @@ Road to 0.0.1 (first release) + some porting NEXT.. +- Fixing QByteArray save/load state!! - system SELECT ALL - better FULL SCREEN - simplify history -- cgit v1.2.1 From dd77666f0f27e52b67ae001a60717ec0c455430e Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Tue, 16 Dec 2008 01:59:36 +0100 Subject: Updated TODO --- TODO | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index 2991ac44..09b201f6 100644 --- a/TODO +++ b/TODO @@ -4,19 +4,29 @@ Road to 0.0.1 (first release) + bookmarks (share konqueror's) + some porting +0.0.2 ++ QUrl --> KUrl ++ KDEize menubar (settings) ++ new urlbar & searchbar (for now just Google search bar..) + + NEXT.. - Fixing QByteArray save/load state!! - system SELECT ALL - better FULL SCREEN - simplify history -+ QUrl --> KUrl - KDE download = Kjob && Kget -- adjust toolbar(s) - -search bar - - url bar -+ KDEize menubar (settings) - configure dialog (A-LA amarok, konqueror) - dbus support (?!) - KWallet support - Kpart ?? + ++------------------------ + +- Kconfig::gloabl : investigate. +- contextMenu in searchbar to set different search engines +- save toolbars settings +- NEW save/load setting functions in KMainWIndow +- improve CMakeLists.txt 4.4 required, 4.5 better.. +- browse code to search TODO and FIXME -- cgit v1.2.1 From cc1049c1dcc500ef6f8e650e9add97614f3a37b2 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Wed, 17 Dec 2008 01:31:30 +0100 Subject: Enhanced CMakeLists.txt --- TODO | 3 +++ 1 file changed, 3 insertions(+) (limited to 'TODO') diff --git a/TODO b/TODO index 09b201f6..dc11984b 100644 --- a/TODO +++ b/TODO @@ -30,3 +30,6 @@ NEXT.. - NEW save/load setting functions in KMainWIndow - improve CMakeLists.txt 4.4 required, 4.5 better.. - browse code to search TODO and FIXME +- qDebug --> kWarning() / kDebug()! +- dbus support + -- cgit v1.2.1 From 3fcb4e226ebe126f6c3a289d34f1b6a83c1444c1 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Wed, 17 Dec 2008 02:03:21 +0100 Subject: qDebug && qWarning --> kDebug && kWarning --- TODO | 1 - 1 file changed, 1 deletion(-) (limited to 'TODO') diff --git a/TODO b/TODO index dc11984b..a357e0c7 100644 --- a/TODO +++ b/TODO @@ -24,7 +24,6 @@ NEXT.. +------------------------ -- Kconfig::gloabl : investigate. - contextMenu in searchbar to set different search engines - save toolbars settings - NEW save/load setting functions in KMainWIndow -- cgit v1.2.1 From 16ab5690568b926f226c3144cef207d9ef59fa17 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Sat, 20 Dec 2008 23:38:00 +0100 Subject: Added .desktop file --- TODO | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index a357e0c7..d05fa403 100644 --- a/TODO +++ b/TODO @@ -27,8 +27,11 @@ NEXT.. - contextMenu in searchbar to set different search engines - save toolbars settings - NEW save/load setting functions in KMainWIndow -- improve CMakeLists.txt 4.4 required, 4.5 better.. ++ improve CMakeLists.txt 4.4 required, 4.5 better.. - browse code to search TODO and FIXME -- qDebug --> kWarning() / kDebug()! -- dbus support ++ qDebug --> kWarning() / kDebug()! +- dbus support + - kget support + - kwallet support + - kwrite support ( optional, to view HTML code ) -- cgit v1.2.1 From 85088c590ef99f9487abf2768f8084653cd4ab16 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Sun, 21 Dec 2008 00:07:53 +0100 Subject: - Added kWarning for fixed minimun size - updated TODO - upgraded .desktop file --- TODO | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index d05fa403..09ca6d5d 100644 --- a/TODO +++ b/TODO @@ -11,21 +11,17 @@ Road to 0.0.1 (first release) NEXT.. -- Fixing QByteArray save/load state!! ++ Fixing QByteArray save/load state!! - system SELECT ALL - better FULL SCREEN - simplify history -- KDE download = Kjob && Kget -- configure dialog (A-LA amarok, konqueror) -- dbus support (?!) -- KWallet support - Kpart ?? +------------------------ - contextMenu in searchbar to set different search engines -- save toolbars settings ++ save toolbars settings - NEW save/load setting functions in KMainWIndow + improve CMakeLists.txt 4.4 required, 4.5 better.. - browse code to search TODO and FIXME -- cgit v1.2.1 From 2daca1034d63d71e9c6a097816fe6aa7ba47db35 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Sun, 21 Dec 2008 00:54:58 +0100 Subject: little updates.. --- TODO | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index 09ca6d5d..33d63af4 100644 --- a/TODO +++ b/TODO @@ -11,23 +11,23 @@ Road to 0.0.1 (first release) NEXT.. -+ Fixing QByteArray save/load state!! - system SELECT ALL - better FULL SCREEN - simplify history - -- Kpart ?? - -+------------------------ - +- KDE autosave +- kMainWindow save/read settings +- color progress - contextMenu in searchbar to set different search engines -+ save toolbars settings -- NEW save/load setting functions in KMainWIndow -+ improve CMakeLists.txt 4.4 required, 4.5 better.. -- browse code to search TODO and FIXME -+ qDebug --> kWarning() / kDebug()! + +- QWebPluginFactory subclass to load KParts into QtWebKit. - dbus support - kget support - kwallet support - kwrite support ( optional, to view HTML code ) + +- Kpart ?? + ++------------------------ + + -- cgit v1.2.1 From d427401e69464f35cb31b75f8873f2262ff8eb6c Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Mon, 22 Dec 2008 01:25:18 +0100 Subject: window config title : rekonfig updated TODO --- TODO | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'TODO') diff --git a/TODO b/TODO index 33d63af4..f68c7845 100644 --- a/TODO +++ b/TODO @@ -4,6 +4,13 @@ Road to 0.0.1 (first release) + bookmarks (share konqueror's) + some porting +ROAD to 0.0.2 (second release) ++ setting rekonq with KConfigDialog ("rekonfig") +- configure shortcuts +- better find toolbar +- fixed search bar width + ++ -------------------------------- 0.0.2 + QUrl --> KUrl + KDEize menubar (settings) @@ -18,6 +25,7 @@ NEXT.. - kMainWindow save/read settings - color progress - contextMenu in searchbar to set different search engines +- KDE proxy support - QWebPluginFactory subclass to load KParts into QtWebKit. @@ -28,6 +36,6 @@ NEXT.. - Kpart ?? -+------------------------ ++ ------------------------ -- cgit v1.2.1 From 9462f40648cc980f101c42875936d2d27aa5616c Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Wed, 31 Dec 2008 00:37:06 +0100 Subject: Final settings for 0.0.2 release --- TODO | 3 --- 1 file changed, 3 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index f68c7845..98b5bae2 100644 --- a/TODO +++ b/TODO @@ -20,9 +20,6 @@ ROAD to 0.0.2 (second release) NEXT.. - system SELECT ALL - better FULL SCREEN -- simplify history -- KDE autosave -- kMainWindow save/read settings - color progress - contextMenu in searchbar to set different search engines - KDE proxy support -- cgit v1.2.1 From 0f11df2f16d30ed5edcd0db1f129078bd02338c5 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Wed, 7 Jan 2009 17:09:53 +0100 Subject: Removed setFocus from lineEdit->currentWebview so that people can switch trough tabs with CTRL tabbing --- TODO | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'TODO') diff --git a/TODO b/TODO index 98b5bae2..870e00fd 100644 --- a/TODO +++ b/TODO @@ -10,6 +10,13 @@ ROAD to 0.0.2 (second release) - better find toolbar - fixed search bar width +ROAD to 0.0.3 (third release) +- mainview +- autosave-- && downloadSystem-- +- dbus, kjob, kget support +- new application class!! + + + -------------------------------- 0.0.2 + QUrl --> KUrl -- cgit v1.2.1 From 05db99e424f702a4cb6a1f961870ae996250b9e5 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Tue, 20 Jan 2009 17:59:44 +0100 Subject: Updated TODO && CMakelists.txt --- TODO | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index 870e00fd..d6556087 100644 --- a/TODO +++ b/TODO @@ -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. -- cgit v1.2.1 From feb5472021e697aa2722806a4a46ec56dfa1579f Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Tue, 27 Jan 2009 12:21:11 +0100 Subject: We now have the FINAL search bar!! Yeah!!! --- TODO | 2 ++ 1 file changed, 2 insertions(+) (limited to 'TODO') diff --git a/TODO b/TODO index d6556087..1f106dae 100644 --- a/TODO +++ b/TODO @@ -20,6 +20,8 @@ ROAD to 0.0.3 (third release) - dbus, kjob, kget support - new application class!! +---- REMOVE ALL FOCUS TO QStackedWidget in mainview!! + + ---------------------------------------------------- NEXT.. -- cgit v1.2.1 From b18c3e2085ef29874ea77141c293902be67ca114 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Wed, 28 Jan 2009 14:24:15 +0100 Subject: updated Changelog && TODO --- TODO | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index 1f106dae..787aca3e 100644 --- a/TODO +++ b/TODO @@ -13,19 +13,20 @@ ROAD to 0.0.2 (second release) ROAD to 0.0.3 (third release) + mainview + KConfigXT -- documentation -- improve slackbuild ++ downloadSystem-- +- documentation++ - autosave-- -- downloadSystem-- -- dbus, kjob, kget support +- dbus support - new application class!! ----- REMOVE ALL FOCUS TO QStackedWidget in mainview!! +--- REMOVE ALL FOCUS TO QStackedWidget in mainview!! +--- improve searchbar features +--- bookmarks line + ---------------------------------------------------- NEXT.. -- system SELECT ALL ++ system SELECT ALL - better FULL SCREEN - color progress - contextMenu in searchbar to set different search engines -- cgit v1.2.1 From 8d95276b0e734a06836806fe84ab3f2ea4f5b252 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Wed, 28 Jan 2009 15:57:59 +0100 Subject: updated TODO --- TODO | 1 + 1 file changed, 1 insertion(+) (limited to 'TODO') diff --git a/TODO b/TODO index 787aca3e..3e3cecf7 100644 --- a/TODO +++ b/TODO @@ -22,6 +22,7 @@ ROAD to 0.0.3 (third release) --- REMOVE ALL FOCUS TO QStackedWidget in mainview!! --- improve searchbar features --- bookmarks line +--- fix sessions && ui dimension + ---------------------------------------------------- -- cgit v1.2.1 From 2649aba801efdbf57f10b55a5e6c46dbd13cdbb4 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Thu, 29 Jan 2009 10:52:28 +0100 Subject: Fixed Find bar use. --- TODO | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'TODO') diff --git a/TODO b/TODO index 3e3cecf7..e8fa7215 100644 --- a/TODO +++ b/TODO @@ -21,8 +21,9 @@ ROAD to 0.0.3 (third release) --- REMOVE ALL FOCUS TO QStackedWidget in mainview!! --- improve searchbar features ---- bookmarks line +++- bookmarks line --- fix sessions && ui dimension +--- fix KConfigXT use + ---------------------------------------------------- -- cgit v1.2.1 From ba12e93de03b052ade877b0ddfaef125579e15eb Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Thu, 29 Jan 2009 11:59:45 +0100 Subject: Definitely fixed FindBar (orat least, I hope so) Add some comments --- TODO | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index e8fa7215..27134e5c 100644 --- a/TODO +++ b/TODO @@ -19,11 +19,11 @@ ROAD to 0.0.3 (third release) - dbus support - new application class!! ---- REMOVE ALL FOCUS TO QStackedWidget in mainview!! ---- improve searchbar features +++- REMOVE ALL FOCUS TO QStackedWidget in mainview!! +++- improve searchbar features ++- bookmarks line --- fix sessions && ui dimension ---- fix KConfigXT use +--- fix KConfigXT use (proxy, fonts and so on..) + ---------------------------------------------------- -- cgit v1.2.1 From 85f52d4fb04ab2bf0acd0728d7367f81676db5c0 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Mon, 2 Feb 2009 01:13:21 +0100 Subject: updated TODO --- TODO | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index 27134e5c..2726e1b7 100644 --- a/TODO +++ b/TODO @@ -19,9 +19,9 @@ ROAD to 0.0.3 (third release) - dbus support - new application class!! -++- REMOVE ALL FOCUS TO QStackedWidget in mainview!! -++- improve searchbar features -++- bookmarks line ++ REMOVE ALL FOCUS TO QStackedWidget in mainview!! ++ improve searchbar features ++ bookmarks line --- fix sessions && ui dimension --- fix KConfigXT use (proxy, fonts and so on..) -- cgit v1.2.1 From c41a1e2fce817725adfa4e6c45073103965f52c4 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Sun, 8 Feb 2009 18:57:45 +0100 Subject: Updating --- TODO | 46 ++++++---------------------------------------- 1 file changed, 6 insertions(+), 40 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index 2726e1b7..ce205bcd 100644 --- a/TODO +++ b/TODO @@ -1,49 +1,15 @@ -Road to 0.0.1 (first release) -+ ESC event findbar -+ let findbar work -+ bookmarks (share konqueror's) -+ some porting - -ROAD to 0.0.2 (second release) -+ setting rekonq with KConfigDialog ("rekonfig") -- configure shortcuts -- better find toolbar -- fixed search bar width - -ROAD to 0.0.3 (third release) -+ mainview -+ KConfigXT -+ downloadSystem-- -- documentation++ +To 0.0.4 +- improve DOCUMENTATION +- fix docs - autosave-- - dbus support - new application class!! - -+ REMOVE ALL FOCUS TO QStackedWidget in mainview!! -+ improve searchbar features -+ bookmarks line ---- fix sessions && ui dimension ---- fix KConfigXT use (proxy, fonts and so on..) - -+ ---------------------------------------------------- - -NEXT.. -+ system SELECT ALL -- better FULL SCREEN -- color progress +- improve bookmarks toolbar +- fix KConfigXT (fonts) +- color url_line_edit progress - contextMenu in searchbar to set different search engines - KDE proxy support -- KcookieJar - - QWebPluginFactory subclass to load KParts into QtWebKit. - -- dbus support - - kget support - - kwallet support - - kwrite support ( optional, to view HTML code ) - -- Kpart ?? - + ------------------------ -- cgit v1.2.1 From 1388bed0effca69e1fee0fb080eb035a3653f4c1 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Tue, 24 Feb 2009 11:50:03 +0100 Subject: Documented API bookmarks && download classes. Fixed load on startup --- TODO | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'TODO') diff --git a/TODO b/TODO index ce205bcd..93ae6959 100644 --- a/TODO +++ b/TODO @@ -10,6 +10,16 @@ To 0.0.4 - contextMenu in searchbar to set different search engines - KDE proxy support - QWebPluginFactory subclass to load KParts into QtWebKit. + + ------------------------ +1. check the lines above... +2. Improve docs +3. Let rekonq be a Singleton app. (And work well..) +4. fix bookmarks toolbar POSITION +5. fix bookmarks action menu (in toolbar) +6. fix load at startup +7. fix FONTS problems between webkit && KDE settings (at least, here..) +8. enable flash support !! ++ ------------------------ \ No newline at end of file -- cgit v1.2.1 From bce15c7583913a7fc95b0206c5a093ac1bc3c55a Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Wed, 11 Mar 2009 23:59:18 +0100 Subject: Solved Bookmark Position problem. Updated TODO. --- TODO | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index 93ae6959..ada53236 100644 --- a/TODO +++ b/TODO @@ -15,11 +15,11 @@ To 0.0.4 1. check the lines above... 2. Improve docs -3. Let rekonq be a Singleton app. (And work well..) +DONE. Let rekonq be a Singleton app. (And work well..) 4. fix bookmarks toolbar POSITION 5. fix bookmarks action menu (in toolbar) -6. fix load at startup -7. fix FONTS problems between webkit && KDE settings (at least, here..) -8. enable flash support !! +DONE. fix load at startup +DONE. fix FONTS problems between webkit && KDE settings (at least, here..) +DONE. enable flash support !! + ------------------------ \ No newline at end of file -- cgit v1.2.1 From fe6a78a82803cf8be20eb0effc645ca1c4602b78 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Thu, 12 Mar 2009 00:01:49 +0100 Subject: upgrading ui to 4.5.0 --- TODO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'TODO') diff --git a/TODO b/TODO index ada53236..4df6b710 100644 --- a/TODO +++ b/TODO @@ -16,7 +16,7 @@ To 0.0.4 1. check the lines above... 2. Improve docs DONE. Let rekonq be a Singleton app. (And work well..) -4. fix bookmarks toolbar POSITION +DONE. fix bookmarks toolbar POSITION 5. fix bookmarks action menu (in toolbar) DONE. fix load at startup DONE. fix FONTS problems between webkit && KDE settings (at least, here..) -- cgit v1.2.1 From 05c60e11930e7fc969246336b2a121afbf6589d7 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Thu, 19 Mar 2009 01:28:43 +0100 Subject: updated TODO, removed unuseful svg image, updated default bookmarks --- TODO | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'TODO') diff --git a/TODO b/TODO index 4df6b710..38e2bb7e 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,13 @@ +To 0.0.5 +- definitely fix fonts! +- fix crash on example sites.. +- tabbar: fixed dimension +- tabbar: hide if just one +- bookmarks update +- improve "save as" +- load just ONE site at start +- loading right sites as "external browser" + To 0.0.4 - improve DOCUMENTATION - fix docs @@ -22,4 +32,4 @@ DONE. fix load at startup DONE. fix FONTS problems between webkit && KDE settings (at least, here..) DONE. enable flash support !! -+ ------------------------ \ No newline at end of file ++ ------------------------ -- cgit v1.2.1 From 5a8bb470bc30bf6a360661a87af783fd30588f5f Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Sat, 21 Mar 2009 12:12:36 +0100 Subject: Always Show Tab Bar. Or not... --- TODO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'TODO') diff --git a/TODO b/TODO index 38e2bb7e..fef8bd98 100644 --- a/TODO +++ b/TODO @@ -1,7 +1,7 @@ To 0.0.5 - definitely fix fonts! - fix crash on example sites.. -- tabbar: fixed dimension +DONE tabbar: fixed dimension - tabbar: hide if just one - bookmarks update - improve "save as" -- cgit v1.2.1 From 2f1b7eab36aa29317c4f34932fddd23bde239f33 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Sat, 21 Mar 2009 12:28:01 +0100 Subject: updated TODO --- TODO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'TODO') diff --git a/TODO b/TODO index fef8bd98..f5464787 100644 --- a/TODO +++ b/TODO @@ -2,7 +2,7 @@ To 0.0.5 - definitely fix fonts! - fix crash on example sites.. DONE tabbar: fixed dimension -- tabbar: hide if just one +DONE tabbar: hide if just one - bookmarks update - improve "save as" - load just ONE site at start -- cgit v1.2.1 From d9575d35726de15d58061455016b5d1fa8a0e421 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Sun, 22 Mar 2009 11:35:32 +0100 Subject: Updated TODO --- TODO | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'TODO') diff --git a/TODO b/TODO index f5464787..afed15c9 100644 --- a/TODO +++ b/TODO @@ -4,10 +4,12 @@ To 0.0.5 DONE tabbar: fixed dimension DONE tabbar: hide if just one - bookmarks update +DONE loading right bookmark file - improve "save as" - load just ONE site at start - loading right sites as "external browser" + To 0.0.4 - improve DOCUMENTATION - fix docs @@ -21,8 +23,10 @@ To 0.0.4 - KDE proxy support - QWebPluginFactory subclass to load KParts into QtWebKit. + + ------------------------ + 1. check the lines above... 2. Improve docs DONE. Let rekonq be a Singleton app. (And work well..) @@ -32,4 +36,5 @@ DONE. fix load at startup DONE. fix FONTS problems between webkit && KDE settings (at least, here..) DONE. enable flash support !! + + ------------------------ -- cgit v1.2.1 From 7469bea0d1803d79677c031209e41cadfad201dd Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Sun, 22 Mar 2009 12:13:09 +0100 Subject: updated TODO --- TODO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'TODO') diff --git a/TODO b/TODO index afed15c9..39f45160 100644 --- a/TODO +++ b/TODO @@ -3,7 +3,7 @@ To 0.0.5 - fix crash on example sites.. DONE tabbar: fixed dimension DONE tabbar: hide if just one -- bookmarks update +DONE bookmarks tabbar update DONE loading right bookmark file - improve "save as" - load just ONE site at start -- cgit v1.2.1 From 102fb3ee203022ebb5c6fab5b5521aaab5d60438 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Mon, 23 Mar 2009 13:59:38 +0100 Subject: updated TODO --- TODO | 1 + 1 file changed, 1 insertion(+) (limited to 'TODO') diff --git a/TODO b/TODO index 39f45160..99f6c223 100644 --- a/TODO +++ b/TODO @@ -8,6 +8,7 @@ DONE loading right bookmark file - improve "save as" - load just ONE site at start - loading right sites as "external browser" +- provide translations To 0.0.4 -- cgit v1.2.1 From ab0d5f48e025d423f310a1c1a2287e899f899504 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Tue, 24 Mar 2009 11:08:01 +0100 Subject: pedantic..TODO --- TODO | 1 + 1 file changed, 1 insertion(+) (limited to 'TODO') diff --git a/TODO b/TODO index 99f6c223..bcc13f39 100644 --- a/TODO +++ b/TODO @@ -5,6 +5,7 @@ DONE tabbar: fixed dimension DONE tabbar: hide if just one DONE bookmarks tabbar update DONE loading right bookmark file +DONE Added Google Suggestions - improve "save as" - load just ONE site at start - loading right sites as "external browser" -- cgit v1.2.1 From 48b25611c94d380b40948a3de0bfab5678668e1d Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Wed, 25 Mar 2009 00:47:24 +0100 Subject: Huge update. Fixed quite all of the settings troubles.. From now on, we (mainly) go on WebView bugfixing.. --- TODO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'TODO') diff --git a/TODO b/TODO index bcc13f39..6b920316 100644 --- a/TODO +++ b/TODO @@ -10,7 +10,7 @@ DONE Added Google Suggestions - load just ONE site at start - loading right sites as "external browser" - provide translations - +DONE notfound.html shown if rekonq doesn't load connection To 0.0.4 - improve DOCUMENTATION -- cgit v1.2.1 From 562c5b1284a13e1ceeff7da4d2198b995c96968b Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Wed, 25 Mar 2009 01:11:46 +0100 Subject: updated TODO, fixed History menu shortcut, updated Message.sh --- TODO | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'TODO') diff --git a/TODO b/TODO index 6b920316..f14bb05c 100644 --- a/TODO +++ b/TODO @@ -1,5 +1,5 @@ To 0.0.5 -- definitely fix fonts! +DONE definitely fix fonts! - fix crash on example sites.. DONE tabbar: fixed dimension DONE tabbar: hide if just one @@ -11,6 +11,7 @@ DONE Added Google Suggestions - loading right sites as "external browser" - provide translations DONE notfound.html shown if rekonq doesn't load connection +- disable BACK button when history is NULL To 0.0.4 - improve DOCUMENTATION -- cgit v1.2.1 From fbd78bee04e335314337c57c679dae2dd0820dae Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Fri, 27 Mar 2009 03:36:22 +0100 Subject: improved fullscreen --- TODO | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index f14bb05c..ba905862 100644 --- a/TODO +++ b/TODO @@ -1,17 +1,17 @@ To 0.0.5 -DONE definitely fix fonts! +DONE(?) definitely fix fonts! - fix crash on example sites.. DONE tabbar: fixed dimension DONE tabbar: hide if just one DONE bookmarks tabbar update DONE loading right bookmark file DONE Added Google Suggestions -- improve "save as" - load just ONE site at start - loading right sites as "external browser" - provide translations DONE notfound.html shown if rekonq doesn't load connection - disable BACK button when history is NULL +DONE improve fullscreen To 0.0.4 - improve DOCUMENTATION -- cgit v1.2.1 From 473540ed565ce6c2f5767e29b956aad0dadf458d Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Sat, 28 Mar 2009 15:46:46 +0100 Subject: Added QNetworkDiskCache. Thanks to Ben Meyer's Qt Blog post --- TODO | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index ba905862..c9d47122 100644 --- a/TODO +++ b/TODO @@ -1,17 +1,21 @@ To 0.0.5 -DONE(?) definitely fix fonts! -- fix crash on example sites.. DONE tabbar: fixed dimension DONE tabbar: hide if just one DONE bookmarks tabbar update DONE loading right bookmark file DONE Added Google Suggestions +DONE notfound.html shown if rekonq doesn't load connection +DONE improve fullscreen +DONE QNetworkDiskCache +- QWebFrame +DONE(?) definitely fix fonts! +- fix crash on example sites.. - load just ONE site at start - loading right sites as "external browser" - provide translations -DONE notfound.html shown if rekonq doesn't load connection - disable BACK button when history is NULL -DONE improve fullscreen +- improve DOCUMENTATION + To 0.0.4 - improve DOCUMENTATION -- cgit v1.2.1 From 5b51443760b056fbe966984072c96c2a85c98f9b Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Sun, 29 Mar 2009 00:25:30 +0100 Subject: updated TODO --- TODO | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index c9d47122..f61d5065 100644 --- a/TODO +++ b/TODO @@ -7,13 +7,13 @@ DONE Added Google Suggestions DONE notfound.html shown if rekonq doesn't load connection DONE improve fullscreen DONE QNetworkDiskCache +DONE loading right sites as "external browser" (rekonq %u) +DONE provide translations structure +DONE disable BACK button when history is NULL - QWebFrame DONE(?) definitely fix fonts! - fix crash on example sites.. - load just ONE site at start -- loading right sites as "external browser" -- provide translations -- disable BACK button when history is NULL - improve DOCUMENTATION -- cgit v1.2.1 From 5ee1c2f7d46f7a7cd2ab34c16f4ff185b94cc1a2 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Sun, 29 Mar 2009 00:56:37 +0100 Subject: Load just 1 site at start.. --- TODO | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'TODO') diff --git a/TODO b/TODO index f61d5065..300de9cd 100644 --- a/TODO +++ b/TODO @@ -10,10 +10,11 @@ DONE QNetworkDiskCache DONE loading right sites as "external browser" (rekonq %u) DONE provide translations structure DONE disable BACK button when history is NULL +DONE load just ONE site at start - QWebFrame DONE(?) definitely fix fonts! - fix crash on example sites.. -- load just ONE site at start + - improve DOCUMENTATION -- cgit v1.2.1 From f3875c6127551a36bfa6328f720bd958681e7f82 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Tue, 31 Mar 2009 02:32:58 +0200 Subject: updated TODO --- TODO | 32 +++++--------------------------- 1 file changed, 5 insertions(+), 27 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index 300de9cd..5e7ff488 100644 --- a/TODO +++ b/TODO @@ -17,32 +17,10 @@ DONE(?) definitely fix fonts! - improve DOCUMENTATION - -To 0.0.4 -- improve DOCUMENTATION -- fix docs -- autosave-- -- dbus support -- new application class!! -- improve bookmarks toolbar -- fix KConfigXT (fonts) -- color url_line_edit progress -- contextMenu in searchbar to set different search engines -- KDE proxy support -- QWebPluginFactory subclass to load KParts into QtWebKit. - - + ------------------------ - -1. check the lines above... -2. Improve docs -DONE. Let rekonq be a Singleton app. (And work well..) -DONE. fix bookmarks toolbar POSITION -5. fix bookmarks action menu (in toolbar) -DONE. fix load at startup -DONE. fix FONTS problems between webkit && KDE settings (at least, here..) -DONE. enable flash support !! - - -+ ------------------------ +LONG TERM FIXES +- Page source (to be decided) +- cookies +- history (io-slave) +- -- cgit v1.2.1 From e52d6356917bde5c2cf7441c53074095c6e2823e Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Tue, 31 Mar 2009 02:34:49 +0200 Subject: updated TODO. 2 --- TODO | 1 + 1 file changed, 1 insertion(+) (limited to 'TODO') diff --git a/TODO b/TODO index 5e7ff488..49ee0a58 100644 --- a/TODO +++ b/TODO @@ -23,4 +23,5 @@ LONG TERM FIXES - Page source (to be decided) - cookies - history (io-slave) +- file protocol view - -- cgit v1.2.1 From fb612bbc722ef83c65c63961723f10969f9a6cee Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Wed, 1 Apr 2009 12:48:03 +0200 Subject: Importing clones PART 1 I apologies for this "strange" way of importing code. But we have 3 (or 4) different ideas about UIs.. and I have to decide one. So, best way I found is importing manually changes. I'll write something about that soon. We basically need to better learn git cooperation (I'm first). Anyway, thank you a lot for your time and your ideas. I really apprecciate your efforts ;) --- TODO | 1 - 1 file changed, 1 deletion(-) (limited to 'TODO') diff --git a/TODO b/TODO index 49ee0a58..ca5d11fc 100644 --- a/TODO +++ b/TODO @@ -24,4 +24,3 @@ LONG TERM FIXES - cookies - history (io-slave) - file protocol view -- -- cgit v1.2.1 From 178cb9e3f02563b9614e44701691806b7e97579d Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Thu, 2 Apr 2009 02:19:15 +0200 Subject: Updated TODO --- TODO | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'TODO') diff --git a/TODO b/TODO index ca5d11fc..b2243038 100644 --- a/TODO +++ b/TODO @@ -13,9 +13,13 @@ DONE disable BACK button when history is NULL DONE load just ONE site at start - QWebFrame DONE(?) definitely fix fonts! -- fix crash on example sites.. + +- fix crash on example sites.. - improve DOCUMENTATION +- fix Action on tabbar (clone ads) +- Type "FormSubmitted" +- check statusbar slots + ------------------------ -- cgit v1.2.1 From 56fe76f94dbe916fec66d182541ab0f11e886dc8 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Thu, 2 Apr 2009 08:57:23 +0200 Subject: updated TODO --- TODO | 2 ++ 1 file changed, 2 insertions(+) (limited to 'TODO') diff --git a/TODO b/TODO index b2243038..3ac782c1 100644 --- a/TODO +++ b/TODO @@ -20,6 +20,8 @@ DONE(?) definitely fix fonts! - fix Action on tabbar (clone ads) - Type "FormSubmitted" - check statusbar slots +- redesign settings +- fix fonts + ------------------------ -- cgit v1.2.1 From efe551a8a25bd3e7f6f443710b9944f95921ae58 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Thu, 2 Apr 2009 21:32:37 +0200 Subject: Fixing mainview description --- TODO | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'TODO') diff --git a/TODO b/TODO index 3ac782c1..44dc1e6b 100644 --- a/TODO +++ b/TODO @@ -20,9 +20,11 @@ DONE(?) definitely fix fonts! - fix Action on tabbar (clone ads) - Type "FormSubmitted" - check statusbar slots -- redesign settings +(?) - redesign settings - fix fonts +- loading ONE site when calling rekonq.. + + ------------------------ LONG TERM FIXES -- cgit v1.2.1 From c22ad842b258a16b6ea6080a903c0d884f933ad4 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Fri, 3 Apr 2009 02:15:16 +0200 Subject: updated TODO --- TODO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'TODO') diff --git a/TODO b/TODO index 44dc1e6b..b3f7f315 100644 --- a/TODO +++ b/TODO @@ -23,7 +23,7 @@ DONE(?) definitely fix fonts! (?) - redesign settings - fix fonts -- loading ONE site when calling rekonq.. +DONE loading ONE site when calling rekonq.. + ------------------------ -- cgit v1.2.1 From 665d9414a9b886a2940cd501bf780a2614c16240 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Sun, 5 Apr 2009 16:42:16 +0200 Subject: pedantic --- TODO | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'TODO') diff --git a/TODO b/TODO index b3f7f315..60f412f0 100644 --- a/TODO +++ b/TODO @@ -23,6 +23,10 @@ DONE(?) definitely fix fonts! (?) - redesign settings - fix fonts + +- fix private browsing action +- fix web inspector action + DONE loading ONE site when calling rekonq.. + ------------------------ -- cgit v1.2.1 From ca03da46425a95e0fd2c2eaed42437b7ea3551a0 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Thu, 9 Apr 2009 19:28:19 +0200 Subject: Updated TODO --- TODO | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index 60f412f0..92713233 100644 --- a/TODO +++ b/TODO @@ -18,14 +18,15 @@ DONE(?) definitely fix fonts! - fix crash on example sites.. - improve DOCUMENTATION - fix Action on tabbar (clone ads) -- Type "FormSubmitted" +- Type "FormSubmitted" (WordPress) - check statusbar slots -(?) - redesign settings - fix fonts +- webkit Icon -- fix private browsing action -- fix web inspector action +DONE redesign settings +DONE fix private browsing action +DONE fix web inspector action DONE loading ONE site when calling rekonq.. -- cgit v1.2.1 From 6d37e632d445b51f5321b4138dcd1fce0cae30f9 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Fri, 10 Apr 2009 18:57:01 +0200 Subject: Fixed webview API Removed some unuseful comments --- TODO | 2 ++ 1 file changed, 2 insertions(+) (limited to 'TODO') diff --git a/TODO b/TODO index 92713233..521c2ca6 100644 --- a/TODO +++ b/TODO @@ -23,6 +23,8 @@ DONE(?) definitely fix fonts! - fix fonts - webkit Icon +- tab-reordering +- focus on new tab just if no site loaded DONE redesign settings DONE fix private browsing action -- cgit v1.2.1 From 18d99a283702f6365aae7f493f09064b5679a51a Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Fri, 10 Apr 2009 19:48:29 +0200 Subject: pedantic --- TODO | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'TODO') diff --git a/TODO b/TODO index 521c2ca6..be8f9854 100644 --- a/TODO +++ b/TODO @@ -23,8 +23,10 @@ DONE(?) definitely fix fonts! - fix fonts - webkit Icon -- tab-reordering +DONE tab-reordering - focus on new tab just if no site loaded +- provide konqueror-like confirmation exit dialog +- import arora loading label DONE redesign settings DONE fix private browsing action -- cgit v1.2.1 From 03a3799f8c9b22dbd1629c4dd5ac1631044a8acf Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Sat, 11 Apr 2009 20:26:44 +0200 Subject: updated TODO --- TODO | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index be8f9854..d685f5c8 100644 --- a/TODO +++ b/TODO @@ -25,8 +25,10 @@ DONE(?) definitely fix fonts! DONE tab-reordering - focus on new tab just if no site loaded -- provide konqueror-like confirmation exit dialog -- import arora loading label +- provide konqueror-like + - confirmation exit dialog + - +DONE import arora loading label DONE redesign settings DONE fix private browsing action -- cgit v1.2.1 From c77e839f7e3cc00858672c3a05a193fe81bceb05 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Sat, 18 Apr 2009 01:42:29 +0200 Subject: Fixed Download Manager ctor --- TODO | 2 ++ 1 file changed, 2 insertions(+) (limited to 'TODO') diff --git a/TODO b/TODO index d685f5c8..b323b848 100644 --- a/TODO +++ b/TODO @@ -43,3 +43,5 @@ LONG TERM FIXES - cookies - history (io-slave) - file protocol view + +- new bookmarks system -- cgit v1.2.1 From c25f0ee1e2d69ea1ca768dab9b6bd9ea27fcdc9c Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Sat, 18 Apr 2009 03:32:12 +0200 Subject: Updated TODO --- TODO | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'TODO') diff --git a/TODO b/TODO index b323b848..b129699b 100644 --- a/TODO +++ b/TODO @@ -25,7 +25,7 @@ DONE(?) definitely fix fonts! DONE tab-reordering - focus on new tab just if no site loaded -- provide konqueror-like +DONE provide konqueror-like - confirmation exit dialog - DONE import arora loading label @@ -36,6 +36,7 @@ DONE fix web inspector action DONE loading ONE site when calling rekonq.. + + ------------------------ LONG TERM FIXES @@ -45,3 +46,4 @@ LONG TERM FIXES - file protocol view - new bookmarks system +- check mainview signals -- cgit v1.2.1 From 2399843ceb70b45b2c1a47b680e11ba1e623ef45 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Sat, 25 Apr 2009 23:55:14 +0200 Subject: Another importing step. Need to fix cookies' classes and then (I think) we are near the goal.. --- TODO | 29 ++++++++++++++++++----------- 1 file changed, 18 insertions(+), 11 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index b129699b..29819acb 100644 --- a/TODO +++ b/TODO @@ -13,16 +13,6 @@ DONE disable BACK button when history is NULL DONE load just ONE site at start - QWebFrame DONE(?) definitely fix fonts! - - -- fix crash on example sites.. -- improve DOCUMENTATION -- fix Action on tabbar (clone ads) -- Type "FormSubmitted" (WordPress) -- check statusbar slots -- fix fonts -- webkit Icon - DONE tab-reordering - focus on new tab just if no site loaded DONE provide konqueror-like @@ -36,14 +26,31 @@ DONE fix web inspector action DONE loading ONE site when calling rekonq.. +- fix crash on example sites.. +- improve DOCUMENTATION +- fix Action on tabbar (clone ads) +- Type "FormSubmitted" (WordPress) +- check statusbar slots +- fix fonts + + ------------------------ LONG TERM FIXES -- Page source (to be decided) - cookies - history (io-slave) - file protocol view - new bookmarks system - check mainview signals + +- to 0.1alpha + - checking focus question + - bookmarks panel + - copyright question + - loading urlbar + - fullscreen action impr + - mailto KDE loading + - unit tests + - webview Arora tmp fix + - ? -- cgit v1.2.1 From da669119617ad2f6bd70f4058ead910705d51769 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Sun, 26 Apr 2009 01:48:24 +0200 Subject: updated TODO --- TODO | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index 29819acb..9575a2a2 100644 --- a/TODO +++ b/TODO @@ -28,9 +28,9 @@ DONE loading ONE site when calling rekonq.. - fix crash on example sites.. - improve DOCUMENTATION -- fix Action on tabbar (clone ads) +DONE fix Action on tabbar (clone ads) - Type "FormSubmitted" (WordPress) -- check statusbar slots +DONE check statusbar slots - fix fonts @@ -47,10 +47,10 @@ LONG TERM FIXES - to 0.1alpha - checking focus question - bookmarks panel - - copyright question - - loading urlbar - - fullscreen action impr + - copyright question (ALMOST DONE) + - loading urlbar (DONE) + - fullscreen action impr (DONE) - mailto KDE loading - unit tests - - webview Arora tmp fix + - webview Arora tmp fix (DONE) - ? -- cgit v1.2.1 From 3650ba638a729bc072da37120dc41a85bf491f22 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Sun, 26 Apr 2009 23:18:10 +0200 Subject: KDE mail Tool Invocation --- TODO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'TODO') diff --git a/TODO b/TODO index 9575a2a2..b883b7d8 100644 --- a/TODO +++ b/TODO @@ -50,7 +50,7 @@ LONG TERM FIXES - copyright question (ALMOST DONE) - loading urlbar (DONE) - fullscreen action impr (DONE) - - mailto KDE loading + - mailto KDE loading (DONE) - unit tests - webview Arora tmp fix (DONE) - ? -- cgit v1.2.1