]> spindle.queued.net Git - midori/log
midori
15 years agoAdjust the Mouse Gestures coding style
Jérôme Geulfucci [Tue, 19 May 2009 17:10:13 +0000 (19:10 +0200)]
Adjust the Mouse Gestures coding style

15 years agoSplit the CookieManager extension into separate files
Enrico Tröger [Tue, 19 May 2009 17:04:25 +0000 (19:04 +0200)]
Split the CookieManager extension into separate files

15 years agoReplace FindQuick with direct '.' and '/' search hotkey support
Christian Dywan [Mon, 18 May 2009 20:40:13 +0000 (22:40 +0200)]
Replace FindQuick with direct '.' and '/' search hotkey support

Using an action for a single character turned out to be a bad idea
and rather than trying to work around it, we implement '/' and '.'
hotkeys directly in the view.

15 years agoImplement Quick Find, which is inline find started with '.'
Christian Dywan [Mon, 18 May 2009 00:57:52 +0000 (02:57 +0200)]
Implement Quick Find, which is inline find started with '.'

15 years agoRemove possibly remaining timers when closing browser windows
Enrico Tröger [Mon, 18 May 2009 00:47:56 +0000 (02:47 +0200)]
Remove possibly remaining timers when closing browser windows

15 years agoAllow WebKit to catch key presses first
Christian Dywan [Mon, 18 May 2009 00:43:56 +0000 (02:43 +0200)]
Allow WebKit to catch key presses first

If we connect to key presses after WebKit processes them this
resolves the conflict between hotkeys and inline search.

15 years agoImplement Open new pages in: New window preference
Christian Dywan [Sun, 17 May 2009 18:29:31 +0000 (20:29 +0200)]
Implement Open new pages in: New window preference

15 years agoAdjust completion test after modifying the location entry
Christian Dywan [Sun, 17 May 2009 14:55:02 +0000 (16:55 +0200)]
Adjust completion test after modifying the location entry

15 years agoAlways append tabs opened via middle/ double click on the tab bar
Christian Dywan [Sun, 17 May 2009 14:49:46 +0000 (16:49 +0200)]
Always append tabs opened via middle/ double click on the tab bar

15 years agoImplement a small Go button next to the location entry
Christian Dywan [Sun, 17 May 2009 14:26:31 +0000 (16:26 +0200)]
Implement a small Go button next to the location entry

15 years agoUse a trick to prevent default activation when middle clicking
Christian Dywan [Sun, 17 May 2009 11:38:42 +0000 (13:38 +0200)]
Use a trick to prevent default activation when middle clicking

15 years agoCatch non-existance of os.path.relpath
Christian Dywan [Sun, 17 May 2009 11:07:15 +0000 (13:07 +0200)]
Catch non-existance of os.path.relpath

15 years agoAdd a type cast to resolve a warning in MidoriBrowser
Christian Dywan [Sun, 17 May 2009 00:54:50 +0000 (02:54 +0200)]
Add a type cast to resolve a warning in MidoriBrowser

15 years agoRemove superuser warning completely
Christian Dywan [Sun, 17 May 2009 00:53:57 +0000 (02:53 +0200)]
Remove superuser warning completely

15 years agoTreat "about:blank" and "" equally in midori_view_set_uri
Christian Dywan [Sat, 16 May 2009 22:01:52 +0000 (00:01 +0200)]
Treat "about:blank" and "" equally in midori_view_set_uri

This solves the problem of open speed dial tabs in the session
coming back as blank tabs after a restart of Midori.

15 years agoEnsure that the address entry is focussed with speed dial
Christian Dywan [Sat, 16 May 2009 21:52:59 +0000 (23:52 +0200)]
Ensure that the address entry is focussed with speed dial

15 years agoProtect speed dial against quoting in titles
Jean-François Guchens [Fri, 15 May 2009 21:49:01 +0000 (23:49 +0200)]
Protect speed dial against quoting in titles

15 years agoRemove the search field from the speed dial
Jean-François Guchens [Fri, 15 May 2009 21:47:32 +0000 (23:47 +0200)]
Remove the search field from the speed dial

15 years agoUse stock close button instead of cross in speed dial
Christian Dywan [Fri, 15 May 2009 21:10:48 +0000 (23:10 +0200)]
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.

15 years agoSupport custom sizes of icons in res_server
Christian Dywan [Fri, 15 May 2009 21:08:52 +0000 (23:08 +0200)]
Support custom sizes of icons in res_server

15 years agoShorten the paths used for --run to make them more easily reusable
Christian Dywan [Fri, 15 May 2009 18:30:24 +0000 (20:30 +0200)]
Shorten the paths used for --run to make them more easily reusable

15 years agoDisconnect history panel when finalizing
Christian Dywan [Fri, 15 May 2009 18:08:06 +0000 (20:08 +0200)]
Disconnect history panel when finalizing

There's a small hack now which prevents the disconnect function
from releasing the references. Our reference handling is flawed
and needs to be investigated before we can fix that for good.

15 years agoFix crash for URIs with an invalid hostname and without a path
Enrico Tröger [Fri, 15 May 2009 16:58:57 +0000 (18:58 +0200)]
Fix crash for URIs with an invalid hostname and without a path

15 years agoTitle the speed dial as Speed dial instead of Blank page
Christian Dywan [Fri, 15 May 2009 16:51:54 +0000 (18:51 +0200)]
Title the speed dial as Speed dial instead of Blank page

15 years agoMake sure to only update the address entry with the current view
Christian Dywan [Fri, 15 May 2009 15:30:54 +0000 (17:30 +0200)]
Make sure to only update the address entry with the current view

15 years agoMoving tab title update to a function and fix tab titles
Christian Dywan [Fri, 15 May 2009 15:26:09 +0000 (17:26 +0200)]
Moving tab title update to a function and fix tab titles

15 years agoProvide custom overflow menu items to support middle click
Christian Dywan [Thu, 14 May 2009 23:55:11 +0000 (01:55 +0200)]
Provide custom overflow menu items to support middle click

15 years agoUpdate address and actions properly when navigating in-page
Christian Dywan [Thu, 14 May 2009 23:18:14 +0000 (01:18 +0200)]
Update address and actions properly when navigating in-page

15 years agoFix a crash caused by a mistaken attempt at plugging a leak
Christian Dywan [Thu, 14 May 2009 22:58:58 +0000 (00:58 +0200)]
Fix a crash caused by a mistaken attempt at plugging a leak

15 years agoMove 'Add to Speed dial' from View to File menu
Christian Dywan [Thu, 14 May 2009 20:29:59 +0000 (22:29 +0200)]
Move 'Add to Speed dial' from View to File menu

15 years agoPlug a few memory leaks in MidoriView and MidoriWebSettings
Christian Dywan [Thu, 14 May 2009 20:26:02 +0000 (22:26 +0200)]
Plug a few memory leaks in MidoriView and MidoriWebSettings

15 years agoFix missing keyboard events for bookmark menu items
Enrico Tröger [Thu, 14 May 2009 18:52:55 +0000 (20:52 +0200)]
Fix missing keyboard events for bookmark menu items

15 years agoUpdate Spanish translation
Elega [Thu, 14 May 2009 18:43:37 +0000 (20:43 +0200)]
Update Spanish translation

15 years agoBind View Source to Ctrl+U by default
Christian Dywan [Thu, 14 May 2009 18:36:26 +0000 (20:36 +0200)]
Bind View Source to Ctrl+U by default

15 years agoUpdate French translation
Jérôme Geulfucci [Wed, 13 May 2009 22:26:33 +0000 (00:26 +0200)]
Update French translation

15 years agoUpdate Danish translation
Per Kongstad [Wed, 13 May 2009 22:21:01 +0000 (00:21 +0200)]
Update Danish translation

15 years agoUpdate Czech translation
David Štancl [Wed, 13 May 2009 22:15:12 +0000 (00:15 +0200)]
Update Czech translation

15 years agoStore speed dial as JSON instead of actual HTML source
Jean-François Guchens [Wed, 13 May 2009 21:56:55 +0000 (23:56 +0200)]
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.

15 years agoPoint out that translators should adjust the spell check example
Christian Dywan [Tue, 12 May 2009 00:30:00 +0000 (02:30 +0200)]
Point out that translators should adjust the spell check example

15 years agoUpdate Japanese translation
Masato Hashimoto [Tue, 12 May 2009 00:22:24 +0000 (02:22 +0200)]
Update Japanese translation

15 years agoImprove handling of feeds with missing data
Dale Whittaker [Mon, 11 May 2009 23:52:30 +0000 (01:52 +0200)]
Improve handling of feeds with missing data

Previously the description was used in the treeview if the title
was not present, however this is not possible in some cases, as
it may contain markup.
The the RSS code is changed so now if there is no title, the
description is used as the title, but with the html stripped from
it. We also have to consider that some description elements may
simply contain an html tag (and therefore no text). In that
case the URI is used as the title.

15 years agoUse katze_assign, not katze_object_assign for program_notify_send
Christian Dywan [Mon, 11 May 2009 23:50:07 +0000 (01:50 +0200)]
Use katze_assign, not katze_object_assign for program_notify_send

15 years agoInclude compat.h in sokoke
Christian Dywan [Mon, 11 May 2009 23:41:15 +0000 (01:41 +0200)]
Include compat.h in sokoke

15 years agoFix Gtk version check for speed dial, this is >= Gtk 2.14
Christian Dywan [Mon, 11 May 2009 23:33:44 +0000 (01:33 +0200)]
Fix Gtk version check for speed dial, this is >= Gtk 2.14

15 years agoEllipsize tab labels differently to emphasize subtitles
Christian Dywan [Mon, 11 May 2009 23:27:51 +0000 (01:27 +0200)]
Ellipsize tab labels differently to emphasize subtitles

15 years agoFix font family/ homepage tooltip mixup
Christian Dywan [Sun, 10 May 2009 14:40:43 +0000 (16:40 +0200)]
Fix font family/ homepage tooltip mixup

15 years agoReplace variables in templates literally
Christian Dywan [Sun, 10 May 2009 14:20:50 +0000 (16:20 +0200)]
Replace variables in templates literally

15 years agoUpdate German translation
Christian Dywan [Sun, 10 May 2009 14:13:38 +0000 (16:13 +0200)]
Update German translation

15 years agoUpdate localization template
Christian Dywan [Sun, 10 May 2009 14:13:16 +0000 (16:13 +0200)]
Update localization template

15 years agoUpdate Russian translation
Anton Shestakov [Sun, 10 May 2009 14:11:24 +0000 (16:11 +0200)]
Update Russian translation

15 years agoGo back to referring to Speed Dial in the user interface
Christian Dywan [Sun, 10 May 2009 14:07:28 +0000 (16:07 +0200)]
Go back to referring to Speed Dial in the user interface

The term customized homepage is somewhat unclear and speed dial
is known from phones and other browsers.

15 years agoUse ngettext to render %d days ago
Christian Dywan [Sun, 10 May 2009 13:39:12 +0000 (15:39 +0200)]
Use ngettext to render %d days ago

15 years agoAdd an 'edit' icon to emphasize that shortcut can be renamed
Jean-François Guchens [Sun, 10 May 2009 13:05:17 +0000 (15:05 +0200)]
Add an 'edit' icon to emphasize that shortcut can be renamed

15 years agoMake AddSpeedDial visible/ hidden instead of sensitive/ grayed
Christian Dywan [Sun, 10 May 2009 12:57:26 +0000 (14:57 +0200)]
Make AddSpeedDial visible/ hidden instead of sensitive/ grayed

15 years agoUse the correct config folder to store speed dial
Christian Dywan [Sun, 10 May 2009 12:48:12 +0000 (14:48 +0200)]
Use the correct config folder to store speed dial

This is important when using the -c or --config switch

15 years agoMove speed dial to browser and add an AddSpeedDial action
Jean-François Guchens [Sun, 10 May 2009 12:39:20 +0000 (14:39 +0200)]
Move speed dial to browser and add an AddSpeedDial action

15 years agoUse a stock error icon and a refresh on the button in error pages
Christian Dywan [Sat, 9 May 2009 21:40:25 +0000 (23:40 +0200)]
Use a stock error icon and a refresh on the button in error pages

15 years agoFix the search in the custom homepage and optimize the saving
Jean-François Guchens [Sat, 9 May 2009 21:29:35 +0000 (23:29 +0200)]
Fix the search in the custom homepage and optimize the saving

15 years agoWork around broken reloading of "alternate content"
Alexander Butenko [Sat, 9 May 2009 20:45:21 +0000 (22:45 +0200)]
Work around broken reloading of "alternate content"

15 years agoCompress thumbnails to 70% JPEG
Christian Dywan [Sat, 9 May 2009 20:16:03 +0000 (22:16 +0200)]
Compress thumbnails to 70% JPEG

The compressed images are still reasonably good and save a
noticible amount of disk space.

15 years agoAdd a mnemonic to Add to customized homepage
Christian Dywan [Sat, 9 May 2009 15:30:54 +0000 (17:30 +0200)]
Add a mnemonic to Add to customized homepage

15 years agoAllow adding speed dial shortcuts from the context menu
Jean-François Guchens [Sat, 9 May 2009 14:41:01 +0000 (16:41 +0200)]
Allow adding speed dial shortcuts from the context menu

15 years agoMention libnotify as optional in the README file
Christian Dywan [Sat, 9 May 2009 13:57:28 +0000 (15:57 +0200)]
Mention libnotify as optional in the README file

15 years agoAdd midori_app_send_notification() to easily send notifications
Enrico Tröger [Sat, 9 May 2009 13:55:10 +0000 (15:55 +0200)]
Add midori_app_send_notification() to easily send notifications

Sending such messages is either done by using libnotify if
available. Otherwise the program "notify-send" is used.

15 years agoRemove 'Optional run time dependencies' text from waf output
Christian Dywan [Sat, 9 May 2009 13:41:50 +0000 (15:41 +0200)]
Remove 'Optional run time dependencies' text from waf output

15 years agoFix shadowed variable 'error'
Enrico Tröger [Sat, 9 May 2009 13:32:45 +0000 (15:32 +0200)]
Fix shadowed variable 'error'

15 years agoImprove title and URI display in the feed panel
Dale Whittaker [Sat, 9 May 2009 12:08:06 +0000 (14:08 +0200)]
Improve title and URI display in the feed panel

We strip HTML from "title" elements when required now. And we
always try to show at least the URI for feeds in the WebKit view.
And we fallback to using the URI in the treeview if the title/
description is empty.

15 years agoRefactor middle clicks on navigation actions
Jérôme Geulfucci [Sat, 9 May 2009 11:57:52 +0000 (13:57 +0200)]
Refactor middle clicks on navigation actions

15 years agoUpdate French translation
Jérôme Geulfucci [Fri, 8 May 2009 16:39:16 +0000 (18:39 +0200)]
Update French translation

15 years agoOnly save thumbnails if Customized homepage is enabled
Christian Dywan [Fri, 8 May 2009 15:46:50 +0000 (17:46 +0200)]
Only save thumbnails if Customized homepage is enabled

15 years agoRename Speed dial in news tabs to Customized homepage in new tabs
Christian Dywan [Fri, 8 May 2009 15:41:40 +0000 (17:41 +0200)]
Rename Speed dial in news tabs to Customized homepage in new tabs

15 years agoUse "Search" to label Search button and entry, not "Suchen"
Christian Dywan [Fri, 8 May 2009 11:15:08 +0000 (13:15 +0200)]
Use "Search" to label Search button and entry, not "Suchen"

15 years agoRecognize {stock} in error page template
Christian Dywan [Fri, 8 May 2009 11:13:39 +0000 (13:13 +0200)]
Recognize {stock} in error page template

15 years agoImplement /stock path in res_server
Christian Dywan [Fri, 8 May 2009 11:13:08 +0000 (13:13 +0200)]
Implement /stock path in res_server

15 years agoSimplify handling of background tabs
Jérôme Geulfucci [Fri, 8 May 2009 11:09:14 +0000 (13:09 +0200)]
Simplify handling of background tabs

15 years agoAdd a preference Show speed dial in new tabs
Christian Dywan [Fri, 8 May 2009 01:29:25 +0000 (03:29 +0200)]
Add a preference Show speed dial in new tabs

15 years agoLocalize "Search" in quick dial and use the user's default search
Christian Dywan [Fri, 8 May 2009 00:56:26 +0000 (02:56 +0200)]
Localize "Search" in quick dial and use the user's default search

15 years agoFix opening any page when having the speed dial open
Christian Dywan [Thu, 7 May 2009 21:08:13 +0000 (23:08 +0200)]
Fix opening any page when having the speed dial open

15 years agoDon't declare print function for WebKit >= 1.1.6
Christian Dywan [Thu, 7 May 2009 21:00:29 +0000 (23:00 +0200)]
Don't declare print function for WebKit >= 1.1.6

15 years agoImplement middle click on Back, Forward, Homepage menu items
Jérôme Geulfucci [Thu, 7 May 2009 20:41:39 +0000 (22:41 +0200)]
Implement middle click on Back, Forward, Homepage menu items

15 years agoImplement quick launch page code named Tandoori
Jean-François Guchens [Thu, 7 May 2009 20:22:43 +0000 (22:22 +0200)]
Implement quick launch page code named Tandoori

The quick launch page replaces the blank page unless it turns out
to be a bad idea.

15 years agoAdd Romanian translation
Igor Știrbu [Wed, 6 May 2009 16:51:51 +0000 (18:51 +0200)]
Add Romanian translation

15 years agoUpdate Chinese translation
Stanley Zhang [Wed, 6 May 2009 16:26:37 +0000 (18:26 +0200)]
Update Chinese translation

15 years agoUpdate Czech translation
David Stancl [Wed, 6 May 2009 16:23:24 +0000 (18:23 +0200)]
Update Czech translation

15 years agoLet Ctrl+K load default search website if no Search in the toolbar
Mike Massonnet [Wed, 6 May 2009 00:41:17 +0000 (02:41 +0200)]
Let Ctrl+K load default search website if no Search in the toolbar

15 years agoRestrict res_server to listen only to localhost
Alexander Butenko [Tue, 5 May 2009 21:32:38 +0000 (23:32 +0200)]
Restrict res_server to listen only to localhost

15 years agoExtend menu item middle click to support trash and history
Jérôme Geulfucci [Tue, 5 May 2009 21:22:39 +0000 (23:22 +0200)]
Extend menu item middle click to support trash and history

15 years agoConditionalize --snapshot on WebKitGTK+ 1.1.6
Christian Dywan [Tue, 5 May 2009 21:02:45 +0000 (23:02 +0200)]
Conditionalize --snapshot on WebKitGTK+ 1.1.6

15 years agoImplement '--snapshot' or '-s' command line switch
Christian Dywan [Mon, 4 May 2009 00:09:46 +0000 (02:09 +0200)]
Implement '--snapshot' or '-s' command line switch

Calling Midori in the form "midori --snapshot URI" makes a
snapshot of the specified address and saves it to PDF. The format,
path or size can currently not be influenced.
Also note that web pages which look different when printed will
apply their print style.

15 years agoReject non-local requests to the res_server
Christian Dywan [Sun, 3 May 2009 23:09:52 +0000 (01:09 +0200)]
Reject non-local requests to the res_server

This sever is solely meant to provide internal resources and
should not be accessible from outside, so anything non-local
is blocked with a No Content error.

15 years agoReturn the correct content type in res_server responses
Christian Dywan [Sun, 3 May 2009 22:51:14 +0000 (00:51 +0200)]
Return the correct content type in res_server responses

15 years agoFix setting the news-feeds property of MidoriView
Christian Dywan [Sun, 3 May 2009 19:41:31 +0000 (21:41 +0200)]
Fix setting the news-feeds property of MidoriView

15 years agoImplement middle-clicks on Back, Forward and Homepage tool buttons
Jérôme Geulfucci [Sun, 3 May 2009 19:35:05 +0000 (21:35 +0200)]
Implement middle-clicks on Back, Forward and Homepage tool buttons

15 years agoEnsure destroyed panel widgets remove the scrolled window
Enrico Tröger [Sun, 3 May 2009 19:13:54 +0000 (21:13 +0200)]
Ensure destroyed panel widgets remove the scrolled window

15 years agoUse midori_browser_get_for_widget in the bookmark panel
Enrico Tröger [Sun, 3 May 2009 19:11:20 +0000 (21:11 +0200)]
Use midori_browser_get_for_widget in the bookmark panel

This fixes opening bookmarks in the current tab.

15 years agoImplement middle click on array actions, ie. bookmark menu items
Enrico Tröger [Sun, 3 May 2009 10:42:47 +0000 (12:42 +0200)]
Implement middle click on array actions, ie. bookmark menu items

Add a new signal activate-item-alt to KatzeArrayAction which has
a button argument specifying the mouse button that was pressed. If
this signal is handled one can special case middle or right
clicks, and return TRUE to suppress the emission of activate-item.

The browser utilizes this to open new tabs when middle clicking
on bookmark menu items.

15 years agoAutomatically reset the filter after deleting all matching cookies
Enrico Tröger [Sun, 3 May 2009 08:14:55 +0000 (10:14 +0200)]
Automatically reset the filter after deleting all matching cookies

Also fix wording in the confirmation dialog.

15 years agoIntroduce 'news-feeds' property on MidoriView
Christian Dywan [Sun, 3 May 2009 01:11:33 +0000 (03:11 +0200)]
Introduce 'news-feeds' property on MidoriView

This is a KatzeArray of KatzeItems with the feeds of the loaded
web page, particularly useful for extensions.

15 years agoQuote the page address in the error page
Christian Dywan [Sat, 2 May 2009 23:53:49 +0000 (01:53 +0200)]
Quote the page address in the error page

15 years agoUpdate French translation
Christian Dywan [Sat, 2 May 2009 23:51:13 +0000 (01:51 +0200)]
Update French translation