]> spindle.queued.net Git - midori/log
midori
15 years agoActually flip the position of the panel knob when changing alignment
Przemek Sitek [Sat, 30 May 2009 22:22:23 +0000 (00:22 +0200)]
Actually flip the position of the panel knob when changing alignment

15 years agoImplement a proper Fullscreen button superseding the special case
Jérôme Geulfucci [Sat, 30 May 2009 21:59:37 +0000 (23:59 +0200)]
Implement a proper Fullscreen button superseding the special case

15 years agoUse getattr instead of eval in the wscript
Christian Dywan [Sat, 30 May 2009 21:56:31 +0000 (23:56 +0200)]
Use getattr instead of eval in the wscript

15 years agoBump version to 0.1.7
Christian Dywan [Thu, 28 May 2009 21:44:17 +0000 (23:44 +0200)]
Bump version to 0.1.7

15 years agoDisable adblock, it's incomplete and not ready for release
Christian Dywan [Thu, 28 May 2009 21:16:13 +0000 (23:16 +0200)]
Disable adblock, it's incomplete and not ready for release

15 years agoTreat select-all specially with text views and tree views
Enrico Tröger [Thu, 28 May 2009 21:01:56 +0000 (23:01 +0200)]
Treat select-all specially with text views and tree views

Unfortunately select-all signals within Gtk have different
semantics against intuition, so we have to treat text views
and tree views specially to avoid crashing.

15 years agoUse image-loading icon for loading thumbnails in the speed dial
Christian Dywan [Thu, 28 May 2009 20:51:10 +0000 (22:51 +0200)]
Use image-loading icon for loading thumbnails in the speed dial

15 years agoUpdate Greek translation
Evaggelos Balaskas [Thu, 28 May 2009 20:44:14 +0000 (22:44 +0200)]
Update Greek translation

15 years agoLoad thumbnails when needed and not from a filename
Christian Dywan [Wed, 27 May 2009 21:57:29 +0000 (23:57 +0200)]
Load thumbnails when needed and not from a filename

We actually pack views solely needed to take snapshots in the
notebook of the parent browser but try to keep them hidden.

15 years agoMove midori_view_get_snapshot to MidoriView
Christian Dywan [Wed, 27 May 2009 21:38:51 +0000 (23:38 +0200)]
Move midori_view_get_snapshot to MidoriView

15 years agoImprove reference counting in the history panel
Christian Dywan [Tue, 26 May 2009 06:20:52 +0000 (08:20 +0200)]
Improve reference counting in the history panel

This does not fully solve it but should avoid warnings caused
by invalid objects.

15 years agoDon't re-implement New Window in context menus, it just works
Christian Dywan [Tue, 26 May 2009 05:50:37 +0000 (07:50 +0200)]
Don't re-implement New Window in context menus, it just works

This in fact prevents a second window from being opened.

15 years agoAlways focus the location in (blank) new windows
Christian Dywan [Tue, 26 May 2009 05:41:17 +0000 (07:41 +0200)]
Always focus the location in (blank) new windows

15 years agoTweak padding and alignment of the Clear private data dialogue
Jérôme Geulfucci [Mon, 25 May 2009 16:41:54 +0000 (18:41 +0200)]
Tweak padding and alignment of the Clear private data dialogue

15 years agoUpdate French translation
Jérôme Geulfucci [Mon, 25 May 2009 16:35:19 +0000 (18:35 +0200)]
Update French translation

15 years agoUpdate Russian translation
Anton Shestakov [Mon, 25 May 2009 16:29:59 +0000 (18:29 +0200)]
Update Russian translation

15 years agoUpdate German translation
Christian Dywan [Mon, 25 May 2009 16:23:43 +0000 (18:23 +0200)]
Update German translation

15 years agoUse absolute path to generate locale symlinks for --run
Christian Dywan [Mon, 25 May 2009 16:18:29 +0000 (18:18 +0200)]
Use absolute path to generate locale symlinks for --run

15 years agoDon't use gettext inside of ngettext
Christian Dywan [Mon, 25 May 2009 16:10:47 +0000 (18:10 +0200)]
Don't use gettext inside of ngettext

15 years agoTransfer panel Clear should only remove cancelled and finished items
Christian Dywan [Sat, 23 May 2009 23:01:38 +0000 (01:01 +0200)]
Transfer panel Clear should only remove cancelled and finished items

15 years agoRedraw extensions treeview when activating/ deactivating
Christian Dywan [Sat, 23 May 2009 22:07:17 +0000 (00:07 +0200)]
Redraw extensions treeview when activating/ deactivating

15 years agoRemove spaces from the speed dial JSON
Jean-François Guchens [Sat, 23 May 2009 21:59:22 +0000 (23:59 +0200)]
Remove spaces from the speed dial JSON

15 years agoAdd adblock.c to POTFILES.in so it can be localized
Christian Dywan [Fri, 22 May 2009 22:20:04 +0000 (00:20 +0200)]
Add adblock.c to POTFILES.in so it can be localized

15 years agoDon't show 'Add to speed dial' on blank pages
Christian Dywan [Fri, 22 May 2009 22:07:52 +0000 (00:07 +0200)]
Don't show 'Add to speed dial' on blank pages

15 years agoRemember options in Clear private data dialogue
Jean-François Guchens [Fri, 22 May 2009 21:53:54 +0000 (23:53 +0200)]
Remember options in Clear private data dialogue

15 years agoUpdate French translation
Jérôme Geulfucci [Fri, 22 May 2009 21:32:00 +0000 (23:32 +0200)]
Update French translation

15 years agoAdd tabs to new browser windows *after* emitting NEW_WINDOW
Christian Dywan [Fri, 22 May 2009 21:15:53 +0000 (23:15 +0200)]
Add tabs to new browser windows *after* emitting NEW_WINDOW

The app takes care of settings as well as other state when the
NEW_WINDOW signal of a browser is emitted. So we need to add
tabs after emitting the signal, otherwise the new tab has
default settings for a limited period of time.

15 years agoImplement a hack to keep the text direction left-to-right
Christian Dywan [Fri, 22 May 2009 02:01:56 +0000 (04:01 +0200)]
Implement a hack to keep the text direction left-to-right

15 years agoEnsure we remove all items in katze_array_clear
Christian Dywan [Fri, 22 May 2009 00:40:02 +0000 (02:40 +0200)]
Ensure we remove all items in katze_array_clear

Apparently looping through 'all' items isn't sufficient, so now
we remove the very first item until the list is empty.

15 years agoAdd 'Closed tabs and windows' to Clear private data dialogue
Jean-François Guchens [Fri, 22 May 2009 00:16:58 +0000 (02:16 +0200)]
Add 'Closed tabs and windows' to Clear private data dialogue

15 years agoUpdate Spanish translation
Elega [Fri, 22 May 2009 00:06:48 +0000 (02:06 +0200)]
Update Spanish translation

15 years agoUpdate Simplified Chinese translation
Stanley Zhang [Fri, 22 May 2009 00:03:45 +0000 (02:03 +0200)]
Update Simplified Chinese translation

15 years agoSkip the AddSpeedDial action in the browser test
Christian Dywan [Thu, 21 May 2009 23:35:47 +0000 (01:35 +0200)]
Skip the AddSpeedDial action in the browser test

15 years agoGenerate thumbnails as needed without saving to disk
Christian Dywan [Thu, 21 May 2009 17:14:46 +0000 (19:14 +0200)]
Generate thumbnails as needed without saving to disk

15 years agoSend a synthetic expose event to snapshot views
Christian Dywan [Thu, 21 May 2009 16:23:27 +0000 (18:23 +0200)]
Send a synthetic expose event to snapshot views

15 years agoUpdate Portuguese translation and rename from pt_PT.po to pt.po
Sérgio Marques [Tue, 19 May 2009 23:38:30 +0000 (01:38 +0200)]
Update Portuguese translation and rename from pt_PT.po to pt.po

15 years agoBasic support for @-moz-document in user styles
Christian Dywan [Tue, 19 May 2009 23:20:34 +0000 (01:20 +0200)]
Basic support for @-moz-document in user styles

This is not completely correct but a good start. Basically
@-moz-document is recognized, "url-prefix" is respected, not
"domain" however. Namespaces are ignored. Document blocks
are not fully honored, instead all style rules apply to all
prefixes specified in any block in the file.

15 years agoInitial implementation of an Advertisement blocker
Christian Dywan [Tue, 19 May 2009 19:01:09 +0000 (21:01 +0200)]
Initial implementation of an Advertisement blocker

The dialog isn't finished, you have to add URIs to the config
file by hand.

15 years agoAdjust the Mouse Gestures coding style
Jérôme Geulfucci [Tue, 19 May 2009 17:10:13 +0000 (19:10 +0200)]
Adjust the Mouse Gestures coding style

15 years agoSplit the CookieManager extension into separate files
Enrico Tröger [Tue, 19 May 2009 17:04:25 +0000 (19:04 +0200)]
Split the CookieManager extension into separate files

15 years agoReplace FindQuick with direct '.' and '/' search hotkey support
Christian Dywan [Mon, 18 May 2009 20:40:13 +0000 (22:40 +0200)]
Replace FindQuick with direct '.' and '/' search hotkey support

Using an action for a single character turned out to be a bad idea
and rather than trying to work around it, we implement '/' and '.'
hotkeys directly in the view.

15 years agoImplement Quick Find, which is inline find started with '.'
Christian Dywan [Mon, 18 May 2009 00:57:52 +0000 (02:57 +0200)]
Implement Quick Find, which is inline find started with '.'

15 years agoRemove possibly remaining timers when closing browser windows
Enrico Tröger [Mon, 18 May 2009 00:47:56 +0000 (02:47 +0200)]
Remove possibly remaining timers when closing browser windows

15 years agoAllow WebKit to catch key presses first
Christian Dywan [Mon, 18 May 2009 00:43:56 +0000 (02:43 +0200)]
Allow WebKit to catch key presses first

If we connect to key presses after WebKit processes them this
resolves the conflict between hotkeys and inline search.

15 years agoImplement Open new pages in: New window preference
Christian Dywan [Sun, 17 May 2009 18:29:31 +0000 (20:29 +0200)]
Implement Open new pages in: New window preference

15 years agoAdjust completion test after modifying the location entry
Christian Dywan [Sun, 17 May 2009 14:55:02 +0000 (16:55 +0200)]
Adjust completion test after modifying the location entry

15 years agoAlways append tabs opened via middle/ double click on the tab bar
Christian Dywan [Sun, 17 May 2009 14:49:46 +0000 (16:49 +0200)]
Always append tabs opened via middle/ double click on the tab bar

15 years agoImplement a small Go button next to the location entry
Christian Dywan [Sun, 17 May 2009 14:26:31 +0000 (16:26 +0200)]
Implement a small Go button next to the location entry

15 years agoUse a trick to prevent default activation when middle clicking
Christian Dywan [Sun, 17 May 2009 11:38:42 +0000 (13:38 +0200)]
Use a trick to prevent default activation when middle clicking

15 years agoCatch non-existance of os.path.relpath
Christian Dywan [Sun, 17 May 2009 11:07:15 +0000 (13:07 +0200)]
Catch non-existance of os.path.relpath

15 years agoAdd a type cast to resolve a warning in MidoriBrowser
Christian Dywan [Sun, 17 May 2009 00:54:50 +0000 (02:54 +0200)]
Add a type cast to resolve a warning in MidoriBrowser

15 years agoRemove superuser warning completely
Christian Dywan [Sun, 17 May 2009 00:53:57 +0000 (02:53 +0200)]
Remove superuser warning completely

15 years agoTreat "about:blank" and "" equally in midori_view_set_uri
Christian Dywan [Sat, 16 May 2009 22:01:52 +0000 (00:01 +0200)]
Treat "about:blank" and "" equally in midori_view_set_uri

This solves the problem of open speed dial tabs in the session
coming back as blank tabs after a restart of Midori.

15 years agoEnsure that the address entry is focussed with speed dial
Christian Dywan [Sat, 16 May 2009 21:52:59 +0000 (23:52 +0200)]
Ensure that the address entry is focussed with speed dial

15 years agoProtect speed dial against quoting in titles
Jean-François Guchens [Fri, 15 May 2009 21:49:01 +0000 (23:49 +0200)]
Protect speed dial against quoting in titles

15 years agoRemove the search field from the speed dial
Jean-François Guchens [Fri, 15 May 2009 21:47:32 +0000 (23:47 +0200)]
Remove the search field from the speed dial

15 years agoUse stock close button instead of cross in speed dial
Christian Dywan [Fri, 15 May 2009 21:10:48 +0000 (23:10 +0200)]
Use stock close button instead of cross in speed dial

I'm not entirely decided if it's better or worse, we'll see
how it is and can revert if needed.

15 years agoSupport custom sizes of icons in res_server
Christian Dywan [Fri, 15 May 2009 21:08:52 +0000 (23:08 +0200)]
Support custom sizes of icons in res_server

15 years agoShorten the paths used for --run to make them more easily reusable
Christian Dywan [Fri, 15 May 2009 18:30:24 +0000 (20:30 +0200)]
Shorten the paths used for --run to make them more easily reusable

15 years agoDisconnect history panel when finalizing
Christian Dywan [Fri, 15 May 2009 18:08:06 +0000 (20:08 +0200)]
Disconnect history panel when finalizing

There's a small hack now which prevents the disconnect function
from releasing the references. Our reference handling is flawed
and needs to be investigated before we can fix that for good.

15 years agoFix crash for URIs with an invalid hostname and without a path
Enrico Tröger [Fri, 15 May 2009 16:58:57 +0000 (18:58 +0200)]
Fix crash for URIs with an invalid hostname and without a path

15 years agoTitle the speed dial as Speed dial instead of Blank page
Christian Dywan [Fri, 15 May 2009 16:51:54 +0000 (18:51 +0200)]
Title the speed dial as Speed dial instead of Blank page

15 years agoMake sure to only update the address entry with the current view
Christian Dywan [Fri, 15 May 2009 15:30:54 +0000 (17:30 +0200)]
Make sure to only update the address entry with the current view

15 years agoMoving tab title update to a function and fix tab titles
Christian Dywan [Fri, 15 May 2009 15:26:09 +0000 (17:26 +0200)]
Moving tab title update to a function and fix tab titles

15 years agoProvide custom overflow menu items to support middle click
Christian Dywan [Thu, 14 May 2009 23:55:11 +0000 (01:55 +0200)]
Provide custom overflow menu items to support middle click

15 years agoUpdate address and actions properly when navigating in-page
Christian Dywan [Thu, 14 May 2009 23:18:14 +0000 (01:18 +0200)]
Update address and actions properly when navigating in-page

15 years agoFix a crash caused by a mistaken attempt at plugging a leak
Christian Dywan [Thu, 14 May 2009 22:58:58 +0000 (00:58 +0200)]
Fix a crash caused by a mistaken attempt at plugging a leak

15 years agoMove 'Add to Speed dial' from View to File menu
Christian Dywan [Thu, 14 May 2009 20:29:59 +0000 (22:29 +0200)]
Move 'Add to Speed dial' from View to File menu

15 years agoPlug a few memory leaks in MidoriView and MidoriWebSettings
Christian Dywan [Thu, 14 May 2009 20:26:02 +0000 (22:26 +0200)]
Plug a few memory leaks in MidoriView and MidoriWebSettings

15 years agoFix missing keyboard events for bookmark menu items
Enrico Tröger [Thu, 14 May 2009 18:52:55 +0000 (20:52 +0200)]
Fix missing keyboard events for bookmark menu items

15 years agoUpdate Spanish translation
Elega [Thu, 14 May 2009 18:43:37 +0000 (20:43 +0200)]
Update Spanish translation

15 years agoBind View Source to Ctrl+U by default
Christian Dywan [Thu, 14 May 2009 18:36:26 +0000 (20:36 +0200)]
Bind View Source to Ctrl+U by default

15 years agoUpdate French translation
Jérôme Geulfucci [Wed, 13 May 2009 22:26:33 +0000 (00:26 +0200)]
Update French translation

15 years agoUpdate Danish translation
Per Kongstad [Wed, 13 May 2009 22:21:01 +0000 (00:21 +0200)]
Update Danish translation

15 years agoUpdate Czech translation
David Štancl [Wed, 13 May 2009 22:15:12 +0000 (00:15 +0200)]
Update Czech translation

15 years agoStore speed dial as JSON instead of actual HTML source
Jean-François Guchens [Wed, 13 May 2009 21:56:55 +0000 (23:56 +0200)]
Store speed dial as JSON instead of actual HTML source

This will make it possible to change the layout of the page
without losing shortcuts.

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