Commit graph

2138 commits

Author SHA1 Message Date
Enrico Tröger 27567de620 Guard image with #define to prevent unused variable warnings 2010-01-14 02:01:30 +01:00
Alexander Butenko 4dae65d802 Speedup adblock by removing greedy regex if we have 1 or 2 signatures 2010-01-14 01:52:43 +01:00
Alexander Butenko 11ff993ecd Strip trailing whitespace from console messages 2010-01-13 06:56:12 +01:00
Dale Whittaker 96178e60b7 Check page icons of search engines first, afterwards icon names 2010-01-13 06:55:49 +01:00
Christian Dywan d536d90d33 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.
2010-01-13 06:52:42 +01:00
Christian Dywan 789485a086 Do no extra type checking when querying the history database 2010-01-13 00:10:32 +01:00
André Stösel 4e561eeef3 Fixup the key value to allow Ctrl + Shift + Tab 2010-01-12 23:34:10 +01:00
Christian Dywan dab3505e0c Store argument vector and display it in about:version 2010-01-12 23:34:10 +01:00
Sergio Marques 03450316b0 l10n: Updated Portuguese (pt) translation to 100%
New status: 570 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2010-01-12 11:52:25 +01:00
Aleksandr Ponomarenko bef62050d4 l10n: Updated Russian (ru) translation to 100%
New status: 570 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2010-01-11 23:49:00 +01:00
Christian Dywan 25696e8e20 Update German translation 2010-01-11 22:02:16 +01:00
Christian Dywan 058bb33024 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.
2010-01-11 21:55:12 +01:00
André Stösel ca5bfa1b1d Allow the panel to expand, to stop it from ever-growing in fullscreen 2010-01-11 21:55:12 +01:00
Timo Verbeek b7384bf441 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).
2010-01-11 10:13:06 -05:00
Alexander Butenko 2832704f7d 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.
2010-01-10 22:57:17 +01:00
Alexander Butenko 089315bcaa 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.
2010-01-10 22:52:06 +01:00
Christoph Wickert 96a03e91bf Use FileTransfer category rather than Network for download managers 2010-01-10 22:02:46 +01:00
Christian Dywan a4a9cd91d3 Use an alignment the image size request to adjust close buttons 2010-01-10 22:02:46 +01:00
Christian Dywan 16947894d4 Make %u in command lines work just like %s
This is not strictly by the spec but it works in practise.
2010-01-10 22:02:46 +01:00
Carles Muñoz Gorriz 4fcf840ed3 l10n: Updates to Catalan (Valencian) (ca) translation
Transmitted-via: Transifex (translations.xfce.org)
2010-01-10 13:02:05 +01:00
Christian Dywan 9cf6f6a3cc Move around preferences so Open panels in Windows is always shown 2010-01-10 07:22:21 +01:00
André Stösel de4eede5cc It should be 'gint position', not gboolean 2010-01-10 07:22:20 +01:00
Christian Dywan a7cbc73981 Add i18n comments for Paste Proceed as well as Go to next/ previous page 2010-01-10 07:22:20 +01:00
Anton Shestakov b88c26d334 Update Russian translation 2010-01-10 07:22:20 +01:00
Sergio Marques 471978afd4 l10n: Updates to Portuguese (pt) translation
Transmitted-via: Transifex (translations.xfce.org)
2010-01-09 11:42:04 +01:00
Masato Hashimoto aed22208c3 l10n: Updates to Japanese (ja) translation
Transmitted-via: Transifex (translations.xfce.org)
2010-01-09 10:10:49 +01:00
Leandro Regueiro 16580158f1 l10n: Updates to Galician (gl) translation
Transmitted-via: Transifex (translations.xfce.org)
2010-01-08 18:15:03 +01:00
Per Kongstad b5d714e844 l10n: Updates to Danish (da) translation
Transmitted-via: Transifex (translations.xfce.org)
2010-01-08 09:43:34 +01:00
David Štancl 0c1a519d57 l10n: Updates to Czech (cs) translation
Transmitted-via: Transifex (translations.xfce.org)
2010-01-08 08:32:36 +01:00
Christian Dywan a8d3d0955f Remove empty button from the Extensions panel 2010-01-08 01:44:48 +01:00
Christian Dywan 9db458ba9c Hide panel toolbooks when there is only a controls button in there 2010-01-08 01:43:33 +01:00
Christian Dywan 317eefa1c8 Prevent a recurive loop when toggling operating controls 2010-01-08 01:08:37 +01:00
Christian Dywan dba473e069 Move the logo on special pages to the background 2010-01-08 00:42:23 +01:00
Enrico Tröger ca73b5fede Allow DND also for cookie items by using the value of the parent node 2010-01-08 00:16:56 +01:00
Enrico Tröger e67d87247a Align domains with and without leading dots equally 2010-01-08 00:16:56 +01:00
Enrico Tröger 170163cbab Implement cm_skip_leading_dot() to avoid code duplication 2010-01-08 00:16:56 +01:00
Enrico Tröger 973c82fdae Show some basic information in description box when domain is selected 2010-01-08 00:16:56 +01:00
Enrico Tröger d7aa05b9ec 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
2010-01-08 00:16:56 +01:00
Christian Dywan a8cd1499ab 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.
2010-01-08 00:16:56 +01:00
Christian Dywan cbebda0db4 Remove Plugins panel, instead add Netscape plugins to Extensions
Netscape Plugins cannot actually be activated or deactivated
at the moment.
2010-01-08 00:16:56 +01:00
Christian Dywan f4c7df59b4 Connect accelerators of implicitly created panel actions 2010-01-08 00:16:55 +01:00
Christian Dywan 139132afbd Implement about:version page with important build configuration aspects 2010-01-08 00:16:55 +01:00
André Stösel 5c89cc8bd2 Spell accept language header as 'Accept-Language' 2010-01-08 00:16:55 +01:00
Christian Dywan 7f0141d657 Do not run scripts or styles on blank or special pages 2010-01-08 00:16:55 +01:00
Christian Dywan fbfe070588 Mention Transifex in the TRANSLATE file 2010-01-08 00:16:55 +01:00
Sergio Marques a40c9257de l10n: Updates to Portuguese (pt) translation
Transmitted-via: Transifex (translations.xfce.org)
2010-01-07 17:59:25 +01:00
Masato Hashimoto 7eac82f484 l10n: Updates to Japanese (ja) translation
Transmitted-via: Transifex (translations.xfce.org)
2010-01-07 14:51:51 +01:00
Robert Hartl 7102be6ee4 l10n: Updates to Slovak (sk) translation
Transmitted-via: Transifex (translations.xfce.org)
2010-01-07 12:31:12 +01:00
Per Kongstad 56adfe79eb l10n: Updates to Danish (da) translation
Transmitted-via: Transifex (translations.xfce.org)
2010-01-07 09:45:02 +01:00
David Štancl 46dc66e4be l10n: Updates to Czech (cs) translation
Transmitted-via: Transifex (translations.xfce.org)
2010-01-07 08:25:28 +01:00