]> spindle.queued.net Git - midori/log
midori
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

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

15 years agoUpdate translation template
Christian Dywan [Sat, 2 May 2009 22:49:04 +0000 (00:49 +0200)]
Update translation template

15 years agoSupport error pages with the load-error signal in WebKitGTK+ 1.1.6
Christian Dywan [Sat, 2 May 2009 19:44:20 +0000 (21:44 +0200)]
Support error pages with the load-error signal in WebKitGTK+ 1.1.6

15 years agoAdd sokoke_replace_variables
Christian Dywan [Sat, 2 May 2009 19:38:43 +0000 (21:38 +0200)]
Add sokoke_replace_variables

15 years agoAdd sokoke_get_res_server
Christian Dywan [Sat, 2 May 2009 19:36:09 +0000 (21:36 +0200)]
Add sokoke_get_res_server

15 years agoGenerate thumbnails of open tabs
Christian Dywan [Fri, 1 May 2009 22:23:43 +0000 (00:23 +0200)]
Generate thumbnails of open tabs

The images aren't used for anything yet, and can't be disabled

15 years agoEnsure that completion items have a title
Christian Dywan [Fri, 1 May 2009 18:03:40 +0000 (20:03 +0200)]
Ensure that completion items have a title

Items are added as lone URIs often enough, so it happened that
we accidentally unset a title. We check that now.

15 years agoUpdate Russian translation
Anton Shestakov [Thu, 30 Apr 2009 17:05:39 +0000 (19:05 +0200)]
Update Russian translation

15 years agoFix item movement callback in feed panel
Dale Whittaker [Thu, 30 Apr 2009 17:00:27 +0000 (19:00 +0200)]
Fix item movement callback in feed panel

15 years agoFix saving changes to the Download folder
Christian Dywan [Wed, 29 Apr 2009 23:17:57 +0000 (01:17 +0200)]
Fix saving changes to the Download folder

15 years agoActivating Search if hidden should spawn the search page
Christian Dywan [Wed, 29 Apr 2009 22:43:47 +0000 (00:43 +0200)]
Activating Search if hidden should spawn the search page

15 years agoUpdate German translation
Christian Dywan [Wed, 29 Apr 2009 22:18:10 +0000 (00:18 +0200)]
Update German translation

15 years agoUpdate Portuguese translation
Sérgio Marques [Wed, 29 Apr 2009 22:07:59 +0000 (00:07 +0200)]
Update Portuguese translation

15 years agoLeave 'added' stamp of history items to fix duplicate detection
Dale Whittaker [Wed, 29 Apr 2009 21:53:59 +0000 (23:53 +0200)]
Leave 'added' stamp of history items to fix duplicate detection

Only the 'added' value of parents shall contain the age in days.

15 years agoLocalize 'Last updated' display of feeds and quote URIs
Christian Dywan [Wed, 29 Apr 2009 21:46:41 +0000 (23:46 +0200)]
Localize 'Last updated' display of feeds and quote URIs

15 years agoCorrect 'Enables spell checking' to 'Enable spell checking'
Christian Dywan [Wed, 29 Apr 2009 15:44:12 +0000 (17:44 +0200)]
Correct 'Enables spell checking' to 'Enable spell checking'

15 years agoWrap XML element names in error messages in quotes
Christian Dywan [Wed, 29 Apr 2009 15:42:36 +0000 (17:42 +0200)]
Wrap XML element names in error messages in quotes

15 years agoAdd example to the spell checking language tooltip
Christian Dywan [Wed, 29 Apr 2009 15:35:36 +0000 (17:35 +0200)]
Add example to the spell checking language tooltip

15 years agoAdd Spell Checking preferences to the dialogue
Christian Dywan [Tue, 28 Apr 2009 22:42:47 +0000 (00:42 +0200)]
Add Spell Checking preferences to the dialogue

We need to think of a better way to choose dictionaries than a
mere text entry.

15 years agoFix 'Refresh' menu item localization in the context menu
Christian Dywan [Tue, 28 Apr 2009 22:16:26 +0000 (00:16 +0200)]
Fix 'Refresh' menu item localization in the context menu

15 years agoAdd a description to Statusbar Features and localize it
Christian Dywan [Tue, 28 Apr 2009 21:57:56 +0000 (23:57 +0200)]
Add a description to Statusbar Features and localize it

15 years agoAdd new transfer preferences and new Applications tab
Christian Dywan [Tue, 28 Apr 2009 21:52:16 +0000 (23:52 +0200)]
Add new transfer preferences and new Applications tab

15 years agoAdd Ask for destination folder preference
Christian Dywan [Tue, 28 Apr 2009 21:49:52 +0000 (23:49 +0200)]
Add Ask for destination folder preference

The value is not functional yet

15 years agoAllow horizontal scrollbars in the feed panel
Dale Whittaker [Tue, 28 Apr 2009 21:44:04 +0000 (23:44 +0200)]
Allow horizontal scrollbars in the feed panel

15 years agoPrevent attempts to add duplicate feeds
Dale Whittaker [Tue, 28 Apr 2009 21:31:37 +0000 (23:31 +0200)]
Prevent attempts to add duplicate feeds

15 years agoAdd Czech translation
David Stancl [Tue, 28 Apr 2009 21:26:14 +0000 (23:26 +0200)]
Add Czech translation

15 years agoNo need to work around GtkIconEntry issue afterall
Enrico Tröger [Mon, 27 Apr 2009 19:30:27 +0000 (21:30 +0200)]
No need to work around GtkIconEntry issue afterall

15 years agoAdd Slovak translation
Robert Hartl [Mon, 27 Apr 2009 19:21:37 +0000 (21:21 +0200)]
Add Slovak translation

15 years agoUpdate Japanese translation
Masato Hashimoto [Mon, 27 Apr 2009 19:12:04 +0000 (21:12 +0200)]
Update Japanese translation

15 years agoDisplay feed URLs and show an icon instead of error dialogues
Dale Whittaker [Mon, 27 Apr 2009 18:58:30 +0000 (20:58 +0200)]
Display feed URLs and show an icon instead of error dialogues

15 years agoDefault to loading the last open pages at startup
Christian Dywan [Mon, 27 Apr 2009 18:49:32 +0000 (20:49 +0200)]
Default to loading the last open pages at startup

15 years agoFail silently on xprop errors when determining the environment
Christian Dywan [Mon, 27 Apr 2009 15:46:04 +0000 (17:46 +0200)]
Fail silently on xprop errors when determining the environment

15 years agoDo not display any icon if there's no news feed available
Enrico Tröger [Sun, 26 Apr 2009 23:11:58 +0000 (01:11 +0200)]
Do not display any icon if there's no news feed available

Work around a bug that made unsetting the secondary icon in the
location entry impossible and do not set an icon if there is
no news feed instead of an 'information' icon.

15 years agoImplement transfer completion notification via libnotify
Christian Dywan [Sun, 26 Apr 2009 22:22:16 +0000 (00:22 +0200)]
Implement transfer completion notification via libnotify

15 years agoUpdate Spanish translation
Christian Dywan [Sun, 26 Apr 2009 21:31:52 +0000 (23:31 +0200)]
Update Spanish translation

15 years agoDisconnect panel toolitem destroy handler when detaching
Christian Dywan [Sun, 26 Apr 2009 15:11:16 +0000 (17:11 +0200)]
Disconnect panel toolitem destroy handler when detaching

15 years agoFix label/ button on the panel when detaching and re-attaching
Christian Dywan [Sun, 26 Apr 2009 14:57:23 +0000 (16:57 +0200)]
Fix label/ button on the panel when detaching and re-attaching

15 years agoUpdate Spanish translation
Elega [Sun, 26 Apr 2009 14:20:51 +0000 (16:20 +0200)]
Update Spanish translation