6bcbeb9406
* NEW: '&' shortcuts are automatically removed from the translatable captions of the following controls: Menu, Button, CheckBox, RadioButton, ToolButton, ToggleButton, DataCheckBox. The leading "..." are removed too. Now, for example, "&About..." and "About" lead to the same translated string. Consequently the number of translatable strings of the IDE project is 7% lower. * NEW: All translations were updated according to the previous change. * NEW: Gambas fonts have been updated. * BUG: The property help WebView now uses the same default font size (80%) than the help window. * NEW: A menu entry in the "Tools" menu allows to update all forms, so that the previous features can be tested easily. Save your projects before! * NEW: Translation imports now automatically extracts translations from strings having "&" shortcuts inside and leading dots ("..."). [WIKI CGI SCRIPT] * BUG: Handle the new "XML" component requirement. [GB.FORM] * NEW: TabPanel[] got a new RichText property, that allows to define the title of a tab as rich text. [GB.FORM.MDI] * NEW: If a window embedded in a Workspace has a public RichText property, it will be used instead of the normal Text property as window title. This is some sort of dirty hack, so don't use it at the moment. [GB.GTK] * NEW: When a popup menu is shown, underscore shortcuts are automatically assigned. This feature is a based on a new hidden property of the Menu class named "_Text". So don't use this new property for your own needs! [GB.GUI.AREA] * NEW: The Shortcut class is a new class that allows to remove '&' shortcuts from the translatable caption of the following controls: Menu, Button, CheckBox, RadioButton, ToolButton, ToggleButton, DataCheckBox. [GB.QT4] * NEW: When a popup menu is shown, underscore shortcuts are automatically assigned. This feature is a based on a new hidden property of the Menu class named "_Text". So don't use this new property for your own needs! git-svn-id: svn://localhost/gambas/trunk@5964 867c0c6c-44f3-4631-809d-bfa615b0a4ec
100 lines
6.2 KiB
HTML
100 lines
6.2 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="$(LANG)" lang="$(LANG)" dir="$(LANGDIR)">
|
|
|
|
<head>
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
|
<base target="contents">
|
|
<link rel="stylesheet" href="$(STYLE)">
|
|
</head>
|
|
|
|
<script type="text/javascript" defer>
|
|
if (navigator.appVersion.match(/Chrome/) != null)
|
|
document.childNodes[1].style.overflow = 'hidden';
|
|
</script>
|
|
|
|
<body class="left">
|
|
|
|
<div id="top-menu">
|
|
|
|
<div style="margin-bottom:4px;">
|
|
<div align="left">
|
|
<a class="image" href="../en/main.html" target="_top"><img src="flag/en.png" border="0" style="" alt="{English}" title="{English}" valign="top"></img></a>
|
|
<a class="image" href="../fr/main.html" target="_top"><img src="flag/fr.png" border="0" style="" alt="{French}" title="{French}"></img></a>
|
|
<a class="image" href="../es/main.html" target="_top"><img src="flag/es.png" border="0" style="" alt="{Spanish}" title="{Spanish}"></img></a>
|
|
<a class="image" href="../ca/main.html" target="_top"><img src="flag/ca.png" border="0" style="" alt="{Catalonia}" title="{Catalonia}"></img></a>
|
|
<a class="image" href="../de/main.html" target="_top"><img src="flag/de.png" border="0" style="" alt="{German}" title="{German}"></img></a>
|
|
</div>
|
|
<div align="left">
|
|
<a class="image" href="../cs/main.html" target="_top"><img src="flag/cs.png" border="0" style="" alt="{Czech Republic}" title="{Czech Republic}"></img></a>
|
|
<a class="image" href="../tr/main.html" target="_top"><img src="flag/tr.png" border="0" style="" alt="{Turkish}" title="{Turkish}"></img></a>
|
|
<a class="image" href="../ar/main-rtl.html" target="_top"><img src="flag/ar.png" border="0" style="" alt="{Arabic}" title="{Arabic}"></img></a>
|
|
<a class="image" href="../ko/main.html" target="_top"><img src="flag/ko.png" border="0" style="" alt="{Korean}" title="{Korean}"></img></a>
|
|
<a class="image" href="../zh/main.html" target="_top"><img src="flag/zh.png" border="0" style="" alt="{Chinese}" title="{Chinese}"></img></a>
|
|
</div>
|
|
</div>
|
|
|
|
<div><font size="-1">
|
|
<a href="home.html"><b>{Home}</b></a> <br>
|
|
<a href="http://gambasdoc.org/help/doc/intro?$(LANG)&view"><b>{Introduction}</b></a> <br>
|
|
<a href="http://gambasdoc.org/help/doc/whatisgambas?$(LANG)&view"><b>{What is Gambas?}</b></a> <br>
|
|
<a href="http://gambasdoc.org/help/doc/faq?$(LANG)&view"><b>{F. A. Q.}</b></a> <br>
|
|
<a href="http://gambasdoc.org/help/doc/report?$(LANG)&view"><b>{Reporting a problem}</b></a> <br>
|
|
|
|
<font color="white"><b>{Resources}</b></font><br>
|
|
<a href="http://code.google.com/p/gambas/issues/list" target="_blank">{Bug tracker}</a> <br>
|
|
<a href="http://gambasdoc.org/help/install?$(LANG)&view&v3">{Compilation & Installation}</a> <br>
|
|
<a href="http://gambasdoc.org/help/doc/distro?$(LANG)&view">{Distributions & O.S.}</a> <br>
|
|
<a href="http://gambasdoc.org/help/doc/forum?$(LANG)&view">{Mailing lists/Forums}</a> <br>
|
|
<a href="http://gambasdoc.org/help/doc/release?$(LANG)&view">{Release Notes}</a> <br>
|
|
<a href="http://gambasdoc.org/help/doc/screenshot?$(LANG)&view">{Screenshots}</a> <br>
|
|
<a href="http://gambasdoc.org/help/app?$(LANG)&view">{Some Applications}</a> <br>
|
|
<!-- <a href="http://www.frappr.com/gambas">User Map</a> <br>-->
|
|
<font color="white"><b>{Documentation}</b></font><br>
|
|
<a href="http://gambasdoc.org/help/doc/book?$(LANG)&view">{Books}</a> <br>
|
|
<a href="http://gambasdoc.org/help/doc/license?$(LANG)&view">{License}</a> <br>
|
|
<a href="http://gambasdoc.org/help?$(LANG)" target="_blank">{Wiki Encyclopaedia}</a> <br>
|
|
<font color="white"><b>{Developer}</b></font><br>
|
|
<a href="architecture.html">{Architecture}</a> <br>
|
|
<a href="http://sourceforge.net/p/gambas/code" target="_blank">{Browse Source Code}</a> <br>
|
|
<a href="halloffame.html">{Hall Of Fame}</a> <br>
|
|
<!-- <a href="http://www.binara.com/gambas-wiki/bin/view/Gambas/HowToTranslateGambas">Translation How To</a> <br>-->
|
|
</font></div>
|
|
|
|
</div>
|
|
|
|
<div id="bottom-menu">
|
|
|
|
<div align="center">
|
|
<a class="image" href="http://www3.clustrmaps.com/user/d7b3ed83" target="_blank"><img src="http://www3.clustrmaps.com/stats/maps-no_clusters/gambas.sourceforge.net-thumb.jpg" border="0"></a>
|
|
|
|
<a class="image" href="http://www.april.org/en/" target="_blank"><img src="nopatents.png" border="0" alt="{No software patents in Europe!}" title="{No software patents in Europe!}" style="margin-top:6px;"> </a>
|
|
|
|
<!--<div style="height:6px;"></div>
|
|
|
|
<img src="http://www.mypagerank.net/services/pagerankbutton/pagerankbutton.php?aut=ce471354aefc3a870d94ec9854231a105640443aa060e94f390c6cc1d2" border="0" alt="Powered by MyPagerank.Net">
|
|
-->
|
|
<a class="image" href="http://gambasdoc.org/help/doc/formula?view&$(LANG)">
|
|
<img id="formula" src="formula.png" alt="{The greatest formula of the world!}" title="{The greatest formula of the world!}" style="margin-top:6px;">
|
|
</a>
|
|
|
|
<a class="image" href="http://sourceforge.net/" target="_blank"><img src="sourceforge.png" border="0" alt="SourceForge.net" style="margin-top:6px;"></a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<a class="image" href="http://sourceforge.net/" target="_blank" style="position:absolute;left:200px;"><img src="http://sourceforge.net/sflogo.php?group_id=5417&type=1" alt="SourceForge.net"> </a>
|
|
|
|
|
|
<script type="text/javascript">
|
|
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
|
|
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
|
|
</script>
|
|
<script type="text/javascript">
|
|
var pageTracker = _gat._getTracker("UA-3906095-1");
|
|
pageTracker._initData();
|
|
pageTracker._trackPageview();
|
|
</script>
|
|
|
|
</body>
|
|
</html>
|