SF.net SVN: fclient:[869] trunk/fclient/fclient/impl/ViewBrowser.py
Status: Pre-Alpha
Brought to you by:
jurner
|
From: <jU...@us...> - 2008-08-02 19:33:30
|
Revision: 869
http://fclient.svn.sourceforge.net/fclient/?rev=869&view=rev
Author: jUrner
Date: 2008-08-02 19:33:37 +0000 (Sat, 02 Aug 2008)
Log Message:
-----------
more todos
Modified Paths:
--------------
trunk/fclient/fclient/impl/ViewBrowser.py
Modified: trunk/fclient/fclient/impl/ViewBrowser.py
===================================================================
--- trunk/fclient/fclient/impl/ViewBrowser.py 2008-08-02 19:16:23 UTC (rev 868)
+++ trunk/fclient/fclient/impl/ViewBrowser.py 2008-08-02 19:33:37 UTC (rev 869)
@@ -12,7 +12,7 @@
# 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)
-# x. page actions: CopyImageToClipboard,
+# x. page actions: CopyImageToClipboard?
# x. when mouse pointer is over an opend image a magnifier cursor appears. no idea how this is handled
# x. open new tab on tab bar double click. IIRC looks like no way before qt4.5. tabBars are not stretched to fit in qt4.4
# x. global feedback on statusbar flickers. reason: first label is holds arbitrary length text
@@ -26,13 +26,16 @@
# x. looks like on error loading page reload does not work
# x. when loading a page, until fproxy reacts reload is enabled instead of stop. hitting reloading will trigger an error
# page, but reloads the current page as expected. no idea how to handle error page poping up.
-# x. icons on find bar push button text tio the side. no idea
+# x. icons on find bar push button text tio the side. no idea so far
# x. on find action, give feedback when no matching text was found on page
# x. some shortcuts for actions are still missing
# x. rework to support dynamic retranslation
# x. tooltips for tabs showing truncated title
# x. reduce tab width when many tabs are open to allow for more tabs being visible
-# x. tab context menu: "Close all tabs" is a bit of a trap. maybe remove it
+# x. tab context menu: "Close all tabs" is a bit of a trap. maybe remove or place it on the very bottom once we have
+# more menu entries
+# x. dropping. accept keys +1. what else to accept?
+# x. option to upload content from browser? "upload current page" / image ..whatevs
#******************************************************************************************
"""
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|