]>
spindle.queued.net Git - midori/log
Paweł Forysiuk [Sun, 18 Dec 2011 00:51:10 +0000 (01:51 +0100)]
Implement dragging of speed dial shortcuts
Christian Dywan [Sat, 17 Dec 2011 22:47:28 +0000 (23:47 +0100)]
Bump version to 0.4.3
Christian Dywan [Sat, 17 Dec 2011 21:50:57 +0000 (22:50 +0100)]
Use classes in widget demo including file controls
Christian Dywan [Sat, 17 Dec 2011 20:45:13 +0000 (21:45 +0100)]
Use appearance in widget demo instead of colors
Christian Dywan [Sat, 17 Dec 2011 19:23:01 +0000 (20:23 +0100)]
Fix progress element in demo and add missing comma
Christian Dywan [Sat, 17 Dec 2011 18:09:27 +0000 (19:09 +0100)]
Implemment about:widgets page for HTML5 widgets
Christian Dywan [Sat, 17 Dec 2011 10:36:09 +0000 (11:36 +0100)]
Always hide the border when going fullscreen
Fixes: https://bugs.launchpad.net/bugs/783675
Christian Dywan [Sat, 17 Dec 2011 10:18:01 +0000 (11:18 +0100)]
Set appropximate minimum size on inspector
Fixes: https://bugs.launchpad.net/midori/+bug/867582
Christian Dywan [Sat, 17 Dec 2011 10:06:11 +0000 (11:06 +0100)]
The dark themes are there since GTK+ 3.0 in fact
The Since in the documentation is wrong.
Christian Dywan [Sat, 17 Dec 2011 09:57:35 +0000 (10:57 +0100)]
Use icon channel-(in)secure-symbolc if available
Fixes: https://bugs.launchpad.net/bugs/905086
Christian Dywan [Sat, 17 Dec 2011 09:46:03 +0000 (10:46 +0100)]
Use style classes for location entry in GTK+3
The classes are .security_trusted and .security_unknown.
Christian Dywan [Sat, 17 Dec 2011 09:40:23 +0000 (10:40 +0100)]
Undo 'Refactor icons handling. Reducing strdups, improve memory cache usage'
That change was unstable and is better revisited after release
Christian Dywan [Fri, 16 Dec 2011 01:15:07 +0000 (02:15 +0100)]
Request dark style for private browsing windows
Fixes: https://bugs.launchpad.net/midori/+bug/905056
Christian Dywan [Fri, 16 Dec 2011 01:06:35 +0000 (02:06 +0100)]
Add help_button class to help in preferences
Fixes: https://bugs.launchpad.net/midori/+bug/889238
Christian Dywan [Fri, 16 Dec 2011 00:15:50 +0000 (01:15 +0100)]
No timeout for notebook sizing, but a size cache
The timeout was a bad idea because it means the user
can see what's happening for a short period of time.
Caching the last size is less efficent but there's
no visible delay and it's still a big win.
Christian Dywan [Thu, 15 Dec 2011 23:40:53 +0000 (00:40 +0100)]
Use previously cached icon in error pages
This notably includes delayed pages.
Alexander Butenko [Thu, 15 Dec 2011 02:06:17 +0000 (22:06 -0400)]
Refactor icons handling. Reducing strdups, improve memory cache usage
Alexander Butenko [Thu, 15 Dec 2011 02:23:44 +0000 (22:23 -0400)]
Speeddial MIME type is text/html
Christian Dywan [Thu, 15 Dec 2011 03:25:43 +0000 (04:25 +0100)]
Correct accidental _modify_fg rather than _text
Fixes: https://bugs.launchpad.net/midori/+bug/904276
Per Kongstad [Wed, 14 Dec 2011 15:07:19 +0000 (16:07 +0100)]
l10n: Updated Danish (da) translation to 100%
New status: 632 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
Christian Dywan [Wed, 14 Dec 2011 01:14:54 +0000 (02:14 +0100)]
Use new GTK+ 3 API to align coords of throbber
Once again existing API is no longer reliable.
Christian Dywan [Wed, 14 Dec 2011 00:37:14 +0000 (01:37 +0100)]
Distinguish a view that can be saved, view source
Looking at the data source determines if there's a
way to save the data. The prime use case is having
images in tabs.
Fixes: https://bugs.launchpad.net/midori/+bug/903499
Christian Dywan [Wed, 14 Dec 2011 00:15:26 +0000 (01:15 +0100)]
Set minimize property from item when creating view
Fixes: https://bugs.launchpad.net/midori/+bug/903325
Christian Dywan [Tue, 13 Dec 2011 22:58:23 +0000 (23:58 +0100)]
Unify toolbar rebuilding in _action_menubar_activate
And merge _midori_browser_save_toolbar_items into it,
which was already not used anywhere else.
CompactMenu is now always skipped and automatically
added if the menubar is hidden. So it can no longer be
duplicated or appear in the toolbar editor.
Fixes: https://bugs.launchpad.net/midori/+bug/903003
Christian Dywan [Tue, 13 Dec 2011 22:28:35 +0000 (23:28 +0100)]
Only copy icon_uri when needed in _midori_web_view_load_icon
Christian Dywan [Tue, 13 Dec 2011 22:27:26 +0000 (23:27 +0100)]
Unset dont-write-history and append, instead of 0
So the values don't stay in the saved session.
Mișu Moldovan [Sun, 11 Dec 2011 11:24:21 +0000 (12:24 +0100)]
l10n: Updated Romanian (ro) translation to 100%
New status: 632 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
Christian Dywan [Sun, 11 Dec 2011 02:27:02 +0000 (03:27 +0100)]
Escape and unescape for unique and never otherwise
Also don't bother to apply magic when receiving the command,
it was already applied before.
Christian Dywan [Sun, 11 Dec 2011 01:57:04 +0000 (02:57 +0100)]
Avoid copying of strings and making tiny allocations
Christian Dywan [Sun, 11 Dec 2011 01:53:25 +0000 (02:53 +0100)]
Use GString to build text in copy tabs extension
Christian Dywan [Sun, 11 Dec 2011 01:27:11 +0000 (02:27 +0100)]
Ensure title from item is set and uri can be NULL
Paweł Forysiuk [Sun, 11 Dec 2011 01:15:49 +0000 (02:15 +0100)]
Don't skip blank pages in addons context ready
Christian Dywan [Sun, 11 Dec 2011 01:12:17 +0000 (02:12 +0100)]
Use new color API in location action
Apparently back compatibility failed here.
Fixes: https://bugs.launchpad.net/midori/+bug/898445
Christian Dywan [Sun, 11 Dec 2011 01:11:36 +0000 (02:11 +0100)]
Use system ca file from libsoup if possible
Peter Hatina [Sat, 10 Dec 2011 18:31:00 +0000 (19:31 +0100)]
Update toolbar menu items (actions) after changes
Fixes: https://bugs.launchpad.net/midori/+bug/853023
Christian Dywan [Sat, 10 Dec 2011 18:30:48 +0000 (19:30 +0100)]
Iterate children in notebook_alloc_timeout
Christian Dywan [Sat, 10 Dec 2011 18:27:05 +0000 (19:27 +0100)]
Reduce notebook alloc timeout and update each time
Christian Dywan [Sat, 10 Dec 2011 18:23:52 +0000 (19:23 +0100)]
Obtain and store priv in cookie manager
Getting the private data is expensive, especially
in the cookie update callbacks.
Alexander Butenko [Fri, 9 Dec 2011 20:29:16 +0000 (21:29 +0100)]
Use gstring to build suggestions script in formhistory
Christian Dywan [Fri, 9 Dec 2011 20:11:01 +0000 (21:11 +0100)]
Rebase browser_set_current_tab on _set_current_page
The behavior should really match.
Christian Dywan [Fri, 9 Dec 2011 20:00:13 +0000 (21:00 +0100)]
No need to move proxy item if it is appended
Christian Dywan [Fri, 9 Dec 2011 19:59:32 +0000 (20:59 +0100)]
Set a timeout on notebook size updates
Christian Dywan [Thu, 8 Dec 2011 20:14:06 +0000 (21:14 +0100)]
Use new _with_item constructor everywhere
Christian Dywan [Thu, 8 Dec 2011 20:04:53 +0000 (21:04 +0100)]
Ellipsize titles on error pages
Chipong Luo [Fri, 9 Dec 2011 13:25:59 +0000 (14:25 +0100)]
l10n: Updated Chinese (China) (zh_CN) translation to 100%
New status: 632 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
Cheng-Chia Tseng [Fri, 9 Dec 2011 10:12:26 +0000 (11:12 +0100)]
l10n: Updated Chinese (Taiwan) (zh_TW) translation to 100%
New status: 632 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
Christian Dywan [Thu, 8 Dec 2011 01:55:25 +0000 (02:55 +0100)]
Manually building actions is a huge speedup
Christian Dywan [Wed, 7 Dec 2011 22:19:32 +0000 (23:19 +0100)]
Avoid setting the same URI on the item given
Christian Dywan [Wed, 7 Dec 2011 22:15:04 +0000 (23:15 +0100)]
Handle 'append' as meta, neither object data nor argument
This is more in line with 'dont-write-history' and 'delay'.
Christian Dywan [Wed, 7 Dec 2011 22:08:11 +0000 (23:08 +0100)]
Handle 'delay' without the pseudo pause: scheme
Behavior change: Tabs won't remain delayed beyond the session.
If some users rely on this, it will need discussion.
Christian Dywan [Wed, 7 Dec 2011 22:01:50 +0000 (23:01 +0100)]
Avoid extra loop for adding delay to all items
Christian Dywan [Wed, 7 Dec 2011 21:42:06 +0000 (22:42 +0100)]
Avoid counting total pages when not necessary
Christian Dywan [Wed, 7 Dec 2011 21:31:13 +0000 (22:31 +0100)]
Introduce helper for correctly restoring tabs
We need to ensure a reference on the item.
Christian Dywan [Wed, 7 Dec 2011 20:27:38 +0000 (21:27 +0100)]
Introduce and use midori_view_new_with_item
Alexander Butenko [Tue, 6 Dec 2011 00:24:08 +0000 (20:24 -0400)]
Optimize private element hider algorithm
Alexander Butenko [Sat, 3 Dec 2011 00:04:14 +0000 (20:04 -0400)]
Remove conext-ready signal from browser and view
Alexander Butenko [Fri, 2 Dec 2011 23:53:30 +0000 (19:53 -0400)]
Skip window_object_cleared in non-http-frames
Christian Dywan [Tue, 6 Dec 2011 22:14:39 +0000 (23:14 +0100)]
Look for javascriptcoregtk-3.0 with webkitgtk-3.0
Christian Dywan [Thu, 1 Dec 2011 19:54:27 +0000 (20:54 +0100)]
Teach _toggle_tabbar_smartly what fullscreen means
And introduce midori_browser_is_fullscreen
Related to: https://bugs.launchpad.net/midori/+bug/783675
Christian Dywan [Thu, 1 Dec 2011 19:03:41 +0000 (20:03 +0100)]
Avoid superfluous _midori_browser_update_actions calls
Christian Dywan [Thu, 1 Dec 2011 19:00:55 +0000 (20:00 +0100)]
Don't set proxy sensitivity connecting KatzeArrayAction
In the case of the trash, the proxy should only be sensitive
if it is not empty, which MidoriBrowser takes care of.
Christian Dywan [Thu, 1 Dec 2011 18:56:16 +0000 (19:56 +0100)]
Print cairo versions in about:version
Christian Dywan [Thu, 1 Dec 2011 18:55:17 +0000 (19:55 +0100)]
Limit items in trash in private browsing
Nick Schermer [Wed, 30 Nov 2011 19:07:04 +0000 (20:07 +0100)]
l10n: Updated Croatian (hr) translation to 82%
New status: 520 messages complete with 1 fuzzy and 111 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
mbouzada [Wed, 30 Nov 2011 18:30:58 +0000 (19:30 +0100)]
l10n: Updated Galician (gl) translation to 100%
New status: 632 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
mbouzada [Wed, 30 Nov 2011 18:14:24 +0000 (19:14 +0100)]
l10n: Updated Galician (gl) translation to 100%
New status: 632 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
mbouzada [Wed, 30 Nov 2011 17:59:12 +0000 (18:59 +0100)]
l10n: Updated Galician (gl) translation to 100%
New status: 632 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
mbouzada [Wed, 30 Nov 2011 16:12:39 +0000 (17:12 +0100)]
l10n: Updated Galician (gl) translation to 100%
New status: 632 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
mbouzada [Wed, 30 Nov 2011 16:11:47 +0000 (17:11 +0100)]
l10n: Updated Galician (gl) translation to 99%
New status: 631 messages complete with 1 fuzzy and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
mbouzada [Wed, 30 Nov 2011 16:10:47 +0000 (17:10 +0100)]
l10n: Updated Galician (gl) translation to 100%
New status: 632 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
mbouzada [Wed, 30 Nov 2011 16:09:58 +0000 (17:09 +0100)]
l10n: Updated Galician (gl) translation to 99%
New status: 631 messages complete with 1 fuzzy and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
mbouzada [Wed, 30 Nov 2011 14:33:12 +0000 (15:33 +0100)]
l10n: Updated Galician (gl) translation to 100%
New status: 632 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
mbouzada [Wed, 30 Nov 2011 14:32:33 +0000 (15:32 +0100)]
l10n: Updated Galician (gl) translation to 99%
New status: 631 messages complete with 1 fuzzy and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
mbouzada [Wed, 30 Nov 2011 14:22:38 +0000 (15:22 +0100)]
l10n: Updated Galician (gl) translation to 100%
New status: 632 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
mbouzada [Wed, 30 Nov 2011 14:21:20 +0000 (15:21 +0100)]
l10n: Updated Galician (gl) translation to 100%
New status: 632 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
mbouzada [Wed, 30 Nov 2011 14:19:53 +0000 (15:19 +0100)]
l10n: Updated Galician (gl) translation to 100%
New status: 632 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
mbouzada [Wed, 30 Nov 2011 14:18:31 +0000 (15:18 +0100)]
l10n: Updated Galician (gl) translation to 100%
New status: 632 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
mbouzada [Wed, 30 Nov 2011 14:16:45 +0000 (15:16 +0100)]
l10n: Updated Galician (gl) translation to 100%
New status: 632 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
mbouzada [Wed, 30 Nov 2011 14:14:11 +0000 (15:14 +0100)]
l10n: Updated Galician (gl) translation to 100%
New status: 632 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
mbouzada [Wed, 30 Nov 2011 14:05:37 +0000 (15:05 +0100)]
l10n: Updated Galician (gl) translation to 100%
New status: 632 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
mbouzada [Wed, 30 Nov 2011 13:52:11 +0000 (14:52 +0100)]
l10n: Updated Galician (gl) translation to 100%
New status: 632 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
mbouzada [Wed, 30 Nov 2011 13:49:02 +0000 (14:49 +0100)]
l10n: Updated Galician (gl) translation to 100%
New status: 632 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
mbouzada [Wed, 30 Nov 2011 13:48:16 +0000 (14:48 +0100)]
l10n: Updated Galician (gl) translation to 100%
New status: 632 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
mbouzada [Wed, 30 Nov 2011 13:37:57 +0000 (14:37 +0100)]
l10n: Updated Galician (gl) translation to 100%
New status: 632 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
mbouzada [Wed, 30 Nov 2011 13:34:24 +0000 (14:34 +0100)]
l10n: Updated Galician (gl) translation to 100%
New status: 632 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
mbouzada [Wed, 30 Nov 2011 13:23:06 +0000 (14:23 +0100)]
l10n: Updated Galician (gl) translation to 98%
New status: 625 messages complete with 0 fuzzies and 7 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
mbouzada [Wed, 30 Nov 2011 13:01:03 +0000 (14:01 +0100)]
l10n: Updated Galician (gl) translation to 97%
New status: 614 messages complete with 3 fuzzies and 15 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
mbouzada [Wed, 30 Nov 2011 12:59:50 +0000 (13:59 +0100)]
l10n: Updated Galician (gl) translation to 96%
New status: 611 messages complete with 3 fuzzies and 18 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
mbouzada [Wed, 30 Nov 2011 12:54:49 +0000 (13:54 +0100)]
l10n: Updated Galician (gl) translation to 95%
New status: 601 messages complete with 13 fuzzies and 18 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
Yarema aka Knedlyk [Tue, 29 Nov 2011 22:25:41 +0000 (23:25 +0100)]
l10n: Updated Ukrainian (uk) translation to 100%
New status: 632 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
Boram Kim [Tue, 29 Nov 2011 11:47:19 +0000 (12:47 +0100)]
l10n: Updated Korean (ko) translation to 100%
New status: 632 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
David Štancl [Tue, 29 Nov 2011 10:53:54 +0000 (11:53 +0100)]
l10n: Updated Czech (cs) translation to 100%
New status: 632 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
Chipong Luo [Tue, 29 Nov 2011 09:50:43 +0000 (10:50 +0100)]
l10n: Updated Chinese (China) (zh_CN) translation to 100%
New status: 632 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
Alexander Butenko [Tue, 29 Nov 2011 00:32:31 +0000 (01:32 +0100)]
Do reset sig in adblock_is_matched_by_key
Christian Dywan [Mon, 28 Nov 2011 22:41:32 +0000 (23:41 +0100)]
Be sure to always initialize startup timers
Christian Dywan [Mon, 28 Nov 2011 22:37:34 +0000 (23:37 +0100)]
Define H and V widget functions for GTK+3
The horizontal variants are gone from the API.
gtk_rc_get_theme_dir has been deprecated, there is
no replacement so we do the equivalent lookup.
Right-aligned menu items are deprecated.
For now defining gtk_widget_render_icon and
gtk_widget_set_size_request gets rid of warnings.
Christian Dywan [Mon, 28 Nov 2011 22:35:58 +0000 (23:35 +0100)]
Use struct members in katze_item_set_value_from_column
Christian Dywan [Mon, 28 Nov 2011 22:31:52 +0000 (23:31 +0100)]
Extra byte for NULL in addons_convert_to_simple_regexp
Christian Dywan [Mon, 28 Nov 2011 22:31:17 +0000 (23:31 +0100)]
adblock_compile_regexp free data after checking it
Christian Dywan [Mon, 28 Nov 2011 20:21:29 +0000 (21:21 +0100)]
Clean up allocations in adblock_add_url_pattern