]> spindle.queued.net Git - midori/log
midori
15 years agoMove array loading and saving to midori_array_{from,to}_file
Christian Dywan [Tue, 31 Mar 2009 16:09:04 +0000 (18:09 +0200)]
Move array loading and saving to midori_array_{from,to}_file

This not only takes the code out of main but in the future
will allow extensions to use and enhance it.

15 years agoRemove GJS, it's not used anymore
Christian Dywan [Tue, 31 Mar 2009 16:04:17 +0000 (18:04 +0200)]
Remove GJS, it's not used anymore

15 years agoOptimize sokoke_magic_uri for better performance
Christian Dywan [Tue, 31 Mar 2009 01:28:01 +0000 (03:28 +0200)]
Optimize sokoke_magic_uri for better performance

15 years agoAdd performance test for magic uri
Christian Dywan [Tue, 31 Mar 2009 01:26:51 +0000 (03:26 +0200)]
Add performance test for magic uri

15 years agoOptimize list iterations in KatzeArray
Christian Dywan [Tue, 31 Mar 2009 01:25:48 +0000 (03:25 +0200)]
Optimize list iterations in KatzeArray

15 years agoOptimize array iterations in main.c
Christian Dywan [Tue, 31 Mar 2009 01:24:29 +0000 (03:24 +0200)]
Optimize array iterations in main.c

15 years agoSupport proxy server address without a protocol
Christian Dywan [Mon, 30 Mar 2009 23:10:35 +0000 (01:10 +0200)]
Support proxy server address without a protocol

15 years agoUpdate Spanish translation
Guillermo Iguarán [Mon, 30 Mar 2009 21:28:40 +0000 (23:28 +0200)]
Update Spanish translation

15 years agoUpdate Russian translation
Anton Shestakov [Mon, 30 Mar 2009 21:24:26 +0000 (23:24 +0200)]
Update Russian translation

15 years agoPrint the cookie expiration date in the user's locale.
Enrico Tröger [Mon, 30 Mar 2009 21:14:09 +0000 (23:14 +0200)]
Print the cookie expiration date in the user's locale.

15 years agoCorrection misspelling of 'happened'
Christian Dywan [Sun, 29 Mar 2009 22:49:48 +0000 (00:49 +0200)]
Correction misspelling of 'happened'

15 years agoDon't expressly use libkatze in extensions to avoid -fPIC problem
Christian Dywan [Sun, 29 Mar 2009 22:14:43 +0000 (00:14 +0200)]
Don't expressly use libkatze in extensions to avoid -fPIC problem

15 years agoUpdate Danish translation
Per Kongstad [Sun, 29 Mar 2009 01:57:16 +0000 (03:57 +0200)]
Update Danish translation

15 years agoMinor improvements of the Cookie Manager extension.
Enrico Tröger [Sat, 28 Mar 2009 22:37:43 +0000 (23:37 +0100)]
Minor improvements of the Cookie Manager extension.

Don't keep the tooltips in the tree store, instead query them on
demand. This should result in less memory usage and a little
better performance.
Add missing "expires" information to the cookie information label.
Enable Menu/ Shift-F10 keys for the treeview.
Minor cleanup.

15 years agoDo not use long texts in the preferences but in tooltips
Christian Dywan [Sat, 28 Mar 2009 22:12:08 +0000 (23:12 +0100)]
Do not use long texts in the preferences but in tooltips

15 years agoShift selection of debug-level
Sebastian Andrzej Siewior [Sat, 28 Mar 2009 22:00:32 +0000 (23:00 +0100)]
Shift selection of debug-level

Currently configure switches on gcc to debug mode what means -O0. Adding
-d none does not help because it is filtered out earlier. -d bla would
help if bla were an allowed keyword.
This patch simply shifts the "compiler is gcc" block to the left so -O2 is
selected if the user selected -d none on the command line. Other compilers
remain with no extra switches.

15 years agoAdd BookmarkAdd to dummy menu items
Christian Dywan [Sat, 28 Mar 2009 20:00:11 +0000 (21:00 +0100)]
Add BookmarkAdd to dummy menu items

This fixes a warning about an accelerator and in some cases
even a crash when opening the bookmarks menu.

15 years agoOnly append separator to bookmarks if the array isn't empty
Enrico Tröger [Sat, 28 Mar 2009 19:57:42 +0000 (20:57 +0100)]
Only append separator to bookmarks if the array isn't empty

15 years agoUpdate German translation
Christian Dywan [Sat, 28 Mar 2009 17:49:46 +0000 (18:49 +0100)]
Update German translation

15 years agoUpdate French translation
Christian Dywan [Sat, 28 Mar 2009 16:40:00 +0000 (17:40 +0100)]
Update French translation

15 years agoUpdate French translation
Benjamin Maisonnas [Sat, 28 Mar 2009 15:04:20 +0000 (16:04 +0100)]
Update French translation

15 years agoUpdate French translation
Pascal Gervais [Sat, 28 Mar 2009 14:14:04 +0000 (15:14 +0100)]
Update French translation

15 years agoLoad cookie jar in an idle callback
Christian Dywan [Sat, 28 Mar 2009 02:04:27 +0000 (03:04 +0100)]
Load cookie jar in an idle callback

This improves perceived startup time a lot.

15 years agoUse the file icon in the download dialog if possible
Christian Dywan [Thu, 26 Mar 2009 23:40:28 +0000 (00:40 +0100)]
Use the file icon in the download dialog if possible

15 years agoUse GTest for magic-uri and group cases in proper paths
Christian Dywan [Thu, 26 Mar 2009 22:47:54 +0000 (23:47 +0100)]
Use GTest for magic-uri and group cases in proper paths

15 years agoSupport mailto: by passing it to gtk_show_uri or Exo
Christian Dywan [Thu, 26 Mar 2009 22:46:36 +0000 (23:46 +0100)]
Support mailto: by passing it to gtk_show_uri or Exo

15 years agoDisplay only the MIME type if there is no description
Christian Dywan [Thu, 26 Mar 2009 21:37:33 +0000 (22:37 +0100)]
Display only the MIME type if there is no description

15 years agoAdd cookie manager to existing browsers and fill the tree at once
Enrico Tröger [Thu, 26 Mar 2009 21:27:06 +0000 (22:27 +0100)]
Add cookie manager to existing browsers and fill the tree at once

15 years agoUpdate Japanese translation
Masato Hashimoto [Thu, 26 Mar 2009 20:58:33 +0000 (21:58 +0100)]
Update Japanese translation

15 years agoCheck the host as well before computing a tab color
Christian Dywan [Thu, 26 Mar 2009 15:19:52 +0000 (16:19 +0100)]
Check the host as well before computing a tab color

15 years agoUse the new midori_extension_get_app in extensions
Christian Dywan [Wed, 25 Mar 2009 01:12:12 +0000 (02:12 +0100)]
Use the new midori_extension_get_app in extensions

15 years agoUse a valid app when testing extension activation
Christian Dywan [Wed, 25 Mar 2009 01:11:16 +0000 (02:11 +0100)]
Use a valid app when testing extension activation

15 years agoAdd midori_extension_get_app and enforce a valid app
Christian Dywan [Wed, 25 Mar 2009 01:07:27 +0000 (02:07 +0100)]
Add midori_extension_get_app and enforce a valid app

We change the deactivation so that an extension is regarded as
active until the 'deactivate' signal was processed. And we
define that 'activate' must be called with a valid app.

15 years agoAlways lookup an item to find a radio group
Christian Dywan [Wed, 25 Mar 2009 01:04:41 +0000 (02:04 +0100)]
Always lookup an item to find a radio group

Storing a group isn't good enough because as soon as an item is
removed that group is invalid and can't be reused anymore.

15 years agoAdd pageholder to existing browsers and not only new ones
Enrico Tröger [Tue, 24 Mar 2009 23:43:03 +0000 (00:43 +0100)]
Add pageholder to existing browsers and not only new ones

15 years agoUpdate Japanese translation
Masato Hashimoto [Tue, 24 Mar 2009 23:13:44 +0000 (00:13 +0100)]
Update Japanese translation

15 years agoSave tab reordering to the session
Christian Dywan [Tue, 24 Mar 2009 22:54:37 +0000 (23:54 +0100)]
Save tab reordering to the session

15 years agoAdd "move-item" and katze_array_move_item
Christian Dywan [Tue, 24 Mar 2009 22:53:50 +0000 (23:53 +0100)]
Add "move-item" and katze_array_move_item

15 years agoAdd 'Cookie manager' extension
Enrico Tröger [Tue, 24 Mar 2009 22:05:47 +0000 (23:05 +0100)]
Add 'Cookie manager' extension

15 years agoMerge KatzeArray and KatzeList, we only ever use the array
Christian Dywan [Tue, 24 Mar 2009 00:55:46 +0000 (01:55 +0100)]
Merge KatzeArray and KatzeList, we only ever use the array

15 years agoCreate cookie jar on startup instead of waiting for an HTTP request
Christian Dywan [Tue, 24 Mar 2009 00:10:15 +0000 (01:10 +0100)]
Create cookie jar on startup instead of waiting for an HTTP request

15 years agoAdd a missing variable declaration
Christian Dywan [Mon, 23 Mar 2009 20:09:29 +0000 (21:09 +0100)]
Add a missing variable declaration

15 years agoDo not try to compute a tab colour unless it's a proper URI
Christian Dywan [Mon, 23 Mar 2009 18:27:35 +0000 (19:27 +0100)]
Do not try to compute a tab colour unless it's a proper URI

15 years agoFix API documentation build
Christian Dywan [Mon, 23 Mar 2009 11:08:27 +0000 (12:08 +0100)]
Fix API documentation build

15 years agoProperly initialize tooltips instance to NULL
Enrico Tröger [Sun, 22 Mar 2009 23:58:33 +0000 (00:58 +0100)]
Properly initialize tooltips instance to NULL

15 years agoRemove left-over assignement of configuration file
Enrico Tröger [Sun, 22 Mar 2009 22:47:07 +0000 (23:47 +0100)]
Remove left-over assignement of configuration file

15 years agoBump version to 0.1.5
Christian Dywan [Sun, 22 Mar 2009 21:38:24 +0000 (22:38 +0100)]
Bump version to 0.1.5

15 years agoUpdate German translation
Christian Dywan [Sun, 22 Mar 2009 21:27:39 +0000 (22:27 +0100)]
Update German translation

15 years agoUpdate French translation
Christian Dywan [Sun, 22 Mar 2009 21:26:57 +0000 (22:26 +0100)]
Update French translation

15 years agoUpdate translation template
Christian Dywan [Sun, 22 Mar 2009 21:26:41 +0000 (22:26 +0100)]
Update translation template

15 years agoAdd a Copy button the the console
Christian Dywan [Sun, 22 Mar 2009 18:09:40 +0000 (19:09 +0100)]
Add a Copy button the the console

15 years agoImplement Transfers sidepanel
Christian Dywan [Sun, 22 Mar 2009 14:25:57 +0000 (15:25 +0100)]
Implement Transfers sidepanel

15 years agoAdd add-download signal to MidoriBrowser
Christian Dywan [Sun, 22 Mar 2009 14:24:40 +0000 (15:24 +0100)]
Add add-download signal to MidoriBrowser

15 years agoReduce the width of individual download items
Christian Dywan [Sat, 21 Mar 2009 19:17:23 +0000 (20:17 +0100)]
Reduce the width of individual download items

15 years agoProvide a Clear button for cancelled downloads
Christian Dywan [Sat, 21 Mar 2009 19:08:37 +0000 (20:08 +0100)]
Provide a Clear button for cancelled downloads

15 years agoAlways reset the flag to open the downloaded file
Christian Dywan [Sat, 21 Mar 2009 19:07:38 +0000 (20:07 +0100)]
Always reset the flag to open the downloaded file

15 years agoMove download dialog to the view and don't show an error page
Christian Dywan [Sat, 21 Mar 2009 14:06:57 +0000 (15:06 +0100)]
Move download dialog to the view and don't show an error page

We have to handle the dialog when the MIME type is requested,
otherwise we don't know the type. Plus we stop the loading now
to avoid seeing an error page.

15 years agoImplement the 'open' button in the download dialog
Christian Dywan [Sat, 21 Mar 2009 09:46:25 +0000 (10:46 +0100)]
Implement the 'open' button in the download dialog

15 years agoShow a dialog before downloading asking what to do
Christian Dywan [Fri, 20 Mar 2009 23:40:03 +0000 (00:40 +0100)]
Show a dialog before downloading asking what to do

15 years agoRemove items from the transferbar when they are opened
Christian Dywan [Fri, 20 Mar 2009 23:11:29 +0000 (00:11 +0100)]
Remove items from the transferbar when they are opened

15 years agoImplement opening of downloaded files
Christian Dywan [Fri, 20 Mar 2009 23:08:22 +0000 (00:08 +0100)]
Implement opening of downloaded files

15 years agoAllow showing/ hiding the transferbar
Christian Dywan [Fri, 20 Mar 2009 22:55:38 +0000 (23:55 +0100)]
Allow showing/ hiding the transferbar

15 years agoAdd 'Colorful tabs' extension
Christian Dywan [Fri, 20 Mar 2009 01:34:27 +0000 (02:34 +0100)]
Add 'Colorful tabs' extension

15 years agoStrip selection from spaces when middle click opening
Christian Dywan [Thu, 19 Mar 2009 22:37:32 +0000 (23:37 +0100)]
Strip selection from spaces when middle click opening

It happens every so often that you quickly select an address
and there's leading or trailing space you accidentally hit.
So we strip the selection, otherwise such addresses don't work.

15 years agoInitial support for WebKitDownload
Christian Dywan [Thu, 19 Mar 2009 17:28:50 +0000 (18:28 +0100)]
Initial support for WebKitDownload

At this point all downloads run automatically and appear in the
statusbar. The destination folder can be chosen in the preferences.
Download can be cancelled. The context menu works as well.

15 years agoRemove midori-view.c from POTFILES.in
Enrico Tröger [Thu, 19 Mar 2009 17:14:04 +0000 (18:14 +0100)]
Remove midori-view.c from POTFILES.in

15 years agoImplement source view with GIO and drop internal source view
Christian Dywan [Tue, 17 Mar 2009 20:35:05 +0000 (21:35 +0100)]
Implement source view with GIO and drop internal source view

We use GIO to choose a text editor unless a text editor was
specified in the Preferences. We drop our internal source view
now which used to serve as a fallback.

15 years agoUpdate Japanese translation
Masato Hashimoto [Tue, 17 Mar 2009 20:15:53 +0000 (21:15 +0100)]
Update Japanese translation

15 years agoDrop WebKit/ libSoup related conditonals from preferences
Christian Dywan [Mon, 16 Mar 2009 22:55:25 +0000 (23:55 +0100)]
Drop WebKit/ libSoup related conditonals from preferences

15 years agoUse libSoup unconditionally in KatzeNet
Christian Dywan [Mon, 16 Mar 2009 22:54:45 +0000 (23:54 +0100)]
Use libSoup unconditionally in KatzeNet

15 years agoUse Glib 2.16 unconditionally in the addons panel
Christian Dywan [Mon, 16 Mar 2009 22:53:51 +0000 (23:53 +0100)]
Use Glib 2.16 unconditionally in the addons panel

15 years agoDrop libSoup guards in KatzeHTTPAuth and Katze HTTPCookies
Christian Dywan [Mon, 16 Mar 2009 01:20:58 +0000 (02:20 +0100)]
Drop libSoup guards in KatzeHTTPAuth and Katze HTTPCookies

15 years agoDrop soup session hijacking
Christian Dywan [Mon, 16 Mar 2009 01:13:35 +0000 (02:13 +0100)]
Drop soup session hijacking

15 years agoDrop WebKit and libSoup version conditionals in WebSettings
Christian Dywan [Mon, 16 Mar 2009 01:05:45 +0000 (02:05 +0100)]
Drop WebKit and libSoup version conditionals in WebSettings

15 years agoDrop compile time and runtime conditionals for libSoup and WebKit
Christian Dywan [Mon, 16 Mar 2009 00:54:22 +0000 (01:54 +0100)]
Drop compile time and runtime conditionals for libSoup and WebKit

15 years agoDrop Glib version guards from unit tests
Christian Dywan [Mon, 16 Mar 2009 00:30:40 +0000 (01:30 +0100)]
Drop Glib version guards from unit tests

15 years agoDrop Glib < 2.16 and WebKitGTK+ < 1.1.1 compat functions
Christian Dywan [Mon, 16 Mar 2009 00:26:52 +0000 (01:26 +0100)]
Drop Glib < 2.16 and WebKitGTK+ < 1.1.1 compat functions

15 years agoUse gtk_show_uri, GIO or Exo to open email adresses
Christian Dywan [Mon, 16 Mar 2009 00:21:59 +0000 (01:21 +0100)]
Use gtk_show_uri, GIO or Exo to open email adresses

15 years agoBump requirements to WebKitGTK+, Glib 2.16 and libsoup 2.25.2
Christian Dywan [Mon, 16 Mar 2009 00:18:22 +0000 (01:18 +0100)]
Bump requirements to WebKitGTK+, Glib 2.16 and libsoup 2.25.2

15 years agoEnclose MIME type in single quotes in the error message
Christian Dywan [Sun, 15 Mar 2009 17:44:16 +0000 (18:44 +0100)]
Enclose MIME type in single quotes in the error message

15 years agoUpdate Russian translation
Anton Shestakov [Sun, 15 Mar 2009 17:40:47 +0000 (18:40 +0100)]
Update Russian translation

15 years agoUpdate Portuguese translation
Sérgio Marques [Sun, 15 Mar 2009 17:31:43 +0000 (18:31 +0100)]
Update Portuguese translation

15 years agoUpdate French translation
Pascal Gervais [Sat, 14 Mar 2009 23:21:44 +0000 (00:21 +0100)]
Update French translation

15 years agoUpdate French translation
Pascal Gervais [Sat, 14 Mar 2009 23:10:03 +0000 (00:10 +0100)]
Update French translation

15 years agoAdd Simplified Chinese translation
Stanley Zhang [Sat, 14 Mar 2009 22:56:46 +0000 (23:56 +0100)]
Add Simplified Chinese translation

15 years agoCheck for and link with libm
Christian Dywan [Thu, 12 Mar 2009 17:20:14 +0000 (18:20 +0100)]
Check for and link with libm

15 years agoAdd tooltips to Enable and Disable buttons
Christian Dywan [Tue, 10 Mar 2009 18:35:11 +0000 (19:35 +0100)]
Add tooltips to Enable and Disable buttons

15 years agoAdd Traditional Chinese translation
Wei-Lun Chao [Sun, 8 Mar 2009 01:18:32 +0000 (02:18 +0100)]
Add Traditional Chinese translation

15 years agoUpdate Russian translation
Anton Shestakov [Sat, 7 Mar 2009 23:48:40 +0000 (00:48 +0100)]
Update Russian translation

15 years agoUpdate Italian translation
Sergio Durzu [Sat, 7 Mar 2009 23:12:27 +0000 (00:12 +0100)]
Update Italian translation

15 years agoImplement Last Visited Pages menu and toolbar item
Christian Dywan [Sat, 7 Mar 2009 13:00:14 +0000 (14:00 +0100)]
Implement Last Visited Pages menu and toolbar item

We use the name of history folders now to store dates instead
of the token. This makes it possible to show history in an action.

15 years agoMake the proxy insensitive if the array is unset
Christian Dywan [Sat, 7 Mar 2009 12:58:32 +0000 (13:58 +0100)]
Make the proxy insensitive if the array is unset

15 years agoUse session function in WebKitGTK+ 1.1.1 and prepare the session
Christian Dywan [Fri, 6 Mar 2009 19:29:40 +0000 (20:29 +0100)]
Use session function in WebKitGTK+ 1.1.1 and prepare the session

15 years agoImplement a button to use the current page as homepage
Christian Dywan [Thu, 5 Mar 2009 22:36:13 +0000 (23:36 +0100)]
Implement a button to use the current page as homepage

15 years agoAdd unit test for the browser, it tests actions at this point
Christian Dywan [Thu, 5 Mar 2009 22:10:05 +0000 (23:10 +0100)]
Add unit test for the browser, it tests actions at this point

15 years agoMake sure there actually is a web view when returning the level
Christian Dywan [Thu, 5 Mar 2009 22:09:22 +0000 (23:09 +0100)]
Make sure there actually is a web view when returning the level

15 years agoFix zooming, and make Zoom Normal work again
Christian Dywan [Thu, 5 Mar 2009 21:45:34 +0000 (22:45 +0100)]
Fix zooming, and make Zoom Normal work again

15 years agoLoad and save extension settings automatically
Christian Dywan [Thu, 5 Mar 2009 21:22:18 +0000 (22:22 +0100)]
Load and save extension settings automatically

15 years agoImplement bypassing cache when reloading with Shift
Christian Dywan [Wed, 4 Mar 2009 22:23:23 +0000 (23:23 +0100)]
Implement bypassing cache when reloading with Shift

15 years agoAdd WebKit version check to compat.h and use it in Preferences
Enrico Tröger [Wed, 4 Mar 2009 22:07:29 +0000 (23:07 +0100)]
Add WebKit version check to compat.h and use it in Preferences