]> spindle.queued.net Git - midori/log
midori
14 years agoImplement reverse ordering for use in Trash and RecentlyVisited actions
Christian Dywan [Sat, 5 Dec 2009 20:33:19 +0000 (21:33 +0100)]
Implement reverse ordering for use in Trash and RecentlyVisited actions

14 years agoAlways prepend history items to the top of the history panel
Christian Dywan [Sat, 5 Dec 2009 19:22:51 +0000 (20:22 +0100)]
Always prepend history items to the top of the history panel

14 years agoAdd Konqueror to the Import bookmarks dialogue
Christian Dywan [Sat, 5 Dec 2009 19:14:41 +0000 (20:14 +0100)]
Add Konqueror to the Import bookmarks dialogue

14 years agoStore shortcuts statically to avoid flipping None values
Christian Dywan [Sat, 5 Dec 2009 00:24:14 +0000 (01:24 +0100)]
Store shortcuts statically to avoid flipping None values

14 years agoOpen the link in the adblock filter dialogue inside Midori
Christian Dywan [Sat, 5 Dec 2009 00:04:31 +0000 (01:04 +0100)]
Open the link in the adblock filter dialogue inside Midori

14 years agoPerform form history suggestions case insensitive
Alexander Butenko [Fri, 4 Dec 2009 22:59:26 +0000 (23:59 +0100)]
Perform form history suggestions case insensitive

A couple of workarounds for IE plus some unused functions are
also removed.

14 years agoImprove wording regarding the --run option in the INSTALL file.
Christian Dywan [Fri, 4 Dec 2009 22:44:57 +0000 (23:44 +0100)]
Improve wording regarding the --run option in the INSTALL file.

14 years agol10n: Updates to Czech (cs) translation
David Štancl [Fri, 4 Dec 2009 07:10:48 +0000 (07:10 +0000)]
l10n: Updates to Czech (cs) translation

Transmitted-via: Transifex (translations.xfce.org)

14 years agoAdd Custom option to Import bookmarks dialogue
Christian Dywan [Thu, 3 Dec 2009 22:53:47 +0000 (23:53 +0100)]
Add Custom option to Import bookmarks dialogue

14 years agoRefactor XBEL writing to use GString and filter out control characters
Christian Dywan [Thu, 3 Dec 2009 22:13:15 +0000 (23:13 +0100)]
Refactor XBEL writing to use GString and filter out control characters

The writing becomes faster because we avoid some redundant allocations
and we improve XML compatibility by filtering out control characters
which are not supported in Midori.

14 years agoUpdate Russian translation
Anton Shestakov [Thu, 3 Dec 2009 22:12:19 +0000 (23:12 +0100)]
Update Russian translation

14 years agoUse Preferences icon for Tools if used in the toolbar
Christian Dywan [Wed, 2 Dec 2009 23:06:53 +0000 (00:06 +0100)]
Use Preferences icon for Tools if used in the toolbar

14 years agoHandle long lines when importing Opera bookmarks
Christian Dywan [Wed, 2 Dec 2009 22:46:34 +0000 (23:46 +0100)]
Handle long lines when importing Opera bookmarks

14 years agoUpdate German translation
Christian Dywan [Wed, 2 Dec 2009 22:17:52 +0000 (23:17 +0100)]
Update German translation

14 years agoAdd 'Import bookmarks' button into the bookmark panel
Christian Dywan [Wed, 2 Dec 2009 22:11:59 +0000 (23:11 +0100)]
Add 'Import bookmarks' button into the bookmark panel

14 years agoAdd 'Web Cache' to Delete private data dialogue
Christian Dywan [Wed, 2 Dec 2009 18:02:59 +0000 (19:02 +0100)]
Add 'Web Cache' to Delete private data dialogue

14 years agoRevise handling of application paths when importing bookmarks
Christian Dywan [Tue, 1 Dec 2009 21:43:16 +0000 (22:43 +0100)]
Revise handling of application paths when importing bookmarks

14 years agoDo not free the SoupURI obtained from soup_message_get_uri
Alexander Butenko [Tue, 1 Dec 2009 21:35:28 +0000 (22:35 +0100)]
Do not free the SoupURI obtained from soup_message_get_uri

14 years agoOptimize string assignments and comparisons in XBEL loading
Christian Dywan [Mon, 30 Nov 2009 22:21:59 +0000 (23:21 +0100)]
Optimize string assignments and comparisons in XBEL loading

We can do fast string comparisons in places where we know that
strings are not NULL.

We can directly assign values to items we create ourselves.

14 years agoDon't automatically fill in form suggestion if it's only one
Alexander Butenko [Mon, 30 Nov 2009 21:05:20 +0000 (22:05 +0100)]
Don't automatically fill in form suggestion if it's only one

14 years agoDon't free opt because it is inserted into the hash table as-is
Alexander Butenko [Mon, 30 Nov 2009 21:04:32 +0000 (22:04 +0100)]
Don't free opt because it is inserted into the hash table as-is

14 years agoDouble check meta values before trying to convert to a long
Christian Dywan [Mon, 30 Nov 2009 18:52:42 +0000 (19:52 +0100)]
Double check meta values before trying to convert to a long

14 years agoBe sure to disconnect item notification when the proxy is destroyed
Christian Dywan [Mon, 30 Nov 2009 18:47:41 +0000 (19:47 +0100)]
Be sure to disconnect item notification when the proxy is destroyed

14 years agoEmit the bookmark proxy signal instead of connecting a new handler
Christian Dywan [Mon, 30 Nov 2009 18:34:31 +0000 (19:34 +0100)]
Emit the bookmark proxy signal instead of connecting a new handler

14 years agoTry hard to open bookmarks if they have an incomplete address
Christian Dywan [Mon, 30 Nov 2009 18:25:39 +0000 (19:25 +0100)]
Try hard to open bookmarks if they have an incomplete address

14 years agoLoad default accels file from /etc/xdg/midori if no accels present
Christian Dywan [Mon, 30 Nov 2009 18:24:48 +0000 (19:24 +0100)]
Load default accels file from /etc/xdg/midori if no accels present

14 years agoImprove XBEL format compatibility and support bookmark sharing
Christian Dywan [Sun, 29 Nov 2009 22:50:59 +0000 (23:50 +0100)]
Improve XBEL format compatibility and support bookmark sharing

Loading of XBEL needs to handle title and desc children of the root
element. This is equal to using the according properties.

MicroB uses metadata without an owner and uses children rather than
properties. This is against the spec but we want to handle that.

A key value leak was plugged.

If the bookmark file is absolute, we assume it is a foreign file
and we shouldn't overwrite it.

14 years agoRemove Hildon specific icon and shortcut values
Christian Dywan [Sun, 29 Nov 2009 22:38:40 +0000 (23:38 +0100)]
Remove Hildon specific icon and shortcut values

14 years agol10n: Updates to Japanese (ja) translation
Masato Hashimoto [Sun, 29 Nov 2009 15:39:05 +0000 (15:39 +0000)]
l10n: Updates to Japanese (ja) translation

Transmitted-via: Transifex (translations.xfce.org)

14 years agoEnable Zoom and Fullscreen with hardware keys on Hildon
Christian Dywan [Sun, 29 Nov 2009 14:09:00 +0000 (15:09 +0100)]
Enable Zoom and Fullscreen with hardware keys on Hildon

14 years agoBuild an invisible menubar in Hildon to retain hotkey functionality
Christian Dywan [Sun, 29 Nov 2009 14:00:15 +0000 (15:00 +0100)]
Build an invisible menubar in Hildon to retain hotkey functionality

GtkUIManager requires existing proxies for hotkeys to work at all.

14 years agoDon't prioritize key presses because that breaks inline find
Christian Dywan [Sun, 29 Nov 2009 13:31:23 +0000 (14:31 +0100)]
Don't prioritize key presses because that breaks inline find

This 'breaks' using single character shortcuts in conjunction
with inline find, but we can live with that.

14 years agoRefactor compact add and error message dialogues
Christian Dywan [Sun, 29 Nov 2009 13:08:52 +0000 (14:08 +0100)]
Refactor compact add and error message dialogues

14 years agoAlign app proxy icons, catch missing icons and respect should show
Christian Dywan [Sun, 29 Nov 2009 13:06:52 +0000 (14:06 +0100)]
Align app proxy icons, catch missing icons and respect should show

14 years agoUpdate Hebrew translation
Mark Krapivner [Sun, 29 Nov 2009 13:06:19 +0000 (14:06 +0100)]
Update Hebrew translation

14 years agoOptionally open panels in standalone windows by default
Christian Dywan [Sat, 28 Nov 2009 22:53:49 +0000 (23:53 +0100)]
Optionally open panels in standalone windows by default

14 years agoUse icon names for search engines directly instead of pixbufs
Christian Dywan [Sat, 28 Nov 2009 22:47:29 +0000 (23:47 +0100)]
Use icon names for search engines directly instead of pixbufs

14 years agoInclude config.h in KatzeArrayAction
Christian Dywan [Sat, 28 Nov 2009 18:55:01 +0000 (19:55 +0100)]
Include config.h in KatzeArrayAction

14 years agoReplace Bookmarks with Tools in the Hildon toolbar layout
Christian Dywan [Sat, 28 Nov 2009 18:50:56 +0000 (19:50 +0100)]
Replace Bookmarks with Tools in the Hildon toolbar layout

14 years agoAdjust input mode of numeric property proxies on Hildon
Christian Dywan [Sat, 28 Nov 2009 18:45:02 +0000 (19:45 +0100)]
Adjust input mode of numeric property proxies on Hildon

14 years agoUse a standard entry widget in the location on Hildon
Christian Dywan [Sat, 28 Nov 2009 18:43:59 +0000 (19:43 +0100)]
Use a standard entry widget in the location on Hildon

14 years agoPosition array menu freely to avoid a GTK+ bug on Hildon
Christian Dywan [Sat, 28 Nov 2009 18:42:43 +0000 (19:42 +0100)]
Position array menu freely to avoid a GTK+ bug on Hildon

14 years agoOmit Help in Adblock and Search Engines dialogues on Hildon
Christian Dywan [Sat, 28 Nov 2009 18:40:57 +0000 (19:40 +0100)]
Omit Help in Adblock and Search Engines dialogues on Hildon

14 years agoDon't capitalize bookmark addresses automatically on Hildon
Christian Dywan [Sat, 28 Nov 2009 18:39:47 +0000 (19:39 +0100)]
Don't capitalize bookmark addresses automatically on Hildon

14 years agoImplement and optimize for portrait mode support for Fremantle
Christian Dywan [Fri, 27 Nov 2009 22:42:07 +0000 (23:42 +0100)]
Implement and optimize for portrait mode support for Fremantle

Listen to accelerometer movement.
Hide tool items in portrait mode.
Omit Homepage and View Source from app menu.
Include Compact Add, View Source and Fullscreen in context menu.
Hide buttons in portrait mode in preferences.

14 years agol10n: Updates to Czech (cs) translation
David Štancl [Sat, 28 Nov 2009 18:41:46 +0000 (18:41 +0000)]
l10n: Updates to Czech (cs) translation

Transmitted-via: Transifex (translations.xfce.org)

14 years agoSupport differences in rule syntax and refactor the URL parser
Alexander Butenko [Thu, 26 Nov 2009 22:45:38 +0000 (23:45 +0100)]
Support differences in rule syntax and refactor the URL parser

Apparently some lists use a different syntax than what is
recommended, so we take that into account.

14 years agoOpen bookmarks from the panel as apps or internal consistently
Christian Dywan [Wed, 25 Nov 2009 22:55:12 +0000 (23:55 +0100)]
Open bookmarks from the panel as apps or internal consistently

14 years agoGuard midori_web_view_menu_background_tab_activate_cb for WebKitGTK+ 1.1.15
Christian Dywan [Wed, 25 Nov 2009 22:42:09 +0000 (23:42 +0100)]
Guard midori_web_view_menu_background_tab_activate_cb for WebKitGTK+ 1.1.15

14 years agoDo not hardcode any default settings for Hildon
Christian Dywan [Tue, 24 Nov 2009 22:57:40 +0000 (23:57 +0100)]
Do not hardcode any default settings for Hildon

The proper way is to provide a customized config file.

14 years agoSupport tel:, callto: and refactor MIME supporting (including Hildon)
Christian Dywan [Tue, 24 Nov 2009 22:54:29 +0000 (23:54 +0100)]
Support tel:, callto: and refactor MIME supporting (including Hildon)

14 years agoOnly take bookmark button for a bookmark if it's a single item
Christian Dywan [Tue, 24 Nov 2009 22:50:27 +0000 (23:50 +0100)]
Only take bookmark button for a bookmark if it's a single item

14 years agoUpdate Korean translation
Kim Boram [Mon, 23 Nov 2009 19:52:42 +0000 (20:52 +0100)]
Update Korean translation

14 years agoOnly show bookmarks in the toolbar which are marked as such
Christian Dywan [Mon, 23 Nov 2009 19:46:00 +0000 (20:46 +0100)]
Only show bookmarks in the toolbar which are marked as such

14 years agoTake soup status message into account in finish callback of web cache
Alexander Butenko [Mon, 23 Nov 2009 19:42:22 +0000 (20:42 +0100)]
Take soup status message into account in finish callback of web cache

14 years agoBack to case folding and handling completion actions properly
Christian Dywan [Mon, 23 Nov 2009 19:41:10 +0000 (20:41 +0100)]
Back to case folding and handling completion actions properly

14 years agoBe sure to define image in adblock, even if unused and move disconnect
Christian Dywan [Mon, 23 Nov 2009 19:40:05 +0000 (20:40 +0100)]
Be sure to define image in adblock, even if unused and move disconnect

14 years agoShow a popup menu to choose from multiple available news feeds
Christian Dywan [Sun, 22 Nov 2009 14:33:13 +0000 (15:33 +0100)]
Show a popup menu to choose from multiple available news feeds

14 years agoAlign preference labels homogeneously across categories
Christian Dywan [Sun, 22 Nov 2009 14:31:53 +0000 (15:31 +0100)]
Align preference labels homogeneously across categories

14 years agoUpdate Portuguese translation
Sérgio Marques [Sun, 22 Nov 2009 14:31:30 +0000 (15:31 +0100)]
Update Portuguese translation

15 years agoDisplay application icons in the Import bookmarks dialogue
Christian Dywan [Sat, 21 Nov 2009 19:48:09 +0000 (20:48 +0100)]
Display application icons in the Import bookmarks dialogue

15 years agoPresumably 'sans-serif' font is really 'sans'
Christian Dywan [Sat, 21 Nov 2009 19:21:26 +0000 (20:21 +0100)]
Presumably 'sans-serif' font is really 'sans'

We want to avoid an empty font combo box.

15 years agoAdd Kazehakase to the applications to import bookmarks from
Christian Dywan [Sat, 21 Nov 2009 19:11:26 +0000 (20:11 +0100)]
Add Kazehakase to the applications to import bookmarks from

15 years agoDo address matches with a simple strstr for now
Christian Dywan [Sat, 21 Nov 2009 19:09:07 +0000 (20:09 +0100)]
Do address matches with a simple strstr for now

The way we originally folded strings didn't work in all cases of
unicode strings and the last attempt to improve that broke it
on some systems while it improved on others.
So for now we go back to the safe way.

15 years agol10n: Updates to Slovak (sk) translation
Robert Hartl [Sat, 21 Nov 2009 14:34:32 +0000 (14:34 +0000)]
l10n: Updates to Slovak (sk) translation

Transmitted-via: Transifex (translations.xfce.org)

15 years agol10n: Updates to Japanese (ja) translation
Masato Hashimoto [Sat, 21 Nov 2009 08:22:44 +0000 (08:22 +0000)]
l10n: Updates to Japanese (ja) translation

Transmitted-via: Transifex (translations.xfce.org)

15 years agoFold strings before matching to improve the comparabillity
Christian Dywan [Sat, 21 Nov 2009 06:17:45 +0000 (07:17 +0100)]
Fold strings before matching to improve the comparabillity

15 years agoCheck that new-window did return a browser before adding a tab
Christian Dywan [Sat, 21 Nov 2009 05:45:01 +0000 (06:45 +0100)]
Check that new-window did return a browser before adding a tab

15 years agoOnly prefill inline find entry if there is actually a selection
Christian Dywan [Sat, 21 Nov 2009 05:42:16 +0000 (06:42 +0100)]
Only prefill inline find entry if there is actually a selection

15 years agoBail out of BookmarksImport action if no bookmarks or hidden browser
Christian Dywan [Sat, 21 Nov 2009 05:39:18 +0000 (06:39 +0100)]
Bail out of BookmarksImport action if no bookmarks or hidden browser

15 years agoOnly set search in the browser if we have any search engines
Christian Dywan [Sat, 21 Nov 2009 05:36:35 +0000 (06:36 +0100)]
Only set search in the browser if we have any search engines

This fixes the test case which broke when we made settings obligatory.

15 years agoImplement 'Edit' in adblock to activate the cell in the list
Christian Dywan [Fri, 20 Nov 2009 19:53:41 +0000 (20:53 +0100)]
Implement 'Edit' in adblock to activate the cell in the list

15 years agoCatch failure to unescape Uris and don't escape ' ' or '+'
Christian Dywan [Fri, 20 Nov 2009 19:33:51 +0000 (20:33 +0100)]
Catch failure to unescape Uris and don't escape ' ' or '+'

15 years agoDo not treat URIs passed externally like files, pass them as they are
Christian Dywan [Fri, 20 Nov 2009 19:03:24 +0000 (20:03 +0100)]
Do not treat URIs passed externally like files, pass them as they are

15 years agol10n: Updates to Czech (cs) translation
David Štancl [Fri, 20 Nov 2009 07:45:40 +0000 (07:45 +0000)]
l10n: Updates to Czech (cs) translation

Transmitted-via: Transifex (translations.xfce.org)

15 years agoUse tab label colours in the tab panel, even if they are colourful
Christian Dywan [Fri, 20 Nov 2009 00:51:53 +0000 (01:51 +0100)]
Use tab label colours in the tab panel, even if they are colourful

Tabs in the panel look a little more like tabs now. And as a side
effect, colours from the Colourful Tabs extension will be used.

15 years agoUse an unknown content type if GIO fails to determine the type
Christian Dywan [Fri, 20 Nov 2009 00:34:16 +0000 (01:34 +0100)]
Use an unknown content type if GIO fails to determine the type

15 years agoRefactor adblock simplify parsing and to honor matching options
Alexander Butenko [Fri, 20 Nov 2009 00:00:48 +0000 (01:00 +0100)]
Refactor adblock simplify parsing and to honor matching options

There is a known flaw in that URL rules may erroneously match domains.

The code path for WebKitGTK+ < 1.1.14 is now crashing.

15 years agoUse %%llu with sqlite3_mprintf since it expects that even on Windows
Peter de Ridder [Thu, 19 Nov 2009 22:49:28 +0000 (23:49 +0100)]
Use %%llu with sqlite3_mprintf since it expects that even on Windows

Apparently the formats sqlite3 supports are not the same as the
runtime library printf supports.

15 years agoOnly connect input output channel if socket was successfully created
Christian Dywan [Thu, 19 Nov 2009 22:34:13 +0000 (23:34 +0100)]
Only connect input output channel if socket was successfully created

15 years agoOnly use internal res:// server with WebKitGTK+ < 1.1.14
Christian Dywan [Thu, 19 Nov 2009 22:14:48 +0000 (23:14 +0100)]
Only use internal res:// server with WebKitGTK+ < 1.1.14

15 years agoReplace a '\' in the display name with a '_'
Peter de Ridder [Thu, 19 Nov 2009 21:55:21 +0000 (22:55 +0100)]
Replace a '\' in the display name with a '_'

On Windows, display names can contain backslashes which results
in an error in the socket implementation.

15 years agoRemove redundant option from the Colourful tabs extension
Christian Dywan [Wed, 18 Nov 2009 22:45:31 +0000 (23:45 +0100)]
Remove redundant option from the Colourful tabs extension

15 years agoImplement 'Run as web application' option on bookmarks
Christian Dywan [Wed, 18 Nov 2009 22:10:47 +0000 (23:10 +0100)]
Implement 'Run as web application' option on bookmarks

If enabled, the bookmark will run as a standalone process by default.

15 years agoUpdate Russian translation
Anton Shestakov [Wed, 18 Nov 2009 19:19:32 +0000 (20:19 +0100)]
Update Russian translation

15 years agoAdd mousegestures.c to the list of translatable files
Christian Dywan [Wed, 18 Nov 2009 19:14:57 +0000 (20:14 +0100)]
Add mousegestures.c to the list of translatable files

15 years agoOpen pages from the trash as foreground tabs
Christian Dywan [Wed, 18 Nov 2009 19:08:54 +0000 (20:08 +0100)]
Open pages from the trash as foreground tabs

This is the same behaviour as Undo close tab shows.

15 years agoAllow reloading regardless of whether a load is already in progress
Christian Dywan [Wed, 18 Nov 2009 18:36:37 +0000 (19:36 +0100)]
Allow reloading regardless of whether a load is already in progress

15 years agoUpdate user documentation to incorporate changes in recent versions
Christian Dywan [Wed, 18 Nov 2009 18:26:23 +0000 (19:26 +0100)]
Update user documentation to incorporate changes in recent versions

15 years agoOmit frequent mkdir and writable checks at startup
Christian Dywan [Wed, 18 Nov 2009 18:13:07 +0000 (19:13 +0100)]
Omit frequent mkdir and writable checks at startup

This means that using file attributes to control permissions
is not supported anymore.

15 years agoGuard GTK+ 2.12 tooltip API in katze_property_label function
Christian Dywan [Wed, 18 Nov 2009 18:02:42 +0000 (19:02 +0100)]
Guard GTK+ 2.12 tooltip API in katze_property_label function

15 years agoFix Mouse Gestures to handle events properly again
Christian Dywan [Tue, 17 Nov 2009 22:35:53 +0000 (23:35 +0100)]
Fix Mouse Gestures to handle events properly again

15 years agoRefactor loading cached page icon into katze_load_cached_icon
Christian Dywan [Tue, 17 Nov 2009 22:22:08 +0000 (23:22 +0100)]
Refactor loading cached page icon into katze_load_cached_icon

The function is optimized for loading icons and independant from
a KatzeNet instance.

15 years agoUse only signals which are defined, since not all are portable
Peter de Ridder [Tue, 17 Nov 2009 17:57:32 +0000 (18:57 +0100)]
Use only signals which are defined, since not all are portable

For instance Windows has support for unix signals but only for
some of the signals.

15 years agoSupport new GtkStatusbar layout and the old layout
Christian Dywan [Tue, 17 Nov 2009 17:51:38 +0000 (18:51 +0100)]
Support new GtkStatusbar layout and the old layout

15 years agoConnect overflow toolbar bookmark items for nested folder menus
Christian Dywan [Tue, 17 Nov 2009 17:50:22 +0000 (18:50 +0100)]
Connect overflow toolbar bookmark items for nested folder menus

15 years agoFix signature of signal disconnection in Mouse Gestures
Christian Dywan [Tue, 17 Nov 2009 17:49:53 +0000 (18:49 +0100)]
Fix signature of signal disconnection in Mouse Gestures

15 years agoImplement "Small icons" toolbar style and preference
Christian Dywan [Tue, 17 Nov 2009 17:49:14 +0000 (18:49 +0100)]
Implement "Small icons" toolbar style and preference

15 years agol10n: Updates to Czech (cs) translation
David Štancl [Tue, 17 Nov 2009 10:06:13 +0000 (10:06 +0000)]
l10n: Updates to Czech (cs) translation

Transmitted-via: Transifex (translations.xfce.org)

15 years agoHandle unicode in location matching and fix match emphasis
Christian Dywan [Mon, 16 Nov 2009 22:51:34 +0000 (23:51 +0100)]
Handle unicode in location matching and fix match emphasis