]> spindle.queued.net Git - midori/log
midori
16 years agoUse Ctrl+Shift+T for Undo Close Tab
Christian Dywan [Fri, 15 Aug 2008 18:48:30 +0000 (20:48 +0200)]
Use Ctrl+Shift+T for Undo Close Tab

16 years agoIntroduce Open Tabs next to Current
Christian Dywan [Fri, 15 Aug 2008 18:38:27 +0000 (20:38 +0200)]
Introduce Open Tabs next to Current

At the same time make Open popups in tabs readonly
and hide it in the Preferences, as well as
Open new pages in and the whole Privacy page.

16 years agoFree selected text, even if it is an empty string
Enrico Tröger [Fri, 15 Aug 2008 09:24:52 +0000 (11:24 +0200)]
Free selected text, even if it is an empty string

16 years agoActually commit MidoriLocationAction this time
Christian Dywan [Fri, 15 Aug 2008 08:07:51 +0000 (10:07 +0200)]
Actually commit MidoriLocationAction this time

16 years agoCreate proxy menus without accels properly
Christian Dywan [Fri, 15 Aug 2008 00:58:09 +0000 (02:58 +0200)]
Create proxy menus without accels properly

Actually attempting to imitate Gtk's logic for
creating menu items from actions was silly. It
even had a rather obvious bug, no signals
were ever connected.

Now we leave all the work except for creating
an empty image menu item to Gtk. And it
works better than before.

16 years agoFix Glib/ GtkSoureview conditionals
Christian Dywan [Fri, 15 Aug 2008 00:50:18 +0000 (02:50 +0200)]
Fix Glib/ GtkSoureview conditionals

16 years agoMake wrapped makefile's 'install' target phony
Anders F Björklund [Fri, 15 Aug 2008 00:36:04 +0000 (02:36 +0200)]
Make wrapped makefile's 'install' target phony

16 years agoFallback to glibtoolize, such as on Darwin
Anders F Björklund [Fri, 15 Aug 2008 00:25:06 +0000 (02:25 +0200)]
Fallback to glibtoolize, such as on Darwin

16 years agoLook for userscripts in system paths
Arnaud Renevier [Fri, 15 Aug 2008 00:20:05 +0000 (02:20 +0200)]
Look for userscripts in system paths

16 years agoDon't use the wrong Trash callback
Christian Dywan [Fri, 15 Aug 2008 00:18:33 +0000 (02:18 +0200)]
Don't use the wrong Trash callback

16 years agoMove around headers and localization code
Christian Dywan [Fri, 15 Aug 2008 00:03:55 +0000 (02:03 +0200)]
Move around headers and localization code

16 years agoImplement MidoriLocationAction
Christian Dywan [Thu, 14 Aug 2008 23:57:48 +0000 (01:57 +0200)]
Implement MidoriLocationAction

This is a step towards customziable toolbars.

The new action actually provides a nicer API than
MidoriLocationEntry does right now. Later we
should improve the widget itself as well.

There are still to resolve regressions:
- The location icon tends to be initially empty
- The news feed icon doesn't show up
- Tab icons sometimes load and reset again afterwards

16 years agoCreate context menu items w/o accelerators
Christian Dywan [Sun, 10 Aug 2008 17:54:22 +0000 (19:54 +0200)]
Create context menu items w/o accelerators

16 years agoWrap _has_selection with a check if it is effectly empty
Christian Dywan [Sun, 10 Aug 2008 17:22:34 +0000 (19:22 +0200)]
Wrap _has_selection with a check if it is effectly empty

16 years agoHide the navigationbar initially
Christian Dywan [Sun, 10 Aug 2008 16:28:08 +0000 (18:28 +0200)]
Hide the navigationbar initially

We need to make sure that the navigationbar
is initially invisible, so we hide it expressly.
Otherwise it shows up regardless of the
show-navigationbar setting.

16 years agoUse rsvg instead of imagemagick to render icons
Christian Dywan [Sun, 10 Aug 2008 13:53:07 +0000 (15:53 +0200)]
Use rsvg instead of imagemagick to render icons

Apparently rsvg-convert is good enough for what we
need and it is a dependency of gtk already, unlike
imagemagick's convert which even requires rsvg.

16 years agoAdd 'configure' like waf wrapper
Christian Dywan [Sun, 10 Aug 2008 12:38:47 +0000 (14:38 +0200)]
Add 'configure' like waf wrapper

16 years agoRemove LIBSEXY from wscript_build, it's long obsolete
Christian Dywan [Sun, 10 Aug 2008 12:19:03 +0000 (14:19 +0200)]
Remove LIBSEXY from wscript_build, it's long obsolete

16 years agoUse mnemonics in panel menu items
Arnaud Renevier [Sun, 10 Aug 2008 12:17:21 +0000 (14:17 +0200)]
Use mnemonics in panel menu items

16 years agoMention optional dependencies in README
Christian Dywan [Sun, 10 Aug 2008 11:55:39 +0000 (13:55 +0200)]
Mention optional dependencies in README

16 years agoAdd #ifdefs around GFile to allow building with Glib < 2.16
Przemysław Sitek [Wed, 6 Aug 2008 18:22:45 +0000 (20:22 +0200)]
Add #ifdefs around GFile to allow building with Glib < 2.16

16 years agoMove MidoriWebList and MidoriWebItem to Katze
Christian Dywan [Tue, 5 Aug 2008 03:03:05 +0000 (05:03 +0200)]
Move MidoriWebList and MidoriWebItem to Katze

16 years agoRead and display @name in userscript metadata block
Arnaud Renevier [Tue, 5 Aug 2008 01:08:54 +0000 (03:08 +0200)]
Read and display @name in userscript metadata block

16 years agoRemove small toolbar option completely, leave it to gtkrc
Christian Dywan [Tue, 5 Aug 2008 00:40:51 +0000 (02:40 +0200)]
Remove small toolbar option completely, leave it to gtkrc

16 years agoDisconnect load-done handler when finalizing
Arnaud Renevier [Sun, 3 Aug 2008 02:58:45 +0000 (04:58 +0200)]
Disconnect load-done handler when finalizing

16 years agoBump version to 0.0.19
Christian Dywan [Sat, 2 Aug 2008 11:20:02 +0000 (13:20 +0200)]
Bump version to 0.0.19

16 years agoReuse the trashed item and remove it from the trash properly
Christian Dywan [Sat, 2 Aug 2008 03:29:38 +0000 (05:29 +0200)]
Reuse the trashed item and remove it from the trash properly

16 years agoScruffily clean up MidoriWebList when finalizing
Christian Dywan [Sat, 2 Aug 2008 02:25:54 +0000 (04:25 +0200)]
Scruffily clean up MidoriWebList when finalizing

16 years agoShow news feeds in a menu if the icon is clicked
Christian Dywan [Sat, 2 Aug 2008 02:25:05 +0000 (04:25 +0200)]
Show news feeds in a menu if the icon is clicked

16 years agoTidy up redrawing and notifications in KatzeThrobber
Christian Dywan [Sat, 2 Aug 2008 02:21:38 +0000 (04:21 +0200)]
Tidy up redrawing and notifications in KatzeThrobber

16 years agoUse icons for Script and Extension
Christian Dywan [Fri, 1 Aug 2008 13:49:47 +0000 (15:49 +0200)]
Use icons for Script and Extension

16 years agoCapitalize Midori in --version output
Christian Dywan [Fri, 1 Aug 2008 13:43:24 +0000 (15:43 +0200)]
Capitalize Midori in --version output

16 years agoRestrict addons to files with particular extensions
Christian Dywan [Fri, 1 Aug 2008 13:40:23 +0000 (15:40 +0200)]
Restrict addons to files with particular extensions

16 years agoSimplify meta block parsing and support Glib < 2.14
Arnaud Renevier [Tue, 29 Jul 2008 23:37:07 +0000 (01:37 +0200)]
Simplify meta block parsing and support Glib < 2.14

16 years agoLookup favicons in 'link' tags via GJS
Dale Whittaker [Tue, 29 Jul 2008 23:34:37 +0000 (01:34 +0200)]
Lookup favicons in 'link' tags via GJS

16 years agoImprove location favicon updating
Dale Whittaker [Tue, 29 Jul 2008 23:32:45 +0000 (01:32 +0200)]
Improve location favicon updating

16 years agoInitial attempt at userscript include/ exclude directives
Arnaud Renevier [Mon, 28 Jul 2008 13:21:08 +0000 (15:21 +0200)]
Initial attempt at userscript include/ exclude directives

16 years agoUnref the current engine only if it is set
Arnaud Renevier [Sun, 27 Jul 2008 22:34:58 +0000 (00:34 +0200)]
Unref the current engine only if it is set

16 years agoBuild fix for < Gtk 2.12 and Glib < 2.16
Christian Dywan [Sun, 27 Jul 2008 22:21:45 +0000 (00:21 +0200)]
Build fix for < Gtk 2.12 and Glib < 2.16

16 years agoUpdate the different informative text files
Christian Dywan [Sun, 27 Jul 2008 05:43:30 +0000 (07:43 +0200)]
Update the different informative text files

16 years agoAdd Midori and news-feed icons, improve waf scripts
Christian Dywan [Sun, 27 Jul 2008 05:39:39 +0000 (07:39 +0200)]
Add Midori and news-feed icons, improve waf scripts

Add small, optimized application icons and an all new
news-feed icon including optimized versions. The build
scripts are updated, and the data folder renamed to icons.
Plus the wscript_build is improved. Of course, Midori
now tests the icon theme for news-feed and uses it.

16 years agoEmulate window-object-cleared if it wasn't emitted
Christian Dywan [Sat, 26 Jul 2008 00:26:58 +0000 (02:26 +0200)]
Emulate window-object-cleared if it wasn't emitted

16 years agoEnsure REMOVE_TAB emission, don't alter session when destroying
Christian Dywan [Fri, 25 Jul 2008 10:45:50 +0000 (12:45 +0200)]
Ensure REMOVE_TAB emission, don't alter session when destroying

16 years agoSave the session whenever it changes, instead of on quit.
Christian Dywan [Wed, 23 Jul 2008 18:17:13 +0000 (20:17 +0200)]
Save the session whenever it changes, instead of on quit.

16 years agoMake statusbar children fit in better
Christian Dywan [Wed, 23 Jul 2008 16:23:21 +0000 (18:23 +0200)]
Make statusbar children fit in better

16 years agoRevamp the loading signals of MidoriWebView
Christian Dywan [Wed, 23 Jul 2008 15:54:24 +0000 (17:54 +0200)]
Revamp the loading signals of MidoriWebView

16 years agoRemove inner border between scrollbars and window border
Christian Dywan [Wed, 23 Jul 2008 12:42:27 +0000 (14:42 +0200)]
Remove inner border between scrollbars and window border

16 years agoHighlight the Clear icon in the findbar
Christian Dywan [Tue, 22 Jul 2008 12:53:25 +0000 (14:53 +0200)]
Highlight the Clear icon in the findbar

16 years agoMake tabs with close buttons as small as without
Christian Dywan [Tue, 22 Jul 2008 12:46:49 +0000 (14:46 +0200)]
Make tabs with close buttons as small as without

16 years agoEscape strings used in markup
Dale Whittaker [Tue, 22 Jul 2008 10:37:02 +0000 (12:37 +0200)]
Escape strings used in markup

16 years agoAdd Galician translation
Miguel Anxo Bouzada [Tue, 22 Jul 2008 00:21:22 +0000 (02:21 +0200)]
Add Galician translation

16 years agoCorrect icon handling, which could cause warnings
Christian Dywan [Tue, 22 Jul 2008 00:00:45 +0000 (02:00 +0200)]
Correct icon handling, which could cause warnings

16 years agoToggle ZoomReset as the zoom level changes
Christian Dywan [Mon, 21 Jul 2008 23:51:08 +0000 (01:51 +0200)]
Toggle ZoomReset as the zoom level changes

16 years agoRun userscripts on DOMContentsLoaded
Arnaud Renevier [Mon, 21 Jul 2008 23:40:39 +0000 (01:40 +0200)]
Run userscripts on DOMContentsLoaded

16 years agoUse notify::title instead of title-changed
Christian Dywan [Mon, 21 Jul 2008 23:39:29 +0000 (01:39 +0200)]
Use notify::title instead of title-changed

16 years agoAdd gjs_value_forall and gjs_get_nth_attribute
Christian Dywan [Mon, 21 Jul 2008 18:04:54 +0000 (20:04 +0200)]
Add gjs_value_forall and gjs_get_nth_attribute

16 years agoThe WebList should keep a reference to added items
Christian Dywan [Mon, 21 Jul 2008 13:57:10 +0000 (15:57 +0200)]
The WebList should keep a reference to added items

16 years agoMake the web view aware of news feeds
Christian Dywan [Mon, 21 Jul 2008 13:55:08 +0000 (15:55 +0200)]
Make the web view aware of news feeds

This introduces the logic needed to lookup news feeds
and implements a signal news-feed-ready in MidoriWebView,
similar to icon-ready.
The interface in the browser still needs to be done.

16 years agoIntroduce GjsValue API
Christian Dywan [Mon, 21 Jul 2008 13:46:35 +0000 (15:46 +0200)]
Introduce GjsValue API

16 years agoUse an anonymous function to execute user scripts
Arnaud Renevier [Sat, 19 Jul 2008 15:52:03 +0000 (17:52 +0200)]
Use an anonymous function to execute user scripts

16 years agoUpdate Swedish translation
Christian Dywan [Sat, 19 Jul 2008 15:24:10 +0000 (17:24 +0200)]
Update Swedish translation

16 years agoUpdate German translation
Christian Dywan [Sat, 19 Jul 2008 14:25:10 +0000 (16:25 +0200)]
Update German translation

16 years agoUpdate French translation
Christian Dywan [Sat, 19 Jul 2008 14:21:57 +0000 (16:21 +0200)]
Update French translation

16 years agoAdd Spanish translation
Christian Dywan [Sat, 19 Jul 2008 14:21:10 +0000 (16:21 +0200)]
Add Spanish translation

16 years agoCapitalize Midori in the window title
Christian Dywan [Sat, 19 Jul 2008 14:18:41 +0000 (16:18 +0200)]
Capitalize Midori in the window title

16 years agoSort the font combo by font name
Christian Dywan [Sat, 19 Jul 2008 04:15:47 +0000 (06:15 +0200)]
Sort the font combo by font name

16 years agoDisconnect handlers when destroying the treeview
Arnaud Renevier [Sat, 19 Jul 2008 03:58:32 +0000 (05:58 +0200)]
Disconnect handlers when destroying the treeview

16 years agoShow the panel when it is opened from the menu
Christian Dywan [Sat, 19 Jul 2008 03:05:21 +0000 (05:05 +0200)]
Show the panel when it is opened from the menu

16 years agoAttempt to fix a build issue with GtkIconEntry
Christian Dywan [Sat, 19 Jul 2008 02:07:34 +0000 (04:07 +0200)]
Attempt to fix a build issue with GtkIconEntry

16 years agoLoad favicons asynchronously
Christian Dywan [Sat, 19 Jul 2008 02:06:10 +0000 (04:06 +0200)]
Load favicons asynchronously

16 years agoIntroduce MidoriLocationEntry and GtkIconEntry
Dale Whittaker [Thu, 17 Jul 2008 19:02:14 +0000 (21:02 +0200)]
Introduce MidoriLocationEntry and GtkIconEntry

16 years agoAvoid loading favicons unless we need to
Christian Dywan [Thu, 17 Jul 2008 17:15:36 +0000 (19:15 +0200)]
Avoid loading favicons unless we need to

16 years agoAdd image/vnd.microsoft.icon to favicon support
Dale Whittaker [Thu, 17 Jul 2008 10:34:34 +0000 (12:34 +0200)]
Add image/vnd.microsoft.icon to favicon support

16 years agoFav favicon mime comparison again
Christian Dywan [Thu, 17 Jul 2008 08:12:34 +0000 (10:12 +0200)]
Fav favicon mime comparison again

16 years agoWorkaround a GIO bug that causes an infinite loop
Dale Whittaker [Thu, 17 Jul 2008 07:58:08 +0000 (09:58 +0200)]
Workaround a GIO bug that causes an infinite loop

16 years agoReintroduce Download Manager preference
Christian Dywan [Wed, 16 Jul 2008 20:32:37 +0000 (22:32 +0200)]
Reintroduce Download Manager preference

16 years agoReverse Open tabs in the background with Ctrl
Christian Dywan [Wed, 16 Jul 2008 16:08:47 +0000 (18:08 +0200)]
Reverse Open tabs in the background with Ctrl

16 years agoEmulate primary clipboard and fix Middle click opens selection
Christian Dywan [Wed, 16 Jul 2008 14:02:29 +0000 (16:02 +0200)]
Emulate primary clipboard and fix Middle click opens selection

16 years agoPreliminary fix for crash after removing a bookmark
Enrico Tröger [Wed, 16 Jul 2008 12:24:30 +0000 (14:24 +0200)]
Preliminary fix for crash after removing a bookmark

16 years agoSome work towards signal support in gjs
Christian Dywan [Tue, 15 Jul 2008 18:37:52 +0000 (20:37 +0200)]
Some work towards signal support in gjs

16 years agoFix file choosers for GTk+ < 2.12
Christian Dywan [Tue, 15 Jul 2008 18:01:46 +0000 (20:01 +0200)]
Fix file choosers for GTk+ < 2.12

16 years agoRecognize image/x-ico favicons as well
Christian Dywan [Tue, 15 Jul 2008 15:54:18 +0000 (17:54 +0200)]
Recognize image/x-ico favicons as well

16 years agoMake sure icon is initiallized as NULL
Christian Dywan [Tue, 15 Jul 2008 15:40:55 +0000 (17:40 +0200)]
Make sure icon is initiallized as NULL

16 years agoLook for favicons in all parent folders
Christian Dywan [Mon, 14 Jul 2008 23:57:07 +0000 (01:57 +0200)]
Look for favicons in all parent folders

16 years agoEnsure SourceView really works with a valid file.
Christian Dywan [Mon, 14 Jul 2008 22:36:26 +0000 (00:36 +0200)]
Ensure SourceView really works with a valid file.

16 years agoFix favicon support properly
Christian Dywan [Mon, 14 Jul 2008 19:15:33 +0000 (21:15 +0200)]
Fix favicon support properly

16 years agoFix tab closing for good
Christian Dywan [Mon, 14 Jul 2008 19:14:57 +0000 (21:14 +0200)]
Fix tab closing for good

16 years agoFix regression, no empty tooltips in bookmark bar
Enrico Tröger [Sun, 13 Jul 2008 21:34:25 +0000 (23:34 +0200)]
Fix regression, no empty tooltips in bookmark bar

16 years agoUse GtkSourceView2 if available
Christian Dywan [Sun, 13 Jul 2008 21:21:46 +0000 (23:21 +0200)]
Use GtkSourceView2 if available

16 years agoConditionalize SourceView for older Glib
Christian Dywan [Sun, 13 Jul 2008 20:09:52 +0000 (22:09 +0200)]
Conditionalize SourceView for older Glib

16 years agoActually handle non web view tabs, and a View Source tab
Christian Dywan [Sun, 13 Jul 2008 19:49:57 +0000 (21:49 +0200)]
Actually handle non web view tabs, and a View Source tab

16 years agoHack to implement New Window menuitem
Christian Dywan [Sun, 13 Jul 2008 14:20:27 +0000 (16:20 +0200)]
Hack to implement New Window menuitem

16 years agoFix Gtk+ < 2.13 and GIO build
Christian Dywan [Sun, 6 Jul 2008 21:47:40 +0000 (23:47 +0200)]
Fix Gtk+ < 2.13 and GIO build

16 years agoRemove remnants of tab iconification, fixes swalloed clicks.
Christian Dywan [Sun, 6 Jul 2008 14:28:01 +0000 (16:28 +0200)]
Remove remnants of tab iconification, fixes swalloed clicks.

16 years agoLimit trash to contain 10 items
Christian Dywan [Sun, 6 Jul 2008 14:13:42 +0000 (16:13 +0200)]
Limit trash to contain 10 items

16 years agoBasic favicon support through GIO
Christian Dywan [Sun, 6 Jul 2008 14:12:27 +0000 (16:12 +0200)]
Basic favicon support through GIO

16 years agoDisconnect midori_web_view_settings_notify on finalize
Arnaud Renevier [Sun, 29 Jun 2008 14:10:56 +0000 (16:10 +0200)]
Disconnect midori_web_view_settings_notify on finalize

16 years agoMake WebList more flexible so it can replace Trash
Christian Dywan [Tue, 24 Jun 2008 19:54:01 +0000 (21:54 +0200)]
Make WebList more flexible so it can replace Trash

16 years agoTurn KatzeXbelItem into a gobject
Christian Dywan [Tue, 24 Jun 2008 19:47:41 +0000 (21:47 +0200)]
Turn KatzeXbelItem into a gobject

16 years agoFix a warning on startup when no search engine is available
Christian Dywan [Sun, 22 Jun 2008 10:44:31 +0000 (12:44 +0200)]
Fix a warning on startup when no search engine is available