Active Topics

 



Notices


Reply
Thread Tools
Posts: 89 | Thanked: 26 times | Joined on Nov 2008 @ Canada
#451
arj: Do you have Javascript disabled? For me it clears when JS is enabled, but doesn't when it's disabled.
 

The Following User Says Thank You to akorvemaker For This Useful Post:
Bundyo's Avatar
Posts: 4,708 | Thanked: 4,649 times | Joined on Oct 2007 @ Bulgaria
#452
Originally Posted by qwerty12 View Post
Code:
Index: src/uim.vala
===================================================================
--- src/uim.vala	(revision 43)
+++ src/uim.vala	(working copy)
@@ -26,10 +26,10 @@
 		{ "page-details", null, "Details", null, "Details", null },
 		
 		{ "edit", null, "_Edit" },
-		{ "edit-cut", Gtk.STOCK_CUT, "Cut", "<ctrl>X", "Cut", null },
-		{ "edit-copy", Gtk.STOCK_COPY, "Copy", "<ctrl>C", "Copy", null },
-		{ "edit-paste", Gtk.STOCK_PASTE, "Paste", "<ctrl>V", "Paste", null },
-		{ "edit-select-all", Gtk.STOCK_SELECT_ALL, "Select All", "<ctrl>A", "Select All", null },
+		{ "edit-cut", Gtk.STOCK_CUT, "Cut", null, "Cut", null },
+		{ "edit-copy", Gtk.STOCK_COPY, "Copy", null, "Copy", null },
+		{ "edit-paste", Gtk.STOCK_PASTE, "Paste", null, "Paste", null },
+		{ "edit-select-all", Gtk.STOCK_SELECT_ALL, "Select All", null, "Select All", null },
 		
 		{ "view", null, "_View" },
 		{ "view-encoding", null, "Encoding...", null, "Encoding...", null },
@@ -53,12 +53,12 @@
 		{ "close-all-windows", null, "Close All Windows", "<ctrl>Q", "Close All Windows", null },
 		{ "close-remember", null, "Close and Save All", null, "Close and Save All", null },
 		
-		{ "tool-zoomin", null, "Zoom in", "F7", "Zoom in", null },
-		{ "tool-zoomout", null, "Zoom out", "F8", "Zoom out", null },
+		{ "tool-zoomin", null, "Zoom in", null, "Zoom in", null },
+		{ "tool-zoomout", null, "Zoom out", null, "Zoom out", null },
 		{ "tool-find", null, "Find in page", null, "Find in page", null },
 		{ "tool-dashboard", null, "Open Dashboard", null, "Open Dashboard", null },
 
-		{ "toolbar-back", null, "Back in history", "Escape", "Back in history", null },
+		{ "toolbar-back", null, "Back in history", null, "Back in history", null },
 		{ "toolbar-forward", null, "Forward in history", null, "Forward in history", null },
 		{ "toolbar-reload", null, "Reload page", "<ctrl>R", "Reload page", null },
 		
@@ -69,7 +69,7 @@
 	};
 
 	public const ToggleActionEntry[] toggles = {
-		{ "view-fullscreen", null, "Full Screen", "F6", "Full Screen", null, false },
+		{ "view-fullscreen", null, "Full Screen", null, "Full Screen", null, false },
 		{ "tool-showimages", null, "Show Images", "<ctrl>I", "auto_load_images", null, true },
 		{ "tool-plugins", null, "Enable Plugins", "<ctrl>P", "enable_plugins", null, true },
 		{ "tool-javascript", null, "Enable Javascript", null, "enable_scripts", null, true },
This is what I suggest. I've removed the accels that you handle via key-press-event so it stops the double events from happening (going back twice, zooming in double etc) and I've removed the Copy/Paste/Cut/Select All accels as hildon-input-method does an excellent job of handling that and I can copy and paste in the address bar. I have yet to see any functionality removed/downsides.

Jeez... this code formatting sucks

http://qwerty12.qole.org/keyaccels.diff
Yeah, its easy to remove them, but they do other job there... I so hate separating data structures...
__________________
Technically, there are three determinate states the cat could be in: Alive, Dead, and Bloody Furious.
 
qwerty12's Avatar
Posts: 4,274 | Thanked: 5,358 times | Joined on Sep 2007 @ Looking at y'all and sighing
#453
Well, it's obviously not my choice but I do not see it doing any good, but anyway...
 
Bundyo's Avatar
Posts: 4,708 | Thanked: 4,649 times | Joined on Oct 2007 @ Bulgaria
#454
Oh, I will remove it, since it is breaking things. I just said its not that easy. And I have a scratchbox to install too
__________________
Technically, there are three determinate states the cat could be in: Alive, Dead, and Bloody Furious.
 

The Following User Says Thank You to Bundyo For This Useful Post:
Posts: 160 | Thanked: 85 times | Joined on Jan 2009 @ Greece-Athens
#455
What are key accelerators for?
 
Bundyo's Avatar
Posts: 4,708 | Thanked: 4,649 times | Joined on Oct 2007 @ Bulgaria
#456
Shortcuts.
__________________
Technically, there are three determinate states the cat could be in: Alive, Dead, and Bloody Furious.
 
Tomaszd's Avatar
Posts: 284 | Thanked: 498 times | Joined on Jun 2009 @ Poland
#457
I've registered just to say - a huge thank you bundyo. Your browser is what makes browsing on my N810 a nice experience. It clearly still has some way to go (clearing browsing data is missing, the dashboard is still somewhat rudimentary), but the performance and kinetic scrolling is very, very good for such a constrained device. I've talked to Mer developers and they're planning to use tear as the default browser. Once that happens and once the free flash plugin - gnash - is also working in mer/tear, we will all have a very compelling upgrade path from diablo.

What I hope for is that tear is going to be actively developed for a long, long time. Thanks again.
 

The Following User Says Thank You to Tomaszd For This Useful Post:
munky261's Avatar
Posts: 1,674 | Thanked: 171 times | Joined on Mar 2007 @ Anderson, IN
#458
I was wondering, in the browser settings for pidgin where you can select OSSO or manual, and if manual is selected and it says enter %s for manual....what wouuld have to be entered to open links in tear?
__________________
There is only one Return, and it's not of the King, it's of the Jedi.
 
Posts: 21 | Thanked: 3 times | Joined on Mar 2008
#459
It would be nice to have an option to open a new window when clicking on a link and then closing the latest window when you go back. That way, you avoid re-rendering the main window of a news site or some other site that has a lot of links branching off of the main web site. This is accomplished in Firefox with a right-click menu option called, "Open Link in New Tab."
 
Bundyo's Avatar
Posts: 4,708 | Thanked: 4,649 times | Joined on Oct 2007 @ Bulgaria
#460
Yep and its accomplished in Tear with Open in new window on tap and hold
__________________
Technically, there are three determinate states the cat could be in: Alive, Dead, and Bloody Furious.
 
Reply

Tags
browserd fix, microb killer, webkit


 
Forum Jump


All times are GMT. The time now is 10:30.