Commit Graph

86 Commits

Author SHA1 Message Date
Chris Young 50393c9fc6 Update Italian messages (credit: Samir) 2015-11-06 19:21:30 +00:00
Dick Tanis a7324d39a4 Updated Dutch messages for NetSurf 2015-11-03 23:10:39 +00:00
Dave Higton f2e56834be When an image content cannot be converted prevent export as sprite
If an image is not converted, for example it is a CMYK jpeg this
prevents a crash if trying to export the image as a RISC OS sprite.
2015-10-31 15:49:34 +00:00
Vincent Sanders 8ff9abf5b6 update gtk accelerators to follow other browsers usage 2015-10-29 08:13:07 +00:00
Dave Higton cb178413ef Fix RISC OS menu entries for delete
The RISC OS key that deletes entries from e.g. the hotlist and the
global history is Del(ete), not ^X as shown in the menus.  ^X is
more associated with cut to clipboard, which the above mentioned
delete operations do not do, so it makes more sense to leave the
functionality as is, and modify the menu text to match the key.

NB It seems that NL keyboards are rare things; Netherlanders are
more likely to use an English keyboard (US or UK), so Del is the
correct choice for the majority in NL.
2015-10-12 21:36:11 +01:00
Adrien Destugues 5546a3dbcd BeOS/Haiku: improve menus management
* Embed language resources in executable, so they can be used without
installing
* Add a few strings we want to use
* Remove most menus since they are not implemented yet

Fixes http://bugs.netsurf-browser.org/mantis/view.php?id=2164
2015-10-12 21:11:25 +01:00
Chris Young 410f6fdb9e Allow the popupmenu-based select menu to cascade into multiple sub-menus containing further items, when there are too many to fit on the screen in one column. 2015-09-07 17:41:24 +01:00
Chris Young 6a00255855 Enable control of core/popupmenu select menus in the prefs GUI.
This at least gives the option for people who prefer the popupmenu-based selection menus to easily switch back to the core ones when the options don't all fit on the screen (as popupmenu can't scroll).
2015-09-05 15:37:34 +01:00
Chris Young 451b021c36 Fix the capitalisation of "New tab" to matach "New window" etc. 2015-06-21 18:54:52 +01:00
Dick Tanis b62fad759a Updated Dutch messages for NetSurf 2015-06-02 13:42:14 +01:00
Michael Drake 82237d7070 Avoid generating confusing warning.
Now the disc cache will be disabled silently if its too slow.
2015-05-12 10:01:06 +01:00
Vincent Sanders df4e9e322d Add widget alignment gtk compatability interface. 2015-04-11 15:20:52 +01:00
Vincent Sanders 98f8acdfe5 Change gtk about dialog construction to use the API as intended.
The about dialog box construction was awkward and brittle using
several depricated interfaces. This changes it to use a more generic
dialog creation and uses the response API to simplify click
processing.

It would be even better to use the gtk about dialog but that is a more
invasive change.
2015-04-10 13:19:22 +01:00
Dick Tanis 6f523a72f1 Updated Dutch resources for NetSurf / interactive Help corrections and additions 2015-03-30 21:10:00 +01:00
Chris Young 729cd9134b Switch the English and French "fetches per host" text to the correct languages. 2015-03-29 23:47:29 +01:00
Glen Walker f4b3f10d57 Remove incorrect keyboard shortcuts from iconbar menu. 2015-03-09 19:36:13 +00:00
Dick Tanis 74e2c86555 Updated Dutch message translations 2015-02-28 16:30:24 +00:00
Dick Tanis 3a3410dabf Updated Dutch message translations 2015-02-24 23:35:30 +00:00
Vincent Sanders 94bcb46118 Add French messages translations from qwebirc92123 2015-01-02 15:05:03 +00:00
Vincent Sanders 0f6f0a0169 Improve message split generation
This changes the message splitting code to ensure that a translation
is generated for every different key using a specified language as a
fallback if no translation is available.

This also allows for a messages to be generated when there is no
fallback at all and when the translation is the same as the fallback
language
2014-12-02 16:27:24 +00:00
Vincent Sanders 57cd5c77b2 Use translated messgae for low bandwidth error 2014-12-02 10:03:27 +00:00
Chris Young 564944c244 Use the correct Messages string, modify the contents to better reflect what it (currently) does - only edits the title, not the address. 2014-11-13 23:38:58 +00:00
Chris Young 9857030a12 Add an edit entry option to the edit menu 2014-11-13 23:31:26 +00:00
Anthony J. Bentley ad414165f9 Typo fix: maintinance → maintenance in gtk frontend (closes #2217) 2014-11-10 22:39:28 +00:00
Vincent Sanders ca077b0638 fixup preference dialog handling of Developer view options 2014-08-02 02:20:25 +01:00
Vincent Sanders 235f3f6c57 update gtk frontend menu structure to be more standard 2014-07-23 20:37:02 +01:00
Vincent Sanders 5ce4f11eac add link context menu to gtk and add link copying and bookmarking 2014-07-07 23:29:06 +01:00
Steve Fryatt cc1d5477ab Add disc cache parameters to configuration GUI. 2014-06-08 18:29:03 +01:00
Chris Young fb9b171e32 Disable the dither option if we're running on a screen which doesn't use it. 2014-03-01 14:48:41 +00:00
Steve Fryatt 0ab5fe7c02 Improve URL handling in URL Bar.
Rationalise handling of UTF8, so that URLs are always converted into local encoding even if there is no URL icon present.
In addition, make preliminary hotlist test in set_url() use local encoding, in line with all subsequent checks.
Make handling of over-length URLs more sensible: warn user and completely blank the URL bar.
2014-01-26 13:30:08 +00:00
Chris Young 2a34df8dcc Update description to reflect reality 2014-01-05 23:08:08 +00:00
Rob Kendrick ff01123091 Change FatMessages so drop instructions are click instructions for some frontends 2014-01-05 17:14:10 +00:00
Steve Fryatt 6041089169 Implement user confirmation before removing hotlist entries from the URL bar. 2013-12-31 16:45:32 +00:00
Steve Fryatt 5c25b2e47d Provide some interactive help for the URL Bar's favicon and hotlist indicator. 2013-12-30 16:38:27 +00:00
Chris Young ede8f40e5e Some translation updates from Samir Hawamdeh 2013-12-15 20:43:14 +00:00
Chris Young 3f591e575d Modify conflicting Messages entry 2013-11-17 16:36:51 +00:00
Michael Drake b547e1205b Use messages for translations instead of string literals. 2013-11-11 14:32:07 +00:00
Chris Young d808e46c17 Updated Italian translation (credit: Samir H) 2013-11-09 15:42:22 +00:00
Michael Drake 1172d21b1c Remove unused bitmap memory config window help text. 2013-10-03 20:21:41 +01:00
Michael Drake 143e553593 Remove redundant bitmap compression/decompression/dropping-to-disc. The core now has a converted bitmap cache that is pruned more agressively. 2013-10-03 19:25:01 +01:00
Chris Young bdf76965b4 Add Undo/Redo to Amiga version. NB: Clear selection no longer has a shortcut key. 2013-10-01 18:51:27 +01:00
Michael Drake fb9353f220 Use Messages for default folder name. 2013-08-27 12:44:01 +01:00
Michael Drake ff9155273e Update messages for default hotlist entries. 2013-08-16 08:25:25 +01:00
Michael Drake 8c11cfcd9d Add treeview folder label for hotlist. 2013-08-16 08:25:24 +01:00
Michael Drake 65a94d5b02 Merge branch 'master' of git://git.netsurf-browser.org/netsurf 2013-08-13 14:11:34 +01:00
Michael Drake 28c20417de Add messages for SSL cert treeview. 2013-08-12 10:33:39 +01:00
Chris Young fad6e0b3b1 Make some RISC OS menu+shortcut strings RISC OS specific, as I believe they aren't used or useful elsewhere. 2013-07-27 14:53:39 +01:00
Chris Young 7d9af63c16 Localise the description, mark it Amiga-only 2013-07-27 14:25:07 +01:00
Chris Young ff78c7cf2e Missed an ellipsis removal. Split this one out as RISC OS uses it. 2013-07-27 14:13:03 +01:00
Michael Drake bb870de150 Move remaining string literals over to FatMessages. 2013-07-26 12:49:41 +01:00