]> spindle.queued.net Git - midori/log
midori
16 years agoUpdate French translation.
Christian Dywan [Tue, 10 Jun 2008 20:58:33 +0000 (22:58 +0200)]
Update French translation.

16 years agoUpdate German translation.
Christian Dywan [Tue, 10 Jun 2008 20:18:09 +0000 (22:18 +0200)]
Update German translation.

16 years agoPrint an error message if midori fails to run
Christian Dywan [Tue, 10 Jun 2008 14:20:02 +0000 (16:20 +0200)]
Print an error message if midori fails to run

16 years agoFix autotools build.
Christian Dywan [Mon, 9 Jun 2008 17:32:55 +0000 (19:32 +0200)]
Fix autotools build.

16 years agoIntroduce WebItem, first step of refactoring web search
Christian Dywan [Mon, 9 Jun 2008 01:17:01 +0000 (03:17 +0200)]
Introduce WebItem, first step of refactoring web search

16 years agoRemove zoom compatibility, use new API or fall through
Christian Dywan [Mon, 9 Jun 2008 01:13:08 +0000 (03:13 +0200)]
Remove zoom compatibility, use new API or fall through

16 years agoMove tooltip API from sokoke to compat
Christian Dywan [Sun, 8 Jun 2008 17:45:33 +0000 (19:45 +0200)]
Move tooltip API from sokoke to compat

16 years agoAdd Zoom Stepping Value to Preferences
Christian Dywan [Sun, 8 Jun 2008 16:42:39 +0000 (18:42 +0200)]
Add Zoom Stepping Value to Preferences

16 years agoEnable mouse wheel zoom bindings.
Christian Dywan [Sun, 8 Jun 2008 15:49:59 +0000 (17:49 +0200)]
Enable mouse wheel zoom bindings.

16 years agoRemove 'midori' from .gitignore
Christian Dywan [Sun, 8 Jun 2008 15:47:06 +0000 (17:47 +0200)]
Remove 'midori' from .gitignore

16 years agoIntroduce compat.h which provides new api for old libraries
Christian Dywan [Sun, 8 Jun 2008 15:46:24 +0000 (17:46 +0200)]
Introduce compat.h which provides new api for old libraries

16 years agoCleanup and fix a race condition causing an ugly warning.
Christian Dywan [Sun, 8 Jun 2008 14:58:03 +0000 (16:58 +0200)]
Cleanup and fix a race condition causing an ugly warning.

16 years agoFix segfault on quit, improve app and browser interface
Christian Dywan [Sat, 7 Jun 2008 23:25:57 +0000 (01:25 +0200)]
Fix segfault on quit, improve app and browser interface

16 years agoFix last commit, one file was not updated.
Christian Dywan [Sat, 7 Jun 2008 23:16:06 +0000 (01:16 +0200)]
Fix last commit, one file was not updated.

16 years agoRemove version strings from build and --version output
Christian Dywan [Sat, 7 Jun 2008 11:02:18 +0000 (13:02 +0200)]
Remove version strings from build and --version output

16 years agoRun 'configure' implicitly from autogen.sh
Mike Massonnet [Sat, 7 Jun 2008 10:32:03 +0000 (12:32 +0200)]
Run 'configure' implicitly from autogen.sh

16 years agoFix desktop file install, use DATADIR properly
Enrico Tröger [Sat, 7 Jun 2008 09:54:40 +0000 (11:54 +0200)]
Fix desktop file install, use DATADIR properly

16 years agoUpdate waf to 1.4.2 from svn including po fix
Christian Dywan [Tue, 3 Jun 2008 21:10:46 +0000 (23:10 +0200)]
Update waf to 1.4.2 from svn including po fix

16 years agoDefault to current URI and page for Bookmark Add
Christian Dywan [Mon, 2 Jun 2008 21:57:53 +0000 (23:57 +0200)]
Default to current URI and page for Bookmark Add

16 years agoFix and update translation template handling
Christian Dywan [Sun, 1 Jun 2008 23:54:38 +0000 (01:54 +0200)]
Fix and update translation template handling

16 years agoFix 'missing cursor' in entries
Christian Dywan [Sun, 1 Jun 2008 21:58:00 +0000 (23:58 +0200)]
Fix 'missing cursor' in entries

16 years agoRename folder 'src' to 'midori'
Christian Dywan [Sun, 1 Jun 2008 21:47:27 +0000 (23:47 +0200)]
Rename folder 'src' to 'midori'

16 years agoInstall scalable icon with autotools
Christian Dywan [Sun, 1 Jun 2008 19:57:27 +0000 (21:57 +0200)]
Install scalable icon with autotools

16 years agoCleanup sokoke
Christian Dywan [Sun, 1 Jun 2008 15:39:57 +0000 (17:39 +0200)]
Cleanup sokoke

16 years agoChange a few strings, particularly New Bookmark => Add Bookmark
Christian Dywan [Sun, 1 Jun 2008 14:40:44 +0000 (16:40 +0200)]
Change a few strings, particularly New Bookmark => Add Bookmark

16 years agoFix opening files from command line with a relative path
Enrico Tröger [Sun, 1 Jun 2008 13:24:55 +0000 (15:24 +0200)]
Fix opening files from command line with a relative path

16 years agoCheck for unistd.h in waf, update cache on (un)install only
Christian Dywan [Sun, 1 Jun 2008 13:16:40 +0000 (15:16 +0200)]
Check for unistd.h in waf, update cache on (un)install only

16 years agoFix superuser warning bar
Enrico Tröger [Sun, 1 Jun 2008 13:15:38 +0000 (15:15 +0200)]
Fix superuser warning bar

16 years agoFill in discriptions for tooltips
Christian Dywan [Sun, 1 Jun 2008 12:08:48 +0000 (14:08 +0200)]
Fill in discriptions for tooltips

16 years agoAdd print support via javascript
Christian Dywan [Sun, 1 Jun 2008 09:43:55 +0000 (11:43 +0200)]
Add print support via javascript

16 years agoAdd zoom functionality, if webkit supports it
Christian Dywan [Sun, 1 Jun 2008 09:26:10 +0000 (11:26 +0200)]
Add zoom functionality, if webkit supports it

16 years agoProvide action signals as javascript functions
Christian Dywan [Sat, 31 May 2008 22:21:08 +0000 (00:21 +0200)]
Provide action signals as javascript functions

From javscript C functions cannot be called, but signals
are available through the GObject type system. So
we allow javascript to call action signals like functions.

At the same time we modify a few browser functions, so
that they are functions that are available as signals.

16 years agoUpdate icon cache on uninstall, catch missing gtk-update-icon-cache
Christian Dywan [Sat, 31 May 2008 12:56:33 +0000 (14:56 +0200)]
Update icon cache on uninstall, catch missing gtk-update-icon-cache

16 years agoUse 'midori' icon and update icon cache in waf
Christian Dywan [Sat, 31 May 2008 12:20:36 +0000 (14:20 +0200)]
Use 'midori' icon and update icon cache in waf

16 years agoUse 'pproc' in waf in place of subprocess
Christian Dywan [Sat, 31 May 2008 11:51:03 +0000 (13:51 +0200)]
Use 'pproc' in waf in place of subprocess

16 years agoMark required packages as 'mandatory' in waf
Christian Dywan [Sat, 31 May 2008 10:43:37 +0000 (12:43 +0200)]
Mark required packages as 'mandatory' in waf

16 years agoAdd svg icon and according waf logic
Christian Dywan [Sat, 31 May 2008 10:14:15 +0000 (12:14 +0200)]
Add svg icon and according waf logic

16 years agoFirst attempt at a waf build system
Christian Dywan [Sat, 31 May 2008 09:55:54 +0000 (11:55 +0200)]
First attempt at a waf build system

16 years agoUpdated AUTHORS file.
Christian Dywan [Fri, 23 May 2008 00:02:21 +0000 (02:02 +0200)]
Updated AUTHORS file.

16 years agoDo not set a tooltip on tool items if the text is empty
Enrico Tröger [Thu, 22 May 2008 23:58:44 +0000 (01:58 +0200)]
Do not set a tooltip on tool items if the text is empty

16 years agoImplement MidoriApp singleton and improve multiple window support
Christian Dywan [Thu, 22 May 2008 22:17:10 +0000 (00:17 +0200)]
Implement MidoriApp singleton and improve multiple window support

The new singleton holds the shared settings and trash. It is
further more used to keep track of all open windows and quits
when the last window was closed. It also watches the focus in
case you need something like a "current" browser.

16 years agoApply a few small corrections.
Christian Dywan [Thu, 22 May 2008 12:32:54 +0000 (14:32 +0200)]
Apply a few small corrections.

16 years agoDo not call setlocale, let gtk handle this.
Christian Dywan [Thu, 22 May 2008 12:30:52 +0000 (14:30 +0200)]
Do not call setlocale, let gtk handle this.

16 years agoAdd Show Homepage option, remove Form Fill and Small Toolbar
Christian Dywan [Tue, 20 May 2008 01:21:11 +0000 (03:21 +0200)]
Add Show Homepage option, remove Form Fill and Small Toolbar

16 years agoRemember the last opened folder for File Open
Enrico Tröger [Tue, 20 May 2008 01:01:54 +0000 (03:01 +0200)]
Remember the last opened folder for File Open

The File Open dialog should remember the last opened folder
or try to obtain it from the currently opened web view.
Besides the dialog ought to be transient.

16 years agoAdd Hungarian translation.
SZERVÁC Attila [Sun, 11 May 2008 23:26:25 +0000 (01:26 +0200)]
Add Hungarian translation.

16 years agoUse value-changed instead of changed for spin buttons
Christian Dywan [Wed, 7 May 2008 17:25:43 +0000 (19:25 +0200)]
Use value-changed instead of changed for spin buttons

16 years agoFix the default location-entry-search value
Christian Dywan [Wed, 7 May 2008 14:40:53 +0000 (16:40 +0200)]
Fix the default location-entry-search value

16 years agoProvide a javascript style Gtk.binding and add g_return_if_fail
Christian Dywan [Wed, 7 May 2008 01:05:22 +0000 (03:05 +0200)]
Provide a javascript style Gtk.binding and add g_return_if_fail

16 years agoMake javascript gobject bindings independant.
Christian Dywan [Mon, 5 May 2008 22:51:04 +0000 (00:51 +0200)]
Make javascript gobject bindings independant.

Moving the bindings into a single file makes them independant
of addons and midori, requiring only JavaScriptCore and GObject.

This allows for standalone scripts to run independant from
Midori itself. Also extensions will run independant from a
browser instance.
This change removes the 'midori' object.

16 years agoBump version to 0.0.18
Christian Dywan [Sun, 4 May 2008 17:31:44 +0000 (19:31 +0200)]
Bump version to 0.0.18

16 years agoUpdate translations.
Christian Dywan [Sun, 4 May 2008 17:15:28 +0000 (19:15 +0200)]
Update translations.

16 years agoChange 'Cookies' to 'Web Cookies' and fix POTFILES.in.
Christian Dywan [Sun, 4 May 2008 17:14:48 +0000 (19:14 +0200)]
Change 'Cookies' to 'Web Cookies' and fix POTFILES.in.

16 years agoUpdate AUTHORS, README and TODO files.
Christian Dywan [Sun, 4 May 2008 17:13:02 +0000 (19:13 +0200)]
Update AUTHORS, README and TODO files.

17 years agoWrap userscripts in an anonymous function.
Christian Dywan [Sat, 3 May 2008 23:34:39 +0000 (01:34 +0200)]
Wrap userscripts in an anonymous function.

17 years agoFocus the web view when loading bookmarks.
Christian Dywan [Sat, 3 May 2008 21:32:05 +0000 (23:32 +0200)]
Focus the web view when loading bookmarks.

17 years agoFirst attempt at an extension interface.
Christian Dywan [Fri, 2 May 2008 20:30:26 +0000 (22:30 +0200)]
First attempt at an extension interface.

17 years agoEnumerate script object property names.
Christian Dywan [Mon, 28 Apr 2008 22:12:23 +0000 (00:12 +0200)]
Enumerate script object property names.

17 years agoInitial addon panel feature, only userscripts for now.
Christian Dywan [Mon, 28 Apr 2008 20:38:57 +0000 (22:38 +0200)]
Initial addon panel feature, only userscripts for now.

17 years agoIntegrate panel toolbars properly outside scrolled areas.
Christian Dywan [Sat, 26 Apr 2008 00:43:32 +0000 (02:43 +0200)]
Integrate panel toolbars properly outside scrolled areas.

17 years agoFix focus in location if starting up with a Blank page
Christian Dywan [Fri, 25 Apr 2008 19:31:57 +0000 (21:31 +0200)]
Fix focus in location if starting up with a Blank page

At the point of loading the first page the web view
hasn't loaded anything, so we need to manually focus
the Location if the page is blank.

Incidentally midori_browser_activate_action can activate
any action, so it will probably be much more useful
in the future.

17 years agoAttempt to fix handling of background and foreground tabs.
Christian Dywan [Thu, 24 Apr 2008 22:20:43 +0000 (00:20 +0200)]
Attempt to fix handling of background and foreground tabs.

17 years agoAdd string allocations to avoid freeing of constant strings.
Arnaud Renevier [Wed, 23 Apr 2008 22:42:41 +0000 (00:42 +0200)]
Add string allocations to avoid freeing of constant strings.

17 years agoShow hidden location/ web search temporarily when needed.
Christian Dywan [Tue, 22 Apr 2008 21:36:37 +0000 (23:36 +0200)]
Show hidden location/ web search temporarily when needed.

If the location or web search was hidden, and one attempted
to use the menus or shortcuts for Location or Web search,
an appropriate dialog with an entry was shown.

Now we show the according widget temporarily and hide it again
once it loses focus.

17 years agoUpdate interface and web featureswith preference changes.
Christian Dywan [Tue, 22 Apr 2008 20:19:24 +0000 (22:19 +0200)]
Update interface and web featureswith preference changes.

The toolbar style, small toolbar, New Tab, Web Search and
Trash buttons are shown or hidden respectively as
the preference values change.
This is also an attempt at updating the web view's settings
immediately. Although it seems to work, an ugly warning is
emitted to the console on every change.

17 years agoResolve helpers and globals into sokoke.
Christian Dywan [Sun, 20 Apr 2008 19:44:56 +0000 (21:44 +0200)]
Resolve helpers and globals into sokoke.

17 years agoFix crash on startup caused by invalid settings.
Enrico Tröger [Sun, 20 Apr 2008 16:28:55 +0000 (18:28 +0200)]
Fix crash on startup caused by invalid settings.

17 years agoImplement a font combobox and use it for Default Font Family.
Christian Dywan [Sun, 20 Apr 2008 16:12:39 +0000 (18:12 +0200)]
Implement a font combobox and use it for Default Font Family.

17 years agoMove UNIMPLEMENTED macro to sokoke.
Christian Dywan [Sun, 20 Apr 2008 04:41:26 +0000 (06:41 +0200)]
Move UNIMPLEMENTED macro to sokoke.

17 years agoMention intltool in INSTALL.
Christian Dywan [Sun, 20 Apr 2008 01:31:55 +0000 (03:31 +0200)]
Mention intltool in INSTALL.

17 years agoUpdate French translation
Christian Dywan [Sun, 20 Apr 2008 01:31:22 +0000 (03:31 +0200)]
Update French translation

17 years agoTurn prefs into MidoriPreferences
Christian Dywan [Sun, 20 Apr 2008 01:30:24 +0000 (03:30 +0200)]
Turn prefs into MidoriPreferences

17 years agoAdd French translation, not quite complete yet
Christian Dywan [Sat, 19 Apr 2008 12:21:08 +0000 (14:21 +0200)]
Add French translation, not quite complete yet

17 years agoUpdate German localisation plus a tiny string fix.
Christian Dywan [Sat, 19 Apr 2008 12:19:37 +0000 (14:19 +0200)]
Update German localisation plus a tiny string fix.

17 years agoFix background tabs, strings and new tab focus.
Christian Dywan [Fri, 18 Apr 2008 00:40:53 +0000 (02:40 +0200)]
Fix background tabs, strings and new tab focus.

17 years agoFocus the web view when opening an URL via the location
Christian Dywan [Wed, 16 Apr 2008 23:58:02 +0000 (01:58 +0200)]
Focus the web view when opening an URL via the location

17 years agoMention libtool and autogen.sh in INSTALL
Christian Dywan [Wed, 16 Apr 2008 23:40:15 +0000 (01:40 +0200)]
Mention libtool and autogen.sh in INSTALL

17 years agoCorrect the example of a function definition
Christian Dywan [Wed, 16 Apr 2008 23:39:07 +0000 (01:39 +0200)]
Correct the example of a function definition

17 years agoRemove old configuration logic entirely
Christian Dywan [Wed, 16 Apr 2008 23:38:22 +0000 (01:38 +0200)]
Remove old configuration logic entirely

Almost all uses of the old system were superseded
by the use of MidoriWebSettings now, the
migration is almost finished.

17 years agoSwitch configuration to MidoriWebSettings.
Christian Dywan [Sun, 13 Apr 2008 19:51:43 +0000 (21:51 +0200)]
Switch configuration to MidoriWebSettings.

Switch configuration logic from a custom structure to
fully rely on MidoriWebSettings. This includes revamping
the preferences dialog. The old logic is not yet
replaced completely, this will follow soon, thus several
settings will have no effect right now.

17 years agoImplement property proxy widget creation.
Christian Dywan [Sun, 13 Apr 2008 19:21:39 +0000 (21:21 +0200)]
Implement property proxy widget creation.

The functions katze_property_proxy and katze_propery_label
can intelligently create widgets that represent properties
of a particular object. This allows for building up a
configuration interface with few to no code dealing with
specific settings.

17 years agoRemove unused signal pointers from settings.
Christian Dywan [Sun, 13 Apr 2008 09:40:27 +0000 (11:40 +0200)]
Remove unused signal pointers from settings.

17 years agoEnhance Web Settings greatly with new properties.
Christian Dywan [Sun, 13 Apr 2008 09:29:21 +0000 (11:29 +0200)]
Enhance Web Settings greatly with new properties.

A lot of new properties are added, which are going to
be the basis of the coming configuration replacement.

Also a little cleanup is done in a few places.

17 years agoRemove 'External programs' logic
Christian Dywan [Sat, 12 Apr 2008 13:48:33 +0000 (15:48 +0200)]
Remove 'External programs' logic

17 years agoOpen selection in new tab via Control.
Przemek Sitek [Mon, 7 Apr 2008 04:54:02 +0000 (06:54 +0200)]
Open selection in new tab via Control.

17 years agoSave the return value of the panel's 'close' signal.
Przemek Sitek [Sun, 6 Apr 2008 23:17:17 +0000 (01:17 +0200)]
Save the return value of the panel's 'close' signal.

17 years agoAppend the closed tabs items as a proper submenu.
Przemek Sitek [Sun, 6 Apr 2008 23:15:09 +0000 (01:15 +0200)]
Append the closed tabs items as a proper submenu.

17 years agoUse a default tab icon.
Christian Dywan [Sat, 5 Apr 2008 14:22:02 +0000 (16:22 +0200)]
Use a default tab icon.

17 years agoUse an empty URI if Load on Startup is Blank page.
Christian Dywan [Sat, 5 Apr 2008 13:33:54 +0000 (15:33 +0200)]
Use an empty URI if Load on Startup is Blank page.

17 years agoFix Reload/ Stop menu items.
Christian Dywan [Thu, 3 Apr 2008 21:33:32 +0000 (23:33 +0200)]
Fix Reload/ Stop menu items.

The menu items were sensitive in reversed logic and the Stop item
had the icon and accelerator of the Reload item.

Now the sensitivity is fixed and the Stop item is Stop again.

17 years agoRecognize the Enter key in the location entry.
Christian Dywan [Sun, 30 Mar 2008 18:32:01 +0000 (20:32 +0200)]
Recognize the Enter key in the location entry.

17 years agoQuick fix: Open URIs again.
Christian Dywan [Sun, 30 Mar 2008 15:07:56 +0000 (17:07 +0200)]
Quick fix: Open URIs again.

17 years agoThe location is empty and focused by default
Christian Dywan [Sun, 30 Mar 2008 14:55:46 +0000 (16:55 +0200)]
The location is empty and focused by default

When a new tab is opened it won't default to about:blank
but be empty and also gain focus automatically.

17 years agoImplement proper menu positioning.
Przemek Sitek [Sat, 29 Mar 2008 21:38:59 +0000 (22:38 +0100)]
Implement proper menu positioning.

Menu position is computed according to the widget position
and size as well as a hint indicating alignment to the
mouse pointer, left or right.

17 years agoAdd Polish translation.
Przemek Sitek [Sat, 29 Mar 2008 21:05:26 +0000 (22:05 +0100)]
Add Polish translation.

17 years agoImplement the Console panel for script messages.
Christian Dywan [Thu, 27 Mar 2008 00:21:29 +0000 (01:21 +0100)]
Implement the Console panel for script messages.

17 years agoShow the panel's name in the toolbar.
Christian Dywan [Wed, 26 Mar 2008 23:55:09 +0000 (00:55 +0100)]
Show the panel's name in the toolbar.

17 years agoFix panel close button.
Christian Dywan [Mon, 24 Mar 2008 13:15:23 +0000 (14:15 +0100)]
Fix panel close button.

17 years agoUpdate .gitignore and remove po/Makefile.in.in
Christian Dywan [Mon, 24 Mar 2008 13:12:00 +0000 (14:12 +0100)]
Update .gitignore and remove po/Makefile.in.in

17 years agoAdd swedish translation.
Mikael Magnusson [Sun, 23 Mar 2008 20:43:12 +0000 (21:43 +0100)]
Add swedish translation.