]> spindle.queued.net Git - midori/log
midori
14 years agoRevise completion to react on paste/ cursor/ backspace
Christian Dywan [Wed, 20 Jan 2010 22:11:25 +0000 (23:11 +0100)]
Revise completion to react on paste/ cursor/ backspace

We need to avoid updating the real text afterall, but update it
in the event of a cursor movement.

We also need to trigger completion on backspace or paste.

We need to remove the timer when we popdown completion.

We need to make sure to not show completion for empty text.

14 years agoTruly update text in location entry to make Home, End and friends work
Christian Dywan [Wed, 20 Jan 2010 20:55:54 +0000 (21:55 +0100)]
Truly update text in location entry to make Home, End and friends work

14 years agoClicking inside the location entry closes the completion window
Christian Dywan [Wed, 20 Jan 2010 20:34:17 +0000 (21:34 +0100)]
Clicking inside the location entry closes the completion window

14 years agoLet hovering completion suggestions select rows
Christian Dywan [Wed, 20 Jan 2010 20:28:44 +0000 (21:28 +0100)]
Let hovering completion suggestions select rows

14 years agoMake clicking completion suggestion actually open the address
Christian Dywan [Wed, 20 Jan 2010 20:25:39 +0000 (21:25 +0100)]
Make clicking completion suggestion actually open the address

14 years agoFill in address if clicked on completion suggestion
Christian Dywan [Wed, 20 Jan 2010 06:42:40 +0000 (07:42 +0100)]
Fill in address if clicked on completion suggestion

14 years agoAlways expand rows when trying to restore the selection
Enrico Tröger [Wed, 20 Jan 2010 06:19:11 +0000 (07:19 +0100)]
Always expand rows when trying to restore the selection

14 years agoAdd #define for gtk_widget_has_focus for GTK+ < 2.18
Christian Dywan [Wed, 20 Jan 2010 06:11:20 +0000 (07:11 +0100)]
Add #define for gtk_widget_has_focus for GTK+ < 2.18

14 years agoDon't trigger completion on control characters
Christian Dywan [Tue, 19 Jan 2010 06:11:51 +0000 (07:11 +0100)]
Don't trigger completion on control characters

14 years agoRestore selection in cookie manager after deleting items
Enrico Tröger [Tue, 19 Jan 2010 05:53:48 +0000 (06:53 +0100)]
Restore selection in cookie manager after deleting items

14 years agoOrder completion matches by most recent visit, ascending
Alexander Butenko [Tue, 19 Jan 2010 05:42:21 +0000 (06:42 +0100)]
Order completion matches by most recent visit, ascending

14 years agoDon't show completion if the entry already lost focus
Alexander Butenko [Tue, 19 Jan 2010 05:34:53 +0000 (06:34 +0100)]
Don't show completion if the entry already lost focus

14 years agoShow completion popup only after resizing the columns
Alexander Butenko [Tue, 19 Jan 2010 05:28:07 +0000 (06:28 +0100)]
Show completion popup only after resizing the columns

14 years agoDon't leak temporary icon filename and don't free icon URI too early
Can Erkin Acar [Tue, 19 Jan 2010 05:09:05 +0000 (06:09 +0100)]
Don't leak temporary icon filename and don't free icon URI too early

14 years agoRead cache asynchronously, use GOutputStream, plug a leak
Alexander Butenko [Sun, 17 Jan 2010 21:49:13 +0000 (22:49 +0100)]
Read cache asynchronously, use GOutputStream, plug a leak

1. We are now reading from the cache asyncronously. Fixing UI freezes.

2. Cache writing switched to GOutputStream. One open/ close per file

3. Plugged a leak of cache headers in web_cache_message_rewrite ()

4. We don't need the URI in web_cache_mesage_got_headers_cb ()

14 years agoUse a tree model filter visible function to limit recent items
Christian Dywan [Sun, 17 Jan 2010 21:36:44 +0000 (22:36 +0100)]
Use a tree model filter visible function to limit recent items

14 years agoSimpler element hiding and some adblock optimizations
Alexander Butenko [Sun, 17 Jan 2010 17:28:11 +0000 (18:28 +0100)]
Simpler element hiding and some adblock optimizations

1. Less hungry and simpler blocked element hider

2. We are now also adding a context menuitem for uris in
preparation for creating rules from the web inspector

3. Removed old hack for blocked element hider

4. Element hider javascript fixes

5. Unit test for small sized rules

6. Removed unneeded WebKitWebView casts

14 years agoImplement completion with live sqlite queries
Christian Dywan [Sun, 17 Jan 2010 17:12:28 +0000 (18:12 +0100)]
Implement completion with live sqlite queries

If sqlite is available, we can directly query results from the
database and populate our model on the fly.

14 years agoRe-implement location action with our own completion popup
Christian Dywan [Sun, 17 Jan 2010 16:45:34 +0000 (17:45 +0100)]
Re-implement location action with our own completion popup

Completion is triggered on key press only, with a delay of 150ms.

Completion can be triggered by input method usage.

The popup size adjusts to the entry size and closes if focus is lost.

14 years agoUse prepared statement to read history array instead of exec
Christian Dywan [Sun, 17 Jan 2010 16:39:21 +0000 (17:39 +0100)]
Use prepared statement to read history array instead of exec

14 years agoRemove 'Search engines in completion' functionality
Christian Dywan [Sun, 17 Jan 2010 09:23:35 +0000 (10:23 +0100)]
Remove 'Search engines in completion' functionality

The feature doesn't work well with more than two engines.

14 years agoGenerate LINGUAS at buildtime and recognize LINGUAS variable
Christian Dywan [Sat, 16 Jan 2010 06:46:58 +0000 (07:46 +0100)]
Generate LINGUAS at buildtime and recognize LINGUAS variable

14 years agoAdd G_GNUC_CONST to all Midori type functions
Christian Dywan [Sat, 16 Jan 2010 06:05:16 +0000 (07:05 +0100)]
Add G_GNUC_CONST to all Midori type functions

14 years agoAdd G_GNUC_CONST to all Katze type functions
Christian Dywan [Sat, 16 Jan 2010 06:01:34 +0000 (07:01 +0100)]
Add G_GNUC_CONST to all Katze type functions

14 years agol10n: Updated Japanese (ja) translation to 100%
Masato Hashimoto [Sun, 17 Jan 2010 07:40:39 +0000 (08:40 +0100)]
l10n: Updated Japanese (ja) translation to 100%

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

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

14 years agoChange db_ helpers in main.c into direct sqlite3_ calls
Christian Dywan [Fri, 15 Jan 2010 05:47:16 +0000 (06:47 +0100)]
Change db_ helpers in main.c into direct sqlite3_ calls

This means 1 function call instead of 2 or 3 calls for each
query and should reduce some overhead.

14 years agoUpdate Korean translation
Kim Boram [Fri, 15 Jan 2010 05:20:38 +0000 (06:20 +0100)]
Update Korean translation

14 years agoOnly define adblock_prepare_urihider_js() if it is used
Enrico Tröger [Fri, 15 Jan 2010 05:15:48 +0000 (06:15 +0100)]
Only define adblock_prepare_urihider_js() if it is used

14 years agol10n: Updated Czech (cs) translation to 100%
Michal Várady [Thu, 14 Jan 2010 17:04:37 +0000 (18:04 +0100)]
l10n: Updated Czech (cs) translation to 100%

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

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

14 years agol10n: Updated Chinese (China) (zh_CN) translation to 100%
Xu Meihong [Thu, 14 Jan 2010 14:31:07 +0000 (15:31 +0100)]
l10n: Updated Chinese (China) (zh_CN) translation to 100%

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

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

14 years agol10n: Updated Chinese (China) (zh_CN) translation to 100%
Xu Meihong [Thu, 14 Jan 2010 14:25:52 +0000 (15:25 +0100)]
l10n: Updated Chinese (China) (zh_CN) translation to 100%

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

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

14 years agol10n: Updated Portuguese (pt) translation to 100%
Sergio Marques [Thu, 14 Jan 2010 10:10:27 +0000 (11:10 +0100)]
l10n: Updated Portuguese (pt) translation to 100%

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

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

14 years agol10n: Updated Catalan (Valencian) (ca) translation to 100%
Harald Servat [Thu, 14 Jan 2010 09:03:18 +0000 (10:03 +0100)]
l10n: Updated Catalan (Valencian) (ca) translation to 100%

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

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

14 years agol10n: Updated Danish (da) translation to 100%
Per Kongstad [Thu, 14 Jan 2010 08:30:48 +0000 (09:30 +0100)]
l10n: Updated Danish (da) translation to 100%

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

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

14 years agoImplement 'Close other tabs' menu item in tab context menu
Christian Dywan [Thu, 14 Jan 2010 01:49:19 +0000 (02:49 +0100)]
Implement 'Close other tabs' menu item in tab context menu

14 years agoTell the soup message it was finished to allow it to release memory
Alexander Butenko [Thu, 14 Jan 2010 01:23:00 +0000 (02:23 +0100)]
Tell the soup message it was finished to allow it to release memory

14 years agoUse a script to hide images and frames that are blocked
Alexander Butenko [Thu, 14 Jan 2010 01:19:38 +0000 (02:19 +0100)]
Use a script to hide images and frames that are blocked

14 years agoGuard image with #define to prevent unused variable warnings
Enrico Tröger [Thu, 14 Jan 2010 01:01:30 +0000 (02:01 +0100)]
Guard image with #define to prevent unused variable warnings

14 years agoSpeedup adblock by removing greedy regex if we have 1 or 2 signatures
Alexander Butenko [Thu, 14 Jan 2010 00:52:43 +0000 (01:52 +0100)]
Speedup adblock by removing greedy regex if we have 1 or 2 signatures

14 years agoStrip trailing whitespace from console messages
Alexander Butenko [Wed, 13 Jan 2010 05:56:12 +0000 (06:56 +0100)]
Strip trailing whitespace from console messages

14 years agoCheck page icons of search engines first, afterwards icon names
Dale Whittaker [Wed, 13 Jan 2010 05:55:06 +0000 (06:55 +0100)]
Check page icons of search engines first, afterwards icon names

14 years agoDo not call xmlCleanupParser after parsing news feeds
Christian Dywan [Wed, 13 Jan 2010 05:52:42 +0000 (06:52 +0100)]
Do not call xmlCleanupParser after parsing news feeds

This function is an aggressive means of releasing memory that may
leave libxml in an unusable state.

14 years agoDo no extra type checking when querying the history database
Christian Dywan [Tue, 12 Jan 2010 23:10:32 +0000 (00:10 +0100)]
Do no extra type checking when querying the history database

14 years agoFixup the key value to allow Ctrl + Shift + Tab
André Stösel [Tue, 12 Jan 2010 22:28:02 +0000 (23:28 +0100)]
Fixup the key value to allow Ctrl + Shift + Tab

14 years agoStore argument vector and display it in about:version
Christian Dywan [Tue, 12 Jan 2010 22:22:50 +0000 (23:22 +0100)]
Store argument vector and display it in about:version

14 years agol10n: Updated Portuguese (pt) translation to 100%
Sergio Marques [Tue, 12 Jan 2010 10:52:25 +0000 (11:52 +0100)]
l10n: Updated Portuguese (pt) translation to 100%

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

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

14 years agol10n: Updated Russian (ru) translation to 100%
Aleksandr Ponomarenko [Mon, 11 Jan 2010 22:49:00 +0000 (23:49 +0100)]
l10n: Updated Russian (ru) translation to 100%

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

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

14 years agoUpdate German translation
Christian Dywan [Mon, 11 Jan 2010 21:02:16 +0000 (22:02 +0100)]
Update German translation

14 years agoAdd 'LT_PREREQ(2.2)', uncommented, to uri search tests
Christian Dywan [Mon, 11 Jan 2010 20:52:33 +0000 (21:52 +0100)]
Add 'LT_PREREQ(2.2)', uncommented, to uri search tests

The string is obviously not a valid domain name. Yet our
recognition isn't aware of that.

14 years agoAllow the panel to expand, to stop it from ever-growing in fullscreen
André Stösel [Mon, 11 Jan 2010 20:47:37 +0000 (21:47 +0100)]
Allow the panel to expand, to stop it from ever-growing in fullscreen

14 years agol10n: Updated Dutch (Flemish) (nl) translation to 53%
Timo Verbeek [Mon, 11 Jan 2010 15:13:06 +0000 (10:13 -0500)]
l10n: Updated Dutch (Flemish) (nl) translation to 53%

New status: 305 messages complete with 125 fuzzies and 140 untranslated.

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

14 years agoImplement "autosuggest" in form history and bump the version
Alexander Butenko [Sun, 10 Jan 2010 21:57:17 +0000 (22:57 +0100)]
Implement "autosuggest" in form history and bump the version

1. Honor non W3C but commonly used "autosuggest" attribute.

2. Bump version to 1.0. The plugin can be considered stable.

14 years agoSpeedup adblock with blacklists and reorganize unit tests
Alexander Butenko [Sun, 10 Jan 2010 21:52:06 +0000 (22:52 +0100)]
Speedup adblock with blacklists and reorganize unit tests

1. Blacklist for pattern matching. 1 regexp has more than 1
signature. If the 1st match failed, there is no need to
match with the same regex a second time if the signature matched.
This gives us 20% speedup.

2. Cleanup for performance tests.

3. Tests reorganized. now we are checking pattern validation
plus performance timing. Simlifies testing.

4. Bump version to 0.5. The next patch will add option matching
so we will bump it to 1.0 once it is tested.

14 years agoUse FileTransfer category rather than Network for download managers
Christoph Wickert [Sun, 10 Jan 2010 20:58:24 +0000 (21:58 +0100)]
Use FileTransfer category rather than Network for download managers

14 years agoUse an alignment the image size request to adjust close buttons
Christian Dywan [Sun, 10 Jan 2010 20:56:53 +0000 (21:56 +0100)]
Use an alignment the image size request to adjust close buttons

14 years agoMake %u in command lines work just like %s
Christian Dywan [Sun, 10 Jan 2010 20:55:53 +0000 (21:55 +0100)]
Make %u in command lines work just like %s

This is not strictly by the spec but it works in practise.

14 years agol10n: Updates to Catalan (Valencian) (ca) translation
Carles Muñoz Gorriz [Sun, 10 Jan 2010 12:02:05 +0000 (13:02 +0100)]
l10n: Updates to Catalan (Valencian) (ca) translation

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

14 years agoMove around preferences so Open panels in Windows is always shown
Christian Dywan [Sat, 9 Jan 2010 22:49:25 +0000 (23:49 +0100)]
Move around preferences so Open panels in Windows is always shown

14 years agoIt should be 'gint position', not gboolean
André Stösel [Sat, 9 Jan 2010 22:12:14 +0000 (23:12 +0100)]
It should be 'gint position', not gboolean

14 years agoAdd i18n comments for Paste Proceed as well as Go to next/ previous page
Christian Dywan [Sat, 9 Jan 2010 22:08:40 +0000 (23:08 +0100)]
Add i18n comments for Paste Proceed as well as Go to next/ previous page

14 years agoUpdate Russian translation
Anton Shestakov [Sat, 9 Jan 2010 22:02:48 +0000 (23:02 +0100)]
Update Russian translation

14 years agol10n: Updates to Portuguese (pt) translation
Sergio Marques [Sat, 9 Jan 2010 10:42:04 +0000 (11:42 +0100)]
l10n: Updates to Portuguese (pt) translation

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

14 years agol10n: Updates to Japanese (ja) translation
Masato Hashimoto [Sat, 9 Jan 2010 09:10:49 +0000 (10:10 +0100)]
l10n: Updates to Japanese (ja) translation

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

14 years agol10n: Updates to Galician (gl) translation
Leandro Regueiro [Fri, 8 Jan 2010 17:15:03 +0000 (18:15 +0100)]
l10n: Updates to Galician (gl) translation

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

14 years agol10n: Updates to Danish (da) translation
Per Kongstad [Fri, 8 Jan 2010 08:43:34 +0000 (09:43 +0100)]
l10n: Updates to Danish (da) translation

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

14 years agol10n: Updates to Czech (cs) translation
David Štancl [Fri, 8 Jan 2010 07:32:36 +0000 (08:32 +0100)]
l10n: Updates to Czech (cs) translation

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

14 years agoRemove empty button from the Extensions panel
Christian Dywan [Fri, 8 Jan 2010 00:44:48 +0000 (01:44 +0100)]
Remove empty button from the Extensions panel

14 years agoHide panel toolbooks when there is only a controls button in there
Christian Dywan [Fri, 8 Jan 2010 00:43:33 +0000 (01:43 +0100)]
Hide panel toolbooks when there is only a controls button in there

14 years agoPrevent a recurive loop when toggling operating controls
Christian Dywan [Fri, 8 Jan 2010 00:08:37 +0000 (01:08 +0100)]
Prevent a recurive loop when toggling operating controls

14 years agoMove the logo on special pages to the background
Christian Dywan [Thu, 7 Jan 2010 23:42:23 +0000 (00:42 +0100)]
Move the logo on special pages to the background

14 years agoAllow DND also for cookie items by using the value of the parent node
Enrico Tröger [Thu, 7 Jan 2010 23:13:29 +0000 (00:13 +0100)]
Allow DND also for cookie items by using the value of the parent node

14 years agoAlign domains with and without leading dots equally
Enrico Tröger [Thu, 7 Jan 2010 23:11:46 +0000 (00:11 +0100)]
Align domains with and without leading dots equally

14 years agoImplement cm_skip_leading_dot() to avoid code duplication
Enrico Tröger [Thu, 7 Jan 2010 23:10:26 +0000 (00:10 +0100)]
Implement cm_skip_leading_dot() to avoid code duplication

14 years agoShow some basic information in description box when domain is selected
Enrico Tröger [Thu, 7 Jan 2010 23:08:24 +0000 (00:08 +0100)]
Show some basic information in description box when domain is selected

14 years agoImplement cm_list_length() for faster list length computations
Enrico Tröger [Thu, 7 Jan 2010 22:59:00 +0000 (23:59 +0100)]
Implement cm_list_length() for faster list length computations

Since we only need to know whether the list of selected items
has 0, 1 or 2 or more items, it's enough to check for these 3 cases

14 years agoMove panel icons to the bottom and always remove the labels
Christian Dywan [Thu, 7 Jan 2010 22:32:25 +0000 (23:32 +0100)]
Move panel icons to the bottom and always remove the labels

This is an attempt at simplifying the panel, in the hope
that it is still discoverable enough.

14 years agoRemove Plugins panel, instead add Netscape plugins to Extensions
Christian Dywan [Thu, 7 Jan 2010 22:30:36 +0000 (23:30 +0100)]
Remove Plugins panel, instead add Netscape plugins to Extensions

Netscape Plugins cannot actually be activated or deactivated
at the moment.

14 years agoConnect accelerators of implicitly created panel actions
Christian Dywan [Thu, 7 Jan 2010 20:52:06 +0000 (21:52 +0100)]
Connect accelerators of implicitly created panel actions

14 years agoImplement about:version page with important build configuration aspects
Christian Dywan [Thu, 7 Jan 2010 20:12:36 +0000 (21:12 +0100)]
Implement about:version page with important build configuration aspects

14 years agoSpell accept language header as 'Accept-Language'
André Stösel [Thu, 7 Jan 2010 20:10:56 +0000 (21:10 +0100)]
Spell accept language header as 'Accept-Language'

14 years agoDo not run scripts or styles on blank or special pages
Christian Dywan [Thu, 7 Jan 2010 20:10:14 +0000 (21:10 +0100)]
Do not run scripts or styles on blank or special pages

14 years agoMention Transifex in the TRANSLATE file
Christian Dywan [Thu, 7 Jan 2010 20:09:26 +0000 (21:09 +0100)]
Mention Transifex in the TRANSLATE file

14 years agol10n: Updates to Portuguese (pt) translation
Sergio Marques [Thu, 7 Jan 2010 16:59:25 +0000 (17:59 +0100)]
l10n: Updates to Portuguese (pt) translation

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

14 years agol10n: Updates to Japanese (ja) translation
Masato Hashimoto [Thu, 7 Jan 2010 13:51:51 +0000 (14:51 +0100)]
l10n: Updates to Japanese (ja) translation

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

14 years agol10n: Updates to Slovak (sk) translation
Robert Hartl [Thu, 7 Jan 2010 11:31:12 +0000 (12:31 +0100)]
l10n: Updates to Slovak (sk) translation

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

14 years agol10n: Updates to Danish (da) translation
Per Kongstad [Thu, 7 Jan 2010 08:45:02 +0000 (09:45 +0100)]
l10n: Updates to Danish (da) translation

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

14 years agol10n: Updates to Czech (cs) translation
David Štancl [Thu, 7 Jan 2010 07:25:28 +0000 (08:25 +0100)]
l10n: Updates to Czech (cs) translation

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

14 years agoImplement 'Preferred languages' preference, ACCEPT_LANGUAGE header
André Stösel [Wed, 6 Jan 2010 23:49:41 +0000 (00:49 +0100)]
Implement 'Preferred languages' preference, ACCEPT_LANGUAGE header

14 years agoDisconnect add-browser callback when deactivating Colourful Tabs
Tsahee Zidenberg [Wed, 6 Jan 2010 22:56:30 +0000 (23:56 +0100)]
Disconnect add-browser callback when deactivating Colourful Tabs

14 years agoHandle window raising without the help of unique
Christian Dywan [Wed, 6 Jan 2010 21:30:59 +0000 (22:30 +0100)]
Handle window raising without the help of unique

14 years agoOmit an unused config variable when loading extensions
Christian Dywan [Wed, 6 Jan 2010 21:18:22 +0000 (22:18 +0100)]
Omit an unused config variable when loading extensions

14 years agoRemove locationentry and dnsprefetch from POTFILES.in
Christian Dywan [Wed, 6 Jan 2010 21:17:35 +0000 (22:17 +0100)]
Remove locationentry and dnsprefetch from POTFILES.in

14 years agoRemove translation template midori.pot from the repository
Christian Dywan [Wed, 6 Jan 2010 21:03:29 +0000 (22:03 +0100)]
Remove translation template midori.pot from the repository

Transifex should generate a template. A benefit of this is that it
automatically notifies about problems.

The file midori.pot does unfortunately have to live in the source
tree, but we remove it in clean and distclean targets.

14 years agoMention ./waf clean and ./waf distclean in INSTALL
Christian Dywan [Wed, 6 Jan 2010 20:57:09 +0000 (21:57 +0100)]
Mention ./waf clean and ./waf distclean in INSTALL

14 years agoRename 'Spell checking languages' to 'Spelling dictionaries'
Christian Dywan [Wed, 6 Jan 2010 20:56:33 +0000 (21:56 +0100)]
Rename 'Spell checking languages' to 'Spelling dictionaries'

14 years agol10n: Updates to Czech (cs) translation
David Štancl [Wed, 6 Jan 2010 07:04:46 +0000 (08:04 +0100)]
l10n: Updates to Czech (cs) translation

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

14 years agol10n: Updates to Japanese (ja) translation
Masato Hashimoto [Wed, 6 Jan 2010 06:52:01 +0000 (07:52 +0100)]
l10n: Updates to Japanese (ja) translation

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

14 years agol10n: Updates to Galician (gl) translation
Leandro Regueiro [Tue, 5 Jan 2010 16:46:58 +0000 (17:46 +0100)]
l10n: Updates to Galician (gl) translation

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

14 years agol10n: Updates to Japanese (ja) translation
Masato Hashimoto [Tue, 5 Jan 2010 05:53:33 +0000 (06:53 +0100)]
l10n: Updates to Japanese (ja) translation

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

14 years agoUpdate German translation
Enrico Tröger [Mon, 4 Jan 2010 22:57:21 +0000 (23:57 +0100)]
Update German translation