Commit graph

3780 commits

Author SHA1 Message Date
Christian Dywan a2fc8f405c Show a notification upon opening a tab or window
The notification is shown when in fullscreen mode or the window
is maximised, and a window is opened or a tab is opened while
the tab bar is not visible.
2011-04-19 23:16:34 +02:00
Christian Dywan 7152189d82 Mask timezone, language, architecture and plugins 2011-04-19 23:07:22 +02:00
Sérgio Cipolla 683c9d3d32 l10n: Updated Portuguese (Brazilian) (pt_BR) translation to 100%
New status: 677 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2011-04-18 19:25:31 +02:00
David Štancl db6febd62e l10n: Updated Czech (cs) translation to 100%
New status: 677 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2011-04-18 10:15:33 +02:00
David Štancl 97e8045ac9 l10n: Updated Czech (cs) translation to 100%
New status: 677 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2011-04-18 10:14:26 +02:00
Paweł Forysiuk 908081813e Don't set tooltip twice on user script/style delete button 2011-04-18 01:37:09 +02:00
Christian Dywan 857bbfb02b Disable HTML5 storage features in Private Browsing 2011-04-18 01:31:56 +02:00
Christian Dywan feb69e8fd9 Video format availability in about:version 2011-04-18 01:28:38 +02:00
Anton Shestakov 3bd4c04ac9 Update Russian translation 2011-04-17 23:32:31 +02:00
Tomasz Szatkowski 5d372c116d History panel buttons sensitive with selection
Fixes: https://bugs.launchpad.net/midori/+bug/711482
2011-04-17 22:56:30 +02:00
Tomasz Szatkowski 7c08b7cce5 Bookmark panel buttons sensitive with selection
Related to: https://bugs.launchpad.net/midori/+bug/711482
2011-04-17 22:53:03 +02:00
Tomasz Szatkowski 7691130cc3 Implement 'Customize...' on toolbar right-click
The new MidoriBrowser::populate-toolbar-menu allows
extensions to add menu items.

Fixes: https://bugs.launchpad.net/midori/+bug/699933
2011-04-17 22:43:54 +02:00
Christian Dywan 201808f9df Reflect sensitivity of extension in the icon 2011-04-17 22:33:56 +02:00
Christian Dywan 10c5ac4597 Use setting for old and new prefetching option
So prefetching in private mode is disabled regardless of
whether prefetching is done in Midori or in new WebKit
versions.
Menu items also adhere to that same setting now.

And use the chance to correct version checks.
2011-04-17 22:29:51 +02:00
Christian Dywan ea264c31f6 Don't mention stripped referrers without MIDORI_DEBUG 2011-04-17 22:27:58 +02:00
Masato Hashimoto dc5f579d98 l10n: Updated Japanese (ja) translation to 100%
New status: 677 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2011-04-17 10:59:19 +02:00
Christian Dywan 7dc01d70ef Render themed icon as native SVG if available 2011-04-17 03:32:35 +02:00
Christian Dywan 0925d31985 Don't load the soup session in idle callback
Otherwise there's a race condition which may lead to
not having setup the session before loading the first
page or worse, crash in libSoup.
2011-04-16 04:26:28 +02:00
Christian Dywan 08b756b0a6 Revert "Left mouse button and mouse wheel changes zoom level"
This reverts commit c2e0342bb3.

The feature is unusable on some touchpads.

Fixes: https://bugs.launchpad.net/midori/+bug/761106
2011-04-16 04:08:16 +02:00
Yarema aka Knedlyk afd5dd5710 l10n: Updated Ukrainian (uk) translation to 100%
New status: 677 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2011-04-15 16:17:11 +02:00
Robert Hartl 57d5509fd6 l10n: Updated Slovak (sk) translation to 82%
New status: 561 messages complete with 48 fuzzies and 68 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2011-04-15 13:21:06 +02:00
David Štancl 1d1d9b2d12 l10n: Updated Czech (cs) translation to 100%
New status: 677 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2011-04-15 09:28:31 +02:00
Christian Dywan 6f461077ee Update German translation 2011-04-15 01:12:06 +02:00
Christian Dywan ca8b6d9583 Remove the page holder extension from POTFILES.in 2011-04-15 00:52:36 +02:00
Christian Dywan 9ac8433e6d Strip referrer details sent to external sites
This new feature strips, if enabled, the path and query from
the 'Referer' header when switching to external sites. It
doesn't affect internal links, which is why websites testing
for this feature may falsely assert it's not working.

The feature is automatically enabled in private mode.
2011-04-15 00:49:39 +02:00
Christian Dywan e18a2c8001 Refactor soup session setup for normal and app mode
The soup session preparation was actually several incomplete
in app mode, now it shares a common code path with normal
mode minus web cookies and logins.
2011-04-14 22:53:28 +02:00
Christian Dywan b06d7192e6 Always 'var' in for and wrapping functions
Related to https://bugs.launchpad.net/midori/+bug/716887
2011-04-14 21:46:01 +02:00
Christian Dywan 547f0764b4 Move Privacy preferences into separate callback
So they only show up in regular mode, but not in private
browsing mode where they are not useful.
2011-04-14 03:36:14 +02:00
Christian Dywan ed6ed71239 Embed extensions into preferences dialogue
MidoriBrowser gains the show-preferences signal which
gives API users a chance to add preferences.

katze_preferences_add_category now returns a box to
allow freely packing a widget into the page.

The extension panel is packed into the preferences now
rather than being appended as a proper panel.

Motivation is consistency here, such as with Gedit or
Emerillon and also the aspect that extensions often
really do tweak behaviour like preferences do.

Spacing and icons are added for visual consistency.
2011-04-14 03:29:50 +02:00
Christian Dywan f01c4a472a Dissolve application preferences onto other pages 2011-04-14 03:28:24 +02:00
Christian Dywan 9ab1349c54 Remove the Download Manager preference
Many users are confused about the way the feature works and
nobody cares enough to improve it.
2011-04-14 03:23:08 +02:00
Christian Dywan 5107d35fe7 Remove the Page Holder extension from the tree
It is unmaintained and presumably not very popular.
2011-04-14 03:14:41 +02:00
Christian Dywan e53c36e32d Handle closing of the inspector window 2011-04-13 23:57:47 +02:00
Christian Dywan 4a8b55400b Reset alert counter when loading a new page
All infobars including alerts are destroyed, so we can assume
no alerts are visible.
2011-04-13 23:56:00 +02:00
Paweł Forysiuk 28e269365d Remove thumbnail files from cache by uri 2011-04-13 23:50:06 +02:00
Sérgio Cipolla 42d4ebfdae l10n: Updated Portuguese (Brazilian) (pt_BR) translation to 100%
New status: 681 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2011-04-13 01:55:52 +02:00
Christian Dywan c2e0342bb3 Left mouse button and mouse wheel changes zoom level
The left mouse button behaves identical to Control.
2011-04-10 22:43:05 +02:00
Paweł Forysiuk 09a92c16bb Save speed dial thumbnails by uri rather than by dial id 2011-04-10 20:35:28 +02:00
Sergio Marques 30d14ca320 l10n: Updated Portuguese (pt) translation to 100%
New status: 681 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2011-04-10 02:53:34 +02:00
Boram Kim dcc8742fb4 l10n: Updated Korean (ko) translation to 100%
New status: 681 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2011-04-09 14:14:57 +02:00
Yarema aka Knedlyk 026fdd982e l10n: Updated Ukrainian (uk) translation to 100%
New status: 681 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2011-04-09 11:05:48 +02:00
Masato Hashimoto 59cf9d5708 l10n: Updated Japanese (ja) translation to 100%
New status: 681 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2011-04-09 07:39:49 +02:00
Sérgio Cipolla ca2e4be40b l10n: Updated Portuguese (Brazilian) (pt_BR) translation to 100%
New status: 681 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2011-04-08 21:05:25 +02:00
David Štancl 74cd52e044 l10n: Updated Czech (cs) translation to 100%
New status: 681 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2011-04-08 12:16:07 +02:00
Sérgio Cipolla 1fd4f31dce l10n: Updated Portuguese (Brazilian) (pt_BR) translation to 100%
New status: 681 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2011-04-08 01:27:29 +02:00
James McMinn 624259991e Unset tooltip on location if no security is given
Fixes: https://bugs.launchpad.net/midori/+bug/754042
2011-04-07 23:05:54 +02:00
Christian Dywan 94ee681f07 Rename 'Quit' to 'Close all Windows'
That's what it does effectively.
2011-04-07 22:41:27 +02:00
Christian Dywan 42fa621cd9 Disable DNS prefetching in private browsing mode 2011-04-07 22:10:21 +02:00
Christian Dywan e449ce87e2 Add 'Report a Problem' to the app menu 2011-04-07 21:25:27 +02:00
Daniel Foré cf07acf53a Rename 'Report a Bug' to 'Report a Problem'
Users with no technical background don't talk about beetles.
2011-04-07 21:18:23 +02:00