]>
spindle.queued.net Git - midori/log
Christian Dywan [Tue, 5 Oct 2010 19:41:19 +0000 (21:41 +0200)]
Don't leak the inspector_view in showing and detaching
Christian Dywan [Tue, 5 Oct 2010 19:39:21 +0000 (21:39 +0200)]
Add base stock icons statically to save some memory
Christian Dywan [Tue, 5 Oct 2010 19:36:48 +0000 (21:36 +0200)]
Don't use a custom stock icon for Cookie Manager
Due to the change of the stock icon names in GTK+ 2.22 the
stock item trick doesn't work anymore. Using the authentication
icon directly is good enough.
Christian Dywan [Tue, 5 Oct 2010 19:31:37 +0000 (21:31 +0200)]
Fix removal of tabs from Tab Panel treeview
Christian Dywan [Tue, 5 Oct 2010 19:24:41 +0000 (21:24 +0200)]
Remove the 'Open external pages in' from Preferences
Christian Dywan [Tue, 5 Oct 2010 19:18:18 +0000 (21:18 +0200)]
Remove Console panel in favour of the Inspector
Christian Dywan [Tue, 5 Oct 2010 19:12:08 +0000 (21:12 +0200)]
Add InspectPage action to dummies to make hotkey work
Sergio Marques [Tue, 5 Oct 2010 01:35:06 +0000 (03:35 +0200)]
l10n: Updated Portuguese (pt) translation to 100%
New status: 659 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
Christian Dywan [Mon, 4 Oct 2010 22:04:13 +0000 (00:04 +0200)]
Update German translation
Christian Dywan [Mon, 4 Oct 2010 21:58:19 +0000 (23:58 +0200)]
Remove unused variables in KatzeNet and simplify code
Christian Dywan [Mon, 4 Oct 2010 21:05:21 +0000 (23:05 +0200)]
Don't use the deprecated GTK_IN_DESTRUCTION flag
As a workaround, the browser now sets its own flag.
Christian Dywan [Mon, 4 Oct 2010 20:55:44 +0000 (22:55 +0200)]
Add a step to INSTALL to type 'run' in gdb.
Christian Dywan [Mon, 4 Oct 2010 20:16:50 +0000 (22:16 +0200)]
Remove scrollbar drawing from KatzeScrolled
The gdk_draw interfaces are deprecated, and since we don't use
custom scrollbars anyway, we might as well remove them.
Christian Dywan [Mon, 4 Oct 2010 20:07:41 +0000 (22:07 +0200)]
Don't use GtkNotebookPage* in callback signature
Christian Dywan [Mon, 4 Oct 2010 19:36:26 +0000 (21:36 +0200)]
Don't use GTK_WIDGET_SET_FLAGS in browser and panel
David Štancl [Mon, 4 Oct 2010 06:32:22 +0000 (08:32 +0200)]
l10n: Updated Czech (cs) translation to 100%
New status: 659 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
Yarema aka Knedlyk [Sun, 3 Oct 2010 20:58:44 +0000 (22:58 +0200)]
l10n: Updated Ukrainian (uk) translation to 100%
New status: 659 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
Kim Boram [Sun, 3 Oct 2010 18:45:47 +0000 (20:45 +0200)]
Update Korean translation
Sergio Cipolla [Sun, 3 Oct 2010 18:43:47 +0000 (20:43 +0200)]
Update Brazilian Portuguese translation
Masato Hashimoto [Sun, 3 Oct 2010 06:27:32 +0000 (08:27 +0200)]
l10n: Updated Japanese (ja) translation to 100%
New status: 659 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
Christian Dywan [Sun, 3 Oct 2010 05:14:00 +0000 (07:14 +0200)]
Shell quote argv[0] before spawning a process
The path to the executable may contain spaces.
Christian Dywan [Sun, 3 Oct 2010 05:03:38 +0000 (07:03 +0200)]
Remove Remember last downloaded files preference
The preference was never actually implemented.
Christian Dywan [Sun, 3 Oct 2010 04:51:55 +0000 (06:51 +0200)]
Add a small label to summarise what cookies store
Christian Dywan [Sun, 3 Oct 2010 04:18:06 +0000 (06:18 +0200)]
Simplify cookie privacy preferences
Instead of choosing what cookies to accept, there is a tick box
if cookies should be deleted when quitting, or in other words
pretending all cookies are session cookies.
The choice of maximum age was replaced with a combo box.
Christian Dywan [Sun, 3 Oct 2010 04:13:55 +0000 (06:13 +0200)]
Only update expiry of cookies if higher than maximum
Also assume 0 days to really mean 1 hour, and set the
maximum age accordingly. Otherwise SoupCookie thinks
that these cookies expire immediately.
Christian Dywan [Sun, 3 Oct 2010 04:12:05 +0000 (06:12 +0200)]
Reset age to enforce session cookies, don't delete
It is more practical to keep long-lived cookies but treat them
as if they were session cookies.
Masato Hashimoto [Sat, 2 Oct 2010 14:49:38 +0000 (16:49 +0200)]
l10n: Updated Japanese (ja) translation to 100%
New status: 640 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
Christian Dywan [Thu, 30 Sep 2010 23:12:12 +0000 (01:12 +0200)]
Verify that the download location is writable
Christian Dywan [Thu, 30 Sep 2010 21:51:46 +0000 (23:51 +0200)]
Fallback to the name of an app info if there's no executable
Apparently on Windows command line and executable can be NULL,
but the name appears to be the executable name.
Christian Dywan [Tue, 28 Sep 2010 23:24:27 +0000 (01:24 +0200)]
Cope with unset history in midori_location_action_toggle_arrow_cb
If history is unset, we don't have any items to populate the
combobox dropdown with. So we should always hide the button. Also
suppress the popup if we have no history.
gianluca foddis [Mon, 27 Sep 2010 16:10:32 +0000 (18:10 +0200)]
l10n: Updated Italian (it) translation to 97%
New status: 636 messages complete with 9 fuzzies and 5 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
Enrico Tröger [Sat, 25 Sep 2010 10:42:51 +0000 (12:42 +0200)]
Define kalistglobal only once, declare it globally
This fixes building with gcc and the -fno-common option. The
option is now added to compiler flags in full debugging mode.
Mike Massonnet [Sat, 25 Sep 2010 09:21:53 +0000 (11:21 +0200)]
l10n: Updated French (fr) translation to 100%
New status: 650 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
Christian Dywan [Fri, 24 Sep 2010 21:35:01 +0000 (23:35 +0200)]
Make sure there are search engines before populating the menu
Christian Dywan [Fri, 24 Sep 2010 21:29:23 +0000 (23:29 +0200)]
Add g_return_val_if_fail to katze_array_peek_items
Oscar Rentzhog [Fri, 24 Sep 2010 21:21:10 +0000 (23:21 +0200)]
Update Swedish translation
Per Kongstad [Fri, 24 Sep 2010 20:14:56 +0000 (22:14 +0200)]
l10n: Updated Danish (da) translation to 99%
New status: 648 messages complete with 0 fuzzies and 2 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
Sergio Marques [Fri, 24 Sep 2010 11:40:55 +0000 (13:40 +0200)]
l10n: Updated Portuguese (pt) translation to 100%
New status: 650 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
Yarema aka Knedlyk [Thu, 23 Sep 2010 15:16:58 +0000 (17:16 +0200)]
l10n: Updated Ukrainian (uk) translation to 100%
New status: 650 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
David Štancl [Thu, 23 Sep 2010 06:46:37 +0000 (08:46 +0200)]
l10n: Updated Czech (cs) translation to 100%
New status: 650 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
Christian Dywan [Wed, 22 Sep 2010 21:56:30 +0000 (23:56 +0200)]
Don't treat « or » as sub page indicators
Christian Dywan [Wed, 22 Sep 2010 21:23:39 +0000 (23:23 +0200)]
Add midori-extension.c to translatable files
Kim Boram [Mon, 20 Sep 2010 22:25:37 +0000 (00:25 +0200)]
Update Korean translation
Christian Dywan [Mon, 20 Sep 2010 22:08:10 +0000 (00:08 +0200)]
Ensure link URI is updated before it is used
Apparently the URI obtained from hovering-over-link can be
mangled, so a # would be interpreted as a fragment identifier.
Christian Dywan [Mon, 20 Sep 2010 21:33:08 +0000 (23:33 +0200)]
Write cookies to a temporary file first, to be safe
It may happen that we are running out of space in the middle
of writing the file, and fopen deleted it already.
Christian Dywan [Sun, 19 Sep 2010 21:22:41 +0000 (23:22 +0200)]
Bump version to 0.2.8
Christian Dywan [Sun, 19 Sep 2010 21:02:24 +0000 (23:02 +0200)]
Update German translation
Christian Dywan [Fri, 17 Sep 2010 23:48:55 +0000 (01:48 +0200)]
Remove unused katze_collfold and katze_utf8_stristr
Christian Dywan [Fri, 17 Sep 2010 23:45:17 +0000 (01:45 +0200)]
Simplify definitions of katze assignment macros
Sergio Cipolla [Fri, 17 Sep 2010 21:31:50 +0000 (23:31 +0200)]
Update Brazilian Portuguese translation
Christian Dywan [Fri, 17 Sep 2010 18:03:11 +0000 (20:03 +0200)]
Implement and use midori_view_new_with_uri
The function provides an optimised and quick way to creating
visible views with uri, title and settings. This is how virtually
all views are created.
Christian Dywan [Thu, 16 Sep 2010 19:39:42 +0000 (21:39 +0200)]
Return FALSE in _action_bookmarks_populate_folder if db is NULL
Christian Dywan [Thu, 16 Sep 2010 19:18:14 +0000 (21:18 +0200)]
Make KatzeArrayAction::activate-item-alt fully autonomous
Implementing the signal and returning TRUE makes it unneeded
to implement activate-item as well now.
Xavier Devlamynck [Wed, 15 Sep 2010 12:34:03 +0000 (14:34 +0200)]
l10n: Updated French (fr) translation to 100%
New status: 649 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
Christian Dywan [Tue, 14 Sep 2010 20:12:55 +0000 (22:12 +0200)]
Re-implement 'Bookmarks' menubar and toolbar button
Christian Dywan [Tue, 14 Sep 2010 19:51:17 +0000 (21:51 +0200)]
Implement KatzeArrayAction::populate-folder
To go along with that, expose katze_array_action_generate_menu
as a public function to implement the signal.
In essence, this enables populating folders from other sources
than the original array, such as a database, while still
making use of the existing menu generation.
Christian Dywan [Tue, 14 Sep 2010 19:14:09 +0000 (21:14 +0200)]
Require that the URI passed to katze_load_cached_icon be NULL
Denis Koryavov [Tue, 14 Sep 2010 09:24:09 +0000 (11:24 +0200)]
l10n: Updated Russian (ru) translation to 98%
New status: 636 messages complete with 8 fuzzies and 4 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
Ivica Kolić [Tue, 14 Sep 2010 01:01:49 +0000 (03:01 +0200)]
l10n: Updates to Croatian (hr) translation
New status: 518 messages complete with 0 fuzzies and 130 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
Christian Dywan [Sun, 12 Sep 2010 19:03:14 +0000 (21:03 +0200)]
Remove the viewable scheme registration mechanism
Christian Dywan [Sun, 12 Sep 2010 18:23:39 +0000 (20:23 +0200)]
Remove pointless FIXME and TODO comments from Midori classes
Christian Dywan [Sun, 12 Sep 2010 18:14:48 +0000 (20:14 +0200)]
Show statusbar on new transfars if transferbar is visible
Christian Dywan [Sat, 11 Sep 2010 21:27:22 +0000 (23:27 +0200)]
Showing the (feed) panel needs to be a GtkWidget*
Christian Dywan [Sat, 11 Sep 2010 21:24:19 +0000 (23:24 +0200)]
Initialize extension to NULL in midori_load_extensions
Christian Dywan [Sat, 11 Sep 2010 21:39:51 +0000 (23:39 +0200)]
Implement and use KATZE_ARRAY_FOREACH_ITEM
Iterating an array by a GList is considerably faster than
continuously retrieving items, however it is also a lot
more complicated. So the new macro takes care of that and
uses a new semi-private function to avoid copying the list.
Note that the macro can't be nested, which basically isn't
useful in practise anyway.
Christian Dywan [Sat, 11 Sep 2010 21:18:02 +0000 (23:18 +0200)]
Update French translation
Oscar Rentzhog [Sat, 11 Sep 2010 21:11:01 +0000 (23:11 +0200)]
Update Swedish translation
Leandro Regueiro [Thu, 9 Sep 2010 12:05:23 +0000 (14:05 +0200)]
l10n: Updated Galician (gl) translation to 99%
New status: 647 messages complete with 0 fuzzies and 1 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
Ričardas Vasiulis [Wed, 8 Sep 2010 17:42:31 +0000 (19:42 +0200)]
l10n: Lithuanian translation
New status: 47 messages complete with 0 fuzzies and 593 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
Christian Dywan [Tue, 7 Sep 2010 20:39:51 +0000 (22:39 +0200)]
Remove katze_net_new and katze_net_get_session
Christian Dywan [Tue, 7 Sep 2010 20:24:11 +0000 (22:24 +0200)]
Remove browser-count, midori_panel_set_compact, console toolbar
Christian Dywan [Tue, 7 Sep 2010 19:39:52 +0000 (21:39 +0200)]
Search inline with at least 2, not 3 characters
Christian Dywan [Tue, 7 Sep 2010 19:30:45 +0000 (21:30 +0200)]
Do smart case for inline search while typing
Benjamin Maisonnas [Sun, 5 Sep 2010 12:38:12 +0000 (14:38 +0200)]
Update French translation
Christian Dywan [Sun, 5 Sep 2010 20:45:17 +0000 (22:45 +0200)]
Update German translation
Christian Dywan [Sun, 5 Sep 2010 20:33:01 +0000 (22:33 +0200)]
Always allocate and free formatted dates in history panel
Christian Dywan [Sun, 5 Sep 2010 20:25:40 +0000 (22:25 +0200)]
The background colour is not used in completion text rendering
Christian Dywan [Sun, 5 Sep 2010 20:19:11 +0000 (22:19 +0200)]
Don't leak the filename in katze_load_cached_icon
Yarema aka Knedlyk [Sun, 5 Sep 2010 20:44:20 +0000 (22:44 +0200)]
l10n: Updated Ukrainian (uk) translation to 100%
New status: 648 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
David Štancl [Sun, 5 Sep 2010 14:10:25 +0000 (16:10 +0200)]
l10n: Updated Czech (cs) translation to 100%
New status: 648 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
Christian Dywan [Sat, 4 Sep 2010 21:42:53 +0000 (23:42 +0200)]
Use Ctrl+Shift modifiers for Bookmarks, History and Transfers
For one, previously modifiers were missing on History and Transfers.
Further more, Ctrl+B conflicts with Bold in rich text fields, and
for consistency, panels should have the same modfiers.
Christian Dywan [Thu, 2 Sep 2010 22:32:48 +0000 (00:32 +0200)]
Hide statusbar in app mode by default
Christian Dywan [Thu, 2 Sep 2010 22:21:03 +0000 (00:21 +0200)]
Use Alt+Shift+Left/ Right for Previous and Next actions
Control+Left/ Right conflicts with text cursor movement.
Sergio Marques [Thu, 2 Sep 2010 22:09:44 +0000 (00:09 +0200)]
l10n: Updated Portuguese (pt) translation to 100%
New status: 648 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
Per Kongstad [Thu, 2 Sep 2010 21:12:26 +0000 (23:12 +0200)]
l10n: Updated Danish (da) translation to 99%
New status: 646 messages complete with 0 fuzzies and 2 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
Per Kongstad [Thu, 2 Sep 2010 21:11:14 +0000 (23:11 +0200)]
l10n: Updated Danish (da) translation to 99%
New status: 646 messages complete with 0 fuzzies and 2 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
Christian Dywan [Wed, 1 Sep 2010 21:56:03 +0000 (23:56 +0200)]
Always free uri of the web view after applying addons
Christian Dywan [Wed, 1 Sep 2010 21:14:37 +0000 (23:14 +0200)]
Enable copy menu item in transfer context menu
Paweł Forysiuk [Mon, 30 Aug 2010 16:24:26 +0000 (18:24 +0200)]
Provide a context menu for scripts and styles
Paweł Forysiuk [Wed, 1 Sep 2010 20:28:32 +0000 (22:28 +0200)]
Add button to open folder of scripts/ styles
Paweł Forysiuk [Sun, 29 Aug 2010 23:57:03 +0000 (01:57 +0200)]
Remove button labels and separator from addon toolbar
Natanael Copa [Wed, 1 Sep 2010 18:45:07 +0000 (20:45 +0200)]
Only use git describe as version string if .git dir exists
We don't want to pick up the git version string on distros
which have build scripts in git.
Leandro Regueiro [Wed, 1 Sep 2010 11:12:34 +0000 (13:12 +0200)]
l10n: Updated Galician (gl) translation to 99%
New status: 642 messages complete with 0 fuzzies and 1 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
Leandro Regueiro [Wed, 1 Sep 2010 11:11:47 +0000 (13:11 +0200)]
l10n: Updated Galician (gl) translation to 99%
New status: 640 messages complete with 1 fuzzy and 2 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
Leandro Regueiro [Wed, 1 Sep 2010 11:10:14 +0000 (13:10 +0200)]
l10n: Updated Galician (gl) translation to 99%
New status: 639 messages complete with 1 fuzzy and 3 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
Leandro Regueiro [Wed, 1 Sep 2010 11:09:08 +0000 (13:09 +0200)]
l10n: Updated Galician (gl) translation to 98%
New status: 635 messages complete with 5 fuzzies and 3 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
Javier Sánchez Reinosa [Tue, 31 Aug 2010 17:22:19 +0000 (19:22 +0200)]
l10n: Updated Spanish (Castilian) (es) translation to 96%
New status: 623 messages complete with 20 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
Carles Muñoz Gorriz [Tue, 31 Aug 2010 14:52:27 +0000 (16:52 +0200)]
l10n: Updated Catalan (Valencian) (ca) translation to 100%
New status: 643 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
Per Kongstad [Mon, 30 Aug 2010 10:29:40 +0000 (12:29 +0200)]
l10n: Updated Danish (da) translation to 99%
New status: 641 messages complete with 0 fuzzies and 2 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
Sergio Marques [Sun, 29 Aug 2010 23:56:11 +0000 (01:56 +0200)]
l10n: Updated Portuguese (pt) translation to 100%
New status: 643 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).