ConvertAll/ 0000755 0001750 0001750 00000000000 12574423173 011615 5 ustar doug doug ConvertAll/doc/ 0000755 0001750 0001750 00000000000 12573703031 012353 5 ustar doug doug ConvertAll/doc/README_de.html 0000644 0001750 0001750 00000035736 12573411715 014671 0 ustar doug doug
Geschrieben von Doug Bell
Version 0.6.1
10. September 2015
Warum noch ein Einheiten-Konverter? Es gibt doch bereits jede Menge. Tja, ich konnte aber keinen finden, der so funktionierte, wie ich es mir vorstellte.
Mit ConvertAll kann man Einheiten auf beliebige Weise kombinieren. Wenn Sie von Zoll pro Dekade konvertieren wollen, in Ordnung. Oder von Meterpfund. Oder von nautischen Kubikmeilen. Die Einheiten müssen für niemand anderen einen Sinn ergeben.
Da ich nichts mit dem Software-Business zu tun habe, erlaube ich jedem, das Programm kostenlos zu nutzen, zu verteilen und zu modifizieren, so lange es nicht Teil eines proprietären Programms wird. Wenn Ihnen die Software gefällt, sagen Sie es ruhig weiter. Und teilen Sie mir mit, was Sie denken. Meine E-Mail-Adresse ist doug101 AT bellz DOT org.
ConvertAll ist freie Software. Sie können es unter den Bedingungen der GNU General Public License, wie von der Free Software Foundation veröffentlicht, weitergeben und/oder modifizieren, entweder gemäß Version 2 der Lizenz oder (nach Ihrer Option) jeder späteren Version.
Die Veröffentlichung dieses Programms erfolgt in der Hoffnung, daß es Ihnen von Nutzen sein wird, aber OHNE IRGENDEINE GARANTIE. Details finden Sie in der Datei LICENSE, die mit diesem Programm ausgeliefert wird.ConvertAll benötigt die folgenden Bibliotheken:
Diese Libraries sind relativ neu - evtl. gibt es kein Paket für Ihre Distribution. In diesem Fall gibt es noch eine frühere Version von ConvertAll (0.3.2), die von älteren Versionen der Libraries abhängt. Diese steht aber leider nur in Englisch zur Verfügung.
Wenn Sie die Dateien aus dem Binärpaket nutzen, sollte ConvertAll auf jedem Computer mit Windows XP, Vista, 7 oder 8 laufen.
Packen Sie die Quelldateien aus dem convertall tar-Archiv aus, wechseln Sie dann in einem Terminal in das Verzeichnis ConvertAll. Für eine einfache Installation führen Sie nur den folgenden Befehl als „root“ aus: python install.py
Um alle Installationsoptionen zu sehen, geben Sie ein: python install.py -h
Um ConvertAll unter einem anderen Verzeichnispräfix zu installieren (der Default ist /usr/local), geben Sie dies ein: python install.py -p /prefix/pfad
Führen Sie einfach die heruntergeladene Installationsdatei aus (convertall-x.x.x-install-all.exe). Damit wird das Programm mit den Libraries installiert und optional werden Dateitypzuordnungen und Verweise angelegt.
Wenn Sie den Quellcode modifizieren wollen oder eigene PyQt-Programme für Windows schreiben wollen, dann folgen Sie nicht den gerade beschrieben Ablauf. Stattdessen müssen Sie Python und das Binary von PyQt installieren. Dann entpacken Sie den Sourcecode und die Daten-Dateien der Linux-Version (die convertall tar-Datei) in ein Verzeichnis Ihrer Wahl und führen die Datei convertall.py aus.
Geben Sie einfach einen Einheitennamen in das Eingabefeld „Ausgangseinheit“ ein. Während Sie tippen, verschiebt sich die Liste unter dem Eingabefeld, bis Einheitennamen angezeigt werden, die Ihrer Eingabe ähnlich sind. Geben Sie entweder das Einheitenkürzel bzw. den Einheitennamen komplett an oder drücken Sie die Eingabetaste, um die in der Liste hervorgehobene Einheit zu nehmen. Natürlich können Sie auch mit der Maus auf eine Einheit aus der Liste klicken, um sie in das Eingabefeld zu übernehmen. Sie können auch die Pfeiltasten nach oben und unten benutzen, um benachbarte Einheiten aus der Liste auszuwählen.
Wiederholen Sie die Einheiteneingabe im Eingabefeld „Zieleinheit”. Wenn Sie fertig und die Einheiten kompatibel sind, dann sehen Sie, dass die numerischen Eingabefelder unterhalb der Einheitenlisten aktiviert werden. Sie können in eines der beiden Felder einen Zahlenwert eingeben, und im anderen Feld wird das Ergebnis der Umwandlung stehen.
Die wahre Stärke von ConvertAll liegt in seiner Fähigkeit, mehrere Einheiten zu kombinieren. Geben Sie einfach die Einheitennamen mit einem ‚*‘ oder ‚/‘ dazwischen ein. Damit können Sie Einheiten wie „N*m” oder „km/hr“ ausdrücken. Das Symbol ‚^‘ kann für Exponenten genutzt werden, wie „m^3“ oder „kg*m/s^2”. Negative Exponenten sind erlaubt, um Einheiten wie „sec^-1“ (pro Sekunde) angeben zu können, aber es kann sein, dass sich dadurch Multiplikations- oder Divisionszeichen umkehren („m*s^-2“ wird zu „m/s^2”).
Multiplikation und Division haben die gleiche Präzedenz und werden daher von links nach rechts ausgewertet. Es können auch Klammern benutzt werden, um die Einheiten im Nenner zu gruppieren. Daher kann „m / sec / hr“ auch als „m / (sec * hr)“ eingegeben werden. Die Variante mit den Klammern ist möglicherweise weniger verwirrend.
Die Schaltflächen unter den Einheitenlisten („X“, „/“, „^2“, „^3“) fügen ebenfalls den jeweiligen Operator hinter der Einheit ein, die der Schreibmarke am nächsten steht. Die Schaltflächen für die Exponenten ersetzen den Exponenten der Einheit.
Auch wenn Sie auf eine Einheit aus der Liste klicken, wird im Allgemeinen die der Schreibmarke am nächsten stehende Einheit im Eingabefeld ersetzt.
Die Schaltfläche „Einheit löschen“ unter den Operator-Schaltflächen kann benutzt werden, um das Eingabefeld zu löschen und eine neue Einheit eingeben zu können.
Wenn Sie Einheitennamen eingeben, werden Leerzeichen ignoriert. Sie können sie also weglassen. Wenn Sie einen Teil eines Einheitennamens bereits eingetippt haben, wird der entsprechende Eintrag in der Liste hervorgehoben. Durch Drücken der Eingabetaste wird der Name im Eingabefeld vervollständigt. Auch durch Betätigen der Tabulatortaste wird der Name vervollständigt und zum nächsten Eingabefeld gesprungen.
Die Schaltfläche „Zuletzt benutzte Einheit“ öffnet ein Menü der zuletzt verwendeten Einheiten und Einheitenkombinationen. Die aktuelle Einheitenkombination wird durch eine Auswahl in diesem Menü ersetzt.
Der zu konvertierende Zahlenwert kann entweder auf der „Ausgangs”- oder der „Ziel”-Seite eingegeben werden. Für die Eingabe kann Standard- oder wissenschaftliche Schreibweise benutzt werden, oder ein Ausdruck mit einfachen mathematischen Operatoren (+, -, *, /, **) und Klammern.
Die Einheitensuche kann benutzt werden, um Einheiten nach Typ zu filtern und/oder mit einem Textstring nach Einheiten zu suchen. Sie zeigt in einem neuen Fenster eine separate Einheitenliste. Die Liste wird anhand des Filters und der Sucheingabe aktualisiert.
Mit Schaltflächen weiter unten im Suchfenster kann die ausgewählte Einheit zu den Einheiten in einem Eingabefeld im Hauptfenster hinzugefügt werden. Die „Ersetzen”-Schaltflächen ersetzen die gesamte Eingabe durch die ausgewählte Einheit. Die „Einfügen”-Schaltflächen ändern nur den Teil einer kombinierten Einheit, der aktiv ist (bei der Schreibmarke im jeweiligen Eingabefeld des Hauptfensters).
Die Schaltfläche „Optionen...“ öffnet ein Fenster, in dem sich verschiedene Voreinstellungen ändern lassen. Diese werden automatisch gespeichert, ConvertAll startet das nächste Mal automatisch mit den zuletzt gewählten Einstellungen.
Die erste Option bestimmt die Anzeige numerischer Ergebnisse, einschließlich der Verwendung einer wissenschaftlichen Zahlennotation und der Anzahl der dargestellten Dezimalstellen. Setzen Sie die Zahl der Dezimalstellen nicht zu niedrig, da hierdurch die Genauigkeit stark leiden kann. Sechs oder mehr Stellen sind empfohlen (acht ist die Voreinstellung).
Es gibt eine Option, um festzulegen, wie viele der zuletzt benutzten Einheiten gespeichert werden sollen. Setzt man die Zahl auf Null, dann werden die Schaltflächen für den Zugriff auf die zuletzt benutzten Einheiten deaktiviert.
Ein Option dient dazu, die Schaltflächen mit den Operationen („X“, „/“, „^2“, „^3“, „Einheit löschen“ und „Zuletzt verwendete Einheit“) zu verstecken. Durch diese Option kann man Platz sparen, falls Sie die Operatoren nur mit der Tastatur eingeben.
Weitere Schaltflächen im Optionsdialog dienen dazu, die Farben der Textfelder zu ändern.
Bei einigen Einheiten ist die Umwandlung nichtlinear. Dazu gehören zum Beispiel die Temperaturenskalen für Fahrenheit und Celsius (da der Nullpunkt einen Offset hat) und für American Wire Gauge (amer. Kodierung für Drahtdurchmesser, logarithmische Skala). Die nichtlinearen Einheiten sind in der Kommentarspalte (rechts von der Typ-Spalte) als solche gekennzeichnet.
Diese Einheiten können nur umgewandelt werden, wenn sie nicht mit anderen Einheiten kombiniert werden und keinen Exponenten tragen. Andernfalls wäre die Umwandlung nicht sinnvoll.
Umwandlungen können auf der Kommandozeile (Linux-Konsole oder Windows/DOS Befehlsaufforderung) ausgeführt werden, ohne die grafische Benutzerschnittstelle aufzurufen. Geben Sie den Befehl („convertall“ unter Linux, „convertall_dos“ aus dem Windows-Binäarpaket), gefolgt von der Zahl, der Ausgangseinheit und der Quelleinheit an, getrennt durch Leerzeichen. Wenn Einheitennamen Leerzeichen enthalten, müssen sie in Anführungszeichen gesetzt werden. Alternativ können Sie auch die Option „-i“ auf der Kommandozeile verwenden („convertall -i“ unter Linux, „convertall_dos -i“ unter Windows), die Angaben werden dann interaktiv eingegeben.
Wenn die Umwandlung erfolgt ist, fragt ConvertAll nach einer neuen Zahl für die gleiche Umwandlung. Mit „n“ wird eine neue Umwandlung gestartet, mit „r“ kann die Konversion umgekehrt werden, mit „q“ wird das Programm beendet.
Mit der Option „-h“ auf der Kommandozeile („convertall -h“ unter Linux, „convertall_dos -h“ unter Windows) bekommen Sie eine ausführlichere Liste der Optionen.
Die vollständige Versionshistorie befindet sich in der englischen Version der README-Datei.
Man kann mich per E-Mail erreichen unter: doug101 AT bellz DOT
org
Ich freue mich über jedes Feedback, einschließlich Mitteilung
über Fehler, die Sie finden. Schauen Sie auch regelmäßig unter
www.bellz.org nach Updates.
Escrito por Doug Bell
Versión 0.6.1
Septiembre 10, 2015
¿Porqué otro convertidor de unidades? Existen muchos por allí. Bien, no he podido encontrar uno que funcionara en la forma que yo quería.
Con ConvertAll, usted puede combinar las unidades en la forma que quiera. Si usted quiere convertir desde pulgadas por década, está bien. O desde metro-libra. O desde millas náuticas al cubo. Las unidades no tienen porqué tener sentido para los demás.
Dado que no estoy en el negocio del software, distribuyo este programa libremente para que cualquiera lo utilice, lo distribuya o lo modifique, siempre y cuando no sea incorporado en ningún programa propietario. Si le gusta este programa siéntase en libertad de darlo a conocer a otros. Y hágame saber qué es lo que piensa - mi dirección de e-mail es doug101 AT bellz DOT org
ConvertAll es software libre; puede usted distribuirlo y/o modificarlo bajo los términos de la licencia pública general GNU como ha sido publicada por la Free Software Foundation; ya sea la versión 2 de la licencia o (a su opción) cualquier versión posterior.
Este programa es distribuido con la esperanza de que resulte de utilidad, pero SIN NINGUNA GARANTÍA. Mire el archivo de LICENCIA distribuido con este programa para mayor información.
ConvertAll requiere las siguientes librerías:
Utilizando los archivos provistos en la distribución binaria, ConvertAll debería correr en cualquier computador utilizando Windows XP, Vista, 7 o 8.
Extraiga los archivos fuente del archivo tar de convertall, cambie al directorio ConvertAll en la terminal. Para una instalación básica, simplemente ejecute el siguiente comando como administrador: python install.py
Para ver todas las opciones de instalación, utilice: python install.py -h
Para instalar ConvertAll con un prefijo diferente (el valor por defecto es /usr/local), utilice: python install.py -p /prefix/path
Simplemente ejecute el archivo de instalación descargado (convertall-x.x.x-install-all.exe). Esto instalará el programa con sus librerías y opcionalmente creará las asociaciones de archivos y los accesos directos.
Si usted desea modificar el código fuente o escribir sus propios programas PyQt para Windows, no utilice el procedimiento anterior. En cambio, usted necesita instalar Python y los binarios para PyQt. Extraiga entonces el código fuente y los archivos de datos desde la versión para Linux (el archivo tar para convertall) a un directorio de su elección y ejecute el archivo convertall.py.
Simplemente escriba el nombre de una unidad en la ventana de edición "Desde unidad" (From Unit). Mientras escribe, la lista debajo se moverá para mostrar el nombre de la unidad más cercano. Puede o bien escribir el nombre completo de la unidad o su abreviación o presionar Enter para utilizar la unidad seleccionada en la lista. Por supuesto, clickando con el ratón en una unidad de la lista también agregará la unidad a la ventana de edición. También es posible utilizar las teclas "arriba" y "abajo" para seleccionar una unidad de la lista.
Repita el procedimiento para seleccionar unidades en la ventana de edición "A unidad" (To Unit). Cuando esté listo, si las unidades son compatibles verá que se activa la ventana de edición numérica debajo de la lista de unidades. Un número puede ser escrito en cualquiera de las ventanas numéricas y la otra mostrará el resultado de la conversión.
La verdadera fuerza de ConvertAll descansa en su habilidad para combinar múltiples unidades. Simplemente escriba los nombres de las unidades con '*' o '/' entre ellas. Esto permite entradas como "m*kg" o "km/hr". El símbolo '^' puede utilizarse para exponentes, como "cm^3" o "cm*gr/seg^2". Exponentes negativos pueden utilizarse para unidades como "seg^-1" (por segundo), pero puede cambiar entre los símbolos de multiplicación y división ("cm*seg^-2" se convierte en "cm/seg^2").
Multiplicación y división tienen la misma precedencia, por lo que son evaluadas de izquierda a derecha. Es posible utilizar paréntesis para agrupar unidades en el denominador. De esta forma "m / seg / kg" puede ser también escrito como "m / (seg * kg)". La versión entre paréntesis es probablemente menos confusa.
Los botones debajo de las listas de unidades ('X', '/', '^2', '^3') insertarán también los correspondientes operadores después de la unidad más cercana al cursor. Los botones con exponentes reemplazarán los exponentes de la unidad.
En modo semejante, haciendo click en una unidad de la lista generalmente reemplaza la unidad más cercana al cursor.
El botón de "Limpiar unidades" (Clear Unit) debajo de los botones con los operadores puede ser utilizado para vaciar la ventana de edición de unidades y así permitir que nuevas unidades sean escritas.
Cuando se escriben unidades, los espacios son ignorados por lo que pueden evitarse. También será generalmente ignorado si la forma plural del nombre de la unidad es introducida. Cuando una unidad escrita parcialmente es seleccionada de la lista, presionar Enter completará el nombre. Además, presionar la tecla tab completará el nombre y moverá el cursor al siguiente campo de entrada.
El botón "Unidades recientes" (Recent Unit) abre un menú con las unidades y combinaciones de unidades recientemente utilizadas. La combinación de unidades actual será reemplazada con cualquier selección de ese menú.
El número a ser convertido puede ser ingresado ya sea en "Desde" o en "a". Notación científica estándar puede utilizarse, o una expresión incluyendo los operadores matemáticos normales (+, -, *, /, **) y paréntesis puede ser escrita.
El buscador de unidades (Unit Finder) puede utilizarse para filtrar unidades por tipo y/o buscar unidades utilizando una cadena de texto. El buscador mostrará una lista de unidades separada en una nueva ventana. La lista será actualizada según el filtro y la cadena de búsqueda utilizados.
Los botones cerca de la parte baja de la ventana del buscador agregarán la unidad elegida a las unidades de la ventana principal. El botón "Reemplazar" (Replace) reemplazará toda la combinación de unidades con la selección. El botón "Insertar" (Insert) cambia solo la parte de la unidad combinada que está activa (a la posición del cursor en la ventana principal).
El botón "Opciones..." (Options) permite cambiar varios valores por defecto de la configuración. Estos valores son automáticamente almacenados y por lo tanto ConvertAll iniciará con los valores utilizados por última vez.
La primer opción controla la forma en que se muestran los resultados numéricos, incluyendo el uso de notación científica y el número de decimales a utilizar. Tenga cuidado con seleccionar el número de decimales muy bajo ya que podría significar una importante pérdida de precisión. Seis o más dígitos es recomendable (ocho es el valor por defecto).
Sigue la opción para configurar el número de unidades recientemente utilizadas a ser salvadas. Configurando este valor en cero deshabilita el botón "Unidades recientes".
A continuación se tiene la opción de ocultar los botones con los operadores (x, /, ^2, ^3, Clear Unit and Recent Unit). Esto puede utilizarse para salvar espacio en el caso que el teclado sea utilizado para entrar los operadores.
La última opción controla los colores de los campos de texto.
La conversión de algunas unidades es no linear. Ejemplos de esto incluyen las escalas de temperatura Fahrenheit y Celsius (debido a los diferentes puntos para el cero) y el "American Wire Gauge" que es logarítmica. Las unidades no lineares están etiquetadas como tales en la columna comentarios (Comments) situada a la derecha de la columna "Tipo" (Type).
Estas unidades pueden ser convertidas solo cuando no están combinadas con otras unidades o utilizadas con un exponente. De otro modo la conversión no tendrá significado.
Conversiones pueden ser efectuadas desde la línea de comandos (consola Linux o DOS) sin invocar la interfaz gráfica. Es suficiente entrar el comando ("convertall" en Linux, "convertall_dos" con el binario para Windows), el número, la unidad desde la que se quiere convertir y la unidad a la que se quiere llegar (separada por espacios) para realizar la conversión. Los nombres de las unidades que contengan espacios deberán ser rodeados de comillas. O, para que el programa pregunte por cada unidad, utilizar la opción "-i" ("convertall -i" en Linux, "convertall_dos -i" en Windows).
Después de la conversión, ConvertAll preguntará por un nuevo número para realizar la misma conversión. Puede utilizarse "n" para iniciar una nueva conversión, "r" para invertir la conversión o "q" para salir del programa.
Para una lista detallada de las opciones, utilice la opción "-h" ("convertall -h" en Linux, "convertall_dos -h" en Windows).
La revisión histórica completa puede ser encontrada en la versión inglesa de este archivo.
Puedo ser contactado por email a: doug101 AT bellz DOT org
Agradezco cualquier feedback, incluyendo reporte de cualquier error
que usted encuentre. Además, puede usted también consultar periódicamente
el sitio www.bellz.org por cualquier
actualización.
Written by Doug Bell
Version 0.6.1
September 10, 2015
Why write another unit converter? There are plenty of them out there. Well, I couldn't find one that worked quite the way I wanted.
With ConvertAll, you can combine the units any way you want. If you want to convert from inches per decade, that's fine. Or from meter-pounds. Or from cubic nautical miles. The units don't have to make sense to anyone else.
Since I'm not in the software business, I'm making this program free for anyone to use, distribute and modify, as long as it is not incorporated into any proprietary programs. If you like the software, feel free to let others know about it. And let me know what you think - my email address is doug101 AT bellz DOT org
ConvertAll is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either Version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY. See the LICENSE file provided with this program for more information.
ConvertAll requires the following libraries:
If these libraries are not be available for your distribution, an earlier version of ConvertAll (0.5.2) that depends on older libraries is still available.
Using the files provided in the binary distribution, ConvertAll should run on any computer running Windows XP, Vista, 7, 8 or 10.
Extract the source files from the convertall tar file, then change to the ConvertAll directory in a terminal. For a basic installation, simply execute the following command as root: python install.py
If your distribution defaults to Python 2.x, you may need to substitute python3, python3.2 or python3.3 for python in these commands.
To see all install options, use: python install.py -h. To install ConvertAll with a different prefix (the default is /usr/local), use: python install.py -p /prefix/path
To install for all users, execute the ConvertAll-x.x.x-install-all.exe file. Administrator permissions are required.
To install for a single user (administrator rights are not required), execute the ConvertAll-x.x.x-install-user.exe file.
For a portable install, execute the ConvertAll-x.x.x-install-user.exe file, uncheck the shortcuts and uninstaller tasks, and check the portable config task.
Simply type a unit name in the "From Unit" edit window. As you type, the list below the window will scroll to show unit names which are close matches. Either type the complete unit abbreviation or unit name or hit the return key to use the unit highlighted in the list. Of course, clicking with the mouse on a unit in the list will also add the unit to the edit window. You may also use the up and down arrow keys to select nearby units from the list.
Repeat the unit selection in the "To Unit" edit window. When done, if the units are compatible, you will see the numeric edit windows below the unit lists activate. A number may be entered into either numeric window and the other window will display the conversion result.
The real strength of ConvertAll lies in its ability to combine multiple units. Simply type the unit names with an '*' or a '/' between them. This allows the entry of units such as "ft*lbf" or "mi/hr". The '^' symbol may be used for exponents, such as "ft^3" or "ft*lbm/sec^2". Negative exponents are allowed for units such as "sec^-1" (per second), but may switch the multiplication or division symbol ("ft*sec^-2" becomes "ft/sec^2").
Multiplication and division have the same precedence, so they are evaluated left-to-right. Parenthesis may also be used to group units in the denominator. So "m / sec / kg" can also be entered as "m / (sec * kg)". The version with parenthesis is probably less confusing.
The buttons below the unit lists ('X', '/', '^2', '^3') will also place the operators after the unit nearest to the cursor. The exponent keys will replace the unit's exponent.
Similarly, clicking on a unit from the list generally replaces the unit nearest the cursor.
The "Clear Unit" button below the operator buttons may be used to empty the unit edit window to allow a new unit to be entered.
When typing unit names, spaces are ignored, so they may be skipped. It is also generally ignored if a plural form of the unit name is typed. When a partially typed unit is highlighted in the list, hitting enter will complete the name. Also, hitting the tab key will complete the name and move to the next entry field.
The "Recent Unit" button opens a menu of recently used units and unit combinations. The current unit combination is replaced with any selections from this menu.
The number to be converted may be entered in either the "From" or "To" unit side. Standard or scientific notation may be used, or an expression including the normal math operators (+, -, *, /, **) and parenthesis may be entered.
The unit finder can be used to filter units by type and/or search for units using a text string. It displays a separate unit list in a new window. The list will be updated based on the filter and search string entries.
Buttons near the bottom of the finder window add the selected unit to the units in the main window. The "Replace" buttons replace an entire combined unit with the selection. The "Insert" button changes only the part of a combined unit that is active (at the cursor in the main window).
The "Options..." button allows for changing several default settings. These settings are automatically stored so that ConvertAll will re-start with the settings last used.
The first options control the display of numerical results, including the use of scientific notation and the number of decimal places. Be cautious about setting the number of decimal places to a low value, which can result in a significant loss of accuracy. Six places or higher is recommended (eight is the default).
There is an option to set the number of recent units to be saved. Setting it to zero will disable the Recent Unit buttons. Another option will automatically load the most recent previous units at startup.
There is an option to hide the operator text option buttons (x, /, ^2, ^3, Clear Unit and Recent Unit). These can be hidden to save space if the keyboard will be used to enter the operators.
Buttons are also included on the options dialog to control the colors of the text fields.
The conversion of some units is non-linear. Examples of these include the Fahrenheit and Celsius temperature scales (due to an offset zero point) and the American Wire Gauge (logarithmic). The non-linear units are labeled as such in the comments column (located to the right of the "Type" column).
These units can be converted only when they are not combined with other units or used with an exponential operator. Otherwise the conversion would not be meaningful.
Conversions may be done from the command line (Linux or DOS console) without invoking the graphical interface. Enter the command ("convertall" on Linux, "convertall_dos" from the Windows binary), the number, the from unit and the to unit (separated by spaces) to do the conversion. Unit names containing spaces should be surrounded by quotes. Or, to be prompted for each unit entry, use the "-i" option ("convertall -i" on Linux, "convertall_dos -i" from Windows).
After the conversion is done, ConvertAll will prompt for a new number to do the same conversion. Or "n" can be entered to start a new conversion, "r" to reverse the conversion or "q" to quit.
For a more detailed list of options, use the "-h" option ("convertall -h" on Linux, "convertall_dos -h" on Windows).
Initial release.
I can be contacted by email at: doug101 AT bellz DOT org
I
welcome any feedback, including reports of any bugs you find. Also, you
can periodically check back to www.bellz.org for any updates.
écrit par Doug Bell
Version 0.6.1
10 septembre 2015
Pourquoi écrire un autre convertisseur d'unités? Eh bien, je n'en avais trouvé aucun qui était comme je le voulais.
Avec ConvertAll, vous pouvez combiner les unités comme vous le voulez. Si vous voulez convertir des pouces en kilomètre, ca fonctionne! Les unités n'ont pas à avoir de sens pour personne d'autres que vous.
Comme je ne suis pas dans l'industrie du logiciel, je fais ce programme librement, je le distribue librement et j'autorise n'importe qui à le copier ou le modifier tant qu'il ne se retrouve pas dans un logiciel propriétaire. Si vous aimez ce logiciel, sentez-vous libre d'en parler. Aussi, donnez-moi des commentaires par courriel - mon adresse est doug101 AT bellz.org
ConvertAll est un logiciel libre; vous pouvez le redistribuer et/ou le modifier sous les termes de la licence GNU GPL (GNU General Public License) comme publiée par la Free Software Foundation; la version 2 de cette license ou (comme vous le voulez) une version plus récente.
Ce programme est distribué dans l'espoir d'être utile, mais SANS AUCUNE GARANTIE. Voyez le fichier LICENSE fourni avec ce programme pour plus d'information.
ConvertAll requiert les librairies suivantes :
Ces librairies sont relativement nouvelles. Des paquets n'existent peut-être pas pour votre distribution. Dans ce cas, une version antérieure de ConvertAll (0.3.2) est toujours disponible.
En utilisant les binaires de ConvertAll, n'importe quel PC utilsant Windows XP, Vista, Windows 7 ou Windows 8 devrait fonctionner.
Extraire les sources du fichier tar de convertall. Ensuite, allez dans le dossier ConvertAll. Pour une utilisation de base, tapez la commande suivante en mode super utilisateur (root) : python install.py
Pour les options, utilisez: python install.py -h
Pour installer ConvertAll avec un prefix différent (par défaut c'est /usr/local), utilisez: python install.py -p /prefix/path
Simplement utiliser le fichier téléchargé (convertall-x.x.x-install-all.exe). Cela installera les fichiers nécessaires, fera les associations et créera les raccourcis.
Si vous souhaitez modifier le code source ou écrire vos propres programmes PyQt pour Windows, n'utilisez pas les procédures ci-haut. À la place, vous devez installer Python et les fichiers binaires pour PyQt. Ensuite, extraire le code source et les fichiers de données de la version Linux (fichier tar convertall) dans un dossier de votre choix et exécuter convertall.py
Simplement écrire le nom d'une unité dans le champ "de l'unité". Au fur que vous écrivez, une liste apparaîtra et vous pourrez sélectionner la bonne. Tapez l'abréviation complète, le nom complet ou sélectionné en un dans la liste et taper retour. Cliquer avec la souris fonctionne également tout comme les flèches haut et bas.
Refaire les mêmes étapes dans le champ "vers l'unité". Quand vous aurez terminé, si les unités sont compatibles, vous verrez un champ pour entrer des valeurs numériques sous les listes. Entrer un nombre dans un champ et vous verrez le résultat de la conversion dans l'autre champ.
La force de ConvertAll repose dans son habileté à combiner plusieurs unités. Écrivez simplement le nom de deux unités avec un "*" ou un "/" entre eux. Ainsi, cela permet les km/h ou les j/s. Le symbole "^" peut être utilisé pour des m?? "m^2". Même les exposants négatifs "sec^-1" sont possibles, mais le symbole de la division apparaîtra. ("m*sec^-2" deviendra "m/sec^2")
Dans ConvertAll, la multiplication passe avant la division. Donc "m/sec*h" veut dire "m/(sec*h)". Donc, "m/sec/h" revient au même que "m*h/sec". Faites donc attention aux priorités.
Les boutons sous les listes d'unités ('X', '/', '^2', '^3') placeront l'opérateur sur l'unité le plus près du curseur.
Aussi, cliquer sur une unité dans la liste remplace généralement l'unité la plus près du curseur.
Le bouton "Effacer l'unité" sous les opérateurs peu être utilisé pour nettoyer le champ et ainsi laissez de la place pour une nouvelle unité.
Quand vous tapez le nom d'une unité, les espaces seront ignorés. Ils peuvent donc être sautés. Le pluriel aussi est ignoré. Quand vous avez entré un nom partiel d'unité, si vous tapez retour, le nom s'écrira au complet. Si vous utilisez la touche TAB, le curseur ira au champ suivant en plus.
Le nombre devant être converti peut être entré dans le champ "De" ou "Vers" sans problème. La notation décimale et scientifique peuvent être utilisés tout comme les expressions usuelles en mathématique (+, -, *, /, **).
Le chercheur d'unité peut être utilisé pour filtrer les unités par type et/ou pour chercher des unités en utilisant une chaîne de caractères. Cela fera apparaître une liste séparée dans une nouvelle fenêtre. Cette liste sera ensuite mise à jour en fonction des filtres utilisés.
Les boutons près du bas de la fenêtre du chercheur ajoutent l'unité sélectionnée dans la fenêtre principale. Le bouton "Remplacer" remplace toutes les unités combinées par la sélection. Le bouton "Insertion" remplace seulement la partie active des unités.
Le bouton "Options..." permet de changer les paramètres par défaut. Les nouveaux paramètres sont enregistrés automatiquement, donc à la prochaine utilisation de ConvertAll, vos paramètres modifiés seront encore présents.
Les premières options contrôlent l'affichage de résultats numériques, incluant l'utilisation de notation scientifique et le nombre de décimales. Faites attention si vous mettez un très petit nombre de décimal, car tout deviendrait moins précis. Six décimales ou plus sont recommandées (par défaut c'est huit).
Il y a une option pour cacher les boutons des opérateurs (x, /, ^2, ^3 and Clear Unit). Ils peuvent être cachés pour sauver de l'espace si le clavier est utilisé pour entrer ces opérateurs.
Des boutons sont aussi disponibles pour changer la couleur des champs de texte.
La conversion de quelques unités est non linéaire (non proportionnel). La conversion de la température des Fahrenheit et des Celsius est un exemple de conversion non linéaire. Les unités non linéaires sont identifiées dans les commentaires (à droite de la colonne "Type").
Ces unités ne peuvent être converties que lorsqu'ils sont utilisés seuls et sans exposants. Sinon la conversion ne sera pas juste.
Les conversions peuvent être faites à partir de la ligne de commande (dans un terminal Linux ou DOS). Entrer la commande ("convertall"), le nombre, l'unité à partir de et l'unité vers (le tout séparé par des espaces) pour faire une conversion. Les unités dont le nom comporte des espaces doit être entourées de guillemets. Encore, si vous voulez qu'on vous demande les entrées, utilisez "convertall -i" en ligne de commande.
Une fois la conversion terminée, ConvertAll vous demandera pour un nouveau nombre pour faire la même conversion. Vous pourrez soit utiliser "r" pour faire la conversion inverse ou "q" pour quitter.
Pour la liste complète des options, entrer "convertall -h" à l'invite.
L'historique complet du logiciel peut être trouvé dans la version anglaise du fichier README.
Vous pouvez me contacter par email à l'adresse : doug101 AT bellz.org
Tous les commentaires sont les bienvenus incluant les rapports de bogues. Aussi, vérifié périodiquement au www.bellz.org pour les mises à jour.
Автор Doug Bell
Версия 0.6.1
10
сентября 2015
Для чего писать ещё один конвертер величин? Да, их множество. Но, я не нашёл такого, который бы работал так, как я хочу.
С помощью ConvertAll можно комбинировать величины как вам захочется. Если Вы хотите конвертировать дюймы за декаду, запросто. Или перевести величину из метр-фунтов. Или морских миль в кубе. Величины не должны иметь смысл для кого-то ещё.
Я не преследую коммерческой цели и делаю эту программу бесплатной для использования, распространения и изменения, так как она не включает в себя никаких проприетарных программ. Если Вам понравилась программа, поделитесь с другими своей находкой. Можете также высказать своё мнение о программе - мой электронный адрес: doug101 собака bellz точка org.
Базовая величина для конвертации может быть напечатана (с автозавершением) или выбрана из списка.
Величину можно выбирать как по аббревиатуре, так и по полному имени.
Величины можно комбинировать с операторами "*" и "/".
Величину можно возвести в степень с помощью оператора "^".
Величины в знаменателе можно группировать используя круглые скобки.
Нелинейные величины, такие как температура, тоже могут быть конвертированы.
Список величин можно отфильтровать и использовать поиск.
Недавно использованные величины можно выбрать из меню.
Значение величин можно вводить как со стороны «Из», так и «В» для конвертации в обе стороны.
Базовые математические выражения могут использоваться вместо значений.
Настраиваемый формат представления результата.
Базе включает более 500 величин.
Формат базы величин позволяет с лёгкостью добавить дополнительные величины.
С помощью командной строки возможно выполнить конвертацию без GUI.
Пользовательский интерфейс и база величин доступны на Английском, Французском, Немецком, Испанском и Русском языках.
ConvertAll является свободным программным обеспечением ; Вы можете распространять и / или изменять его в соответствии с условиями GNU General Public License , опубликованной Фондом свободного программного обеспечения, либо версии 2 Лицензии, либо (по вашему выбору ) любой более поздней версии.
Эта программа распространяется в надежде, что будет полезна, но БЕЗ ВСЯКОЙ ГАРАНТИИ. Смотри файл LICENSE для подробной информации.
ConvertAll зависит от следующих библиотек:
Python (Версии 3.2 или выше)
Qt (Версии 4.6, 4.7 или 4.8 - смотри Qt Project для подробной информации)
PyQt ( Версии с 4.8.x до 4.11.x - смотри Riverbank для подробной информации )
Если данные библиотеки не доступны для Вашего дистрибутива, доступна более ранняя версия ConvertAll (0.5.2) которая зависит от более старых версий библиотек.
Используя файлы дистрибутива, ConvertAll должен работать на любом компьютере под Windows XP, Vista, 7, 8 или 10.
Распакуйте исходные файлы convertall из tar архива, затем перейдите в директорию ConvertAll в терминале. Для стандартной установки просто запустите команду с правами root:
python install.py
Если в Вашем дистрибутиве по умолчанию используется Python 2.x, необходимо подставить python3, python3.2 или python3.3 вместо python в этой команде.
Чтобы посмотреть все возможные параметры установки, используйте: python install.py -h.
Чтобы установить ConvertAll с отличным префиксом (по умолчанию /usr/local), используйте: python install.py -p /prefix/путь
Чтобы установить для всех пользователей, запустите файл ConvertAll-x.x.x-install-all.exe. Потребуются права администратора.
Для пользовательской установки (права администратора не требуются), запустите файл ConvertAll-x.x.x-install-user.exe.
Для установки портативной версии, запустите файл ConvertAll-x.x.x-install-user.exe, снимите отметки установки ярлыков и деинсталлятора, а выберите установку портативной версии.
Просто напечатайте имя величины в поле «Из величины». Пока Вы набираете список будет прокручиваться, чтобы показать наиболее подходящий. Вы можете напечатать полностью аббревиатуру или имя величины или нажать клавишу «Enter» для выбора величины подсвеченной в списке. Конечно же, простое нажатие мышкой на элементе списка выберет величину в поле ввода. Также можно использовать клавиши курсора для выбора из величин расположенных рядом.
Повторите выбор величины в поле «В величину».
Когда завершите выбор и если величины совместимы, Вы увидите, что поле для ввода значений под списком станет активным. Значение величины можно указать в любом из полей, а в другом будет отображён результат конвертации.
Настоящая сила ConvertAll заключается в возможности комбинирования нескольких величин. Просто напечатайте имена величин с операторами '*' или '/' между ними. Это даёт возможность получить величины типа "ft*lbf" или "mi/hr". Символ '^' используется для возведения в степень, например "m^3" или "ft*lbm/sec^2". Его также можно использовать для получения величин типа "sec^-1" (в секунду), или переключения операции умножения или деления ("ft*sec^-2" равнозначно "ft/sec^2").
Умножение и деление имеют одинаковый приоритет, поэтому обрабатываются слева на право. Скобки могут быть использованы для группировки знаменателя. Например "м / сек / кг" можно записать как "м / (сек * кг)". Вариант со скобками вероятно менее запутывающий.
Кнопки под списком величин ('X', '/', '^2', '^3') вставляют операторы после величины ближайшей к курсору. Символ возведения в степень заменяет экспоненту.
Также, выбор величины из списка заменит величину на ближайшую к курсору.
Кнопка "Очистить величину" под кнопками операторов используется для очистки поля выбора величины.
Когда набираете имена величин пробелы игнорируются, поэтому их можно пропускать. Также игнорируются множественные формы величин. Если написанная часть имени величины подсвечивает нужную величину в списке, нажатие клавиши «Enter» завершит имя. Нажатие клавиши «Tab» также завершит имя и переместит курсор в следующее поле ввода.
Кнопка «Недавняя величина» открывает меню недавно использованных величин и комбинаций величин. Текущая комбинация величин полностью заменяется выбранной из этого меню.
Значение для конвертации можно вводить с любой стороны в "Из" или "В". Можно использовать как стандартную, так и научную запись значения, или выражение включающее нормальные математические операторы (+, -, *, /, **), а также круглые скобки.
Вызывается кнопкой «Поиск величины...» в верхнем правом углу. В поиске величины можно отфильтровать величины по типу и/или искать величины используя текстовый запрос. Он отображается списком в отдельном окне. Список обновляется на основании фильтра и текстового поиска.
Кнопки внизу окна поиска величины добавляют выбранные величины в основное окно программы. Кнопки "Заменить" — полностью заменяют комбинацию величин на выбранную. Кнопки "Вставить" заменяют только активную часть комбинации величин (по положению курсора в основном окне).
Кнопка "Настройки..." позволяет изменить некоторые параметры установленные по умолчанию. Изменения автоматически сохраняются и при следующем запуске ConvertAll будет использовать последние установленные параметры.
Первый раздел включает в себя настройки представления результата, включая научное представление и количество знаков после запятой. Имейте в виду, что установка маленького числа знаков после запятой может повлиять на точность результата. Рекомендуется шесть и более знаков (восемь по умолчанию).
В следующем разделе можно установить количество недавно использованных величин, которые будут запоминаться. При установке нулевого значения, кнопки «Недавние величины» будут отключены. Далее можно включить автоматическую загрузку последней использованной величины при запуска приложения.
Есть возможность скрыть кнопки операторов (X, /, ^2, ^3, Очистить величину и Недавние величины). Ей можно воспользоваться для экономии места, если операторы вводятся с клавиатуры.
Также можно настроить цвет текстовых полей с помощью кнопок расположенных ниже.
Конвертирование некоторых величин нелинейное. Примером такой величины является Фаренгейт. Нелинейные величины отмечены в колонке комментариев (справа от колонки «Тип величины»).
Такие величины могут быть конвертированы только, если они не комбинированы с другими величинами и не возведены в степень. Иначе результат будет неточным.
Конвертирование можно выполнить из командной строки (консоль Linux или DOS) без использования графического интерфейса. Введите команду ("convertall" для Linux, "convertall_dos" для Windows), значение, величина из которой и величина в которую (разделённые пробелами) провести конвертацию. Величины содержащие пробелы необходимо взять в кавычки. Или их можно ввести в интерактивном режиме, использую "-i" параметр ("convertall -i" для Linux, "convertall_dos -i" для Windows).
После выполнения конвертации, ConvertAll запросит новое значение величины для аналогичной конвертации. Также можно ввести "n" для начала новой конвертации, "r" чтобы поменять местами величины или "q" для выхода.
Для более детального списка параметров, используйте "-h" параметр ("convertall -h" для Linux, "convertall_dos -h" для Windows).
Новые функции:
Added an option to output results in engineering notation (a version of scientific notation with exponents divisible by three).
Добавлен русский перевод. Спасибо vantu5z за перевод.
Обновления:
Добавлена величина dram mass.
Добавлены величины fluid dram и minim volume, для US и Imperial версий.
Добавлена величина smoot length.
Добавлена аббревиатура "dm" для величины decimeter length.
Добавлен комментарий "avoirdupois" для applicable mass и weight величин.
Добавлен комментарий "fresh water" для applicable depth-based pressure величин.
Обновлён немецкий перевод. Спасибо Thomas Helmke за перевод.
Добавлены некоторые MSVC библиотеки DLL для инсталлятора Windows, чтобы предотвратить ошибки на компьютерах, где они отсутствуют.
Уточнены некоторые сообщения об ошибках в зависимостях для инсталлятора Linux.
Исправлены ошибки:
Fixed an error in the unit data formula for the AWG area unit.
Changed the value of the caliber unit to be equivalent to inches (typical written usage), not hundredths of an inch (typical verbal usage).
Новые функции:
ConvertAll has been ported from Python 2 to Python 3. This porting includes some code cleanup.
Added an option to automatically load the last used units at startup.
Added an introductory tip dialog box that explains combined units. There is also an option to hide this dialog.
There is an additional Windows installer for users without administrator rights and for portable installations.
Added a Windows installer option to add a config file to the program's directory for portable installations. If that file is present, no config files will be written to users' directories.
Обновления:
The Windows binaries are built using more recent Python, Qt and PyQt libraries.
The user interface and unit data language translations are now included in the main installation files.
Added the long ton unit (Imperial version of the ton).
Added the kilopond unit as a synonym of kilogram-force.
Added the micron of Hg pressure unit.
Added the lunar distance (LD) astronomical distance unit.
Added the rack unit (height of an electrical rack).
Added the versta Russian length unit.
Исправлены ошибки:
Fixed the operation of the "Clear" button in the Unit Finder dialog.
Fixed a problem with the definition of the BTU unit in the French translation.
Обновления:
Added the microliter volume unit.
Added the galileo acceleration unit.
Added the stremma land area unit.
Bug Fixes:
Changed the method of identifying a "unitless" portion of a unit to avoid falsely reporting incompatibility between some units when using language translations.
Обновления:
Added the link length unit.
Added US survey variations of the mile and chain length units.
Added the centigray radiation dose unit.
Use DOS newline characters in the Windows version of the unit data file for easier editing by users.
Исправлены ошибки:
Fixed incorrect definition of the rad radiation dose unit (it was off by a factor of 10).
Обновления:
Added a Spanish translation. The French and German translations remain unchanged.
Новые функции:
Multiplication and division operators now have the same precedence. In previous versions of ConvertAll, a series of units after a division symbol were assumed to be in the denominator. Now, a division operator only affects the unit (or the unit group in parenthesis) immediately after the operator.
Parenthesis are now supported to group units in the denominator of a combined unit. For example, ""m / sec / kg" can also be entered as "m / (sec * kg)".
"Recent Unit" buttons have been added that open a menu of recently used units and unit combinations. A unit selected from the menu will replace the current unit combination. There is also a new option dialog entry that controls the maximum length of this menu.
Обновления:
Added the tonne force metric force unit.
Added hundredweight long and hundredweight short mass units.
Added an American Wire Gauge (AWG) area unit in addition to the existing AWG diameter unit.
Added the tonne oil equivalent and the tonne coal equivalent energy units.
Added the ton refrigeration power unit.
Added the darcy and millidarcy permeability units.
French and German translations have been added for the user interface and the unit data. To use them, download and install the "convertall-i18n..." file for your platform (in addition to installing the standard ConvertAll package).
Исправлены ошибки:
Fixed problems with running in the command line mode from Linux consoles without X11 present.
Новые функции:
Prepared ConvertAll for translation efforts by properly handling Unicode characters in unit data and by marking internal program strings for translation. Volunteers for translating ConvertAll into other languages are welcome.
Обновления:
Added solar mass and pennyweight mass units.
Added therm and thermie energy units.
Added gauss and maxwell magnetic units.
Added the US survey foot length unit.
Added the mpg imp mileage unit.
Changed the value of the point unit from the old American point to the more modern desktop publishing point.
Исправлены ошибки:
A critical QString conversion bug that caused ConvertAll to not run with the latest version of PyQt (4.5.4) was fixed.
Command line quiet mode was fixed to avoid an interactive prompt when bad unit data is entered.
Обновления:
Added the "liter per 100 km" unit for fuel consumption.
Исправлены ошибки:
Changed the "mach" unit from 331.46 m/s to 340.29 m/s. It is now correct for STP conditions (15 degrees C). The previous value was for 0 degrees C.
Fixed a bug that could hide messages about errors in a manually edited unit data file.
Новые функции:
An optional command line mode was added to do conversions without the graphical interface. Enter the command ("convertall"), the number, the from unit and the to unit (separated by spaces) to do the conversion. For a more detailed list of options, enter "convertall -h" on the command line.
Обновления:
The icon used for ConvertAll has been updated. Thanks to Ricardo Berlasso for the new artwork.
Alternate units have been added for kilobyte, megabyte, etc., marked "IEC std". These convert using powers of 10, rather than powers of 2.
Troy pounds and troy ounces have been added.
Gigapascal, hectopascal and megabar have been added.
Hogshead units for wine and beer have been added.
The Swedish mil unit of distance has been added.
The Thai rai and ngaan units of land area have been added.
Новые функции:
ConvertAll was ported to the Qt4 library. This involved a significant rewrite of the code. The previous versions used Qt3.x on Linux and Qt2.3 on Windows. Benefits include updated widgets and removal of the non-commercial license exception in Windows.
Обновления:
On Windows, the ConvertAll.ini file has been moved from the installation directory to a location under the "Documents and Settings" folder. This avoids problems on multi-user systems and for users with limited access rights.
Обновления:
Added Imperial (UK) gallons, quarts, pints and fluid ounces.
Added gigagram and teragram units.
Added the pound-mole unit and clarified that the existing mole is a gram-mole.
Обновления:
Added the decare unit for land area.
The Linux installer has been updated to be more robust and give more install directory options.
Исправлены ошибки:
The barn unit, used in particle physics, was corrected. It had been incorrectly listed as a length unit instead of an area unit.
Новые функции:
A unit finder window was added to allow the unit list to be filtered and searched.
The size and position of the main and finder windows are now saved at exit.
A new option allows the operator text entry buttons (x, /, ^2, ^3 and Clear Unit) to be hidden.
An install program has been added for windows.
Исправлены ошибки:
Fixed Linux install script problems with certain versions of Python.
Обновления:
Keyboard shortcuts and tab-focus order for the main dialog have been improved.
An install script was added for Linux and Unix systems.
The windows build now uses Python version 2.3 and PyQt version 3.8.
Обновления:
When an expression using division is entered for the number to be converted, floating point division is now used even if the entries are integers (Python 2.2 or greater only).
Mouse wheels are now supported in the unit lists.
Icon files are now provided with the distribution files.
Исправлены ошибки:
A fix of the Windows binary only. Fixes major problems by upgrading the library version to PyQt 3.2.4.
Обновления:
ConvertAll has been ported to Qt 3.x. It now works with both Qt 2.x and 3.x using the same source code.
The help/readme file has been rewritten and now includes section links.
The binaries for windows have been updated to Python 2.2 and PyQt 3.2 (but are still using Qt 2.3 Non-commercial).
Исправлены ошибки:
Some window captions and icons were corrected.
A window maximizing bug was fixed.
Новые функции:
A major rewrite was done of the conversion engine.
A new data file format makes it easier to add and verify units.
The unit name and abbreviation are now listed separately for better sorting and searching.
Entering of units has been improved by changing operator precedence, by ignoring spaces and plurals, and by changing the partial selection list highlight.
An expression can now be used for the number to be converted.
Обновления:
Many additional units were added to the database.
For MS Windows users, the binary files were upgraded to PyQt Version 2.5.
Новые функции:
Added color controls to the options dialog.
Обновления:
The convertall.ini file on windows was moved to the program directory.
Исправлены ошибки:
Fixed problems with using the same unit twice in a combined unit.
Fixed an occasional shutdown when auto-completing.
Fixed a problem with the updating of the unit label.
Начальный релиз.
Со мной можно связаться по электронной
почте: doug101 собака bellz точка org
Приветствуются
различные отзывы, включая сообщения о
найденных Вами ошибках. Также Вы можете
переодически проверять наличие каких
либо обновлений на www.bellz.org.