]> spindle.queued.net Git - midori/log
midori
15 years agoUnify how search URI and keywords are combined
Christian Dywan [Sun, 19 Apr 2009 22:39:36 +0000 (00:39 +0200)]
Unify how search URI and keywords are combined

This handles the presence of a %1 and encoding the keywords.

15 years agoBump version to 0.1.6
Christian Dywan [Sun, 19 Apr 2009 20:15:25 +0000 (22:15 +0200)]
Bump version to 0.1.6

15 years agoUpdate Russian translation
Anton Shestakov [Sun, 19 Apr 2009 17:10:01 +0000 (19:10 +0200)]
Update Russian translation

15 years agoShow a 'Delete all' button in the transferbar as needed
Christian Dywan [Sun, 19 Apr 2009 17:05:05 +0000 (19:05 +0200)]
Show a 'Delete all' button in the transferbar as needed

The button shows up as a new download starts and vanishes again
if no downloads are there.

15 years agoMake sure to create 'data' folder if NLS is disabled
Christian Dywan [Sun, 19 Apr 2009 15:03:55 +0000 (17:03 +0200)]
Make sure to create 'data' folder if NLS is disabled

15 years agoUpdate French translation
Christian Dywan [Sun, 19 Apr 2009 14:50:27 +0000 (16:50 +0200)]
Update French translation

15 years agoUpdate German translation
Christian Dywan [Sun, 19 Apr 2009 14:50:05 +0000 (16:50 +0200)]
Update German translation

15 years agoUpdate translation template
Christian Dywan [Sun, 19 Apr 2009 14:49:42 +0000 (16:49 +0200)]
Update translation template

15 years agoMark 'Use as default' for translation
Christian Dywan [Sun, 19 Apr 2009 14:48:37 +0000 (16:48 +0200)]
Mark 'Use as default' for translation

15 years agoFix accidentally removed Find while Typing preference
Christian Dywan [Sun, 19 Apr 2009 14:47:42 +0000 (16:47 +0200)]
Fix accidentally removed Find while Typing preference

15 years agoDelete completion actions by list position, not index
Enrico Tröger [Sun, 19 Apr 2009 00:35:24 +0000 (02:35 +0200)]
Delete completion actions by list position, not index

The completion actions are not actually indiced but merely added
to a list by their relative position. So instead of deleting by
their presumed index we just delete the first one often enough.

Also fix a wrong Since tag in a new setting.

15 years agoPercent encode search terms, so '+' actually ends up as a '+'
Christian Dywan [Sat, 18 Apr 2009 22:47:02 +0000 (00:47 +0200)]
Percent encode search terms, so '+' actually ends up as a '+'

15 years agoAdd a preference Search engines in location completion
Christian Dywan [Sat, 18 Apr 2009 21:26:54 +0000 (23:26 +0200)]
Add a preference Search engines in location completion

It seems that deletion of completion actions can fail, which means
that the actions remain until the next restart. It is not clear
how to fix this.

15 years agoAllow marking a search engine as Default engine
Christian Dywan [Sat, 18 Apr 2009 20:41:37 +0000 (22:41 +0200)]
Allow marking a search engine as Default engine

The default engine is used when search terms are typed in the
address entry without tokens and for the 'Search the Web' item
in the selection context menu.

The 'Location entry search' is removed from the preferences. The
setting 'location-entry-search' remains functional however.

15 years agoMove search engine items in selection context menus to a submenu
Enrico Tröger [Sat, 18 Apr 2009 17:26:42 +0000 (19:26 +0200)]
Move search engine items in selection context menus to a submenu

15 years agoDon't add optimization flags for "--debug-level none"
Sebastian Andrzej Siewior [Fri, 17 Apr 2009 01:56:10 +0000 (03:56 +0200)]
Don't add optimization flags for "--debug-level none"

Choosing 'none' now means no changes to CFLAGS whilst the 'debug'
and 'full' still add optimizations among other options because
they can have a significant effect on generated code.

15 years agoProperly handle closed browsers and correctly disconnect signals
Enrico Tröger [Fri, 17 Apr 2009 01:45:30 +0000 (03:45 +0200)]
Properly handle closed browsers and correctly disconnect signals

15 years agoDon't built the Tab Panel, it is not currently useful
Christian Dywan [Fri, 17 Apr 2009 01:36:43 +0000 (03:36 +0200)]
Don't built the Tab Panel, it is not currently useful

15 years agoReword note about readonly files in the user docs
Christian Dywan [Fri, 17 Apr 2009 01:31:53 +0000 (03:31 +0200)]
Reword note about readonly files in the user docs

15 years agoAdd missing NULL check and fix a memory leak in the Addons panel
Enrico Tröger [Fri, 17 Apr 2009 01:27:15 +0000 (03:27 +0200)]
Add missing NULL check and fix a memory leak in the Addons panel

15 years agoShow only image buttons in Statusbar Features in statusbar
Christian Dywan [Fri, 17 Apr 2009 01:16:37 +0000 (03:16 +0200)]
Show only image buttons in Statusbar Features in statusbar

15 years agoAdd News Aggregator preference
Christian Dywan [Tue, 14 Apr 2009 17:44:48 +0000 (19:44 +0200)]
Add News Aggregator preference

The program set here is called if the user clicks on the news feed
icon, with the address of the current website as argument.

For example liferea-add-feed works like that.

15 years agoFix search engines without %s in the context menu
Christian Dywan [Tue, 14 Apr 2009 17:19:50 +0000 (19:19 +0200)]
Fix search engines without %s in the context menu

15 years agoAdd some more user documentation
Christian Dywan [Tue, 14 Apr 2009 17:01:29 +0000 (19:01 +0200)]
Add some more user documentation

15 years agoUse mnemonic in "Clear private data" button
Christian Dywan [Mon, 13 Apr 2009 21:35:31 +0000 (23:35 +0200)]
Use mnemonic in "Clear private data" button

15 years agoAdd Hebrew translation
Shlomi Israel [Mon, 13 Apr 2009 21:06:16 +0000 (23:06 +0200)]
Add Hebrew translation

15 years agoUpdate Japanese translation
Masato Hashimoto [Mon, 13 Apr 2009 20:46:01 +0000 (22:46 +0200)]
Update Japanese translation

15 years agoUsing non-utf8 strlen for titles in completion should suffice
Christian Dywan [Mon, 13 Apr 2009 20:43:07 +0000 (22:43 +0200)]
Using non-utf8 strlen for titles in completion should suffice

15 years agoDisplay the news feed icon again
Christian Dywan [Mon, 13 Apr 2009 20:40:57 +0000 (22:40 +0200)]
Display the news feed icon again

The code for looking up news feeds on websites was disabled
and is now back in simplified form. 'liferea-add-feed' is
hardcoded for the moment.

15 years agoImplement "-a" or "--app" to run web apps
Christian Dywan [Mon, 13 Apr 2009 02:38:01 +0000 (04:38 +0200)]
Implement "-a" or "--app" to run web apps

At the moment this takes an URI and opens a standalone window
with a non-editable toolbar and a statusbar.

15 years agoDon't try to render "nothing" in completion, like an empty title
Christian Dywan [Mon, 13 Apr 2009 02:07:20 +0000 (04:07 +0200)]
Don't try to render "nothing" in completion, like an empty title

15 years agoWork around failure to reload Not found pages
Christian Dywan [Mon, 13 Apr 2009 02:05:05 +0000 (04:05 +0200)]
Work around failure to reload Not found pages

15 years agoBe generous if middle click pastes contain spaces and line breaks
Christian Dywan [Mon, 13 Apr 2009 01:38:28 +0000 (03:38 +0200)]
Be generous if middle click pastes contain spaces and line breaks

15 years agoApply URI magic to externally opened addresses
Ernst Persson [Sun, 12 Apr 2009 21:37:15 +0000 (23:37 +0200)]
Apply URI magic to externally opened addresses

15 years agoRevert "Apply URI magic to externally opened addresses"
Christian Dywan [Sun, 12 Apr 2009 21:31:42 +0000 (23:31 +0200)]
Revert "Apply URI magic to externally opened addresses"

The commit had the wrong author name.

15 years agoApply URI magic to externally opened addresses
Thorsten Mühlfelder [Sun, 12 Apr 2009 20:44:11 +0000 (22:44 +0200)]
Apply URI magic to externally opened addresses

15 years agoDon't touch the ythickness of the notebook
Christian Dywan [Sun, 12 Apr 2009 19:57:20 +0000 (21:57 +0200)]
Don't touch the ythickness of the notebook

This allows the active tab to visually move above other tabs. The
drawback is that it makes all tabs somewhat larger.

15 years agoCompute a string if the identification string is empty
Christian Dywan [Sun, 12 Apr 2009 12:28:11 +0000 (14:28 +0200)]
Compute a string if the identification string is empty

15 years agoDon't show the progressbar if the location shows progress
Christian Dywan [Sun, 12 Apr 2009 12:09:06 +0000 (14:09 +0200)]
Don't show the progressbar if the location shows progress

15 years agoTry to decide what an @ in a location refers to
Christian Dywan [Sun, 12 Apr 2009 12:00:32 +0000 (14:00 +0200)]
Try to decide what an @ in a location refers to

We assume the usual case is that you intend to search for an
email address, a host with a login isn't recognized.

15 years agoShow all search engines in selection context menu
Christian Dywan [Sat, 11 Apr 2009 23:32:06 +0000 (01:32 +0200)]
Show all search engines in selection context menu

This replaces the generic Search the Web unless no search engines
are defined, which is actually a corner case.

15 years agoShow search engines as "actions" in location completion
Christian Dywan [Sat, 11 Apr 2009 20:24:56 +0000 (22:24 +0200)]
Show search engines as "actions" in location completion

15 years agoTeach magic_uri that hostnames don't contain spaces
Jordan Callicoat [Sat, 11 Apr 2009 10:24:43 +0000 (12:24 +0200)]
Teach magic_uri that hostnames don't contain spaces

New test cases included. Two of them are commented out since
they are not supported but should logcially be.

15 years agoUse progress and icon GtkEntry features with GTK+ 2.16
Christian Dywan [Sat, 11 Apr 2009 05:05:28 +0000 (07:05 +0200)]
Use progress and icon GtkEntry features with GTK+ 2.16

15 years agoImplement Clear Private Data dialogue
Christian Dywan [Sat, 11 Apr 2009 03:14:53 +0000 (05:14 +0200)]
Implement Clear Private Data dialogue

15 years agoUpdate Japanese translation
Masato Hashimoto [Fri, 10 Apr 2009 20:38:42 +0000 (22:38 +0200)]
Update Japanese translation

15 years agoInitial support for detachable panels
Christian Dywan [Fri, 10 Apr 2009 20:29:45 +0000 (22:29 +0200)]
Initial support for detachable panels

A button allows detaching of a particular panel into its own
window. The toolbar will also be part of the window. Closing
the window re-attaches the panel back to the browser window.

15 years agoDon't make sensitivity of Clear history depend on the selection
Christian Dywan [Fri, 10 Apr 2009 20:29:10 +0000 (22:29 +0200)]
Don't make sensitivity of Clear history depend on the selection

15 years agoAdd an 'Add new folder' menu item to Bookmarks menu
Christian Dywan [Fri, 10 Apr 2009 20:28:36 +0000 (22:28 +0200)]
Add an 'Add new folder' menu item to Bookmarks menu

15 years agoSupport external Download Manager with newer WebKit
Christian Dywan [Fri, 10 Apr 2009 13:52:01 +0000 (15:52 +0200)]
Support external Download Manager with newer WebKit

15 years agoRecognize different instances for different config dirs
Christian Dywan [Thu, 9 Apr 2009 18:26:06 +0000 (20:26 +0200)]
Recognize different instances for different config dirs

If Midori is built with support for multiple instances and a
config folder is specified a new instance bound to that
folder is created.

The new "name" property in MidoriApp implements this.

15 years agoImplement "-c" or "--config" to specify a different config folder
Christian Dywan [Thu, 9 Apr 2009 17:28:36 +0000 (19:28 +0200)]
Implement "-c" or "--config" to specify a different config folder

If this option is specified the folder is used in place of the
default ~/.config/midori including extension settings.

15 years agoInitizalize and deinitialize the osso context
Faheem Pervez [Tue, 7 Apr 2009 21:23:27 +0000 (23:23 +0200)]
Initizalize and deinitialize the osso context

15 years agoMake it clear that Delete All only deletes visible cookies
Enrico Tröger [Tue, 7 Apr 2009 20:16:15 +0000 (22:16 +0200)]
Make it clear that Delete All only deletes visible cookies

Delete All deletes either all cookies or only the visible cookies
included in the filter if a filter is set.

15 years agoMake the cookie filter less restricitve
Enrico Tröger [Tue, 7 Apr 2009 20:07:17 +0000 (22:07 +0200)]
Make the cookie filter less restricitve

Search case-insensitively and include domain names in the search

15 years agoApply a previously set filter when refreshing cookie list
Enrico Tröger [Tue, 7 Apr 2009 20:04:54 +0000 (22:04 +0200)]
Apply a previously set filter when refreshing cookie list

15 years agoIncrease padding in the cookie manager and adjust the markup
Enrico Tröger [Tue, 7 Apr 2009 20:02:19 +0000 (22:02 +0200)]
Increase padding in the cookie manager and adjust the markup

15 years agoFix a leaked reference in the page holder
Enrico Tröger [Tue, 7 Apr 2009 19:59:04 +0000 (21:59 +0200)]
Fix a leaked reference in the page holder

15 years agoAdjust mouse wheel zooming to do the same as keyboard shortcuts
Christian Dywan [Tue, 7 Apr 2009 00:39:11 +0000 (02:39 +0200)]
Adjust mouse wheel zooming to do the same as keyboard shortcuts

15 years agoFix memory leaks in a number of places
Christian Dywan [Sun, 5 Apr 2009 21:46:15 +0000 (23:46 +0200)]
Fix memory leaks in a number of places

15 years agoOnly print if the browser is visible
Christian Dywan [Sun, 5 Apr 2009 09:28:42 +0000 (11:28 +0200)]
Only print if the browser is visible

15 years agoImplement stock items for Tab Panel and plugin panel
Enrico Tröger [Sat, 4 Apr 2009 22:13:09 +0000 (00:13 +0200)]
Implement stock items for Tab Panel and plugin panel

15 years agoUpdate French translation
Christian Dywan [Sat, 4 Apr 2009 21:57:53 +0000 (23:57 +0200)]
Update French translation

15 years agoUpdate German translation
Christian Dywan [Sat, 4 Apr 2009 21:57:33 +0000 (23:57 +0200)]
Update German translation

15 years agoMake sure we always save the main bookmark folder
Christian Dywan [Fri, 3 Apr 2009 23:32:02 +0000 (01:32 +0200)]
Make sure we always save the main bookmark folder

15 years agoAllow opening data URIs from the location entry
Christian Dywan [Thu, 2 Apr 2009 20:48:07 +0000 (22:48 +0200)]
Allow opening data URIs from the location entry

15 years agoDon't try to check the prefix of a NULL URI
Christian Dywan [Wed, 1 Apr 2009 22:02:58 +0000 (00:02 +0200)]
Don't try to check the prefix of a NULL URI

15 years agoCheck if we really have a view, it might be invisible
Christian Dywan [Wed, 1 Apr 2009 21:53:45 +0000 (23:53 +0200)]
Check if we really have a view, it might be invisible

15 years agoUpdate Portuguese translation
Sérgio Marques [Wed, 1 Apr 2009 20:14:11 +0000 (22:14 +0200)]
Update Portuguese translation

15 years agoRemove inner border from the panel and leave it to child widgets
Christian Dywan [Wed, 1 Apr 2009 18:44:34 +0000 (20:44 +0200)]
Remove inner border from the panel and leave it to child widgets

15 years agoImplement filter entry in the Cookie Manager
Enrico Tröger [Tue, 31 Mar 2009 21:41:23 +0000 (23:41 +0200)]
Implement filter entry in the Cookie Manager

15 years agoOptimize location completion based on profiling
Christian Dywan [Tue, 31 Mar 2009 20:24:18 +0000 (22:24 +0200)]
Optimize location completion based on profiling

The test was modified slightly because we are not filtering
out trailing slahses anymore. We are not quite there still
when it comes to treating URIs as we should but for all
practical purposes it should be quite a bit faster.
The most annoying shortcoming still is that umlauts or any
special characters won't match at all.

15 years agoOptimize array handling in search action
Christian Dywan [Tue, 31 Mar 2009 20:21:14 +0000 (22:21 +0200)]
Optimize array handling in search action

15 years agoOptimize array iterations in the History panel
Christian Dywan [Tue, 31 Mar 2009 20:20:24 +0000 (22:20 +0200)]
Optimize array iterations in the History panel

15 years agoSave files which are opened immediately to the temporary folder
Christian Dywan [Tue, 31 Mar 2009 19:19:48 +0000 (21:19 +0200)]
Save files which are opened immediately to the temporary folder

15 years agoOptimize array iterations in the browser
Christian Dywan [Tue, 31 Mar 2009 19:19:18 +0000 (21:19 +0200)]
Optimize array iterations in the browser

15 years agoUpdate Simplified Chinese translation
Stanley Zhang [Tue, 31 Mar 2009 16:34:56 +0000 (18:34 +0200)]
Update Simplified Chinese translation

15 years agoAlways use WebKit's session in KatzeNet
Enrico Tröger [Tue, 31 Mar 2009 16:20:31 +0000 (18:20 +0200)]
Always use WebKit's session in KatzeNet

This fixes corruption of expiration dates.

15 years agoMove array loading and saving to midori_array_{from,to}_file
Christian Dywan [Tue, 31 Mar 2009 16:09:04 +0000 (18:09 +0200)]
Move array loading and saving to midori_array_{from,to}_file

This not only takes the code out of main but in the future
will allow extensions to use and enhance it.

15 years agoRemove GJS, it's not used anymore
Christian Dywan [Tue, 31 Mar 2009 16:04:17 +0000 (18:04 +0200)]
Remove GJS, it's not used anymore

15 years agoOptimize sokoke_magic_uri for better performance
Christian Dywan [Tue, 31 Mar 2009 01:28:01 +0000 (03:28 +0200)]
Optimize sokoke_magic_uri for better performance

15 years agoAdd performance test for magic uri
Christian Dywan [Tue, 31 Mar 2009 01:26:51 +0000 (03:26 +0200)]
Add performance test for magic uri

15 years agoOptimize list iterations in KatzeArray
Christian Dywan [Tue, 31 Mar 2009 01:25:48 +0000 (03:25 +0200)]
Optimize list iterations in KatzeArray

15 years agoOptimize array iterations in main.c
Christian Dywan [Tue, 31 Mar 2009 01:24:29 +0000 (03:24 +0200)]
Optimize array iterations in main.c

15 years agoSupport proxy server address without a protocol
Christian Dywan [Mon, 30 Mar 2009 23:10:35 +0000 (01:10 +0200)]
Support proxy server address without a protocol

15 years agoUpdate Spanish translation
Guillermo Iguarán [Mon, 30 Mar 2009 21:28:40 +0000 (23:28 +0200)]
Update Spanish translation

15 years agoUpdate Russian translation
Anton Shestakov [Mon, 30 Mar 2009 21:24:26 +0000 (23:24 +0200)]
Update Russian translation

15 years agoPrint the cookie expiration date in the user's locale.
Enrico Tröger [Mon, 30 Mar 2009 21:14:09 +0000 (23:14 +0200)]
Print the cookie expiration date in the user's locale.

15 years agoCorrection misspelling of 'happened'
Christian Dywan [Sun, 29 Mar 2009 22:49:48 +0000 (00:49 +0200)]
Correction misspelling of 'happened'

15 years agoDon't expressly use libkatze in extensions to avoid -fPIC problem
Christian Dywan [Sun, 29 Mar 2009 22:14:43 +0000 (00:14 +0200)]
Don't expressly use libkatze in extensions to avoid -fPIC problem

15 years agoUpdate Danish translation
Per Kongstad [Sun, 29 Mar 2009 01:57:16 +0000 (03:57 +0200)]
Update Danish translation

15 years agoMinor improvements of the Cookie Manager extension.
Enrico Tröger [Sat, 28 Mar 2009 22:37:43 +0000 (23:37 +0100)]
Minor improvements of the Cookie Manager extension.

Don't keep the tooltips in the tree store, instead query them on
demand. This should result in less memory usage and a little
better performance.
Add missing "expires" information to the cookie information label.
Enable Menu/ Shift-F10 keys for the treeview.
Minor cleanup.

15 years agoDo not use long texts in the preferences but in tooltips
Christian Dywan [Sat, 28 Mar 2009 22:12:08 +0000 (23:12 +0100)]
Do not use long texts in the preferences but in tooltips

15 years agoShift selection of debug-level
Sebastian Andrzej Siewior [Sat, 28 Mar 2009 22:00:32 +0000 (23:00 +0100)]
Shift selection of debug-level

Currently configure switches on gcc to debug mode what means -O0. Adding
-d none does not help because it is filtered out earlier. -d bla would
help if bla were an allowed keyword.
This patch simply shifts the "compiler is gcc" block to the left so -O2 is
selected if the user selected -d none on the command line. Other compilers
remain with no extra switches.

15 years agoAdd BookmarkAdd to dummy menu items
Christian Dywan [Sat, 28 Mar 2009 20:00:11 +0000 (21:00 +0100)]
Add BookmarkAdd to dummy menu items

This fixes a warning about an accelerator and in some cases
even a crash when opening the bookmarks menu.

15 years agoOnly append separator to bookmarks if the array isn't empty
Enrico Tröger [Sat, 28 Mar 2009 19:57:42 +0000 (20:57 +0100)]
Only append separator to bookmarks if the array isn't empty

15 years agoUpdate German translation
Christian Dywan [Sat, 28 Mar 2009 17:49:46 +0000 (18:49 +0100)]
Update German translation

15 years agoUpdate French translation
Christian Dywan [Sat, 28 Mar 2009 16:40:00 +0000 (17:40 +0100)]
Update French translation

15 years agoUpdate French translation
Benjamin Maisonnas [Sat, 28 Mar 2009 15:04:20 +0000 (16:04 +0100)]
Update French translation

15 years agoUpdate French translation
Pascal Gervais [Sat, 28 Mar 2009 14:14:04 +0000 (15:14 +0100)]
Update French translation