]>
spindle.queued.net Git - midori/log
Dale Whittaker [Sat, 25 Apr 2009 14:01:28 +0000 (16:01 +0200)]
Implement katze_strv_assign
Dale Whittaker [Sat, 25 Apr 2009 13:57:00 +0000 (15:57 +0200)]
Implement sokoke_key_file_get_string_list_default
Christian Dywan [Fri, 24 Apr 2009 18:13:57 +0000 (20:13 +0200)]
Fix a crash when failing to open a downloaded file
Christian Dywan [Thu, 23 Apr 2009 02:15:07 +0000 (04:15 +0200)]
Update the browser header file for midori_browser_get_for_widget
Christian Dywan [Thu, 23 Apr 2009 02:14:32 +0000 (04:14 +0200)]
Make history panel properly detachable
Christian Dywan [Thu, 23 Apr 2009 02:14:08 +0000 (04:14 +0200)]
Make console panel properly detachable
Christian Dywan [Thu, 23 Apr 2009 02:13:19 +0000 (04:13 +0200)]
Make bookmark panel properly detachable
Christian Dywan [Thu, 23 Apr 2009 02:10:38 +0000 (04:10 +0200)]
Add midori_browser_get_for_widget_utility function
This function will look for a MidoriBrowser according to a
particular widget - even if it's inside a detached panel
window or any other window transient for the browser.
Matthew Gyurgyik [Thu, 23 Apr 2009 02:08:28 +0000 (04:08 +0200)]
Catch and ignore mouse buttons meant for horizontal scrolling
Christian Dywan [Wed, 22 Apr 2009 21:57:10 +0000 (23:57 +0200)]
Remove leftover code from MidoriWebSettings
Christian Dywan [Wed, 22 Apr 2009 21:54:55 +0000 (23:54 +0200)]
Fix toggling of Colourful Tabs
Christian Dywan [Wed, 22 Apr 2009 21:54:07 +0000 (23:54 +0200)]
Fix a crasher when re-enabling the Mouse Gestures extension
Christian Dywan [Wed, 22 Apr 2009 19:58:00 +0000 (21:58 +0200)]
Add a remove-browser signal to MidoriApp
Christian Dywan [Wed, 22 Apr 2009 19:53:14 +0000 (21:53 +0200)]
Add midori_browser_foreach to iterate over all present browsers
Christian Dywan [Wed, 22 Apr 2009 18:01:10 +0000 (20:01 +0200)]
Add a function to determine if an extension is being deactivated
Christian Dywan [Wed, 22 Apr 2009 18:00:04 +0000 (20:00 +0200)]
Render disabled extensions as insensitive in the panel
Sérgio Marques [Tue, 21 Apr 2009 19:59:43 +0000 (21:59 +0200)]
Update Portuguese translation
Evaggelos Balaskas [Tue, 21 Apr 2009 19:57:44 +0000 (21:57 +0200)]
Update Greek translation
Christian Dywan [Tue, 21 Apr 2009 01:48:25 +0000 (03:48 +0200)]
Save extension settings to a filename based folder
This prevents different folders from being created depending
on the user language.
Christian Dywan [Tue, 21 Apr 2009 01:46:11 +0000 (03:46 +0200)]
Save activation status of extensions
Finally only extensions which are expressly activated will be
loaded on startup.
Stanley Zhang [Mon, 20 Apr 2009 19:40:25 +0000 (21:40 +0200)]
Update Simplified Chinese translation
Christian Dywan [Mon, 20 Apr 2009 19:35:33 +0000 (21:35 +0200)]
Add an attempt at unit testing history
Christian Dywan [Mon, 20 Apr 2009 17:10:13 +0000 (19:10 +0200)]
Unify opening URIs externally with good fallbacks
Christian Dywan [Mon, 20 Apr 2009 16:35:16 +0000 (18:35 +0200)]
Add sokoke_search_uri to sokoke.h
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.
Christian Dywan [Sun, 19 Apr 2009 20:15:25 +0000 (22:15 +0200)]
Bump version to 0.1.6
Anton Shestakov [Sun, 19 Apr 2009 17:10:01 +0000 (19:10 +0200)]
Update Russian translation
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.
Christian Dywan [Sun, 19 Apr 2009 15:03:55 +0000 (17:03 +0200)]
Make sure to create 'data' folder if NLS is disabled
Christian Dywan [Sun, 19 Apr 2009 14:50:27 +0000 (16:50 +0200)]
Update French translation
Christian Dywan [Sun, 19 Apr 2009 14:50:05 +0000 (16:50 +0200)]
Update German translation
Christian Dywan [Sun, 19 Apr 2009 14:49:42 +0000 (16:49 +0200)]
Update translation template
Christian Dywan [Sun, 19 Apr 2009 14:48:37 +0000 (16:48 +0200)]
Mark 'Use as default' for translation
Christian Dywan [Sun, 19 Apr 2009 14:47:42 +0000 (16:47 +0200)]
Fix accidentally removed Find while Typing preference
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.
Christian Dywan [Sat, 18 Apr 2009 22:47:02 +0000 (00:47 +0200)]
Percent encode search terms, so '+' actually ends up as a '+'
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.
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.
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
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.
Enrico Tröger [Fri, 17 Apr 2009 01:45:30 +0000 (03:45 +0200)]
Properly handle closed browsers and correctly disconnect signals
Christian Dywan [Fri, 17 Apr 2009 01:36:43 +0000 (03:36 +0200)]
Don't built the Tab Panel, it is not currently useful
Christian Dywan [Fri, 17 Apr 2009 01:31:53 +0000 (03:31 +0200)]
Reword note about readonly files in the user docs
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
Christian Dywan [Fri, 17 Apr 2009 01:16:37 +0000 (03:16 +0200)]
Show only image buttons in Statusbar Features in statusbar
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.
Christian Dywan [Tue, 14 Apr 2009 17:19:50 +0000 (19:19 +0200)]
Fix search engines without %s in the context menu
Christian Dywan [Tue, 14 Apr 2009 17:01:29 +0000 (19:01 +0200)]
Add some more user documentation
Christian Dywan [Mon, 13 Apr 2009 21:35:31 +0000 (23:35 +0200)]
Use mnemonic in "Clear private data" button
Shlomi Israel [Mon, 13 Apr 2009 21:06:16 +0000 (23:06 +0200)]
Add Hebrew translation
Masato Hashimoto [Mon, 13 Apr 2009 20:46:01 +0000 (22:46 +0200)]
Update Japanese translation
Christian Dywan [Mon, 13 Apr 2009 20:43:07 +0000 (22:43 +0200)]
Using non-utf8 strlen for titles in completion should suffice
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.
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.
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
Christian Dywan [Mon, 13 Apr 2009 02:05:05 +0000 (04:05 +0200)]
Work around failure to reload Not found pages
Christian Dywan [Mon, 13 Apr 2009 01:38:28 +0000 (03:38 +0200)]
Be generous if middle click pastes contain spaces and line breaks
Ernst Persson [Sun, 12 Apr 2009 21:37:15 +0000 (23:37 +0200)]
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.
Thorsten Mühlfelder [Sun, 12 Apr 2009 20:44:11 +0000 (22:44 +0200)]
Apply URI magic to externally opened addresses
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.
Christian Dywan [Sun, 12 Apr 2009 12:28:11 +0000 (14:28 +0200)]
Compute a string if the identification string is empty
Christian Dywan [Sun, 12 Apr 2009 12:09:06 +0000 (14:09 +0200)]
Don't show the progressbar if the location shows progress
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.
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.
Christian Dywan [Sat, 11 Apr 2009 20:24:56 +0000 (22:24 +0200)]
Show search engines as "actions" in location completion
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.
Christian Dywan [Sat, 11 Apr 2009 05:05:28 +0000 (07:05 +0200)]
Use progress and icon GtkEntry features with GTK+ 2.16
Christian Dywan [Sat, 11 Apr 2009 03:14:53 +0000 (05:14 +0200)]
Implement Clear Private Data dialogue
Masato Hashimoto [Fri, 10 Apr 2009 20:38:42 +0000 (22:38 +0200)]
Update Japanese translation
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.
Christian Dywan [Fri, 10 Apr 2009 20:29:10 +0000 (22:29 +0200)]
Don't make sensitivity of Clear history depend on the selection
Christian Dywan [Fri, 10 Apr 2009 20:28:36 +0000 (22:28 +0200)]
Add an 'Add new folder' menu item to Bookmarks menu
Christian Dywan [Fri, 10 Apr 2009 13:52:01 +0000 (15:52 +0200)]
Support external Download Manager with newer WebKit
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.
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.
Faheem Pervez [Tue, 7 Apr 2009 21:23:27 +0000 (23:23 +0200)]
Initizalize and deinitialize the osso context
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.
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
Enrico Tröger [Tue, 7 Apr 2009 20:04:54 +0000 (22:04 +0200)]
Apply a previously set filter when refreshing cookie list
Enrico Tröger [Tue, 7 Apr 2009 20:02:19 +0000 (22:02 +0200)]
Increase padding in the cookie manager and adjust the markup
Enrico Tröger [Tue, 7 Apr 2009 19:59:04 +0000 (21:59 +0200)]
Fix a leaked reference in the page holder
Christian Dywan [Tue, 7 Apr 2009 00:39:11 +0000 (02:39 +0200)]
Adjust mouse wheel zooming to do the same as keyboard shortcuts
Christian Dywan [Sun, 5 Apr 2009 21:46:15 +0000 (23:46 +0200)]
Fix memory leaks in a number of places
Christian Dywan [Sun, 5 Apr 2009 09:28:42 +0000 (11:28 +0200)]
Only print if the browser is visible
Enrico Tröger [Sat, 4 Apr 2009 22:13:09 +0000 (00:13 +0200)]
Implement stock items for Tab Panel and plugin panel
Christian Dywan [Sat, 4 Apr 2009 21:57:53 +0000 (23:57 +0200)]
Update French translation
Christian Dywan [Sat, 4 Apr 2009 21:57:33 +0000 (23:57 +0200)]
Update German translation
Christian Dywan [Fri, 3 Apr 2009 23:32:02 +0000 (01:32 +0200)]
Make sure we always save the main bookmark folder
Christian Dywan [Thu, 2 Apr 2009 20:48:07 +0000 (22:48 +0200)]
Allow opening data URIs from the location entry
Christian Dywan [Wed, 1 Apr 2009 22:02:58 +0000 (00:02 +0200)]
Don't try to check the prefix of a NULL URI
Christian Dywan [Wed, 1 Apr 2009 21:53:45 +0000 (23:53 +0200)]
Check if we really have a view, it might be invisible
Sérgio Marques [Wed, 1 Apr 2009 20:14:11 +0000 (22:14 +0200)]
Update Portuguese translation
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
Enrico Tröger [Tue, 31 Mar 2009 21:41:23 +0000 (23:41 +0200)]
Implement filter entry in the Cookie Manager
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.
Christian Dywan [Tue, 31 Mar 2009 20:21:14 +0000 (22:21 +0200)]
Optimize array handling in search action
Christian Dywan [Tue, 31 Mar 2009 20:20:24 +0000 (22:20 +0200)]
Optimize array iterations in the History panel
Christian Dywan [Tue, 31 Mar 2009 19:19:48 +0000 (21:19 +0200)]
Save files which are opened immediately to the temporary folder
Christian Dywan [Tue, 31 Mar 2009 19:19:18 +0000 (21:19 +0200)]
Optimize array iterations in the browser