SF.net SVN: fclient:[683] trunk/fclient/src/fclient/Ui_ViewBrowser.py
Status: Pre-Alpha
Brought to you by:
jurner
|
From: <jU...@us...> - 2008-07-19 09:48:50
|
Revision: 683
http://fclient.svn.sourceforge.net/fclient/?rev=683&view=rev
Author: jUrner
Date: 2008-07-19 09:48:57 +0000 (Sat, 19 Jul 2008)
Log Message:
-----------
some notes
Modified Paths:
--------------
trunk/fclient/src/fclient/Ui_ViewBrowser.py
Modified: trunk/fclient/src/fclient/Ui_ViewBrowser.py
===================================================================
--- trunk/fclient/src/fclient/Ui_ViewBrowser.py 2008-07-19 09:48:44 UTC (rev 682)
+++ trunk/fclient/src/fclient/Ui_ViewBrowser.py 2008-07-19 09:48:57 UTC (rev 683)
@@ -1,7 +1,19 @@
#******************************************************************************************
#TODO:
+# x. someday. maybe. reimpl to browse via fcp.
+# x. page history is cleared if we get an error on loading a page. reimpl page history?
+# x. back-is-close like behaviour
+# x. always open links in new tabs
+# x. backand forward buttons suck somehow. sometimes fwd is enabled even if no fwd is available. reimpl page history?
+# x. save page / image whatever
+# x. download. idea is to add dls to global download widget and mark them (some color code) as new content.
+# alt would be to to do it firefox like in a separate widget. maybe an option to adjust if browser dls should be
+# persistent or not
+# x. tool buttons do not adjust their size to icon size. maybe it is some global setting via qt-config
+# x. fProxy is a bit tight-lipped when it comes to feedback. no idea
+# x. give feedback on tabs about load / finisched / error. maybe some color code. wait for new QTabWidget features (qt4.5)
+# x. close button on tabs. wait for new QTabWidget features (qt4.5)
#
-#
#******************************************************************************************
from __future__ import absolute_import
if __name__ == '__main__': # see --> http://bugs.python.org/issue1510172 . works only current dir and below
@@ -272,15 +284,8 @@
self.connect(self, QtCore.SIGNAL('iconChanged()'), self.onIconChanged)
self.connect(self.pageAction(QtWebKit.QWebPage.Stop), QtCore.SIGNAL('triggered()'), self.onActionStopTriggered)
-
- #TODO:
- #
- # x. page history is cleared if we get an error on loading a page. reimpl page history?
- # x. back-is close like behaviour
- # x. always open links in new tabs
- # x. backand forward buttons sucks somehow. sometimed fwd is enabled even if no fwd is available. reimpl page history?
+
-
# not needed. we handle OpenLinkInNewWindow et al in contextMenuEvent
#def createWindow(self, typeWindow):
# pass
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|