Commit graph

62 commits

Author SHA1 Message Date
Christian Dywan e73fa8d24c Add New Tab and New Window items to Unity Quicklist
Fixes: https://bugs.launchpad.net/midori/+bug/786749
2011-05-31 00:29:12 +02:00
Christian Dywan b8cbfe2fce Advertise %U not %u, we can handle multiple URIs 2011-05-31 00:17:35 +02:00
Christian Dywan 3a8ce008ad Use a form for the Try Again button in error pages
Fixes: https://bugs.launchpad.net/midori/+bug/784931
2011-05-20 22:04:11 +02:00
Christian Dywan 01ca9d432e Rename the Quicklist menu item for private browsing 2011-05-17 22:17:17 +02:00
Christian Dywan 721fdd4378 Update FAQ from the wiki
faq.html was copied from http://wiki.xfce.org/_export/xhtml/midori/faq
and all <link rel="stylesheet"> tags were replaced with
<link rel="stylesheet" type="text/css" href="faq.css" />.
2011-05-16 01:14:11 +02:00
Christian Dywan 16573234e5 Show 'Private Browsing' in Unity Quicklist 2011-05-13 16:22:16 +02:00
Christian Dywan 414997b236 Implement support for geo URI RFC 5870 2011-05-05 21:49:51 +02:00
Paweł Forysiuk b74d00abe6 Set speed dial size without javascript
So the layout is right with and without javascript. And we
also hide the Edit and Remove buttons and options appropriately.
2011-05-04 22:45:00 +02:00
Christian Dywan c5ed6e0815 Update FAQ from the wiki
faq.html was copied from http://wiki.xfce.org/_export/xhtml/midori/faq
and all <link rel="stylesheet"> tags were replaced with
<link rel="stylesheet" type="text/css" href="faq.css" />.
2011-05-02 00:45:07 +02:00
Paweł Forysiuk 6719943d1c Fix opening speed dial shortcuts via keyboard 2011-04-04 00:15:58 +02:00
Paweł Forysiuk c6de1aa714 Remove unneeded javascript for add/ remove dial actions
There is no need to replace HTML markup since Dial is refreshed on change.
2011-04-03 22:34:48 +02:00
Christian Dywan d31ba63447 Remove and don't install speed dial json template 2011-03-23 00:18:49 +01:00
Paweł Forysiuk 616f49605b Generate speed dial from key file without JSON
A timer for speed dial is shown if MIDORI_STARTTIME is defined.
2011-03-22 23:02:00 +01:00
Christian Dywan e643cc8c10 Replace unmaintained docs with FAQ from the wiki
Realistically nobody maintains offline documentation and
none of the people claiming to look into it ever did, whereas
the FAQ is being updated by or with input from individuals.

faq.html was copied from http://wiki.xfce.org/_export/xhtml/midori/faq
and all <link rel="stylesheet"> tags were replaced with
<link rel="stylesheet" type="text/css" href="faq.css" />.
2011-03-08 23:25:37 +01:00
Christian Dywan 6a15af722c Set proper default speed dial size if not set 2010-12-12 01:13:59 +01:00
Christian Dywan 302b5d8c27 Add Duck Duck Go to default search engines
This doesn't affect current users, only new or reset configurations.
2010-11-22 03:49:52 +01:00
Christian Dywan 558bf01898 Don't advertise handling of generic XML MIME types
While Midori can open XML files any text editor that
highlights is more capable at that.
2010-10-20 01:24:43 +02:00
Christian Dywan 48c2681115 Advertise handling of http and https schemes
See http://lists.freedesktop.org/archives/xdg/2010-October/011628.html
2010-10-13 03:23:09 +02:00
Alexander Butenko 896cc75f57 Don't inject autosuggest bits where we dont need it 2010-06-30 21:09:55 +02:00
Peter de Ridder 63fce62664 Use icon with multiple sizes on Windows
The icon is prepared already so 'convert' isn't needed anymore.
2010-06-26 16:02:22 +02:00
Christian Dywan 72756ed3f1 Add Yahoo Web Search to default search engines
This doesn't affect current users, only new or reset configurations.
2010-06-23 02:12:52 +02:00
Christian Dywan 31885fe2be Assume 'http://' if adding address without scheme to speed dial 2010-06-06 23:34:21 +02:00
Peter de Ridder 4422f640cb Combined speed dial resize and thumbnail sizes 2010-06-02 02:09:43 +02:00
Christian Dywan 6c4d94942f Render stock:// as pixbufs and pass as data URIs
Stock icons do not match filenames in many icon themes and the
appropriate sizes may not be available. Thus we now always
render the icon through the theme engine and encode it as a
data URI with BASE64/ PNG.

As a side effect, we use stock sizes now instead of pixel sizes,
where 1 means menu size, 4 means button size and 6 dialog size;
the value 16 is translated to 4 to keep existing files working.
2010-05-21 02:23:15 +02:00
Peter de Ridder 84d4865e22 Allow custom shortcut and column count in speed dial 2010-05-19 00:58:03 +02:00
Peter de Ridder 1e10607cb5 Implement keyboard access and dynamic columns in speed dial 2010-05-15 01:06:17 +02:00
André Stösel 342aaeb2d6 Use simple button instead of form in error pages 2010-03-22 21:40:54 +01:00
André Stösel e9a5857b31 Revert use of "post" method for error page Reload button
Using post causes problems with some websites.
2010-03-21 23:39:44 +01:00
André Stösel 597dde083b Use "post" method for the error page Reload button
This allows us to retain "get" parameters in the address.
2010-03-13 15:05:40 +01:00
Alexander Butenko 2832704f7d Implement "autosuggest" in form history and bump the version
1. Honor non W3C but commonly used "autosuggest" attribute.

2. Bump version to 1.0. The plugin can be considered stable.
2010-01-10 22:57:17 +01:00
Alexander Butenko 9af30a1eda Optimize and clean-up form history
Switch from g_file_test() to g_access()

Initialize suggestions once the DOM is ready and only once

No need to handle WEBKIT_WEB_NAVIGATION_REASON_FORM_RESUBMITTED

[JS] Hide suggestions if search pattern was cleared

[JS] Human usable up/ down navigation in the suggestion window

Reusing a single suggestion window introduced a regression.
Suggestions were filling into the wrong editbox if there was more
than 1 on the page.

Some comments fixed and style clean-ups

Removed dead code
2009-12-19 11:28:46 +01:00
Alexander Butenko e1b82af2c7 Re-use the auto suggestion box and make sure it's not overlapped 2009-12-18 10:22:59 +01:00
Alexander Butenko 0518844eee Perform form history suggestions case insensitive
A couple of workarounds for IE plus some unused functions are
also removed.
2009-12-05 01:28:58 +01:00
Alexander Butenko abba290278 Don't automatically fill in form suggestion if it's only one 2009-11-30 22:05:20 +01:00
Alexander Butenko 37e2c84b2b Install formhistory resources, don't fill in passwords
Reading post data is there but nothing is written to disk yet.
2009-10-07 22:30:16 +02:00
Alexander Butenko 50c159e9bb Initial code for the form history extension 2009-10-06 20:35:56 +02:00
Christian Dywan ec81068299 Provide default adblock config with easylist 2009-10-03 01:37:07 +02:00
Christian Dywan 784b016fd5 Use the Wikipedia search rather than the wiki by default
This will still open articles as they are typed but also show
a search or typo suggestion if there's no such article.
2009-08-02 17:47:23 +02:00
Christian Dywan 087a579450 Create Win32 icon and resorce and build it into the executable 2009-07-09 18:55:41 +01:00
Jean-François Guchens 012b4141eb Remove redundant cide from the speed dial head 2009-06-09 02:11:01 +02:00
Christian Dywan 5aa3ac456d Use image-loading icon for loading thumbnails in the speed dial 2009-05-28 22:51:10 +02:00
Jean-François Guchens 017d789f4f Remove spaces from the speed dial JSON 2009-05-23 23:59:22 +02:00
Jean-François Guchens b6ea294189 Remove the search field from the speed dial 2009-05-15 23:48:10 +02:00
Christian Dywan 3388c17f74 Use stock close button instead of cross in speed dial
I'm not entirely decided if it's better or worse, we'll see
how it is and can revert if needed.
2009-05-15 23:10:48 +02:00
Christian Dywan 4c2a3f5bb7 Support custom sizes of icons in res_server 2009-05-15 23:08:52 +02:00
Jean-François Guchens 760553f374 Store speed dial as JSON instead of actual HTML source
This will make it possible to change the layout of the page
without losing shortcuts.
2009-05-13 23:56:55 +02:00
Jean-François Guchens e5276907e9 Add an 'edit' icon to emphasize that shortcut can be renamed 2009-05-10 15:06:15 +02:00
Christian Dywan 9deb0bbfb9 Use a stock error icon and a refresh on the button in error pages 2009-05-09 23:40:25 +02:00
Jean-François Guchens 2e250b66e8 Fix the search in the custom homepage and optimize the saving 2009-05-09 23:29:35 +02:00
Jean-François Guchens bd6c23cc71 Allow adding speed dial shortcuts from the context menu 2009-05-09 16:41:01 +02:00