]> spindle.queued.net Git - midori/log
midori
15 years agoMake adblock filter URIs editable and save them when edited
Christian Dywan [Fri, 17 Jul 2009 19:37:36 +0000 (21:37 +0200)]
Make adblock filter URIs editable and save them when edited

15 years agoUse katze_strip_mnemonics in Shortcuts
Christian Dywan [Fri, 17 Jul 2009 19:30:40 +0000 (21:30 +0200)]
Use katze_strip_mnemonics in Shortcuts

15 years agoAdd katze_strip_mnemonics (formerly known as elide_underscores)
Christian Dywan [Fri, 17 Jul 2009 19:29:57 +0000 (21:29 +0200)]
Add katze_strip_mnemonics (formerly known as elide_underscores)

15 years agoNo Print or Reset Zoom in context menu, but Print in compact menu
Christian Dywan [Fri, 17 Jul 2009 17:37:49 +0000 (19:37 +0200)]
No Print or Reset Zoom in context menu, but Print in compact menu

15 years agoNo need for a data function for adblock text columns
Christian Dywan [Fri, 17 Jul 2009 16:03:50 +0000 (18:03 +0200)]
No need for a data function for adblock text columns

15 years agoPopup bookmarkbar when focussing location if bookmarkbar is hidden
Christian Dywan [Fri, 17 Jul 2009 15:36:03 +0000 (17:36 +0200)]
Popup bookmarkbar when focussing location if bookmarkbar is hidden

15 years agoFix label alignment of tool items created for bookmarks
Christian Dywan [Fri, 17 Jul 2009 15:34:54 +0000 (17:34 +0200)]
Fix label alignment of tool items created for bookmarks

15 years agoShow fixed Homepage button in the bookmarkbar
Christian Dywan [Fri, 17 Jul 2009 02:28:53 +0000 (04:28 +0200)]
Show fixed Homepage button in the bookmarkbar

The homepage is essentially a special bookmark, and so it makes
sense to have it in the bookmarkbar. It's hidden if the homepage
is unset.

15 years agoDisplay statusbar text in the location if the statusbar is hidden
Christian Dywan [Fri, 17 Jul 2009 02:06:44 +0000 (04:06 +0200)]
Display statusbar text in the location if the statusbar is hidden

15 years agoImplement support for extension_test() to unit test extensions
Christian Dywan [Thu, 16 Jul 2009 21:49:10 +0000 (23:49 +0200)]
Implement support for extension_test() to unit test extensions

Any extension can provide an extension_test() function that is
executed after g_test_init. Test functions should make use of
g_test_add_func and friends to integrate with other tests.

15 years agoUse the icon of the view for the window in web app mode
Christian Dywan [Thu, 16 Jul 2009 21:45:45 +0000 (23:45 +0200)]
Use the icon of the view for the window in web app mode

15 years agoReplace leading * or ? in adblock lines with .* or \? respectively
Christian Dywan [Thu, 16 Jul 2009 12:36:35 +0000 (14:36 +0200)]
Replace leading * or ? in adblock lines with .* or \? respectively

15 years agoUse a hash table of URIs to track blocked advertisements
Alexander Butenko [Thu, 16 Jul 2009 12:13:27 +0000 (14:13 +0200)]
Use a hash table of URIs to track blocked advertisements

15 years agoRe-enable building the adblock extension
Christian Dywan [Thu, 16 Jul 2009 12:04:00 +0000 (14:04 +0200)]
Re-enable building the adblock extension

15 years agoSet "browser" role on browser windows
Christian Dywan [Thu, 16 Jul 2009 12:00:47 +0000 (14:00 +0200)]
Set "browser" role on browser windows

15 years agoUpdate Slovak translation
Robert Hartl [Wed, 15 Jul 2009 21:24:58 +0000 (23:24 +0200)]
Update Slovak translation

15 years agoOpen the search engine even if only the token is typed
Christian Dywan [Tue, 14 Jul 2009 21:41:25 +0000 (23:41 +0200)]
Open the search engine even if only the token is typed

So "g" opens Google while "g cat" uses Google to search for cats.

15 years agoDisable notebook border if no tabs are visible
Przemek Sitek [Mon, 13 Jul 2009 20:15:45 +0000 (22:15 +0200)]
Disable notebook border if no tabs are visible

15 years agoUpdate Turkish translation
Gökmen Görgen [Mon, 13 Jul 2009 19:55:50 +0000 (21:55 +0200)]
Update Turkish translation

15 years agoUpdate Japanese translation
Masato Hashimoto [Mon, 13 Jul 2009 19:50:46 +0000 (21:50 +0200)]
Update Japanese translation

15 years agoUse a different method of working around the icon entry bug
Christian Dywan [Sun, 12 Jul 2009 21:22:39 +0000 (23:22 +0200)]
Use a different method of working around the icon entry bug

15 years agoMake sure that the icon entry parent really is a GtkWindow
Christian Dywan [Sun, 12 Jul 2009 11:54:59 +0000 (13:54 +0200)]
Make sure that the icon entry parent really is a GtkWindow

15 years agoImplement a list of properties to not test generically
Christian Dywan [Sun, 12 Jul 2009 11:54:03 +0000 (13:54 +0200)]
Implement a list of properties to not test generically

15 years agoResolve an object name clash to fix the unit test build
Christian Dywan [Sun, 12 Jul 2009 11:53:22 +0000 (13:53 +0200)]
Resolve an object name clash to fix the unit test build

15 years agoDocument _delete_item_from_uri under the correct name
Christian Dywan [Sat, 11 Jul 2009 13:30:48 +0000 (15:30 +0200)]
Document _delete_item_from_uri under the correct name

15 years agoSet icons in completion as pixbufs instead of cell data functions
Christian Dywan [Sat, 11 Jul 2009 13:28:16 +0000 (15:28 +0200)]
Set icons in completion as pixbufs instead of cell data functions

15 years agoSet the completion text renderer to a fixed size of 2 rows
Christian Dywan [Sat, 11 Jul 2009 12:40:52 +0000 (14:40 +0200)]
Set the completion text renderer to a fixed size of 2 rows

15 years agoCompute the available Netscape plugins via JavaScript
Christian Dywan [Fri, 10 Jul 2009 16:58:49 +0000 (17:58 +0100)]
Compute the available Netscape plugins via JavaScript

Using JavaScript avoids dealing with formatting issues and is
better if plugins are not installed in the default folder.

15 years agoRestore the (search) entry focus after changing the icon
Christian Dywan [Fri, 10 Jul 2009 16:00:12 +0000 (17:00 +0100)]
Restore the (search) entry focus after changing the icon

15 years agoRemove the Add/ Remove toolbar menu, we have a proper editor now
Christian Dywan [Fri, 10 Jul 2009 15:45:22 +0000 (16:45 +0100)]
Remove the Add/ Remove toolbar menu, we have a proper editor now

15 years agoAdd a Toolbar Editor extension
Enrico Tröger [Fri, 10 Jul 2009 15:40:35 +0000 (16:40 +0100)]
Add a Toolbar Editor extension

15 years agoAdd a public function to retrieve the recommended toolbar actions
Enrico Tröger [Fri, 10 Jul 2009 15:37:44 +0000 (16:37 +0100)]
Add a public function to retrieve the recommended toolbar actions

15 years agoAllocate uris correctly as gchar*, not gchar
Enrico Tröger [Fri, 10 Jul 2009 15:20:56 +0000 (16:20 +0100)]
Allocate uris correctly as gchar*, not gchar

15 years agoDon't build Desktop file on Win32
Christian Dywan [Thu, 9 Jul 2009 18:08:37 +0000 (19:08 +0100)]
Don't build Desktop file on Win32

15 years agoCheck for rsvg-convert early to support it when cross compiling
Christian Dywan [Thu, 9 Jul 2009 18:02:23 +0000 (19:02 +0100)]
Check for rsvg-convert early to support it when cross compiling

15 years agoCreate Win32 icon and resorce and build it into the executable
Christian Dywan [Thu, 9 Jul 2009 17:55:41 +0000 (18:55 +0100)]
Create Win32 icon and resorce and build it into the executable

15 years agoCast xmlChar* to gchar* when setting the meta string
Christian Dywan [Thu, 9 Jul 2009 17:43:57 +0000 (18:43 +0100)]
Cast xmlChar* to gchar* when setting the meta string

15 years agoUse G_GINT64_FORMAT to convert gint64 to a string
Christian Dywan [Thu, 9 Jul 2009 17:43:08 +0000 (18:43 +0100)]
Use G_GINT64_FORMAT to convert gint64 to a string

15 years agoImplement namespace:key syntax for KatzeItem metadata
Christian Dywan [Mon, 6 Jul 2009 17:53:22 +0000 (18:53 +0100)]
Implement namespace:key syntax for KatzeItem metadata

15 years agoRead metadata keys from XBEL
Christian Dywan [Mon, 6 Jul 2009 17:32:44 +0000 (18:32 +0100)]
Read metadata keys from XBEL

15 years agoRequire meta keys to be non-NULL
Christian Dywan [Mon, 6 Jul 2009 17:30:53 +0000 (18:30 +0100)]
Require meta keys to be non-NULL

15 years agoAdd katze_item_set_meta_string
Christian Dywan [Mon, 6 Jul 2009 17:28:28 +0000 (18:28 +0100)]
Add katze_item_set_meta_string

15 years agoUse metadata API to store and lookup the current page
Christian Dywan [Sat, 4 Jul 2009 23:17:00 +0000 (00:17 +0100)]
Use metadata API to store and lookup the current page

This effectively doesn't work yet as loading of metadata isn't
implemented in XBEL.

15 years agoStore meta data in XBEL when saving KatzeArray objects
Christian Dywan [Sat, 4 Jul 2009 23:14:39 +0000 (00:14 +0100)]
Store meta data in XBEL when saving KatzeArray objects

15 years agoImplement meta data in KatzeItem
Christian Dywan [Sat, 4 Jul 2009 22:58:59 +0000 (23:58 +0100)]
Implement meta data in KatzeItem

Now KatzeItem can store arbitrary integers and strings as meta data.

15 years agoAdd Duplicate Tab to tab context menu
Christian Dywan [Tue, 30 Jun 2009 20:54:55 +0000 (22:54 +0200)]
Add Duplicate Tab to tab context menu

15 years agoInsert tabs in the Tab Panel the same order as the notebook
Christian Dywan [Mon, 29 Jun 2009 19:55:05 +0000 (21:55 +0200)]
Insert tabs in the Tab Panel the same order as the notebook

15 years agoAdd Serbian translation
Miloš Popović [Sun, 28 Jun 2009 20:33:49 +0000 (22:33 +0200)]
Add Serbian translation

15 years agoUpdate Italian translation
Luca Perri [Sat, 27 Jun 2009 21:59:22 +0000 (23:59 +0200)]
Update Italian translation

15 years agoUse "Menu" without underscore as compact Menu tooltip
Christian Dywan [Sat, 27 Jun 2009 21:56:01 +0000 (23:56 +0200)]
Use "Menu" without underscore as compact Menu tooltip

15 years agoUse the new public tab menu in the Tab Panel extension
Christian Dywan [Sat, 27 Jun 2009 21:53:33 +0000 (23:53 +0200)]
Use the new public tab menu in the Tab Panel extension

15 years agoRefactor tab context menu into public midori_view_get_tab_menu
Christian Dywan [Sat, 27 Jun 2009 21:52:48 +0000 (23:52 +0200)]
Refactor tab context menu into public midori_view_get_tab_menu

15 years agoUse "_Menu" as tooltip for the compact Menu button
Christian Dywan [Sat, 27 Jun 2009 21:29:00 +0000 (23:29 +0200)]
Use "_Menu" as tooltip for the compact Menu button

15 years agoUpdate German translation
Christian Dywan [Fri, 26 Jun 2009 19:55:07 +0000 (21:55 +0200)]
Update German translation

15 years agoDon't know detached panel windows in the taskbar
Christian Dywan [Fri, 26 Jun 2009 19:19:09 +0000 (21:19 +0200)]
Don't know detached panel windows in the taskbar

15 years agoDon't open tabs when double- or middle-clicking notebook arrows
Christian Dywan [Thu, 25 Jun 2009 21:49:41 +0000 (23:49 +0200)]
Don't open tabs when double- or middle-clicking notebook arrows

We need to connect after the button-press-event to make sure that
GtkNotebook blocks the signal appropriately.

Double click is disabled for now since we can't figure out if
it was a click on a button or not.

15 years agoRender a 24x24 icon with rsvg-convert at build time
Christian Dywan [Wed, 24 Jun 2009 23:16:32 +0000 (01:16 +0200)]
Render a 24x24 icon with rsvg-convert at build time

15 years agoImplement a basic context menu for tab labels
Christian Dywan [Wed, 24 Jun 2009 21:58:37 +0000 (23:58 +0200)]
Implement a basic context menu for tab labels

15 years agoFix panel "page" notifications and save the last open panel
Christian Dywan [Mon, 22 Jun 2009 22:25:09 +0000 (00:25 +0200)]
Fix panel "page" notifications and save the last open panel

15 years agoUse URI instead of the view itself to open tabs in new windows
Christian Dywan [Mon, 22 Jun 2009 22:09:24 +0000 (00:09 +0200)]
Use URI instead of the view itself to open tabs in new windows

15 years agoClose tabs in the Tab Panel with a middle click
Christian Dywan [Mon, 22 Jun 2009 21:59:58 +0000 (23:59 +0200)]
Close tabs in the Tab Panel with a middle click

15 years agoSwitch tabs in the Tab Panel with a single left click
Christian Dywan [Mon, 22 Jun 2009 21:58:25 +0000 (23:58 +0200)]
Switch tabs in the Tab Panel with a single left click

15 years agoUse show-tabs in Tab Panel to hide the ordinary tabs
Christian Dywan [Mon, 22 Jun 2009 21:51:24 +0000 (23:51 +0200)]
Use show-tabs in Tab Panel to hide the ordinary tabs

15 years agoImplement show-tabs property in MidoriBrowser
Christian Dywan [Mon, 22 Jun 2009 21:48:41 +0000 (23:48 +0200)]
Implement show-tabs property in MidoriBrowser

15 years agoRemove views from the tab panel as they are removed from the browser
Christian Dywan [Mon, 22 Jun 2009 21:13:23 +0000 (23:13 +0200)]
Remove views from the tab panel as they are removed from the browser

15 years agoDraw radio action popup menu items as radio items
Christian Dywan [Mon, 22 Jun 2009 21:03:59 +0000 (23:03 +0200)]
Draw radio action popup menu items as radio items

15 years agoUse radio actions for the encodings menu
Christian Dywan [Mon, 22 Jun 2009 20:55:23 +0000 (22:55 +0200)]
Use radio actions for the encodings menu

15 years agoUpdate Japanese translation
Masato Hashimoto [Mon, 22 Jun 2009 20:24:07 +0000 (22:24 +0200)]
Update Japanese translation

15 years agoAdd Encoding menu to the context menu
Christian Dywan [Mon, 22 Jun 2009 20:18:16 +0000 (22:18 +0200)]
Add Encoding menu to the context menu

15 years agoAdd a compact menu to the navigationbar if the menubar is hidden
Christian Dywan [Mon, 22 Jun 2009 19:47:42 +0000 (21:47 +0200)]
Add a compact menu to the navigationbar if the menubar is hidden

The compact menu item provides functionality that is not
accessible via the context menu.

The item is added when the menubar is hidden and removed when the
menubar is shown. It can be removed via right-click > Remove.

15 years agoAdd STOCK_WEB_BROWSER to the stock items
Christian Dywan [Mon, 22 Jun 2009 19:31:42 +0000 (21:31 +0200)]
Add STOCK_WEB_BROWSER to the stock items

15 years agoAlways create array actions for popup menu items the normal way
Christian Dywan [Mon, 22 Jun 2009 19:30:28 +0000 (21:30 +0200)]
Always create array actions for popup menu items the normal way

15 years agoAdd zooming items to the context menu
Christian Dywan [Mon, 22 Jun 2009 19:29:39 +0000 (21:29 +0200)]
Add zooming items to the context menu

15 years agoRemove Preferences and Menubar items from the context menu
Christian Dywan [Mon, 22 Jun 2009 19:27:52 +0000 (21:27 +0200)]
Remove Preferences and Menubar items from the context menu

15 years agoMake sure to update the model in existing location proxies
Christian Dywan [Sun, 21 Jun 2009 21:57:15 +0000 (23:57 +0200)]
Make sure to update the model in existing location proxies

15 years agoImplement a tree view of open tabs in the Tab Panel
Christian Dywan [Sat, 20 Jun 2009 21:47:40 +0000 (23:47 +0200)]
Implement a tree view of open tabs in the Tab Panel

15 years agoEnable building of the Tab Panel again
Christian Dywan [Sat, 20 Jun 2009 21:46:49 +0000 (23:46 +0200)]
Enable building of the Tab Panel again

15 years agoAdd Tab Panel to the list of translatable files
Christian Dywan [Sat, 20 Jun 2009 21:46:00 +0000 (23:46 +0200)]
Add Tab Panel to the list of translatable files

15 years agoHide the default tab labels when Tab Panel is active
Christian Dywan [Sat, 20 Jun 2009 21:31:57 +0000 (23:31 +0200)]
Hide the default tab labels when Tab Panel is active

15 years agoRefactor Tab Panel into a single file
Christian Dywan [Sat, 20 Jun 2009 21:28:02 +0000 (23:28 +0200)]
Refactor Tab Panel into a single file

15 years agoRender unset shortcuts as "None" instead if "Deactivated"
Christian Dywan [Sat, 20 Jun 2009 18:36:16 +0000 (20:36 +0200)]
Render unset shortcuts as "None" instead if "Deactivated"

15 years agoStrip underscores from action labels in shortcuts extension
Christian Dywan [Sat, 20 Jun 2009 18:30:03 +0000 (20:30 +0200)]
Strip underscores from action labels in shortcuts extension

15 years agoUpdate Russian translation
Anton Shestakov [Sat, 20 Jun 2009 17:59:04 +0000 (19:59 +0200)]
Update Russian translation

15 years agoUpdate Simplified Chinese translation
Stanley Zhang [Sat, 20 Jun 2009 17:49:47 +0000 (19:49 +0200)]
Update Simplified Chinese translation

15 years agoUse an index to iterate news feeds to avoid compiler warnings
Christian Dywan [Fri, 19 Jun 2009 01:06:22 +0000 (03:06 +0200)]
Use an index to iterate news feeds to avoid compiler warnings

15 years agoRemove now unused speed dial menu item callback
Christian Dywan [Fri, 19 Jun 2009 01:03:06 +0000 (03:03 +0200)]
Remove now unused speed dial menu item callback

15 years agoUse action proxies for context menu items that correspond to actions
Christian Dywan [Fri, 19 Jun 2009 00:58:06 +0000 (02:58 +0200)]
Use action proxies for context menu items that correspond to actions

15 years agoAdd Menubar and Preferences to the default context menu
Christian Dywan [Fri, 19 Jun 2009 00:36:36 +0000 (02:36 +0200)]
Add Menubar and Preferences to the default context menu

15 years agoUse midori_browser_get_for_widget in Colourful Tabs
Christian Dywan [Thu, 18 Jun 2009 21:55:16 +0000 (23:55 +0200)]
Use midori_browser_get_for_widget in Colourful Tabs

15 years agoResolve MidoriBookmarkStore warnings
Christian Dywan [Thu, 18 Jun 2009 21:54:30 +0000 (23:54 +0200)]
Resolve MidoriBookmarkStore warnings

15 years agoCheck for Maemo only if /etc/osso-af-init/osso-gtk.defs exists
Christian Dywan [Thu, 18 Jun 2009 01:24:32 +0000 (03:24 +0200)]
Check for Maemo only if /etc/osso-af-init/osso-gtk.defs exists

A surprisingly high number of users mistakenly installed libhildon1
because they noticed that it wasn't found and later wondered where
the menubar was.

All Maemo releases have the file osso-gtk.defs, including Mer, so
we only check for libhildon1 and libosso if it is present.
If needed --enable-hildon still enforces its use.

15 years agoAdd -c (cache) to intltool flags to be forward compatible with waf
Christian Dywan [Thu, 18 Jun 2009 00:51:35 +0000 (02:51 +0200)]
Add -c (cache) to intltool flags to be forward compatible with waf

15 years agoUpdate Greek translation
Evaggelos Balaskas [Wed, 17 Jun 2009 21:42:57 +0000 (23:42 +0200)]
Update Greek translation

15 years agoAvoid naming an identifier 'boolean' which is used in Win32 headers
Christian Dywan [Wed, 17 Jun 2009 21:39:50 +0000 (23:39 +0200)]
Avoid naming an identifier 'boolean' which is used in Win32 headers

15 years agoImplement -e or --execute to perform various commands
Christian Dywan [Tue, 16 Jun 2009 21:31:35 +0000 (23:31 +0200)]
Implement -e or --execute to perform various commands

Currently any GtkAction in MidoriBrowser is recognized as a command,
no arguments are supported. Commands affect either a newly run
instance or a currently running one.

15 years agoUpdate Danish translation
Per Kongstad [Mon, 15 Jun 2009 23:56:21 +0000 (01:56 +0200)]
Update Danish translation

15 years agoUse Unix name and architecture in identification string
Christian Dywan [Mon, 15 Jun 2009 23:48:39 +0000 (01:48 +0200)]
Use Unix name and architecture in identification string

This results in a better string on BSD systems which up to now
always identified as 'Linux'.

15 years agoUse an appropriate mingw-ar if none was specified
Christian Dywan [Mon, 15 Jun 2009 23:47:03 +0000 (01:47 +0200)]
Use an appropriate mingw-ar if none was specified

15 years agoCopy libsylph socket.c as fallback for single instance libunique
Christian Dywan [Mon, 15 Jun 2009 21:58:19 +0000 (23:58 +0200)]
Copy libsylph socket.c as fallback for single instance libunique

This socket code makes single instance a mandatory feature assuming
if libunique is not available we can use sockets.
A bit of refactoring of MidoriApp is involved to make the command
logic independant of the nature of the instance handling.

15 years agoReformat optional feature overview shown after waf configuration
Christian Dywan [Sun, 14 Jun 2009 19:35:24 +0000 (21:35 +0200)]
Reformat optional feature overview shown after waf configuration