]>
spindle.queued.net Git - midori/log
Christian Dywan [Tue, 31 Mar 2009 01:24:29 +0000 (03:24 +0200)]
Optimize array iterations in main.c
Christian Dywan [Mon, 30 Mar 2009 23:10:35 +0000 (01:10 +0200)]
Support proxy server address without a protocol
Guillermo Iguarán [Mon, 30 Mar 2009 21:28:40 +0000 (23:28 +0200)]
Update Spanish translation
Anton Shestakov [Mon, 30 Mar 2009 21:24:26 +0000 (23:24 +0200)]
Update Russian translation
Enrico Tröger [Mon, 30 Mar 2009 21:14:09 +0000 (23:14 +0200)]
Print the cookie expiration date in the user's locale.
Christian Dywan [Sun, 29 Mar 2009 22:49:48 +0000 (00:49 +0200)]
Correction misspelling of 'happened'
Christian Dywan [Sun, 29 Mar 2009 22:14:43 +0000 (00:14 +0200)]
Don't expressly use libkatze in extensions to avoid -fPIC problem
Per Kongstad [Sun, 29 Mar 2009 01:57:16 +0000 (03:57 +0200)]
Update Danish translation
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.
Christian Dywan [Sat, 28 Mar 2009 22:12:08 +0000 (23:12 +0100)]
Do not use long texts in the preferences but in tooltips
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.
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.
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
Christian Dywan [Sat, 28 Mar 2009 17:49:46 +0000 (18:49 +0100)]
Update German translation
Christian Dywan [Sat, 28 Mar 2009 16:40:00 +0000 (17:40 +0100)]
Update French translation
Benjamin Maisonnas [Sat, 28 Mar 2009 15:04:20 +0000 (16:04 +0100)]
Update French translation
Pascal Gervais [Sat, 28 Mar 2009 14:14:04 +0000 (15:14 +0100)]
Update French translation
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.
Christian Dywan [Thu, 26 Mar 2009 23:40:28 +0000 (00:40 +0100)]
Use the file icon in the download dialog if possible
Christian Dywan [Thu, 26 Mar 2009 22:47:54 +0000 (23:47 +0100)]
Use GTest for magic-uri and group cases in proper paths
Christian Dywan [Thu, 26 Mar 2009 22:46:36 +0000 (23:46 +0100)]
Support mailto: by passing it to gtk_show_uri or Exo
Christian Dywan [Thu, 26 Mar 2009 21:37:33 +0000 (22:37 +0100)]
Display only the MIME type if there is no description
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
Masato Hashimoto [Thu, 26 Mar 2009 20:58:33 +0000 (21:58 +0100)]
Update Japanese translation
Christian Dywan [Thu, 26 Mar 2009 15:19:52 +0000 (16:19 +0100)]
Check the host as well before computing a tab color
Christian Dywan [Wed, 25 Mar 2009 01:12:12 +0000 (02:12 +0100)]
Use the new midori_extension_get_app in extensions
Christian Dywan [Wed, 25 Mar 2009 01:11:16 +0000 (02:11 +0100)]
Use a valid app when testing extension activation
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.
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.
Enrico Tröger [Tue, 24 Mar 2009 23:43:03 +0000 (00:43 +0100)]
Add pageholder to existing browsers and not only new ones
Masato Hashimoto [Tue, 24 Mar 2009 23:13:44 +0000 (00:13 +0100)]
Update Japanese translation
Christian Dywan [Tue, 24 Mar 2009 22:54:37 +0000 (23:54 +0100)]
Save tab reordering to the session
Christian Dywan [Tue, 24 Mar 2009 22:53:50 +0000 (23:53 +0100)]
Add "move-item" and katze_array_move_item
Enrico Tröger [Tue, 24 Mar 2009 22:05:47 +0000 (23:05 +0100)]
Add 'Cookie manager' extension
Christian Dywan [Tue, 24 Mar 2009 00:55:46 +0000 (01:55 +0100)]
Merge KatzeArray and KatzeList, we only ever use the array
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
Christian Dywan [Mon, 23 Mar 2009 20:09:29 +0000 (21:09 +0100)]
Add a missing variable declaration
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
Christian Dywan [Mon, 23 Mar 2009 11:08:27 +0000 (12:08 +0100)]
Fix API documentation build
Enrico Tröger [Sun, 22 Mar 2009 23:58:33 +0000 (00:58 +0100)]
Properly initialize tooltips instance to NULL
Enrico Tröger [Sun, 22 Mar 2009 22:47:07 +0000 (23:47 +0100)]
Remove left-over assignement of configuration file
Christian Dywan [Sun, 22 Mar 2009 21:38:24 +0000 (22:38 +0100)]
Bump version to 0.1.5
Christian Dywan [Sun, 22 Mar 2009 21:27:39 +0000 (22:27 +0100)]
Update German translation
Christian Dywan [Sun, 22 Mar 2009 21:26:57 +0000 (22:26 +0100)]
Update French translation
Christian Dywan [Sun, 22 Mar 2009 21:26:41 +0000 (22:26 +0100)]
Update translation template
Christian Dywan [Sun, 22 Mar 2009 18:09:40 +0000 (19:09 +0100)]
Add a Copy button the the console
Christian Dywan [Sun, 22 Mar 2009 14:25:57 +0000 (15:25 +0100)]
Implement Transfers sidepanel
Christian Dywan [Sun, 22 Mar 2009 14:24:40 +0000 (15:24 +0100)]
Add add-download signal to MidoriBrowser
Christian Dywan [Sat, 21 Mar 2009 19:17:23 +0000 (20:17 +0100)]
Reduce the width of individual download items
Christian Dywan [Sat, 21 Mar 2009 19:08:37 +0000 (20:08 +0100)]
Provide a Clear button for cancelled downloads
Christian Dywan [Sat, 21 Mar 2009 19:07:38 +0000 (20:07 +0100)]
Always reset the flag to open the downloaded file
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.
Christian Dywan [Sat, 21 Mar 2009 09:46:25 +0000 (10:46 +0100)]
Implement the 'open' button in the download dialog
Christian Dywan [Fri, 20 Mar 2009 23:40:03 +0000 (00:40 +0100)]
Show a dialog before downloading asking what to do
Christian Dywan [Fri, 20 Mar 2009 23:11:29 +0000 (00:11 +0100)]
Remove items from the transferbar when they are opened
Christian Dywan [Fri, 20 Mar 2009 23:08:22 +0000 (00:08 +0100)]
Implement opening of downloaded files
Christian Dywan [Fri, 20 Mar 2009 22:55:38 +0000 (23:55 +0100)]
Allow showing/ hiding the transferbar
Christian Dywan [Fri, 20 Mar 2009 01:34:27 +0000 (02:34 +0100)]
Add 'Colorful tabs' extension
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.
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.
Enrico Tröger [Thu, 19 Mar 2009 17:14:04 +0000 (18:14 +0100)]
Remove midori-view.c from POTFILES.in
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.
Masato Hashimoto [Tue, 17 Mar 2009 20:15:53 +0000 (21:15 +0100)]
Update Japanese translation
Christian Dywan [Mon, 16 Mar 2009 22:55:25 +0000 (23:55 +0100)]
Drop WebKit/ libSoup related conditonals from preferences
Christian Dywan [Mon, 16 Mar 2009 22:54:45 +0000 (23:54 +0100)]
Use libSoup unconditionally in KatzeNet
Christian Dywan [Mon, 16 Mar 2009 22:53:51 +0000 (23:53 +0100)]
Use Glib 2.16 unconditionally in the addons panel
Christian Dywan [Mon, 16 Mar 2009 01:20:58 +0000 (02:20 +0100)]
Drop libSoup guards in KatzeHTTPAuth and Katze HTTPCookies
Christian Dywan [Mon, 16 Mar 2009 01:13:35 +0000 (02:13 +0100)]
Drop soup session hijacking
Christian Dywan [Mon, 16 Mar 2009 01:05:45 +0000 (02:05 +0100)]
Drop WebKit and libSoup version conditionals in WebSettings
Christian Dywan [Mon, 16 Mar 2009 00:54:22 +0000 (01:54 +0100)]
Drop compile time and runtime conditionals for libSoup and WebKit
Christian Dywan [Mon, 16 Mar 2009 00:30:40 +0000 (01:30 +0100)]
Drop Glib version guards from unit tests
Christian Dywan [Mon, 16 Mar 2009 00:26:52 +0000 (01:26 +0100)]
Drop Glib < 2.16 and WebKitGTK+ < 1.1.1 compat functions
Christian Dywan [Mon, 16 Mar 2009 00:21:59 +0000 (01:21 +0100)]
Use gtk_show_uri, GIO or Exo to open email adresses
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
Christian Dywan [Sun, 15 Mar 2009 17:44:16 +0000 (18:44 +0100)]
Enclose MIME type in single quotes in the error message
Anton Shestakov [Sun, 15 Mar 2009 17:40:47 +0000 (18:40 +0100)]
Update Russian translation
Sérgio Marques [Sun, 15 Mar 2009 17:31:43 +0000 (18:31 +0100)]
Update Portuguese translation
Pascal Gervais [Sat, 14 Mar 2009 23:21:44 +0000 (00:21 +0100)]
Update French translation
Pascal Gervais [Sat, 14 Mar 2009 23:10:03 +0000 (00:10 +0100)]
Update French translation
Stanley Zhang [Sat, 14 Mar 2009 22:56:46 +0000 (23:56 +0100)]
Add Simplified Chinese translation
Christian Dywan [Thu, 12 Mar 2009 17:20:14 +0000 (18:20 +0100)]
Check for and link with libm
Christian Dywan [Tue, 10 Mar 2009 18:35:11 +0000 (19:35 +0100)]
Add tooltips to Enable and Disable buttons
Wei-Lun Chao [Sun, 8 Mar 2009 01:18:32 +0000 (02:18 +0100)]
Add Traditional Chinese translation
Anton Shestakov [Sat, 7 Mar 2009 23:48:40 +0000 (00:48 +0100)]
Update Russian translation
Sergio Durzu [Sat, 7 Mar 2009 23:12:27 +0000 (00:12 +0100)]
Update Italian translation
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.
Christian Dywan [Sat, 7 Mar 2009 12:58:32 +0000 (13:58 +0100)]
Make the proxy insensitive if the array is unset
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
Christian Dywan [Thu, 5 Mar 2009 22:36:13 +0000 (23:36 +0100)]
Implement a button to use the current page as homepage
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
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
Christian Dywan [Thu, 5 Mar 2009 21:45:34 +0000 (22:45 +0100)]
Fix zooming, and make Zoom Normal work again
Christian Dywan [Thu, 5 Mar 2009 21:22:18 +0000 (22:22 +0100)]
Load and save extension settings automatically
Christian Dywan [Wed, 4 Mar 2009 22:23:23 +0000 (23:23 +0100)]
Implement bypassing cache when reloading with Shift
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
Christian Dywan [Wed, 4 Mar 2009 01:04:37 +0000 (02:04 +0100)]
Always show Network and Cookie prefs if we have WebKitGTK+ 1.1.1
Christian Dywan [Wed, 4 Mar 2009 01:03:38 +0000 (02:03 +0100)]
Avoid having no main frame, this fixes a g_signal_connect warning
Christian Dywan [Tue, 3 Mar 2009 00:02:28 +0000 (01:02 +0100)]
Disable Find inline while typing by default
Some web pages make heavy use of hotkeys with a single letter.
Christian Dywan [Tue, 3 Mar 2009 00:01:57 +0000 (01:01 +0100)]
Update German translation
Christian Dywan [Mon, 2 Mar 2009 23:59:19 +0000 (00:59 +0100)]
Update translation template