Commit graph

2519 commits

Author SHA1 Message Date
André Stösel 342aaeb2d6 Use simple button instead of form in error pages 2010-03-22 21:40:54 +01:00
Piotr Sokół c68c71d96b l10n: Updated Polish (pl) translation to 79%
New status: 472 messages complete with 38 fuzzies and 83 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2010-03-22 10:59:25 +01:00
Christian Dywan 9587fde97b Spawn new apps with the original executable name
Opening a web app or private mode should open Midori from the
same executable it was originally opened with.
2010-03-22 02:55:10 +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
Piotr Sokół aa914bdc48 l10n: Updated Polish (pl) translation to 74%
New status: 439 messages complete with 48 fuzzies and 106 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2010-03-21 11:16:37 +01:00
Piotr Sokół 73cc62a943 l10n: Updated Polish (pl) translation to 63%
New status: 374 messages complete with 63 fuzzies and 156 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2010-03-20 10:45:51 +01:00
Piotr Sokół dcef012a81 l10n: Updated Polish (pl) translation to 52%
New status: 311 messages complete with 98 fuzzies and 184 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2010-03-19 23:35:53 +01:00
Samuel Creshal 3cbce9896b Implement page icon based tab colors
Colorful Tabs now uses the icon of a page as the basis for the
tab color, if it has one, otherwise falls back to the previous
address based hash.
The forground color is also adjusted for dark colored tabs.
2010-03-19 21:10:22 +01:00
Arno Renevier 0d27d6f17d Implement Status Clock extension 2010-03-19 20:50:34 +01:00
Christian Dywan 3682b7755e Clarify MidoriApp signal documentation 2010-03-19 20:16:48 +01:00
Christian Dywan b4a18b2aef Only print error if completion actually failed 2010-03-18 23:26:45 +01:00
Xu Meihong 2622291196 l10n: Updated Chinese (China) (zh_CN) translation to 100%
New status: 593 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2010-03-18 08:33:57 +01:00
André Stösel 555f7a57e4 Implement sokoke_resolve_hostname
sokoke_prefetch_uri is extended take a callback and user data.

sokoke_resolve_hostname is implemented for resolving hostnames
based on a maximum timeout.

sokoke_magic_uri resolves localhost and uris with a / to verify
if there is a local domain, otherwise falls back to search.

Thanks to Andy Kittner <andkit@gmx.de> for input on proceeding
the event loop while resolving asynchronously.
2010-03-17 02:20:58 +01:00
Jari Rahkonen 65785d3d80 l10n: Updated Finnish (fi) translation to 100%
New status: 593 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2010-03-16 08:32:05 +01:00
Christian Dywan ba7f73891f Also update icon URI when a new icon was loaded 2010-03-16 00:26:38 +01:00
Samuel Creshal f4b4c53166 Always pass view pointer to icon callback 2010-03-15 17:45:00 +01:00
Jari Rahkonen 4a412724ec l10n: Updated Finnish (fi) translation to 86%
New status: 511 messages complete with 22 fuzzies and 60 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2010-03-15 15:51:57 +01:00
Jari Rahkonen 2cdf0c92e6 l10n: Updated Finnish (fi) translation to 81%
New status: 485 messages complete with 33 fuzzies and 75 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2010-03-15 15:35:36 +01:00
Samuel Creshal 6ccfb136cd Load cached icons from http and https 2010-03-13 20:08:40 +01:00
Samuel Creshal b10b311b07 Don't overwrite uri in _action_location_secondary_icon_released 2010-03-13 19:58:06 +01:00
Christian Dywan 25bbea02e2 Use a boolean 'special' to identify special pages
We used to load special pages, such as error pages as 'blank'
pages internally and try to identify them indirectly. This
breaks navigating back to and forward to such pages and makes
it difficult to allow stock icons for them.

Now a boolean 'special' is used which is reset on any
navigation attempt and any finished load. It is set only
if a special page is loaded.

This should make icons in error pages work reliably.
2010-03-13 16:46:45 +01:00
Christian Dywan c7ee74610e Normally reload error pages with WebKitGTK+ 1.1.14
For older versions we used a workaround for reloading
special pages like error pages. This is not needed
with recent versions of WebKitGTK+.
2010-03-13 15:07:02 +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
André Stösel 283005e217 Implement and use sokoke_recursive_fork_protection
As Midori may call external tools to open URIs it cannot handle,
and at the same time Midori is commonly the default browser,
this can end in recursion when the external tool also calls Midori.

See the description of sokoke_recursive_fork_protection().
2010-03-12 23:31:14 +01:00
Carles Muñoz Gorriz b0162d83f2 l10n: Updated Catalan (Valencian) (ca) translation to 100%
New status: 593 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2010-03-12 19:59:49 +01:00
Christian Dywan b5f8334360 Merge KatzeNet icon loading into MidoriView
MidoriView is the only place where icons are and should be
loaded, elsewhere we just use cached icons.

midori_view_get_icon_uri allows distinguishing whether a view
has an icon or a default icon, and using the filename.
2010-03-11 23:30:54 +01:00
Christian Dywan 8c1e5e4305 Free text after proxy combo text change 2010-03-11 23:30:53 +01:00
Dmitrij Smirnov aff89e587f l10n: Updated Russian (ru) translation to 100%
New status: 593 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2010-03-10 22:02:05 +01:00
Evaggelos Balaskas 4389f31561 l10n: Updated Greek (el) translation to 100%
New status: 593 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2010-03-09 19:00:05 +01:00
Christian Dywan f3cb7c31ec Skip unavailable languages in LINGUAS 2010-03-08 21:13:06 +01:00
Masato Hashimoto 574b00ae50 l10n: Updated Japanese (ja) translation to 100%
New status: 593 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2010-03-08 17:07:54 +01:00
Robert Hartl 72122b016b l10n: Updated Slovak (sk) translation to 94%
New status: 561 messages complete with 5 fuzzies and 27 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2010-03-08 12:24:43 +01:00
Christian Dywan 37fc44c375 Bump version to 0.2.4 2010-03-07 22:23:04 +01:00
Christian Dywan e69ee84b6b Cancel completion if we don't have an entry 2010-03-06 19:18:09 +01:00
Christian Dywan e7005abd55 Bail out of Export if no bookmarks or hidden 2010-03-06 19:16:52 +01:00
Christian Dywan 9f20a889e1 Update German translation 2010-03-06 19:06:32 +01:00
Kim Boram 40d7db4783 Update Korean translation 2010-03-06 18:57:27 +01:00
Christian Dywan f456520373 Remove -Wunreachable-code due to false positives 2010-03-06 18:55:59 +01:00
Yarema aka Knedlyk 3aac49063b l10n: Updated Ukrainian (uk) translation to 100%
New status: 593 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2010-03-05 17:52:26 +01:00
Sergio Marques 7b1ba71e2b l10n: Updated Portuguese (pt) translation to 100%
New status: 593 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2010-03-05 17:47:47 +01:00
Christian Dywan cf6cffe2bc Relate completion height to browser window height
To prevent the completion from obscuring other windows, it will
relate to 2/3 of the browser window and screen height respectively.
2010-03-05 00:02:07 +01:00
Christian Dywan 6ae3633dce Always append tabs added from a loaded session
We shouldn't honor user preferences for new tabs when loading
the session. Rather we append in the order they were saved in.

This is currently a hack. In the future we should consider
public API additions to insert tabs in a particular order.
2010-03-04 02:08:49 +01:00
Samuel Creshal 8f23dcfd33 Disconnect tab callback when disabling Colorful Tabs 2010-03-04 02:08:49 +01:00
Christian Dywan baef8d1283 Add -Wunreachable-code to compilation warnings 2010-03-04 02:08:49 +01:00
Per Kongstad 1900c603a9 l10n: Updated Danish (da) translation to 100%
New status: 593 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2010-03-03 16:05:07 +01:00
Dmitrij Smirnov 9d0ea0c8cd l10n: Updated Russian (ru) translation to 99%
New status: 592 messages complete with 1 fuzzy and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2010-03-03 14:22:39 +01:00
David Štancl c1d8003231 l10n: Updated Czech (cs) translation to 100%
New status: 593 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2010-03-03 07:59:35 +01:00
Christian Dywan 044f1f96fb Only middle click search if the selection contains :// or Alt
Accidentally searching is annoying. Presumably when a proper
address is selected it was intentional.
2010-03-03 00:31:35 +01:00
Enrico Tröger 3583a07056 Declare widget allocation macros for GTK+ < 2.18 properly 2010-03-02 23:58:17 +01:00
Christian Dywan 100eea41da Implement "Export bookmarks" menu item to export to XBEL 2010-03-02 23:58:17 +01:00