SF.net SVN: fclient:[877] trunk/fclient/fclient/impl/ViewBrowser.py
Status: Pre-Alpha
Brought to you by:
jurner
|
From: <jU...@us...> - 2008-08-09 07:41:12
|
Revision: 877
http://fclient.svn.sourceforge.net/fclient/?rev=877&view=rev
Author: jUrner
Date: 2008-08-09 07:41:22 +0000 (Sat, 09 Aug 2008)
Log Message:
-----------
todos
Modified Paths:
--------------
trunk/fclient/fclient/impl/ViewBrowser.py
Modified: trunk/fclient/fclient/impl/ViewBrowser.py
===================================================================
--- trunk/fclient/fclient/impl/ViewBrowser.py 2008-08-09 07:34:39 UTC (rev 876)
+++ trunk/fclient/fclient/impl/ViewBrowser.py 2008-08-09 07:41:22 UTC (rev 877)
@@ -37,19 +37,18 @@
# x. dropping. accept keys +1. what else to accept?
# x. option to upload content from browser? "upload current page" / image ..whatevs
# x. print contents
-
# x. a note on "save link". if it points to a html page, no media is saved, just the html
-#
-# x. save page ++ load progress details
-# idea: we get pretty detailed information about page load via NetworkAccessManager.
-# 1. collect all replies
-# 2. request replies one by one via urllib if user wants to dl a page. <dl page to folder...>
-# 3. provide detailed feedback for the user on page load. a global widget for all browsers
-# should get too heavy. a toolDialog for each page is better maybe. not too hard to
-# implement. downside is dialogs flapping around ++ feedback to what browser a
-# dialog belongs. upside is: multiple pages can be easily monitored while loading.
-# maybe a later version can provide a manager for the dialogs to bundle them
# x. close icon for ActionCloseSideBar
+# x. peformance of QWebView sucks when it comes to rendering images
+# x. on some pages images are not be loaded (no network error?!) while ff loads them without any problems
+#
+#*******************************************************************************************
+#TODO: code
+#
+# x. isolate browser better. state data should be provided by browser
+# x. when done, assign timers for tabProgressbars to browser as userData
+# x. separate browser and sideBar controllers
+#
#******************************************************************************************
"""
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|