]> spindle.queued.net Git - midori/log
midori
13 years agol10n: Updated Spanish (Castilian) (es) translation to 91%
Abel Martín [Mon, 31 Jan 2011 08:39:34 +0000 (09:39 +0100)]
l10n: Updated Spanish (Castilian) (es) translation to 91%

New status: 612 messages complete with 34 fuzzies and 24 untranslated.

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

13 years agoBump version to 0.3.0
Christian Dywan [Mon, 31 Jan 2011 01:04:53 +0000 (02:04 +0100)]
Bump version to 0.3.0

13 years agoConditionally support libnotify 0.7 API
Samuli Suominen [Mon, 31 Jan 2011 00:46:19 +0000 (01:46 +0100)]
Conditionally support libnotify 0.7 API

Fixes: https://bugs.launchpad.net/midori/+bug/710352
13 years agoUnescape URLs with spaces, not only with %
Paweł Forysiuk [Sun, 30 Jan 2011 20:37:06 +0000 (21:37 +0100)]
Unescape URLs with spaces, not only with %

13 years agoCorrect typo 'registerS' in HACKING
Christian Dywan [Sun, 30 Jan 2011 20:35:39 +0000 (21:35 +0100)]
Correct typo 'registerS' in HACKING

13 years agoNever filter the main page itself with adblock
Christian Dywan [Sun, 30 Jan 2011 18:25:50 +0000 (19:25 +0100)]
Never filter the main page itself with adblock

Fixes: https://bugs.launchpad.net/midori/+bug/706862
13 years agoUse midori_browser_add_tab for tab on tab bar click
Christian Dywan [Sun, 30 Jan 2011 18:11:38 +0000 (19:11 +0100)]
Use midori_browser_add_tab for tab on tab bar click

So we get speed dial if it is enabled like on new tab button.

13 years agoRefer to Launchpad rather than Flyspray for bug tracking
Christian Dywan [Sun, 30 Jan 2011 17:47:17 +0000 (18:47 +0100)]
Refer to Launchpad rather than Flyspray for bug tracking

Fixes: https://bugs.launchpad.net/midori/+bug/706241
13 years agoPreserve %20 for pasting URLs into other windows
Christian Dywan [Sun, 30 Jan 2011 17:43:28 +0000 (18:43 +0100)]
Preserve %20 for pasting URLs into other windows

13 years agoDon't support 'review' pages on userstyles.org for now
Christian Dywan [Sun, 30 Jan 2011 17:27:59 +0000 (18:27 +0100)]
Don't support 'review' pages on userstyles.org for now

13 years agoRemove unneeded check in HTML import function.
Paweł Forysiuk [Sun, 30 Jan 2011 11:18:39 +0000 (12:18 +0100)]
Remove unneeded check in HTML import function.

It was triggering a missleading warning at the last line of file
giving the impression of interrupted and broken import.

13 years agoDon't use GtkInfoBar api explicitly in user style/script infobar installer
Paweł Forysiuk [Sun, 30 Jan 2011 11:29:48 +0000 (12:29 +0100)]
Don't use GtkInfoBar api explicitly in user style/script infobar installer

13 years agoMake bookmark import button label show supported formats when importing from a file.
Paweł Forysiuk [Sun, 30 Jan 2011 10:35:54 +0000 (11:35 +0100)]
Make bookmark import button label show supported formats when importing from a file.

13 years agoRename HTML import function from mozilla to netscape to be more consistent.
Paweł Forysiuk [Sun, 30 Jan 2011 10:16:34 +0000 (11:16 +0100)]
Rename HTML import function from mozilla to netscape to be more consistent.

13 years agol10n: Updated Finnish (fi) translation to 100%
Jari Rahkonen [Sun, 30 Jan 2011 12:41:25 +0000 (13:41 +0100)]
l10n: Updated Finnish (fi) translation to 100%

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

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

13 years agoAdd initial support for HTML bookmarks import
Paweł Forysiuk [Thu, 27 Jan 2011 17:52:37 +0000 (18:52 +0100)]
Add initial support for HTML bookmarks import

13 years agoRemove duplicated GtkActionEntry
Paweł Forysiuk [Thu, 27 Jan 2011 06:09:28 +0000 (07:09 +0100)]
Remove duplicated GtkActionEntry

13 years agoUse search icon name as fallback for search engines
Christian Dywan [Sat, 29 Jan 2011 07:42:29 +0000 (08:42 +0100)]
Use search icon name as fallback for search engines

13 years agoImport to a new, empty bookmark array
Christian Dywan [Sat, 22 Jan 2011 20:24:10 +0000 (21:24 +0100)]
Import to a new, empty bookmark array

13 years agoExport to a new, empty bookmark array
Christian Dywan [Sat, 22 Jan 2011 20:17:37 +0000 (21:17 +0100)]
Export to a new, empty bookmark array

13 years agoUse KATZE_ARRAY_FOREACH_ITEM_L for export
Paweł Forysiuk [Sat, 22 Jan 2011 20:17:08 +0000 (21:17 +0100)]
Use KATZE_ARRAY_FOREACH_ITEM_L for export

13 years agoCorrect invalid folder condition once more
Christian Dywan [Wed, 19 Jan 2011 21:29:26 +0000 (22:29 +0100)]
Correct invalid folder condition once more

13 years agoAdd KatzeArray::update and call it after import
Christian Dywan [Wed, 19 Jan 2011 20:58:26 +0000 (21:58 +0100)]
Add KatzeArray::update and call it after import

This new function and according signal allow one
update of the treeview after importing directly
into the database.

13 years agoFix invalid bookmark warning and move into insertion
Christian Dywan [Wed, 19 Jan 2011 20:34:39 +0000 (21:34 +0100)]
Fix invalid bookmark warning and move into insertion

13 years agoUse actual data dir to store desktop shortcut
Christian Dywan [Wed, 19 Jan 2011 20:31:23 +0000 (21:31 +0100)]
Use actual data dir to store desktop shortcut

13 years agoBail out with a warning when adding invalid folder
Paweł Forysiuk [Tue, 18 Jan 2011 17:19:22 +0000 (18:19 +0100)]
Bail out with a warning when adding invalid folder

13 years agoSeparate bookmark insertion from array callback
Paweł Forysiuk [Tue, 18 Jan 2011 16:49:57 +0000 (17:49 +0100)]
Separate bookmark insertion from array callback

13 years agoTest activation and deactivation of extensions
Christian Dywan [Sun, 16 Jan 2011 13:04:56 +0000 (14:04 +0100)]
Test activation and deactivation of extensions

13 years agoDon't test PrivateBrowsing and AddDesktopShortcut
Christian Dywan [Sun, 16 Jan 2011 13:04:11 +0000 (14:04 +0100)]
Don't test PrivateBrowsing and AddDesktopShortcut

13 years agoDon't error when saving addons config in test
Christian Dywan [Sun, 16 Jan 2011 13:03:02 +0000 (14:03 +0100)]
Don't error when saving addons config in test

13 years agoAdd a dummy cookie jar for extension unit test
Christian Dywan [Sun, 16 Jan 2011 12:52:07 +0000 (13:52 +0100)]
Add a dummy cookie jar for extension unit test

In a real environment there is always one and extensions
rely on finding a cookie jar.

13 years agoFallback to / as extension folder for unit tests
Christian Dywan [Sun, 16 Jan 2011 12:51:24 +0000 (13:51 +0100)]
Fallback to / as extension folder for unit tests

13 years agoExpect magic_uri to encode spaces as %20
Christian Dywan [Sun, 16 Jan 2011 12:49:11 +0000 (13:49 +0100)]
Expect magic_uri to encode spaces as %20

13 years agoRemove outdated and unmaintained unit tests
Christian Dywan [Sun, 16 Jan 2011 12:40:25 +0000 (13:40 +0100)]
Remove outdated and unmaintained unit tests

13 years agol10n: Updated Italian (it) translation to 100%
Cristian Marchi [Sat, 15 Jan 2011 11:17:22 +0000 (12:17 +0100)]
l10n: Updated Italian (it) translation to 100%

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

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

13 years agol10n: Updated Russian (ru) translation to 100%
Dmitrij Smirnov [Fri, 14 Jan 2011 17:12:50 +0000 (18:12 +0100)]
l10n: Updated Russian (ru) translation to 100%

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

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

13 years agol10n: Updated Russian (ru) translation to 99%
Dmitrij Smirnov [Fri, 14 Jan 2011 17:11:15 +0000 (18:11 +0100)]
l10n: Updated Russian (ru) translation to 99%

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

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

13 years agol10n: Updated Turkish (tr) translation to 98%
Özgür Kuru [Fri, 14 Jan 2011 15:28:45 +0000 (16:28 +0100)]
l10n: Updated Turkish (tr) translation to 98%

New status: 658 messages complete with 5 fuzzies and 6 untranslated.

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

13 years agol10n: Updated Italian (it) translation to 100%
gianluca foddis [Fri, 14 Jan 2011 08:13:49 +0000 (09:13 +0100)]
l10n: Updated Italian (it) translation to 100%

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

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

13 years agol10n: Updated Turkish (tr) translation to 98%
Özgür Kuru [Wed, 12 Jan 2011 19:27:23 +0000 (20:27 +0100)]
l10n: Updated Turkish (tr) translation to 98%

New status: 656 messages complete with 6 fuzzies and 7 untranslated.

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

13 years agol10n: Updated Turkish (tr) translation to 92%
Özgür Kuru [Wed, 12 Jan 2011 19:18:32 +0000 (20:18 +0100)]
l10n: Updated Turkish (tr) translation to 92%

New status: 618 messages complete with 28 fuzzies and 23 untranslated.

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

13 years agol10n: Updated Galician (gl) translation to 99%
Leandro Regueiro [Wed, 12 Jan 2011 18:25:58 +0000 (19:25 +0100)]
l10n: Updated Galician (gl) translation to 99%

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

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

13 years agol10n: Updated Galician (gl) translation to 99%
Leandro Regueiro [Wed, 12 Jan 2011 18:06:24 +0000 (19:06 +0100)]
l10n: Updated Galician (gl) translation to 99%

New status: 665 messages complete with 2 fuzzies and 2 untranslated.

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

13 years agol10n: Updated Japanese (ja) translation to 100%
Masato Hashimoto [Wed, 12 Jan 2011 14:32:22 +0000 (15:32 +0100)]
l10n: Updated Japanese (ja) translation to 100%

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

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

13 years agoUse 'user-bookmarks' icon for bookmarks
Christian Dywan [Tue, 11 Jan 2011 21:18:35 +0000 (22:18 +0100)]
Use 'user-bookmarks' icon for bookmarks

The icon exists in GNOME, Elementary, Humanity and Faenza.

13 years agoHandle drag on default text like focus in
Christian Dywan [Tue, 11 Jan 2011 19:53:56 +0000 (20:53 +0100)]
Handle drag on default text like focus in

Also only connect the signals once.

13 years agoUnify settings update and title assignment
Christian Dywan [Tue, 11 Jan 2011 19:44:34 +0000 (20:44 +0100)]
Unify settings update and title assignment

13 years agol10n: Updated Croatian (hr) translation to 83%
Ivica Kolić [Fri, 7 Jan 2011 23:19:47 +0000 (00:19 +0100)]
l10n: Updated Croatian (hr) translation to 83%

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

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

13 years agol10n: Updated Greek (el) translation to 100%
Spiros Georgaras [Fri, 7 Jan 2011 16:57:36 +0000 (17:57 +0100)]
l10n: Updated Greek (el) translation to 100%

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

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

13 years agoAllow image zoom if text and images can be zoomed
Christian Dywan [Wed, 5 Jan 2011 18:21:50 +0000 (19:21 +0100)]
Allow image zoom if text and images can be zoomed

13 years agoSpawn commands with about: arguments like URIs
Christian Dywan [Wed, 5 Jan 2011 18:13:18 +0000 (19:13 +0100)]
Spawn commands with about: arguments like URIs

13 years agol10n: Updated Greek (el) translation to 100%
forfolias [Tue, 4 Jan 2011 15:26:37 +0000 (16:26 +0100)]
l10n: Updated Greek (el) translation to 100%

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

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

13 years agol10n: Updated Greek (el) translation to 100%
forfolias [Tue, 4 Jan 2011 15:19:36 +0000 (16:19 +0100)]
l10n: Updated Greek (el) translation to 100%

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

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

13 years agol10n: Updated Croatian (hr) translation to 82%
Ivica Kolić [Mon, 3 Jan 2011 10:34:22 +0000 (11:34 +0100)]
l10n: Updated Croatian (hr) translation to 82%

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

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

13 years agoUse existing event if available to ensure link URI
Alexander Butenko [Sun, 2 Jan 2011 00:24:50 +0000 (01:24 +0100)]
Use existing event if available to ensure link URI

This partially resolves problems with Midori opening the
wrong link when opening tabs in the background.

13 years agoAlways construct the child web view right away
Christian Dywan [Sat, 1 Jan 2011 20:43:29 +0000 (21:43 +0100)]
Always construct the child web view right away

13 years agoReplace midori_view_new_with_uri with _new_with_title
Christian Dywan [Sat, 1 Jan 2011 19:05:34 +0000 (20:05 +0100)]
Replace midori_view_new_with_uri with _new_with_title

The old function is actually being removed because it breaks
monitoring of page loading. It was only used internally so far.

Moreover a warning is now emitted when loading an URI before
adding a view to a browser.

13 years agoCheck if typed link number exists and check result
Christian Dywan [Sat, 1 Jan 2011 18:03:00 +0000 (19:03 +0100)]
Check if typed link number exists and check result

13 years agoUse GIOChannel to import Opera bookmarks
Paweł Forysiuk [Thu, 30 Dec 2010 19:05:16 +0000 (20:05 +0100)]
Use GIOChannel to import Opera bookmarks

The workaround for long lines is no longer needed.

13 years agol10n: Arabic translation
كريم أولاد الشلحة [Thu, 30 Dec 2010 03:32:01 +0000 (04:32 +0100)]
l10n: Arabic translation

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

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

13 years agol10n: Updated Chinese (China) (zh_CN) translation to 100%
Xu Meihong [Tue, 28 Dec 2010 15:36:14 +0000 (16:36 +0100)]
l10n: Updated Chinese (China) (zh_CN) translation to 100%

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

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

13 years agoDon't try to set a non-existing page at startup
Christian Dywan [Sat, 25 Dec 2010 01:07:45 +0000 (02:07 +0100)]
Don't try to set a non-existing page at startup

And print a proper warning should this occur somewhere
else later on.

13 years agoIssue warning if adding to history fails
Christian Dywan [Fri, 24 Dec 2010 15:44:49 +0000 (16:44 +0100)]
Issue warning if adding to history fails

13 years agol10n: Updated Hungarian (hu) translation to 100%
Gabor Kelemen [Fri, 24 Dec 2010 11:03:32 +0000 (12:03 +0100)]
l10n: Updated Hungarian (hu) translation to 100%

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

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

13 years agol10n: Updated Polish (pl) translation to 94%
Piotr Sokół [Thu, 23 Dec 2010 22:56:27 +0000 (23:56 +0100)]
l10n: Updated Polish (pl) translation to 94%

New status: 632 messages complete with 11 fuzzies and 23 untranslated.

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

13 years agol10n: Upadates to Croatian translation
Ivica Kolić [Wed, 22 Dec 2010 21:38:06 +0000 (22:38 +0100)]
l10n: Upadates to Croatian translation

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

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

13 years agol10n: Updated Catalan (Valencian) (ca) translation to 100%
Harald Servat [Sun, 19 Dec 2010 15:51:55 +0000 (16:51 +0100)]
l10n: Updated Catalan (Valencian) (ca) translation to 100%

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

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

13 years agol10n: Updated Ukrainian (uk) translation to 100%
Yarema aka Knedlyk [Sat, 18 Dec 2010 23:01:34 +0000 (00:01 +0100)]
l10n: Updated Ukrainian (uk) translation to 100%

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

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

13 years agoUpdate Korean translation
Kim Boram [Thu, 16 Dec 2010 22:08:39 +0000 (23:08 +0100)]
Update Korean translation

13 years agoAdd certificate file location used on FreeBSD
André Stösel [Thu, 16 Dec 2010 22:02:19 +0000 (23:02 +0100)]
Add certificate file location used on FreeBSD

13 years agol10n: Updated English (United Kingdom) (en_GB) translation to 100%
Jeff Bailes [Thu, 16 Dec 2010 06:41:12 +0000 (07:41 +0100)]
l10n: Updated English (United Kingdom) (en_GB) translation to 100%

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

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

13 years agoHandle oddities in Russian keyboard layouts
Christian Dywan [Tue, 14 Dec 2010 21:43:56 +0000 (22:43 +0100)]
Handle oddities in Russian keyboard layouts

13 years agol10n: Updated Portuguese (pt) translation to 100%
Sergio Marques [Tue, 14 Dec 2010 15:13:22 +0000 (16:13 +0100)]
l10n: Updated Portuguese (pt) translation to 100%

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

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

13 years agoBe sure to end up at last opened tab after closing
André Stösel [Mon, 13 Dec 2010 19:19:30 +0000 (20:19 +0100)]
Be sure to end up at last opened tab after closing

13 years agoEnable spell checking while typing by default
Christian Dywan [Mon, 13 Dec 2010 19:11:50 +0000 (20:11 +0100)]
Enable spell checking while typing by default

13 years agol10n: Updated Czech (cs) translation to 100%
David Štancl [Mon, 13 Dec 2010 07:34:00 +0000 (08:34 +0100)]
l10n: Updated Czech (cs) translation to 100%

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

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

13 years agol10n: Updated German (de) translation to 100%
Fabian Nowak [Sun, 12 Dec 2010 16:31:34 +0000 (17:31 +0100)]
l10n: Updated German (de) translation to 100%

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

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

13 years agol10n: Updated Portuguese (Brazilian) (pt_BR) translation to 100%
Sérgio Cipolla [Sun, 12 Dec 2010 11:19:02 +0000 (12:19 +0100)]
l10n: Updated Portuguese (Brazilian) (pt_BR) translation to 100%

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

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

13 years agoUpdate German translation
Christian Dywan [Sun, 12 Dec 2010 00:34:45 +0000 (01:34 +0100)]
Update German translation

13 years agoImplement 'Add Shortcut to desktop' for X11
Christian Dywan [Sun, 12 Dec 2010 00:26:08 +0000 (01:26 +0100)]
Implement 'Add Shortcut to desktop' for X11

13 years agoSet proper default speed dial size if not set
Christian Dywan [Sun, 12 Dec 2010 00:13:59 +0000 (01:13 +0100)]
Set proper default speed dial size if not set

13 years agoMake sure minimized tabs show up in Tab Panel
Christian Dywan [Sat, 11 Dec 2010 19:31:18 +0000 (20:31 +0100)]
Make sure minimized tabs show up in Tab Panel

13 years agoRemove ability to hide operating controls
Christian Dywan [Sat, 11 Dec 2010 19:18:04 +0000 (20:18 +0100)]
Remove ability to hide operating controls

13 years agoPut Add Bookmark instead of Homepage in the toolbar
Christian Dywan [Sat, 11 Dec 2010 19:12:54 +0000 (20:12 +0100)]
Put Add Bookmark instead of Homepage in the toolbar

13 years agoRemove detach and right-align buttons from panel
Christian Dywan [Sat, 11 Dec 2010 18:52:16 +0000 (19:52 +0100)]
Remove detach and right-align buttons from panel

13 years agoRequire minimum size of bookmark panel
Christian Dywan [Sat, 11 Dec 2010 18:49:05 +0000 (19:49 +0100)]
Require minimum size of bookmark panel

13 years agoDeprecate Destination folder and Transfer completed
Christian Dywan [Fri, 10 Dec 2010 20:12:39 +0000 (21:12 +0100)]
Deprecate Destination folder and Transfer completed

13 years agoSwitch to newest tabs with Ctrl+1 and Ctrl+2
André Stösel [Fri, 10 Dec 2010 20:08:09 +0000 (21:08 +0100)]
Switch to newest tabs with Ctrl+1 and Ctrl+2

13 years agoBe more careful about consecuitve spaces in styles
Christian Dywan [Fri, 10 Dec 2010 20:03:50 +0000 (21:03 +0100)]
Be more careful about consecuitve spaces in styles

13 years agol10n: Updated Polish (pl) translation to 94%
Piotr Sokół [Thu, 9 Dec 2010 10:57:45 +0000 (11:57 +0100)]
l10n: Updated Polish (pl) translation to 94%

New status: 632 messages complete with 11 fuzzies and 23 untranslated.

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

13 years agoOmit spaces and comments in user stylesheets
Paweł Forysiuk [Tue, 7 Dec 2010 00:40:26 +0000 (01:40 +0100)]
Omit spaces and comments in user stylesheets

This fixes parsing breaking due to comments.

Further more it noticibly reduces the size of stylesheets.

13 years agol10n: Updated Polish (pl) translation to 94%
Piotr Sokół [Mon, 6 Dec 2010 21:56:51 +0000 (22:56 +0100)]
l10n: Updated Polish (pl) translation to 94%

New status: 627 messages complete with 16 fuzzies and 23 untranslated.

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

13 years agoUse foreach with copied list for importing bookmarks
Christian Dywan [Sun, 5 Dec 2010 22:34:17 +0000 (23:34 +0100)]
Use foreach with copied list for importing bookmarks

The new macro KATZE_ARRAY_FOREACH_ITEM_L is added, taking a
list that must be freed afterwards. It copies the list to
not enter infinite recursion if items are removed or appended.

13 years agoAdd Homepage button to default toolbar
Christian Dywan [Sun, 5 Dec 2010 22:19:50 +0000 (23:19 +0100)]
Add Homepage button to default toolbar

Many people do look for it and fail to understand how to
add buttons to the toolbar.

13 years agoMerge separate language preferences into one
Christian Dywan [Sun, 5 Dec 2010 22:14:19 +0000 (23:14 +0100)]
Merge separate language preferences into one

13 years agoOmit Sidepanel button from default toolbar
Christian Dywan [Sun, 5 Dec 2010 22:05:22 +0000 (23:05 +0100)]
Omit Sidepanel button from default toolbar

It is in the compact menu, and otherwise menubar.

13 years agoPut 'Find' into the compact popup menu
Christian Dywan [Sun, 5 Dec 2010 22:01:01 +0000 (23:01 +0100)]
Put 'Find' into the compact popup menu

13 years agol10n: Updated Chinese (China) (zh_CN) translation to 100%
Xu Meihong [Sat, 4 Dec 2010 07:47:47 +0000 (08:47 +0100)]
l10n: Updated Chinese (China) (zh_CN) translation to 100%

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

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

13 years agoRemove empty loop in katze_array_action_activate
Christian Dywan [Thu, 2 Dec 2010 18:05:11 +0000 (19:05 +0100)]
Remove empty loop in katze_array_action_activate

13 years agoCreate toggle button proxies for array actions
Christian Dywan [Thu, 2 Dec 2010 18:01:49 +0000 (19:01 +0100)]
Create toggle button proxies for array actions