]> spindle.queued.net Git - midori/log
midori
14 years agoDefine kalistglobal only once, declare it globally
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.

14 years agol10n: Updated French (fr) translation to 100%
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).

14 years agoMake sure there are search engines before populating the menu
Christian Dywan [Fri, 24 Sep 2010 21:35:01 +0000 (23:35 +0200)]
Make sure there are search engines before populating the menu

14 years agoAdd g_return_val_if_fail to katze_array_peek_items
Christian Dywan [Fri, 24 Sep 2010 21:29:23 +0000 (23:29 +0200)]
Add g_return_val_if_fail to katze_array_peek_items

14 years agoUpdate Swedish translation
Oscar Rentzhog [Fri, 24 Sep 2010 21:21:10 +0000 (23:21 +0200)]
Update Swedish translation

14 years agol10n: Updated Danish (da) translation to 99%
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).

14 years agol10n: Updated Portuguese (pt) translation to 100%
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).

14 years agol10n: Updated Ukrainian (uk) translation to 100%
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).

14 years agol10n: Updated Czech (cs) translation to 100%
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).

14 years agoDon't treat « or » as sub page indicators
Christian Dywan [Wed, 22 Sep 2010 21:56:30 +0000 (23:56 +0200)]
Don't treat « or » as sub page indicators

14 years agoAdd midori-extension.c to translatable files
Christian Dywan [Wed, 22 Sep 2010 21:23:39 +0000 (23:23 +0200)]
Add midori-extension.c to translatable files

14 years agoUpdate Korean translation
Kim Boram [Mon, 20 Sep 2010 22:25:37 +0000 (00:25 +0200)]
Update Korean translation

14 years agoEnsure link URI is updated before it is used
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.

14 years agoWrite cookies to a temporary file first, to be safe
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.

14 years agoBump version to 0.2.8
Christian Dywan [Sun, 19 Sep 2010 21:22:41 +0000 (23:22 +0200)]
Bump version to 0.2.8

14 years agoUpdate German translation
Christian Dywan [Sun, 19 Sep 2010 21:02:24 +0000 (23:02 +0200)]
Update German translation

14 years agoRemove unused katze_collfold and katze_utf8_stristr
Christian Dywan [Fri, 17 Sep 2010 23:48:55 +0000 (01:48 +0200)]
Remove unused katze_collfold and katze_utf8_stristr

14 years agoSimplify definitions of katze assignment macros
Christian Dywan [Fri, 17 Sep 2010 23:45:17 +0000 (01:45 +0200)]
Simplify definitions of katze assignment macros

14 years agoUpdate Brazilian Portuguese translation
Sergio Cipolla [Fri, 17 Sep 2010 21:31:50 +0000 (23:31 +0200)]
Update Brazilian Portuguese translation

14 years agoImplement and use midori_view_new_with_uri
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.

14 years agoReturn FALSE in _action_bookmarks_populate_folder if db is NULL
Christian Dywan [Thu, 16 Sep 2010 19:39:42 +0000 (21:39 +0200)]
Return FALSE in _action_bookmarks_populate_folder if db is NULL

14 years agoMake KatzeArrayAction::activate-item-alt fully autonomous
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.

14 years agol10n: Updated French (fr) translation to 100%
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).

14 years agoRe-implement 'Bookmarks' menubar and toolbar button
Christian Dywan [Tue, 14 Sep 2010 20:12:55 +0000 (22:12 +0200)]
Re-implement 'Bookmarks' menubar and toolbar button

14 years agoImplement KatzeArrayAction::populate-folder
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.

14 years agoRequire that the URI passed to katze_load_cached_icon be NULL
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

14 years agol10n: Updated Russian (ru) translation to 98%
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).

14 years agol10n: Updates to Croatian (hr) translation
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).

14 years agoRemove the viewable scheme registration mechanism
Christian Dywan [Sun, 12 Sep 2010 19:03:14 +0000 (21:03 +0200)]
Remove the viewable scheme registration mechanism

14 years agoRemove pointless FIXME and TODO comments from Midori classes
Christian Dywan [Sun, 12 Sep 2010 18:23:39 +0000 (20:23 +0200)]
Remove pointless FIXME and TODO comments from Midori classes

14 years agoShow statusbar on new transfars if transferbar is visible
Christian Dywan [Sun, 12 Sep 2010 18:14:48 +0000 (20:14 +0200)]
Show statusbar on new transfars if transferbar is visible

14 years agoShowing the (feed) panel needs to be a GtkWidget*
Christian Dywan [Sat, 11 Sep 2010 21:27:22 +0000 (23:27 +0200)]
Showing the (feed) panel needs to be a GtkWidget*

14 years agoInitialize extension to NULL in midori_load_extensions
Christian Dywan [Sat, 11 Sep 2010 21:24:19 +0000 (23:24 +0200)]
Initialize extension to NULL in midori_load_extensions

14 years agoImplement and use KATZE_ARRAY_FOREACH_ITEM
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.

14 years agoUpdate French translation
Christian Dywan [Sat, 11 Sep 2010 21:18:02 +0000 (23:18 +0200)]
Update French translation

14 years agoUpdate Swedish translation
Oscar Rentzhog [Sat, 11 Sep 2010 21:11:01 +0000 (23:11 +0200)]
Update Swedish translation

14 years agol10n: Updated Galician (gl) translation to 99%
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).

14 years agol10n: Lithuanian translation
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).

14 years agoRemove katze_net_new and katze_net_get_session
Christian Dywan [Tue, 7 Sep 2010 20:39:51 +0000 (22:39 +0200)]
Remove katze_net_new and katze_net_get_session

14 years agoRemove browser-count, midori_panel_set_compact, console toolbar
Christian Dywan [Tue, 7 Sep 2010 20:24:11 +0000 (22:24 +0200)]
Remove browser-count, midori_panel_set_compact, console toolbar

14 years agoSearch inline with at least 2, not 3 characters
Christian Dywan [Tue, 7 Sep 2010 19:39:52 +0000 (21:39 +0200)]
Search inline with at least 2, not 3 characters

14 years agoDo smart case for inline search while typing
Christian Dywan [Tue, 7 Sep 2010 19:30:45 +0000 (21:30 +0200)]
Do smart case for inline search while typing

14 years agoUpdate French translation
Benjamin Maisonnas [Sun, 5 Sep 2010 12:38:12 +0000 (14:38 +0200)]
Update French translation

14 years agoUpdate German translation
Christian Dywan [Sun, 5 Sep 2010 20:45:17 +0000 (22:45 +0200)]
Update German translation

14 years agoAlways allocate and free formatted dates in history panel
Christian Dywan [Sun, 5 Sep 2010 20:33:01 +0000 (22:33 +0200)]
Always allocate and free formatted dates in history panel

14 years agoThe background colour is not used in completion text rendering
Christian Dywan [Sun, 5 Sep 2010 20:25:40 +0000 (22:25 +0200)]
The background colour is not used in completion text rendering

14 years agoDon't leak the filename in katze_load_cached_icon
Christian Dywan [Sun, 5 Sep 2010 20:19:11 +0000 (22:19 +0200)]
Don't leak the filename in katze_load_cached_icon

14 years agol10n: Updated Ukrainian (uk) translation to 100%
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).

14 years agol10n: Updated Czech (cs) translation to 100%
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).

14 years agoUse Ctrl+Shift modifiers for Bookmarks, History and Transfers
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.

14 years agoHide statusbar in app mode by default
Christian Dywan [Thu, 2 Sep 2010 22:32:48 +0000 (00:32 +0200)]
Hide statusbar in app mode by default

14 years agoUse Alt+Shift+Left/ Right for Previous and Next actions
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.

14 years agol10n: Updated Portuguese (pt) translation to 100%
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).

14 years agol10n: Updated Danish (da) translation to 99%
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).

14 years agol10n: Updated Danish (da) translation to 99%
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).

14 years agoAlways free uri of the web view after applying addons
Christian Dywan [Wed, 1 Sep 2010 21:56:03 +0000 (23:56 +0200)]
Always free uri of the web view after applying addons

14 years agoEnable copy menu item in transfer context menu
Christian Dywan [Wed, 1 Sep 2010 21:14:37 +0000 (23:14 +0200)]
Enable copy menu item in transfer context menu

14 years agoProvide a context menu for scripts and styles
Paweł Forysiuk [Mon, 30 Aug 2010 16:24:26 +0000 (18:24 +0200)]
Provide a context menu for scripts and styles

14 years agoAdd button to open folder of scripts/ styles
Paweł Forysiuk [Wed, 1 Sep 2010 20:28:32 +0000 (22:28 +0200)]
Add button to open folder of scripts/ styles

14 years agoRemove button labels and separator from addon toolbar
Paweł Forysiuk [Sun, 29 Aug 2010 23:57:03 +0000 (01:57 +0200)]
Remove button labels and separator from addon toolbar

14 years agoOnly use git describe as version string if .git dir exists
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.

14 years agol10n: Updated Galician (gl) translation to 99%
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).

14 years agol10n: Updated Galician (gl) translation to 99%
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).

14 years agol10n: Updated Galician (gl) translation to 99%
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).

14 years agol10n: Updated Galician (gl) translation to 98%
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).

14 years agol10n: Updated Spanish (Castilian) (es) translation to 96%
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).

14 years agol10n: Updated Catalan (Valencian) (ca) translation to 100%
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).

14 years agol10n: Updated Danish (da) translation to 99%
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).

14 years agol10n: Updated Portuguese (pt) translation to 100%
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).

14 years agoAdd button to open addon in text editor
Paweł Forysiuk [Sun, 29 Aug 2010 22:59:57 +0000 (00:59 +0200)]
Add button to open addon in text editor

14 years agoShow addon filename and/ or description in tooltip
Paweł Forysiuk [Sun, 29 Aug 2010 21:29:10 +0000 (23:29 +0200)]
Show addon filename and/ or description in tooltip

14 years agoMake addons delete confirmation dialog more readable
Paweł Forysiuk [Sat, 28 Aug 2010 19:50:23 +0000 (21:50 +0200)]
Make addons delete confirmation dialog more readable

14 years agol10n: Updated Portuguese (pt) translation to 100%
Sergio Marques [Sun, 29 Aug 2010 16:51:43 +0000 (18:51 +0200)]
l10n: Updated Portuguese (pt) translation to 100%

New status: 640 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

14 years agol10n: Updated Japanese (ja) translation to 100%
Masato Hashimoto [Sun, 29 Aug 2010 11:46:23 +0000 (13:46 +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).

14 years agol10n: Updated German (de) translation to 98%
Johannes Lips [Sun, 29 Aug 2010 05:54:55 +0000 (07:54 +0200)]
l10n: Updated German (de) translation to 98%

New status: 628 messages complete with 8 fuzzies and 4 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

14 years agol10n: Updated Czech (cs) translation to 100%
David Štancl [Sat, 28 Aug 2010 21:02:22 +0000 (23:02 +0200)]
l10n: Updated Czech (cs) translation to 100%

New status: 640 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

14 years agol10n: Updated Russian (ru) translation to 96%
Andres Kovtunos [Sat, 28 Aug 2010 20:37:27 +0000 (22:37 +0200)]
l10n: Updated Russian (ru) translation to 96%

New status: 618 messages complete with 18 fuzzies and 4 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

14 years agol10n: Updated Danish (da) translation to 99%
Per Kongstad [Sat, 28 Aug 2010 10:29:28 +0000 (12:29 +0200)]
l10n: Updated Danish (da) translation to 99%

New status: 638 messages complete with 0 fuzzies and 2 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

14 years agoProvide gui dialog for adding addons to user directories
Paweł Forysiuk [Fri, 27 Aug 2010 01:22:49 +0000 (03:22 +0200)]
Provide gui dialog for adding addons to user directories

14 years agoAdd button for deleting user addons
Paweł Forysiuk [Fri, 27 Aug 2010 01:20:48 +0000 (03:20 +0200)]
Add button for deleting user addons

14 years agoShow full path to addon in tooltips
Paweł Forysiuk [Thu, 26 Aug 2010 20:53:11 +0000 (22:53 +0200)]
Show full path to addon in tooltips

14 years agoMove WebKitGTK+ 1.1.6 guards to disable delayed pages
Christian Dywan [Fri, 27 Aug 2010 20:39:17 +0000 (22:39 +0200)]
Move WebKitGTK+ 1.1.6 guards to disable delayed pages

14 years agol10n: Updated Danish (da) translation to 99%
Per Kongstad [Wed, 25 Aug 2010 18:25:32 +0000 (20:25 +0200)]
l10n: Updated Danish (da) translation to 99%

New status: 638 messages complete with 0 fuzzies and 2 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

14 years agoProtect proxy combo box notifications against recursion
Alexander Butenko [Tue, 24 Aug 2010 21:50:47 +0000 (23:50 +0200)]
Protect proxy combo box notifications against recursion

This can happen when switching between custom and other elements.

14 years agol10n: Updated Czech (cs) translation to 100%
David Štancl [Tue, 24 Aug 2010 07:39:10 +0000 (09:39 +0200)]
l10n: Updated Czech (cs) translation to 100%

New status: 640 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

14 years agoExplicitly reset 'delay' status when reloading or changing location
Christian Dywan [Mon, 23 Aug 2010 18:08:43 +0000 (20:08 +0200)]
Explicitly reset 'delay' status when reloading or changing location

14 years agoRename 'Minimize Tabs' to 'Show Tab Icon Only'
Christian Dywan [Sun, 22 Aug 2010 19:59:11 +0000 (21:59 +0200)]
Rename 'Minimize Tabs' to 'Show Tab Icon Only'

14 years agoShow the Feed Panel after adding a new news feed
Christian Dywan [Sun, 22 Aug 2010 19:23:54 +0000 (21:23 +0200)]
Show the Feed Panel after adding a new news feed

14 years agoSwitch to Tab Panel after activating it for the first time
Christian Dywan [Sun, 22 Aug 2010 19:19:14 +0000 (21:19 +0200)]
Switch to Tab Panel after activating it for the first time

14 years agol10n: Updated Russian (ru) translation to 98%
Dmitrij Smirnov [Sun, 22 Aug 2010 17:30:19 +0000 (19:30 +0200)]
l10n: Updated Russian (ru) translation to 98%

New status: 633 messages complete with 9 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

14 years agol10n: Updated Russian (ru) translation to None%
Dmitrij Smirnov [Sun, 22 Aug 2010 13:16:33 +0000 (15:16 +0200)]
l10n: Updated Russian (ru) translation to None%

New status: 0 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

14 years agoDelete history from completion with Delete key
Christian Dywan [Sun, 22 Aug 2010 01:53:47 +0000 (03:53 +0200)]
Delete history from completion with Delete key

14 years agoDon't hide homepage smartly, don't show it in bookmarkbar
Christian Dywan [Sun, 22 Aug 2010 01:39:11 +0000 (03:39 +0200)]
Don't hide homepage smartly, don't show it in bookmarkbar

14 years agoSkip NULL key, which is the case when using the combo arrow
Christian Dywan [Sun, 22 Aug 2010 01:25:03 +0000 (03:25 +0200)]
Skip NULL key, which is the case when using the combo arrow

14 years agoClean up redundant user addons item list copies in helper functions
Paweł Forysiuk [Sat, 21 Aug 2010 19:21:30 +0000 (21:21 +0200)]
Clean up redundant user addons item list copies in helper functions

14 years agoFix mistype in addons monitoring to enable watching userscript dirs
Paweł Forysiuk [Sat, 21 Aug 2010 22:22:57 +0000 (00:22 +0200)]
Fix mistype in addons monitoring to enable watching userscript dirs

14 years agoUpdate Korean translation
Kim Boram [Sun, 22 Aug 2010 01:04:48 +0000 (03:04 +0200)]
Update Korean translation

14 years agol10n: Updated Italian (it) translation to 100%
gianluca foddis [Fri, 20 Aug 2010 15:02:21 +0000 (17:02 +0200)]
l10n: Updated Italian (it) translation to 100%

New status: 640 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

14 years agoBump version to 0.2.7
Christian Dywan [Mon, 16 Aug 2010 19:31:14 +0000 (21:31 +0200)]
Bump version to 0.2.7

14 years agoSimplify update_interface and avoid extra updates
Christian Dywan [Mon, 16 Aug 2010 19:01:02 +0000 (21:01 +0200)]
Simplify update_interface and avoid extra updates