Commit graph

2251 commits

Author SHA1 Message Date
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
André Stösel b5b32495f9 Implement 'Preferred languages' preference, ACCEPT_LANGUAGE header 2010-01-07 01:35:51 +01:00
Tsahee Zidenberg e126271ad8 Disconnect add-browser callback when deactivating Colourful Tabs 2010-01-07 00:02:12 +01:00
Christian Dywan b7d09f38bb Handle window raising without the help of unique 2010-01-06 23:40:46 +01:00
Christian Dywan 996f1a86d3 Omit an unused config variable when loading extensions 2010-01-06 23:40:45 +01:00
Christian Dywan 56456b77c4 Remove locationentry and dnsprefetch from POTFILES.in 2010-01-06 23:40:45 +01:00
Christian Dywan 2e496c53fa 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.
2010-01-06 23:40:45 +01:00
Christian Dywan 4fd73fb701 Mention ./waf clean and ./waf distclean in INSTALL 2010-01-06 23:40:45 +01:00
Christian Dywan 5d5d2517c8 Rename 'Spell checking languages' to 'Spelling dictionaries' 2010-01-06 23:40:45 +01:00
David Štancl b790e73db8 l10n: Updates to Czech (cs) translation
Transmitted-via: Transifex (translations.xfce.org)
2010-01-06 08:04:46 +01:00
Masato Hashimoto 5b73f0805f l10n: Updates to Japanese (ja) translation
Transmitted-via: Transifex (translations.xfce.org)
2010-01-06 07:52:01 +01:00
Leandro Regueiro 992c3ca358 l10n: Updates to Galician (gl) translation
Transmitted-via: Transifex (translations.xfce.org)
2010-01-05 17:46:58 +01:00
Masato Hashimoto b7057bac98 l10n: Updates to Japanese (ja) translation
Transmitted-via: Transifex (translations.xfce.org)
2010-01-05 06:53:33 +01:00
Enrico Tröger 76d4d9a9bf Update German translation 2010-01-04 23:58:33 +01:00
Christian Dywan 66d72c915e Add a label 'Spell checking languages:' in front of the spell entry
The entry by itself is confusing to many users, and a label is better
than nothing while we don't have a better interface.
2010-01-04 23:42:30 +01:00
Christian Dywan b8037dc906 Ctrl + Right-click to suppress javascript button handling
Pages like Google Maps handle right-clicks and either provide
their own sort of context menu or just disable the menu. We
want the option to always get our proper menu.
2010-01-04 23:42:30 +01:00
Masato Hashimoto 49e0bfb874 l10n: Updates to Japanese (ja) translation
Transmitted-via: Transifex (translations.xfce.org)
2010-01-04 07:49:04 +00:00
David Štancl 13de058482 l10n: Updates to Czech (cs) translation
Transmitted-via: Transifex (translations.xfce.org)
2010-01-04 07:31:50 +00:00
Alexander Butenko 22f347ca38 Increase filter line buffer, revise css block matching, use strchr 2010-01-03 23:37:44 +01:00
Christian Dywan 97d6137ea8 Disable developer extras in web app mode 2010-01-03 23:00:27 +01:00
Christian Dywan bb9ec27402 Build only main.c in the progressive midori target 2010-01-03 22:58:04 +01:00
Christian Dywan bebacc8565 Determine whether we can view the source via g_content_type_is_a 2010-01-03 22:26:15 +01:00
Christian Dywan 7383a647c9 Use mnemonic _o instead of _l for 'Block image' 2010-01-02 22:04:50 +01:00
Christian Dywan 83f68c90d9 Use mnemonic s instead of C for 'Copy Link destination'
It can conflict if Copy is visible due to a selection.
2010-01-02 22:03:32 +01:00
Christian Dywan 3163c659e5 Implement 'Open Link as Web A_pplication' in link context menu 2010-01-02 21:59:34 +01:00
Christian Dywan cf9dec176c Refactor adblock_reload_rules to handle filters versus only custom 2010-01-02 21:34:17 +01:00
Alexander Butenko b0de3f35df Block and hide images by domain and relative path 2010-01-02 21:15:58 +01:00
Alexander Butenko 20059d74b9 Hide images blocked with 'Block image' via element hiding 2010-01-02 04:11:44 +01:00
Alexander Butenko 5452c7c71d Implement 'Block image' menuitem in adblock, adding URIs to custom list
For now it only has effect after reloading the page.
2010-01-02 03:47:56 +01:00
Christian Dywan af43d5a761 Construct entry in location action, obsoleting location entry class 2010-01-02 01:25:57 +01:00
Christian Dywan d55e771b3a Merge MidoriLocationEntry progress drawing into GtkIconEntry 2010-01-02 00:21:49 +01:00
Christian Dywan fb04846992 Fix a macro typo in the GtkIconEntry implementation 2010-01-01 23:45:29 +01:00
Christian Dywan d81f84aa9c Show bookmarkbar if 'Show in the toolbar' is used on a bookmark 2010-01-01 23:37:13 +01:00
Christian Dywan 578f74a308 Merge compat.h into sokoke and remove gtk_show_uri implementation 2010-01-01 23:24:03 +01:00
Christian Dywan 2f202f8020 Implement "Paste and proceed" menuitem in location context menu 2010-01-01 23:01:56 +01:00
Christian Dywan 311a5a8a1b Store searches with tokens in the completion as a distinct item
Currently searches won't be stored persistently in the database.
2010-01-01 22:47:24 +01:00
Christian Dywan 3aff0a34d0 Disable 'inline' completion, it causes a huge extra matching overhead 2010-01-01 21:53:28 +01:00
Christian Dywan 8039785073 Move up/ down key handling from the entry into MidoriLocationAction 2010-01-01 18:23:15 +01:00