]>
spindle.queued.net Git - midori/log
David Štancl [Mon, 18 Apr 2011 08:14:26 +0000 (10:14 +0200)]
l10n: Updated Czech (cs) translation to 100%
New status: 677 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
Paweł Forysiuk [Sun, 17 Apr 2011 18:14:29 +0000 (20:14 +0200)]
Don't set tooltip twice on user script/style delete button
Christian Dywan [Sun, 17 Apr 2011 23:31:56 +0000 (01:31 +0200)]
Disable HTML5 storage features in Private Browsing
Christian Dywan [Sun, 17 Apr 2011 23:28:38 +0000 (01:28 +0200)]
Video format availability in about:version
Anton Shestakov [Sun, 17 Apr 2011 21:32:31 +0000 (23:32 +0200)]
Update Russian translation
Tomasz Szatkowski [Sun, 17 Apr 2011 20:56:30 +0000 (22:56 +0200)]
History panel buttons sensitive with selection
Fixes: https://bugs.launchpad.net/midori/+bug/711482
Tomasz Szatkowski [Sun, 17 Apr 2011 20:53:03 +0000 (22:53 +0200)]
Bookmark panel buttons sensitive with selection
Related to: https://bugs.launchpad.net/midori/+bug/711482
Tomasz Szatkowski [Sun, 17 Apr 2011 20:43:54 +0000 (22:43 +0200)]
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
Christian Dywan [Sun, 17 Apr 2011 20:33:56 +0000 (22:33 +0200)]
Reflect sensitivity of extension in the icon
Christian Dywan [Sun, 17 Apr 2011 20:29:51 +0000 (22:29 +0200)]
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.
Christian Dywan [Sun, 17 Apr 2011 20:27:58 +0000 (22:27 +0200)]
Don't mention stripped referrers without MIDORI_DEBUG
Masato Hashimoto [Sun, 17 Apr 2011 08:59:19 +0000 (10:59 +0200)]
l10n: Updated Japanese (ja) translation to 100%
New status: 677 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
Christian Dywan [Sun, 17 Apr 2011 01:32:35 +0000 (03:32 +0200)]
Render themed icon as native SVG if available
Christian Dywan [Sat, 16 Apr 2011 02:26:28 +0000 (04:26 +0200)]
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.
Christian Dywan [Sat, 16 Apr 2011 02:08:16 +0000 (04:08 +0200)]
Revert "Left mouse button and mouse wheel changes zoom level"
This reverts commit
c2e0342bb395e65bdb895599f3744a82bfaebdc4 .
The feature is unusable on some touchpads.
Fixes: https://bugs.launchpad.net/midori/+bug/761106
Yarema aka Knedlyk [Fri, 15 Apr 2011 14:17:11 +0000 (16:17 +0200)]
l10n: Updated Ukrainian (uk) translation to 100%
New status: 677 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
Robert Hartl [Fri, 15 Apr 2011 11:21:06 +0000 (13:21 +0200)]
l10n: Updated Slovak (sk) translation to 82%
New status: 561 messages complete with 48 fuzzies and 68 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
David Štancl [Fri, 15 Apr 2011 07:28:31 +0000 (09:28 +0200)]
l10n: Updated Czech (cs) translation to 100%
New status: 677 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
Christian Dywan [Thu, 14 Apr 2011 23:03:26 +0000 (01:03 +0200)]
Update German translation
Christian Dywan [Thu, 14 Apr 2011 22:52:36 +0000 (00:52 +0200)]
Remove the page holder extension from POTFILES.in
Christian Dywan [Thu, 14 Apr 2011 22:49:39 +0000 (00:49 +0200)]
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.
Christian Dywan [Thu, 14 Apr 2011 20:53:28 +0000 (22:53 +0200)]
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.
Christian Dywan [Thu, 14 Apr 2011 19:46:01 +0000 (21:46 +0200)]
Always 'var' in for and wrapping functions
Related to https://bugs.launchpad.net/midori/+bug/716887
Christian Dywan [Thu, 14 Apr 2011 01:36:14 +0000 (03:36 +0200)]
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.
Christian Dywan [Thu, 14 Apr 2011 01:29:50 +0000 (03:29 +0200)]
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.
Christian Dywan [Thu, 14 Apr 2011 01:28:24 +0000 (03:28 +0200)]
Dissolve application preferences onto other pages
Christian Dywan [Thu, 14 Apr 2011 01:23:08 +0000 (03:23 +0200)]
Remove the Download Manager preference
Many users are confused about the way the feature works and
nobody cares enough to improve it.
Christian Dywan [Thu, 14 Apr 2011 01:14:41 +0000 (03:14 +0200)]
Remove the Page Holder extension from the tree
It is unmaintained and presumably not very popular.
Christian Dywan [Wed, 13 Apr 2011 21:57:47 +0000 (23:57 +0200)]
Handle closing of the inspector window
Christian Dywan [Wed, 13 Apr 2011 21:56:00 +0000 (23:56 +0200)]
Reset alert counter when loading a new page
All infobars including alerts are destroyed, so we can assume
no alerts are visible.
Paweł Forysiuk [Wed, 13 Apr 2011 20:09:22 +0000 (22:09 +0200)]
Remove thumbnail files from cache by uri
Sérgio Cipolla [Tue, 12 Apr 2011 23:55:52 +0000 (01:55 +0200)]
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).
Christian Dywan [Sun, 10 Apr 2011 20:43:05 +0000 (22:43 +0200)]
Left mouse button and mouse wheel changes zoom level
The left mouse button behaves identical to Control.
Paweł Forysiuk [Fri, 8 Apr 2011 19:18:41 +0000 (21:18 +0200)]
Save speed dial thumbnails by uri rather than by dial id
Sergio Marques [Sun, 10 Apr 2011 00:53:34 +0000 (02:53 +0200)]
l10n: Updated Portuguese (pt) translation to 100%
New status: 681 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
Boram Kim [Sat, 9 Apr 2011 12:14:57 +0000 (14:14 +0200)]
l10n: Updated Korean (ko) translation to 100%
New status: 681 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
Yarema aka Knedlyk [Sat, 9 Apr 2011 09:05:48 +0000 (11:05 +0200)]
l10n: Updated Ukrainian (uk) translation to 100%
New status: 681 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
Masato Hashimoto [Sat, 9 Apr 2011 05:39:49 +0000 (07:39 +0200)]
l10n: Updated Japanese (ja) translation to 100%
New status: 681 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
Sérgio Cipolla [Fri, 8 Apr 2011 19:05:25 +0000 (21:05 +0200)]
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).
David Štancl [Fri, 8 Apr 2011 10:16:07 +0000 (12:16 +0200)]
l10n: Updated Czech (cs) translation to 100%
New status: 681 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
Sérgio Cipolla [Thu, 7 Apr 2011 23:27:29 +0000 (01:27 +0200)]
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).
James McMinn [Thu, 7 Apr 2011 21:05:54 +0000 (23:05 +0200)]
Unset tooltip on location if no security is given
Fixes: https://bugs.launchpad.net/midori/+bug/754042
Christian Dywan [Thu, 7 Apr 2011 20:41:27 +0000 (22:41 +0200)]
Rename 'Quit' to 'Close all Windows'
That's what it does effectively.
Christian Dywan [Thu, 7 Apr 2011 20:10:21 +0000 (22:10 +0200)]
Disable DNS prefetching in private browsing mode
Christian Dywan [Thu, 7 Apr 2011 19:25:27 +0000 (21:25 +0200)]
Add 'Report a Problem' to the app menu
Daniel Foré [Thu, 7 Apr 2011 19:18:23 +0000 (21:18 +0200)]
Rename 'Report a Bug' to 'Report a Problem'
Users with no technical background don't talk about beetles.
Daniel Foré [Thu, 7 Apr 2011 19:17:18 +0000 (21:17 +0200)]
Organize appmenu items into more logical groups
Fixes: https://bugs.launchpad.net/midori/+bug/736072
Christian Dywan [Thu, 7 Apr 2011 18:59:08 +0000 (20:59 +0200)]
Don't consider 'Plugin will handle load' an error
Christian Dywan [Thu, 7 Apr 2011 00:17:24 +0000 (02:17 +0200)]
Mention MIDORI_EXTENSION_PATH in INSTALL for debugging
Christian Dywan [Tue, 5 Apr 2011 22:06:16 +0000 (00:06 +0200)]
Assign slot in JSON import, don't leak it
Paweł Forysiuk [Tue, 5 Apr 2011 17:52:59 +0000 (19:52 +0200)]
Check for thumbnail directory when saving thumbnail files
Sérgio Cipolla [Tue, 5 Apr 2011 15:39:45 +0000 (17:39 +0200)]
l10n: Updated Portuguese (Brazilian) (pt_BR) translation to 100%
New status: 680 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
Sérgio Cipolla [Tue, 5 Apr 2011 15:37:54 +0000 (17:37 +0200)]
l10n: Updated Portuguese (Brazilian) (pt_BR) translation to 100%
New status: 680 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
Boram Kim [Tue, 5 Apr 2011 12:13:45 +0000 (14:13 +0200)]
l10n: Updated Korean (ko) translation to 100%
New status: 680 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
David Štancl [Tue, 5 Apr 2011 08:40:55 +0000 (10:40 +0200)]
l10n: Updated Czech (cs) translation to 100%
New status: 680 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
Alexander Friesen [Mon, 4 Apr 2011 22:40:15 +0000 (00:40 +0200)]
Show access keys distinct from numbers in link search
Keys are invoked with Alt+key.
Numeric access keys don't work and are not shown as such.
Alexander Friesen [Mon, 4 Apr 2011 22:13:13 +0000 (00:13 +0200)]
Remove link labels on navigation decision
Otherwise stale labels can appear when going back
and forward which are not backed by the view.
Alexander Friesen [Mon, 4 Apr 2011 22:02:14 +0000 (00:02 +0200)]
Count link labels separately from actual elements
Not all link elements will have visible labels.
Christian Dywan [Mon, 4 Apr 2011 21:39:16 +0000 (23:39 +0200)]
Introduce --private/ -p distinct from --app/ -a
Private mode gets a particular window title, always defaults
to reading the default config folder but never saves data.
App mode applies a custom window layout with no toolbars
and using the page icon as the window icon.
From now on private and app are independant modes, so apps
can save data if config is given. Both can also be combined.
Christian Dywan [Mon, 4 Apr 2011 20:47:22 +0000 (22:47 +0200)]
Move config folder validity check in front of app run
André Stösel [Mon, 4 Apr 2011 19:56:21 +0000 (21:56 +0200)]
Fix detaching and reattaching the inspector to browser
Probably related to https://bugs.launchpad.net/midori/+bug/746540
Special thanks to Andy Kittner, who helped me with debugging.
Christian Dywan [Mon, 4 Apr 2011 19:33:52 +0000 (21:33 +0200)]
Move crash dialogue preference into the dialogue itself
Christian Dywan [Mon, 4 Apr 2011 19:21:27 +0000 (21:21 +0200)]
Don't show toolbar preferences if running a DE
Let's assume that modern desktops have a tool to adapt the
toolbar style.
Fixes: https://bugs.launchpad.net/midori/+bug/711435
Piotr Sokół [Mon, 4 Apr 2011 07:53:22 +0000 (09:53 +0200)]
l10n: Updated Polish (pl) translation to 95%
New status: 646 messages complete with 12 fuzzies and 21 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
Christian Dywan [Mon, 4 Apr 2011 00:59:16 +0000 (02:59 +0200)]
Show infobars instead of dialogues for alerts
Also limit the number of alerts to 5 at any one time.
Christian Dywan [Sun, 3 Apr 2011 23:50:53 +0000 (01:50 +0200)]
Don't consider scripts using GM_ functions as broken
There are cases where scripts check for the existence of such
functions and fall back to standard functions.
Paweł Forysiuk [Fri, 1 Apr 2011 14:35:09 +0000 (16:35 +0200)]
Remove unused browser variable from addons_install_response
Paweł Forysiuk [Fri, 1 Apr 2011 14:10:16 +0000 (16:10 +0200)]
Fix uri matching for addon infobar on userstyles.org
We want to match a style, with a number in the URI, but not when
browsing styles.
Paweł Forysiuk [Tue, 29 Mar 2011 18:17:01 +0000 (20:17 +0200)]
Don't create speed dial when preparing view source
Paweł Forysiuk [Sun, 27 Mar 2011 13:36:31 +0000 (15:36 +0200)]
Properly close H4 tag in empty Speed Dial slots.
Paweł Forysiuk [Fri, 25 Mar 2011 23:10:45 +0000 (00:10 +0100)]
Remove unneded notebook variable from midori_view_speed_dial_save
Paweł Forysiuk [Sun, 3 Apr 2011 22:15:58 +0000 (00:15 +0200)]
Fix opening speed dial shortcuts via keyboard
Christian Dywan [Sun, 3 Apr 2011 21:59:29 +0000 (23:59 +0200)]
Always render icon only tabs at their natural size
Paweł Forysiuk [Sun, 3 Apr 2011 21:25:59 +0000 (23:25 +0200)]
Plug leaks and don't set name in JSON import
Paweł Forysiuk [Sun, 3 Apr 2011 21:24:53 +0000 (23:24 +0200)]
Move slot and dial_id out of the loop for JSON import
Paweł Forysiuk [Thu, 24 Mar 2011 16:58:06 +0000 (17:58 +0100)]
Save speed dial configuration file after importing from JSON
Paweł Forysiuk [Sun, 3 Apr 2011 21:16:26 +0000 (23:16 +0200)]
Use sokoke_build_thumbnail_path importing from JSON
Paweł Forysiuk [Fri, 25 Mar 2011 19:42:15 +0000 (20:42 +0100)]
Remove unneeded javascript for add/ remove dial actions
There is no need to replace HTML markup since Dial is refreshed on change.
Paweł Forysiuk [Thu, 24 Mar 2011 21:54:58 +0000 (22:54 +0100)]
Properly calculate row count when importing from JSON
Paweł Forysiuk [Thu, 24 Mar 2011 09:55:12 +0000 (10:55 +0100)]
Free up resources of encoded thumbnails
Christian Dywan [Sun, 3 Apr 2011 20:23:57 +0000 (22:23 +0200)]
Change Quit shortcut to Ctrl+Shift+Q
It is too easy to accidentally hit Ctrl+Q while aiming for
Ctrl+A or Ctrl+W, and potentially very confusing if unexpected.
Fixes: https://bugs.launchpad.net/bugs/748364
Cristian Marchi [Sun, 3 Apr 2011 08:31:44 +0000 (10:31 +0200)]
l10n: Updated Italian (it) translation to 100%
New status: 679 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
Sérgio Cipolla [Sat, 2 Apr 2011 19:12:29 +0000 (21:12 +0200)]
l10n: Updated Portuguese (Brazilian) (pt_BR) translation to 100%
New status: 679 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
Sérgio Cipolla [Fri, 1 Apr 2011 14:24:58 +0000 (16:24 +0200)]
l10n: Updated Portuguese (Brazilian) (pt_BR) translation to 100%
New status: 679 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
Boram Kim [Sat, 26 Mar 2011 07:53:37 +0000 (08:53 +0100)]
l10n: Updated Korean (ko) translation to 100%
New status: 679 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
Yarema aka Knedlyk [Fri, 25 Mar 2011 16:21:30 +0000 (17:21 +0100)]
l10n: Updated Ukrainian (uk) translation to 100%
New status: 679 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
Sergio Marques [Thu, 24 Mar 2011 14:25:49 +0000 (15:25 +0100)]
l10n: Updated Portuguese (pt) translation to 100%
New status: 679 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
Boram Kim [Thu, 24 Mar 2011 02:51:29 +0000 (03:51 +0100)]
l10n: Updated Korean (ko) translation to 100%
New status: 679 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
Boram Kim [Thu, 24 Mar 2011 02:50:11 +0000 (03:50 +0100)]
l10n: Updated Korean (ko) translation to 100%
New status: 679 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
Christian Dywan [Wed, 23 Mar 2011 22:20:49 +0000 (23:20 +0100)]
Don't honor the deprecated find-while-typing option
Christian Dywan [Wed, 23 Mar 2011 21:48:53 +0000 (22:48 +0100)]
Don't resize empty thumbnail tab labels
Paweł Forysiuk [Wed, 23 Mar 2011 21:32:49 +0000 (22:32 +0100)]
Only encode and insert images of existing thumbnails
Paweł Forysiuk [Wed, 23 Mar 2011 21:14:30 +0000 (22:14 +0100)]
Take care to not leak speed dial markup
Tomasz Szatkowski [Wed, 23 Mar 2011 21:05:40 +0000 (22:05 +0100)]
Drop files or URLs onto tab labels
Fixes: https://bugs.launchpad.net/midori/+bug/735769
Tomasz Szatkowski [Wed, 23 Mar 2011 19:41:40 +0000 (20:41 +0100)]
Grow and shrink tabs dynamically to available space
Fixes: https://bugs.launchpad.net/midori/+bug/735993
David Štancl [Wed, 23 Mar 2011 07:49:14 +0000 (08:49 +0100)]
l10n: Updated Czech (cs) translation to 100%
New status: 679 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
David Štancl [Wed, 23 Mar 2011 07:47:36 +0000 (08:47 +0100)]
l10n: Updated Czech (cs) translation to 100%
New status: 679 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
Paweł Forysiuk [Wed, 23 Mar 2011 01:22:42 +0000 (02:22 +0100)]
Take into account JSON/ non-JSON column defaults
Christian Dywan [Tue, 22 Mar 2011 23:54:32 +0000 (00:54 +0100)]
'When Midori starts' should say Speed Dial, not Blank
While we are at it, use title case in the tab title.
Christian Dywan [Tue, 22 Mar 2011 23:26:51 +0000 (00:26 +0100)]
Make speed dial in blank tabs mandatory
Fixes: https://bugs.launchpad.net/midori/+bug/699961