From: <and...@us...> - 2016-12-25 18:04:33
|
Revision: 1438 http://sourceforge.net/p/ggc/code/1438 Author: andyrozman Date: 2016-12-25 18:04:29 +0000 (Sun, 25 Dec 2016) Log Message: ----------- GGC Pumps - move files Modified Paths: -------------- trunk/ggc-desktop-app/pom.xml Added Paths: ----------- trunk/ggc-desktop-app/ggc-desktop/.amateras trunk/ggc-desktop-app/ggc-desktop/.settings/ trunk/ggc-desktop-app/ggc-desktop/build/ trunk/ggc-desktop-app/ggc-desktop/build/build.xml trunk/ggc-desktop-app/ggc-desktop/data/ trunk/ggc-desktop-app/ggc-desktop/data/DbTool_Config.properties_default trunk/ggc-desktop-app/ggc-desktop/data/lang/DbTool_Languages.properties trunk/ggc-desktop-app/ggc-desktop/doc/ trunk/ggc-desktop-app/ggc-desktop/doc/GGC_Supported_Hardware.html trunk/ggc-desktop-app/ggc-desktop/doc/HardwareLibraries.txt trunk/ggc-desktop-app/ggc-desktop/doc/TO-DO Detailed.txt trunk/ggc-desktop-app/ggc-desktop/doc/TO-DO.txt trunk/ggc-desktop-app/ggc-desktop/doc/TO-DO_Hardware.txt trunk/ggc-desktop-app/ggc-desktop/doc/archive/ trunk/ggc-desktop-app/ggc-desktop/doc/database_info.txt trunk/ggc-desktop-app/ggc-desktop/doc/usb/ trunk/ggc-desktop-app/ggc-desktop/pom.xml Removed Paths: ------------- trunk/ggc-desktop/.amateras trunk/ggc-desktop/.settings/ trunk/ggc-desktop/build/ trunk/ggc-desktop/data/ trunk/ggc-desktop/doc/ trunk/ggc-desktop/pom.xml trunk/ggc-desktop-app/ggc-desktop/build/build.xml trunk/ggc-desktop-app/ggc-desktop/doc/Changelog_old trunk/ggc-desktop-app/ggc-desktop/doc/GGC_Supported_Hardware.html trunk/ggc-desktop-app/ggc-desktop/doc/HardwareLibraries.txt trunk/ggc-desktop-app/ggc-desktop/doc/README_1st trunk/ggc-desktop-app/ggc-desktop/doc/README_1st.de trunk/ggc-desktop-app/ggc-desktop/doc/README_1st.si trunk/ggc-desktop-app/ggc-desktop/doc/TO-DO Detailed.txt trunk/ggc-desktop-app/ggc-desktop/doc/TO-DO.txt trunk/ggc-desktop-app/ggc-desktop/doc/TO-DO_Hardware.txt trunk/ggc-desktop-app/ggc-desktop/doc/USB-How-To.txt trunk/ggc-desktop-app/ggc-desktop/doc/USB-How-To_de.txt trunk/ggc-desktop-app/ggc-desktop/doc/USB-How-To_si.txt trunk/ggc-desktop-app/ggc-desktop/doc/database_info.txt trunk/ggc-desktop-app/ggc-desktop/doc/old_docs/ Deleted: trunk/ggc-desktop/.amateras =================================================================== --- trunk/ggc-desktop/.amateras 2016-12-25 17:58:00 UTC (rev 1437) +++ trunk/ggc-desktop/.amateras 2016-12-25 18:04:29 UTC (rev 1438) @@ -1,12 +0,0 @@ -#EclipseHTMLEditor configuration file -#Wed Dec 03 16:47:43 CET 2008 -validateDTD=false -javaScriptCompleters= -useDTD=false -validateJSP=false -validateXML=false -validateJS=false -removeMarkers=false -root=/ -validateHTML=false -javaScripts= Deleted: trunk/ggc-desktop/pom.xml =================================================================== --- trunk/ggc-desktop/pom.xml 2016-12-25 17:58:00 UTC (rev 1437) +++ trunk/ggc-desktop/pom.xml 2016-12-25 18:04:29 UTC (rev 1438) @@ -1,157 +0,0 @@ -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> - <modelVersion>4.0.0</modelVersion> - - <parent> - <groupId>net.sf.ggc</groupId> - <artifactId>ggc-parent</artifactId> - <version>1.0-SNAPSHOT</version> - <relativePath>../ggc-removed/ggc-master-pom/pom.xml</relativePath> - </parent> - - <name>GGC Desktop Project</name> - - <artifactId>ggc-desktop</artifactId> - <version>${ggc-desktop.version}</version> - - <build> - <directory>target</directory> - <outputDirectory>target/classes</outputDirectory> - <finalName>${project.artifactId}-${project.version}</finalName> - <testOutputDirectory>target/test-classes</testOutputDirectory> - <sourceDirectory>src</sourceDirectory> - <scriptSourceDirectory>src</scriptSourceDirectory> - <testSourceDirectory>src/test/java</testSourceDirectory> - <resources> - <resource> - <directory>src</directory> - <filtering>true</filtering> - <excludes> - <exclude>**/*.java</exclude> - </excludes> - </resource> - </resources> - <testResources> - <testResource> - <directory>src/test/resources</directory> - </testResource> - </testResources> - </build> - - <dependencies> - <dependency> - <groupId>com.atech-software</groupId> - <artifactId>atech-tools</artifactId> - </dependency> - - <dependency> - <groupId>net.sf.ggc</groupId> - <artifactId>ggc-help</artifactId> - </dependency> - - <dependency> - <groupId>net.sf.ggc</groupId> - <artifactId>ggc-core</artifactId> - </dependency> - - <dependency> - <groupId>net.sf.ggc</groupId> - <artifactId>ggc-plugin-base</artifactId> - </dependency> - - - <dependency> - <groupId>net.sf.ggc</groupId> - <artifactId>ggc-meter-tool</artifactId> - </dependency> - - <dependency> - <groupId>net.sf.ggc</groupId> - <artifactId>ggc-pump-tool</artifactId> - </dependency> - - <dependency> - <groupId>net.sf.ggc</groupId> - <artifactId>ggc-cgms-tool</artifactId> - </dependency> - - <dependency> - <groupId>net.sf.ggc</groupId> - <artifactId>ggc-nutri-tool</artifactId> - </dependency> - - <!-- - <dependency> - <groupId>net.sf.ggc</groupId> - <artifactId>ggc-connect-tool</artifactId> - </dependency> ---> - - <dependency> - <groupId>javax.help</groupId> - <artifactId>javahelp</artifactId> - </dependency> - - <dependency> - <groupId>net.sf.squirrel-sql.thirdparty-non-maven</groupId> - <artifactId>skinlf</artifactId> - </dependency> - - <!-- - <dependency> - <groupId>log4j</groupId> - <artifactId>log4j</artifactId> - </dependency> ---> - <dependency> - <groupId>jfree</groupId> - <artifactId>jfreechart</artifactId> - </dependency> - - <dependency> - <groupId>commons-lang</groupId> - <artifactId>commons-lang</artifactId> - </dependency> - - <!-- Is Required ?? --> - - <!-- - <dependency> - <groupId>org.simpleframework</groupId> - <artifactId>simple-xml</artifactId> - </dependency> - - <dependency> - <groupId>net.lingala.zip4j</groupId> - <artifactId>zip4j</artifactId> - </dependency> ---> - - <dependency> - <groupId>postgresql</groupId> - <artifactId>postgresql</artifactId> - <version>8.4-702.jdbc3</version> - </dependency> - - - <!-- - <dependency> - <groupId>info.clearthought</groupId> - <artifactId>table-layout-j15</artifactId> - <version>1.0</version> - </dependency> - --> - - <dependency> - <groupId>info.clearthought</groupId> - <artifactId>table-layout</artifactId> - </dependency> - - - <!-- <dependency> <groupId>org.swinglabs</groupId> <artifactId>pdf-renderer</artifactId> - </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> - </dependency> --> - - - </dependencies> -</project> Copied: trunk/ggc-desktop-app/ggc-desktop/.amateras (from rev 1431, trunk/ggc-desktop/.amateras) =================================================================== --- trunk/ggc-desktop-app/ggc-desktop/.amateras (rev 0) +++ trunk/ggc-desktop-app/ggc-desktop/.amateras 2016-12-25 18:04:29 UTC (rev 1438) @@ -0,0 +1,12 @@ +#EclipseHTMLEditor configuration file +#Wed Dec 03 16:47:43 CET 2008 +validateDTD=false +javaScriptCompleters= +useDTD=false +validateJSP=false +validateXML=false +validateJS=false +removeMarkers=false +root=/ +validateHTML=false +javaScripts= Deleted: trunk/ggc-desktop-app/ggc-desktop/build/build.xml =================================================================== --- trunk/ggc-desktop/build/build.xml 2016-12-25 17:14:28 UTC (rev 1431) +++ trunk/ggc-desktop-app/ggc-desktop/build/build.xml 2016-12-25 18:04:29 UTC (rev 1438) @@ -1,184 +0,0 @@ -<?xml version="1.0" ?> -<project name="GNU Gluco Control" default="build" basedir="."> - <description> - Build file for GGC Desktop - </description> - - <!-- Environment properties read from a file ...--> - <property file="../../build/AtechTools.properties"/> - <property file="../../ggc-core/build/GGCBuild.properties"/> - <property file="./GGC_Desktop_Version.properties"/> - <property file="../../ggc-core/build/GGC_Core_Version.properties"/> - - - <!-- These should *not* be modified on the command line! --> - <property name="build.dir" value="${outdir.dir}/classes"/> - <property name="deploy.dir" value="${outdir.dir}/deploy"/> - - - <!-- Build GGC --> - - <target name="build"> - <echo message=" ************************************************* "/> - <echo message=" **** GGC Build **** "/> - <echo message=" ************************************************* "/> - <echo message=""/> - <echo message=" copy = copies all needed files"/> - <echo message=" clean = clean build dir"/> - <echo message=" build_ggc (make) = build GGC (recompile classes)"/> - <echo message=" jar = create GGC jar"/> - <echo message=" jar_'part' = create specified GGC jar"/> - <echo message=" available parts are: core, lang, little, main"/> - <echo message=" jars_full = all jars"/> - <echo message=" full = clean, build_ggc, copy, jars_full"/> - <echo message=" deploy = full, copy files to main directory"/> - <echo message=" dist = full, and create distribution zip file (contains needed libs, and data files)" /> - <echo message=" style (_devel, _deploy) = checkstyle against our rules" /> - <echo message=""/> - </target> - - - <!-- Public targets --> - - <target name="clean" description="Clean build directory and previus version of GGC"> - <delete dir="${build.dir}/ggc"/> - <delete dir="${build.dir}/com"/> - <delete dir="${build.dir}/org"/> - <delete dir="${build.dir}/icons"/> - <delete file="${build.dir}/ggc-main*.jar"/> - <delete file="${build.dir}/ggc-little*.jar"/> - </target> - - - <target name="copy" description="Copy all needed files"> - <copy todir="${build.dir}/" overwrite="true"> - <fileset dir="${source.dir}" casesensitive="no"> - <include name="GGC_*.properties"/> - </fileset> - </copy> - <mkdir dir="${build.dir}/icons" /> - <copy todir="${build.dir}/icons" overwrite="true"> - <fileset dir="${source.dir}/icons" casesensitive="no"> - <include name="**/*.gif"/> - <include name="**/*.jpg"/> - <include name="**/*.png"/> - </fileset> - </copy> - </target> - - - - - <target name="make" description="Build GGC"> - <javac srcdir="${source.dir}" - destdir="${build.dir}" - includes="ggc/**, org/**, com/**" - excludes="ggc/db/DummyHandler.java, ggc/db/HSQLHandler.java, ggc/db/MySQLHandler.java, ggc/db/TextFileHandler.java, ggc/data/meter2/**" - deprecation="off" debug="true"> <!-- debug="${debug} DummyHandler.java, ggc/db/HSQLHandler.java, ggc\db\MySQLHandler, ggc/db/TextFileHandler.java" --> - - <classpath> - <pathelement path="${hibernate_cpath}" /> - <pathelement path="${utils_cpath}"/> - <pathelement path="${classpath.full}"/> - <pathelement path="../../build/deploy_files/ggc-core-${ggc-core.version}.jar"/> - </classpath> - </javac> - </target> - - <target name="build_ggc" description="Build GGC" /> - -<!-- - - includes="ggc/**" - excludes="ggc/db/**" - - ---> - - <target name="jar_main" description="Build GGC Main GUI jar" depends="make"> - <jar jarfile="${binary.dir}/ggc-main-${ggc-main.version}.jar" - update="false" - index="false" - manifest="./manifest_ggc.mf"> - - <fileset dir="${build.dir}"> - <include name="ggc/GGC.class"/> - <include name="ggc/gui/**"/> - <exclude name="ggc/gui/little/**"/> - <include name="icons/*.gif"/> - <include name="icons/*.jpg"/> - <include name="icons/*.png"/> - </fileset> - </jar> - </target> - - - - - - - <target name="jar_little" description="Build GGC Little" depends="make"> - <jar jarfile="${binary.dir}/ggc-little-${ggc-little.version}.jar" - update="false" - index="false" - manifest="./manifest_ggc_little.mf"> - - <fileset dir="${build.dir}"> - <include name="ggc/gui/little/**"/> - <include name="ggc/gui/view/**"/> - <include name="icons/*.gif"/> - <include name="icons/*.jpg"/> - <include name="icons/*.png"/> - </fileset> - </jar> - </target> - - - <target name="dev" depends="clean, copy, make"> - </target> - - - <target name="jars_full" depends="jar_main, jar_little"> - </target> - - - <target name="full" depends="clean, copy, jars_full"> - </target> - - <target name="deploy" depends="full"> - <copy file="${binary.dir}/ggc-main-${ggc-main.version}.jar" todir="../../build/deploy_files/"/> - <copy file="${binary.dir}/ggc-little-${ggc-little.version}.jar" todir="../../build/deploy_files/"/> - </target> - - - <target name="dist"> - <echo message="This option is not available yet." /> - </target> - - - <target name="style_deploy"> - <taskdef resource="checkstyletask.properties" classpath="${library.dir}/devel/checkstyle-all-4.1.jar" /> - - <checkstyle config="ggc_deploy.xml"> - <fileset dir="${source.dir}" includes="**/*.java"/> - - <formatter type="plain"/> - <formatter type="xml" toFile="checkstyle_errors.xml"/> - </checkstyle> - - </target> - - <target name="style_devel"> - <taskdef resource="checkstyletask.properties" classpath="${library.dir}/devel/checkstyle-all-4.1.jar" /> - - <checkstyle config="ggc_devel.xml"> - <fileset dir="${source.dir}" includes="**/*.java"/> - - <formatter type="plain"/> - <formatter type="xml" toFile="checkstyle_errors.xml"/> - </checkstyle> - </target> - - -</project> - Copied: trunk/ggc-desktop-app/ggc-desktop/build/build.xml (from rev 1436, trunk/ggc-desktop/build/build.xml) =================================================================== --- trunk/ggc-desktop-app/ggc-desktop/build/build.xml (rev 0) +++ trunk/ggc-desktop-app/ggc-desktop/build/build.xml 2016-12-25 18:04:29 UTC (rev 1438) @@ -0,0 +1,184 @@ +<?xml version="1.0" ?> +<project name="GNU Gluco Control" default="build" basedir=""> + <description> + Build file for GGC Desktop + </description> + + <!-- Environment properties read from a file ...--> + <property file="../../build/AtechTools.properties"/> + <property file="../../ggc-core-app/ggc-core/build/GGCBuild.properties"/> + <property file="GGC_Desktop_Version.properties"/> + <property file="../../ggc-core-app/ggc-core/build/GGC_Core_Version.properties"/> + + + <!-- These should *not* be modified on the command line! --> + <property name="build.dir" value="${outdir.dir}/classes"/> + <property name="deploy.dir" value="${outdir.dir}/deploy"/> + + + <!-- Build GGC --> + + <target name="build"> + <echo message=" ************************************************* "/> + <echo message=" **** GGC Build **** "/> + <echo message=" ************************************************* "/> + <echo message=""/> + <echo message=" copy = copies all needed files"/> + <echo message=" clean = clean build dir"/> + <echo message=" build_ggc (make) = build GGC (recompile classes)"/> + <echo message=" jar = create GGC jar"/> + <echo message=" jar_'part' = create specified GGC jar"/> + <echo message=" available parts are: core, lang, little, main"/> + <echo message=" jars_full = all jars"/> + <echo message=" full = clean, build_ggc, copy, jars_full"/> + <echo message=" deploy = full, copy files to main directory"/> + <echo message=" dist = full, and create distribution zip file (contains needed libs, and data files)" /> + <echo message=" style (_devel, _deploy) = checkstyle against our rules" /> + <echo message=""/> + </target> + + + <!-- Public targets --> + + <target name="clean" description="Clean build directory and previus version of GGC"> + <delete dir="${build.dir}/ggc"/> + <delete dir="${build.dir}/com"/> + <delete dir="${build.dir}/org"/> + <delete dir="${build.dir}/icons"/> + <delete file="${build.dir}/ggc-main*.jar"/> + <delete file="${build.dir}/ggc-little*.jar"/> + </target> + + + <target name="copy" description="Copy all needed files"> + <copy todir="${build.dir}/" overwrite="true"> + <fileset dir="${source.dir}" casesensitive="no"> + <include name="GGC_*.properties"/> + </fileset> + </copy> + <mkdir dir="${build.dir}/icons" /> + <copy todir="${build.dir}/icons" overwrite="true"> + <fileset dir="../../ggc-desktop-app/ggc-desktop/src/main/resources/icons" casesensitive="no"> + <include name="**/*.gif"/> + <include name="**/*.jpg"/> + <include name="**/*.png"/> + </fileset> + </copy> + </target> + + + + + <target name="make" description="Build GGC"> + <javac srcdir="${source.dir}" + destdir="${build.dir}" + includes="ggc/**, org/**, com/**" + excludes="ggc/db/DummyHandler.java, ggc/db/HSQLHandler.java, ggc/db/MySQLHandler.java, ggc/db/TextFileHandler.java, ggc/data/meter2/**" + deprecation="off" debug="true"> <!-- debug="${debug} DummyHandler.java, ggc/db/HSQLHandler.java, ggc\db\MySQLHandler, ggc/db/TextFileHandler.java" --> + + <classpath> + <pathelement path="${hibernate_cpath}" /> + <pathelement path="${utils_cpath}"/> + <pathelement path="${classpath.full}"/> + <pathelement path="../../build/deploy_files/ggc-core-${ggc-core.version}.jar"/> + </classpath> + </javac> + </target> + + <target name="build_ggc" description="Build GGC" /> + +<!-- + + includes="ggc/**" + excludes="ggc/db/**" + + +--> + + <target name="jar_main" description="Build GGC Main GUI jar" depends="make"> + <jar jarfile="${binary.dir}/ggc-main-${ggc-main.version}.jar" + update="false" + index="false" + manifest="manifest_ggc.mf"> + + <fileset dir="${build.dir}"> + <include name="ggc/GGC.class"/> + <include name="ggc/gui/**"/> + <exclude name="ggc/gui/little/**"/> + <include name="icons/*.gif"/> + <include name="icons/*.jpg"/> + <include name="icons/*.png"/> + </fileset> + </jar> + </target> + + + + + + + <target name="jar_little" description="Build GGC Little" depends="make"> + <jar jarfile="${binary.dir}/ggc-little-${ggc-little.version}.jar" + update="false" + index="false" + manifest="manifest_ggc_little.mf"> + + <fileset dir="${build.dir}"> + <include name="ggc/gui/little/**"/> + <include name="ggc/gui/view/**"/> + <include name="icons/*.gif"/> + <include name="icons/*.jpg"/> + <include name="icons/*.png"/> + </fileset> + </jar> + </target> + + + <target name="dev" depends="clean, copy, make"> + </target> + + + <target name="jars_full" depends="jar_main, jar_little"> + </target> + + + <target name="full" depends="clean, copy, jars_full"> + </target> + + <target name="deploy" depends="full"> + <copy file="${binary.dir}/ggc-main-${ggc-main.version}.jar" todir="../../build/deploy_files/"/> + <copy file="${binary.dir}/ggc-little-${ggc-little.version}.jar" todir="../../build/deploy_files/"/> + </target> + + + <target name="dist"> + <echo message="This option is not available yet." /> + </target> + + + <target name="style_deploy"> + <taskdef resource="checkstyletask.properties" classpath="${library.dir}/devel/checkstyle-all-4.1.jar" /> + + <checkstyle config="ggc_deploy.xml"> + <fileset dir="${source.dir}" includes="**/*.java"/> + + <formatter type="plain"/> + <formatter type="xml" toFile="checkstyle_errors.xml"/> + </checkstyle> + + </target> + + <target name="style_devel"> + <taskdef resource="checkstyletask.properties" classpath="${library.dir}/devel/checkstyle-all-4.1.jar" /> + + <checkstyle config="ggc_devel.xml"> + <fileset dir="${source.dir}" includes="**/*.java"/> + + <formatter type="plain"/> + <formatter type="xml" toFile="checkstyle_errors.xml"/> + </checkstyle> + </target> + + +</project> + Copied: trunk/ggc-desktop-app/ggc-desktop/data/DbTool_Config.properties_default (from rev 1436, trunk/ggc-desktop/data/DbTool_Config.properties_default) =================================================================== --- trunk/ggc-desktop-app/ggc-desktop/data/DbTool_Config.properties_default (rev 0) +++ trunk/ggc-desktop-app/ggc-desktop/data/DbTool_Config.properties_default 2016-12-25 18:04:29 UTC (rev 1438) @@ -0,0 +1,88 @@ +# +# GGC_Config (Settings for GGC) +#31.7.2010 13:11:37 +# +# Don't edit by hand +# Only settings need for application startup are written here. All other info +# is stored in database +# + +# +# Databases settings +# + +# +# Database #0 - Internal Db (H2) +# +DB0_CONN_NAME=Internal Db (H2) +DB0_DB_NAME=H2 SQL +DB0_CONN_DRIVER_CLASS=org.h2.Driver +DB0_CONN_URL=jdbc:h2:../data/db/ggc_db +DB0_CONN_USERNAME=sa +DB0_CONN_PASSWORD= +DB0_HIBERNATE_DIALECT=org.hibernate.dialect.H2Dialect + +# +# Database #1 - PostgreSQL Database (v7) +# +DB1_CONN_NAME=PostgreSQL Database (v7) +DB1_DB_NAME=PostgreSQL +DB1_CONN_DRIVER_CLASS=org.postgresql.Driver +DB1_CONN_URL=jdbc:postgresql://localhost:5432/ggc_v7?user=ggc&password=ggc +DB1_CONN_USERNAME=ggc +DB1_CONN_PASSWORD=ggc +DB1_HIBERNATE_DIALECT=org.hibernate.dialect.PostgreSQLDialect + +# +# Database #2 - PostgreSQL Database (v3) +# +DB2_CONN_NAME=PostgreSQL Database (v3) +DB2_DB_NAME=PostgreSQL +DB2_CONN_DRIVER_CLASS=org.postgresql.Driver +DB2_CONN_URL=jdbc:postgresql://localhost:5432/ggc_v3?user=ggc&password=ggc +DB2_CONN_USERNAME=ggc +DB2_CONN_PASSWORD=ggc +DB2_HIBERNATE_DIALECT=org.hibernate.dialect.PostgreSQLDialect + +# +# Database #3 - PostgreSQL Database (ggc_test2) +# +DB3_CONN_NAME=PostgreSQL Database (ggc_test2) +DB3_DB_NAME=PostgreSQL +DB3_CONN_DRIVER_CLASS=org.postgresql.Driver +DB3_CONN_URL=jdbc:postgresql://localhost:5432/ggc_test2?user=ggc&password=ggc +DB3_CONN_USERNAME=ggc +DB3_CONN_PASSWORD=ggc +DB3_HIBERNATE_DIALECT=org.hibernate.dialect.PostgreSQLDialect + +# +# Database #4 - Internal Database +# +DB4_CONN_NAME=Internal Database +DB4_DB_NAME=HypersonicSQL File +DB4_CONN_DRIVER_CLASS=org.hsqldb.jdbcDriver +DB4_CONN_URL=jdbc:hsqldb:file:../data/dbt/hsql/ggc_db +DB4_CONN_USERNAME=sa +DB4_CONN_PASSWORD= +DB4_HIBERNATE_DIALECT=org.hibernate.dialect.HSQLDialect + + +# +# Look and Feel Settings +# + +LF_NAME=SkinLF +LF_CLASS=com.l2fprod.gui.plaf.skin.SkinLookAndFeel +SKINLF_SELECTED=modernthemepack_orig.zip + + +# +# Db Selector +# +SELECTED_DB=0 + + +# +# Language Selector +# +SELECTED_LANG=en Copied: trunk/ggc-desktop-app/ggc-desktop/data/lang/DbTool_Languages.properties (from rev 1436, trunk/ggc-desktop/data/lang/DbTool_Languages.properties) =================================================================== --- trunk/ggc-desktop-app/ggc-desktop/data/lang/DbTool_Languages.properties (rev 0) +++ trunk/ggc-desktop-app/ggc-desktop/data/lang/DbTool_Languages.properties 2016-12-25 18:04:29 UTC (rev 1438) @@ -0,0 +1,71 @@ +# +# DbTool Languages +# +# Don't edit by hand +# + + + +VERSION=0.1 +AVAILABLE_LANGUAGES=1 +AVAILABLE_LANGUAGES_WITH_HELP=0 +LANGPACK_DATE=26/11/2016 12:00 +LANGUAGE_ROOT=DbTool +DEFAULT_HELP=en + + +# +# Language 1 - English (English) +# +LANG_1=en +LANG_1_NAME=English +LANG_1_HELP_AVAILABLE=No +LANG_1_HELP=No +LANG_1_FILE=DbTool_en.properties +LANG_1_LOCALE=en +LANG_1_LOCALE_COUNTRY= +LANG_1_LOCALE_ISO= + + + + +# +# Language 2 - Slovene (Slovenski) +# + +LANG_2=si +LANG_2_NAME=Slovenski +LANG_2_HELP_AVAILABLE=Yes +LANG_2_HELP=Yes +LANG_2_LOCALE=si +LANG_2_LOCALE_COUNTRY= +LANG_2_LOCALE_ISO= + + + +# +# Language 3 - German (Deutsch) +# +LANG_3=de +LANG_3_NAME=Deutsch +LANG_3_HELP_AVAILABLE=No +LANG_3_HELP=Yes +LANG_3_LOCALE=de +LANG_3_LOCALE_COUNTRY= +LANG_3_LOCALE_ISO= + + +# +# Language 4 - French +# +LANG_4=fr +LANG_4_NAME=French +LANG_4_HELP_AVAILABLE=No +LANG_4_HELP=Yes +LANG_4_LOCALE=fr +LANG_4_LOCALE_COUNTRY= +LANG_4_LOCALE_ISO= + + + + Deleted: trunk/ggc-desktop-app/ggc-desktop/doc/Changelog_old =================================================================== --- trunk/ggc-desktop/doc/Changelog_old 2016-12-25 17:14:28 UTC (rev 1431) +++ trunk/ggc-desktop-app/ggc-desktop/doc/Changelog_old 2016-12-25 18:04:29 UTC (rev 1438) @@ -1,900 +0,0 @@ - -Changelog file for GGC (GNU Gluco Control) -========================================== - -Newer entries are on top, older on bottom. - --------------------------------------------------------------------------------------------------- - -0.4.4 - * Meter Tool data is now added also into database for pump - -0.4.3 (16.3) - * Dynamic loading of data finished - * Startup tools changed - - -0.4.2 - * Continue work on dynamic loading of Nutrition data - * Dynamic loading now works for printing - -0.4.1.2 (28.2.2009) - * Correct dates are now printed in Food Menu reports - -0.4.1.1 (17.2.2009) - * All printing now uses abstract core file - * All printing is now done to \data\print - * All printing jobs create real names now, with real data in name (AT) - * Started work on dynamic loading of Nutrition data - -0.4.1 - * Bug fixing HbA1c graph display - * Printing files problem - -0.4 (2.2.2009) Andy Rozman <and...@us...> - * Version is changed, since all functionality is finished for new version - * Changes in documentation - -0.3.16 (17.1.2009) Andy Rozman <and...@us...> - * Finished Spread Graph - * Graph Development stopped for Release 0.4 - * Frequency graph is disabled - * Course graph was tagged as not working 100%, this one is still in second version - of graph framework (we are not working on 3rd one, which is final one) - -0.3.15 (10.1.2009) Andy Rozman <and...@us...> - * fixed Freetext food entries processing (problem with parsing floats) - * Refresh panels mechanism redone - * Panels refresh when data from Meter plugin is processed - - -0.3.14 (1.1.2009) Andy Rozman <and...@us...> - * changed free-text food entries. Horizontal scroll disabled. - * Graph changes. Working on Spread Graph, and GGC Controller class, we created - new PlotSelectorPanel and PlotSelectorData from existing classes and extended - both of them (we are not dependant on any of current implementations anymore) - * - -0.3.13 (29.12.2008) Andy Rozman <and...@us...> - * Changed printing to use abstract class - * Change to PrintingDialog to use correct command when calling application from - non-windows environment - * changed free-text food entries (minor bug) - -0.3.12 (27.12.2008) Andy Rozman <and...@us...> - * more functionality to panels on main screen (selectable updates to main screen) - * added function to write free text for foods and accompanying CH values - * integration into old daily entry - -0.3.11 (22.12.2008) Andy Rozman <and...@us...> - * integrating new graph framework (ATGraphFramework) - * implementation of HbA1c view for ATGraphFramework - * implementation of Daily view for ATGraphFramework - * ATech Tools Requirement: v0.2.10 - -0.3.10 - * adding comments - * changed main view of application - -2008-11-12 (0.3.9) Andy Rozman <and...@us...> - * Fixed nutrition processing. Minor bug - -2008-10-10 (0.3.8) Andy Rozman <and...@us...> - * Most of printing of food menus done (missing just ext 3 type, which will be added later, if req.) - * Continuning to work on pump plugin base functionality (see Changes.txt in pump tool project) - -2008-10-02 (0.3.7) Andy Rozman <and...@us...> - * Added dialog for starting printing for food menu - * Printing of base food menu has errors: meals are displayed as their sub-items not as meal as whole, and some - months throw exception. Work on this is suspended for time being. - * Added/finished 'How_To_Update.txt' and 'Update_0.3.1.txt' documents. - -2008-09-24 (0.3.6) Andy Rozman <and...@us...> - * Changing PrintFoodMenuBase class - * Extending DayValuesData to include date strings (localized) - -2008-09-9 (0.3.5) Andy Rozman <and...@us...> - * Added DayValuesData, which is used to contain DailiValues instances. It will either replace or super_class - WeeklyValues and MonthlyValues and all such collection classes - * Printing context will be extended. PrintAbstract class was created and all old Printing classes will use it - in the future, for now it will be used by PrintFoodMenu* classes - * Adding and moving entries in BUGS.txt - * Statistics for BG fixed in main application panel and in Daily Stats panel - -2008-08-24 (0.3.4) Reinhold Rumberger <ru...@us...> - * re-implemented the course graph using JFreeChart; code is extremely redundant - and should be rather slow. - * finished DataPlotSelectorPanel - -2008-08-24 Reinhold Rumberger <ru...@us...> - * finished commenting new classes - * brought GGC_de up-to-date - -2008-08-24 Reinhold Rumberger <ru...@us...> - * created MathUtils (abstract to prevent instantiation) - -2008-08-22 Reinhold Rumberger <ru...@us...> - * Added sample data to the graphs in the preferences. - * Deprecated part of GGCProperties so that it can be cleaned up a little (also sorted members - to make it easier to find the required member). - * renamed ggc.gui.view to ggc.gui.graphs - * created ggc.gui.dialogs.graphs and moved relevant classes there - * created DataPlotSelectorPanel and PlotData, so that no GraphViews need to depend on their - dialogs anymore. - - -2008-08-22 Reinhold Rumberger <ru...@us...> - * migrated HbA1cView to JFreeChart, made HbA1cDialog use BorderLayout to get descent scaling. - * BUGS.txt updated - -2008-08-21 Reinhold Rumberger <ru...@us...> - * started using JFreeChart, using DailyGraphView to get to know it. - -2008-08-20 (0.3.3) Andy Rozman <and...@us...> - * Nutrition Tree is fixed (bug on FreeBSD system, maybe even on linux) - * Added How_To_Update.txt - * fixed statup creation for non-windows systems - -2008-08-20 (0.3.2) Andy Rozman <and...@us...> - * Bolus Helper fixes - * Source code changes to remove java warnings - -2008-08-13 (0.3.1) Andy Rozman <and...@us...> - * Bolus Helper first implementation (needed some fixes and also extended and basic ratios done) - - -2008-07-26 (0.3) Andy Rozman <and...@us...> - * Version for release, minor changes to language file will be done for german language (probably), but - officialy we are in code freeze. - * README.si translation finished - -2008-07-24 (0.2.23) Andy Rozman <and...@us...> - * Finished and integrated Restore functionality - * Application is ready for release. There are just few translations to finish and we are ready to go. - -2008-07-10 Andy Rozman <and...@us...> - * Integrated Pump Tool into GGC - -2008-07-06 Reinhold Rumberger <ru...@us...> - * Some translation - * noticed that README.de line delimiter was LF and converted to CRLF - -2008-07-05 Reinhold Rumberger <ru...@us...> - * GGCMeterTool_de.properties prepared for translation & brought keys up-to-date - * cleaned up german language files' headers to make them look slightly more presentable - -2008-07-04 (0.2.22) Andy Rozman <and...@us...> - * Meter Tool implementation finished and tied into GGC (fully integrated) - -2008-07-04 Reinhold Rumberger <ru...@us...> - * README.de translated, Keys in GGC_*de brought up-to-date - * Added GGC_*de.native.properties, so that others can make changes that won't - be overwritten. - * moved version info to ggc.GGC, where it belongs; used Source->Format on - ggc.GGC - * Changelog: tabs -> spaces - - -2008-07-02 (0.2.21) Andy Rozman <and...@us...> - * added documentation - * fixed food problem (we need to find out what is problem with decimals in java) - -2008-06-30 (0.2.20.4) Andy Rozman <and...@us...> - * Error dialog finsihed and integrated into Printing Dialog (this is first dialog that uses extended - error dialogs) - -2008-06-29 (0.2.20.3) Andy Rozman <and...@us...> - * fixed problem with adding new foods and meals - * fixed problem with meals tree (ids and refresh) - * tooltips are added with foods and meals, labels for name are usually long, so we also set tooltip so that - whole name is visible - -2008-06-28 (0.2.20.2) Andy Rozman <and...@us...> - * added JDecimalTextField to atech-tools, which needs to replace JFormattedTextField used for decimal numbers - replaced elements in Daily Values - * On new Daily Value, hour is set to current hour - -2008-06-25 (0.2.20.1) Andy Rozman <and...@us...> - * Changed CGM databases - * Db Version Change: Stable: v7, Development: v8 - * Addded backup of Settings - * Total SVN directory structure redone - * fixed a lot of warnings - -2008-06-24 Reinhold Rumberger <ru...@us...> - * updated GGC_de & GGC_Nutrition_de to include all new keywords - -2008-06-20 (0.2.19.1) Andy Rozman <and...@us...> - * Changed plugin system and moved instances of plugins into DataAccess class - * Added CGMS context (Continous Glucose Monitoring System), see IDEAS file - * Created runner for DbInit, DbApplication, DbImport - * Daily overview now displays date in title, and Sunday is now colored red (label) - -2008-06-15 (0.2.18.2) Andy Rozman <and...@us...> - * Db Check was fully implemented and now Db Checking was added on start of application. If version of - database is not the same as those specified in GGC_Update.properties software doesn't start - -2008-06-10 (0.2.18.1) Andy Rozman <and...@us...> - * Db Version Change: Stable: v6, Development: v7 - * We are now officaially using USDA SR-20 (older DBs were filled with SR-18) - * There were several tables added for Pump Tool, it shouldn't be done before the end of year, but it - might happen. Designing of tables is finished, and probably there will be at least import for - some of pumps (for Roche's family which uses Smart Pix device, which will be supported soon) - -2008-06-08 (0.2.17.1) Andy Rozman <and...@us...> - * data fix of HbA1c (new formula and we calculate values for last 3 months) - * also fixed dialog for HbA1c - * fixed calculations of foods (wrong display of values in MealView and calculation in DailyValues) - -2008-05-25 (0.2.16.2) Andy Rozman <and...@us...> - * bug fixing foods stuff - * added glycemic processing as seperate entity (not finished yet), maels db is currently not working - with connection to adding to daily values - * menus changes - -2008-05-25 (0.2.16.1) Andy Rozman <and...@us...> - * GGC Little was changed. Button for meter removed and upper left corner is now tabbed, so that it can contain - several panels. - * Added panels to GGC Little: plug-ins panel, stocks panel, and older ones were reformed a little. - * bug fixing all GGC Little stuff in bugs - -2008-05-24 (0.2.15) Andy Rozman <and...@us...> - * changes to nutrition tables - * Changes to database xml files, new version of Internal Db (H2), now it also has some foods in user table - * Db Version Change: Stable: v5, Development: v6 - * README is now written and ready for deployment (translation of readme is needed, for each language) - * changes to english lang file - * Slovenian translation finished (for now) - * changed main theme - * some minor changed in code (some dialogs were readjusted) - -2008-05-23 Reinhold Rumberger <ru...@us...> - * README: spell & grammar check - * README.de: startet - -2008-05-20 (0.2.14) Andy Rozman <and...@us...> - * adding log4j support to GGCDb and some other important classes - * checking log4j configurations - -2008-05-21 Reinhold Rumberger <ru...@us...> - * fixed date display bug in course graph - still looks ugly though - * GGCLittle now uses the same about-dialog as the rest of ggc - * translation - * corrected bug in DailyValues: getDayAndMonthAsString() and getDateAsString() - -2008-05-19 Reinhold Rumberger <ru...@us...> - * Fixed a bug where selecting cancel in "Meals, Foods Selector" - (or selecting nothing) would cause several NullPointerExceptions - * translation - -2008-05-15 (0.2.13) Andy Rozman <and...@us...> - * bug fixes to nutrition database gui (should be working, testing is - underway). - -2008-05-14 (0.2.12) Andy Rozman <and...@us...> - * Implementation of DailyValueEntry adding Food (connecting foods - databases, with daily entries) - * some bugs fixed - * Atech-Tools 0.1.14 needed - -2008-05-11 Reinhold Rumberger <ru...@us...> - * translation - * changed the statistics to display counts as integers (as there can be no - such thing as half an injection) - * fixed division-by-zero in getAvgBG() - * new bugs - -2008-05-08 (0.2.11) Andy Rozman <and...@us...> - * Changes to database xml files, new version of Internal Db (H2) - * Db Version Change: Stable: v4, Development: v5 - -2008-05-03 (0.2.10) Andy Rozman <and...@us...> - * Startup has gone through big changes, UpdateConfig has changed much - so now Atech Tools (0.1.13) is needed - * Started work on Daily Values input for Foods - -2008-04-30 (0.2.9.12) Andy Rozman <and...@us...> - * Backup implementation finished - * Added some pumps menus (still in planning... don't worry) - -2008-04-29 (0.2.9.11) Andy Rozman <and...@us...> - * Backup implementation 0.1 finished (non-gui backup) - * Backup implementation 0.2 started (GUI) - * Daily Values input changed: validation done via JFormattedTextField, added - values for both types of BG (we had one before, but switching types make - that impossible). Double click opens edit. - -2008-04-24 Reinhold Rumberger <ru...@us...> - * german translation - -2008-04-18 Reinhold Rumberger <ru...@us...> - * german translation: keywords brought up-to-date - * GGC_Nutrition initialized - * slight corrections to english language files - -2008-03-22 (0.2.9.10) Andy Rozman <and...@us...> - * some files were moved to different packages (ggc.core package created), we - have now more distinct split beetween files for creation of different jars - From now on, we create 4 jars: - - ggc-core.jar: contains all classes needed by any GUI - - ggc-main.jar: contains main GUI (for main application) - - ggc-little.jar: containing Little GUI (resident version of GGC, that - can input only data for today) - - ggc-lang.jar: contains all language files and help files - * Nutrition and meals functionalities completed - * language files were split. Now we have main language file and nutrition - language file, which also contains translation for Nutritions in database - * changes to ant files (added new libraries, more jars creation and - versioning of created jars) - * export of nutrition db done (need to rework whole import/export stuff) - * work started on connecting nutrition databases to daily values entries - - -2008-03-22 (0.2.9.9) Andy Rozman <and...@us...> - * see BUGS.txt (some of bugs were fixed) - -2008-03-22 (0.2.9.8) Andy Rozman <and...@us...> - * many changes in atech-tools, added selector, abstract DataAccess and some - other files. It is now required to use version of atech-tools - directly from sourceforge (SVN) - * changed db loading. Partitial loading and menus/toolbar displaying - * changed database to refect multi person functionality - * added javahelp framework - * added help buttons in whole application - * through whole application icons were added and some code chenged to - be able to do this - * meal db added and 80% implemented - * usda nutrition db fixed (90% done) - * user nutrition db work started (about 40% done) - -2008-03-02 Reinhold Rumberger <ru...@us...> - * german translation - -2008-02-13 Reinhold Rumberger <ru...@us...> - * added new keys to GGC_de - * fixed graph display offset bug - -2008-02-13 Reinhold Rumberger <ru...@us...> - * added entries from BUGS.txt marked with [sf] to sourceforge's bugtracker - -2008-02-13 (0.2.9.7) Andy Rozman <and...@us...> - * source code changes to be compilable on java 1.5 - (java 1.5 compatibility must be maintained) !!!! - * use of atech-tools 0.1.9 required (java 1.5 compatibility issue) - * implementation of update/startup mechanism started in atech-tools (0.1.9), files - added to support testing on GGC. Startup will be implemented first, because update - functionality needs to have server side done, which will take some time. - * jar files creation will change in near future (instead of two files, we will produce - 3: ggc, ggc-core and ggc-little). ggc will contains files specific to main gui, while - core contains all data, db and utill classes. ggc-little contains only GGC Little - specific code. Change is planned and division has started. - -2008-02-08 (0.2.9.6) Andy Rozman <and...@us...> - * major changed to whole nutrition db and framework - * final changes to USDA nutrition databases - * menu changes - * finalized changes to Printing (added Extended) - * display plug-ins: meters_tool and pumps tool - - -2008-01-29 (0.2.9.5) Andy Rozman <and...@us...> - * fixing daily input values - -2008-01-02 Reinhold Rumberger <ru...@us...> - * fix for NumberFormatException when no BG is entered - * a BG of 0 isn't shown as a value in the table or the dialog anymore - -2008-01-21 Reinhold Rumberger <ru...@us...> - * removed YOUR_CURRENT from GGC_en and GGC_de - * key "SPREAD_GRAPH" seems to have gone missing - * some more translation - * documented some bugs - -2008-01-20 (v0.2.9.2 - 0.2.9.4) Andy Rozman <and...@us...> - * Added code for future versions - * Import of old DailyValues data (from 0.3 export or MeterTool), just class, no gui - * fixing of several warnings that Eclipse produced - * main display changed, instead schedule we now have schedule and stocks. - * added dialogs for doctors and appointments (visible through developer version) - * changed code a little, to allow starting GGC in development mode (add any paramter - to startup class) - * atech-tools 0.1.8 linked to project - * meter tool project started (it's in same SVN just in another directory). All changes - that are relevant to meters (and not directly to GGC main are visible from path - /ggc-meter). TO-DO file is also changed, all meter specific tasks have been moved - to ggc-meter project. - * ant build files changed (GGCBuild.properties_default) - * nutrition (usdb) db view fixed, nutrition (USDb) is with this change finished - -2008-01-20 Reinhold Rumberger <ru...@us...> - * removed a couple of @Override Tags to make to project compile again - * sync between GGC_de and GGC_en - * small correction of slovene that slipped into GGC_en - * fixed some small problems with graphs display when no data is present - -2008-01-13 Reinhold Rumberger <ru...@us...> - * updated german translation - * corrected english translation - * small fix to maintain ability to translate to german - -2008-01-12 Reinhold Rumberger <ru...@us...> - * updated german translation to include new strings (no actual translation yet) - -2008-01-06 (v0.2.9.1) Andy Rozman <and...@us...> - * adding new daily entry changed, some options are still unavailable, but it has totally new look - * BG data is now written in mg/dl format, user can select on entry in which format he wishes to write - * about dialog finalized - * bugs with daily data fixed - * delete changed - * added new menus for future functionalities - * fixed menu's mnemonic display - * slovenian translation updated - * meter support removed, at least for any new devices ... meter support will be done through separate - project, called meter_tool in next release - * changes to main gui - * atech-tools 0.1.7 linked to project (about dialog mainly, several component: DateTimeComponent, - I18nControl moved) - * build fixed, with support for newer version of libraries (ggc-support updated) - - - -2006-04-04 Reinhold Rumberger <ru...@us...> - * updated german translation - -2006-04-02 (v0.2.5.3) Andy Rozman <and...@us...> - * Bug fixes (from BUGS.txt): - - In Preferences->General: changing language also changes selected L&F name, but not class - - Changed preferences mostly apply only after restart (names, language) - - hba1c of 2.09% with ZERO readings... - - -2006-04-01 (v0.2.5.2) Andy Rozman <and...@us...> - * Fixing reading of configuration - * Refresh of Info panels fixed - * Extensive database changes, a lot of added files to ggc.db.hibernate (some of files also removed): - - added: Doctors (doctor types, doctors, appointments), Stocks (stock type, srock subtype, stocks), - Nutrition (added global data, changed nutrition from usdb, added user nutrition db, changed - meals definitions), Meter (meter companies, meters, meter interface (for import), meter - implementations), Inet stuff (inet group, inet links, ...) - * Some file rename in ggc.db.datalayer - * Loading and init of Nutrition database changed - * Added User Nutrition Database - * Display USDB Nutrition Database - * Changed menus: restructuring, added entries: Stocks, Doctors, Appointments, Database Maintainance, - User Nutrition Database, Meter List (added are items, not functionality). - * Meter Management will be done in Database. We will try to have database filled with all different - meters available arround, those that are supported by GGC will have some other entries, so - that user has overview over most available meters. (so far list has 34 meters, only 3 are supported - to be read by application, another 7 are in the works (Ascensia) and will be available in 0.4 version - (End of 2007) - - -2006-03-21 (v0.2.4.2) Reinhold Rumberger <ru...@us...> - * german translation - * several bugs in BUGS.txt - * fixed bug in displaying graphs' y-axis labels - -2006-03-13 Reinhold Rumberger <ru...@us...> - * updated german translation - -2006-03-11 (v0.2.4.1) Andy Rozman <and...@us...> - * Color scheme settings - * Configuration work finished - probably - -2006-03-10 (v0.2.3.1) Andy Rozman <and...@us...> - * Loading L&F at startup - * Changing some debug information for Db - -2006-03-06 (v0.2.2.10 - 8) Andy Rozman <and...@us...> - * Configuration save fixed - * General settings - o Setting Db - o Setting Look and Feel (and saving info to configuration file) - -2006-01-24 Reinhold Rumberger <ru...@us...> - * made path to javax.comm.properties in DataAccess system-independant - -2006-01-23 (v0.2.2.7) Andy Rozman <and...@us...> - * New configuration tables are now used (old databases won't work anymore) - * Fixing of configuration stuff: - o Meter Configuration fixed - -2006-01-21 Reinhold Rumberger <ru...@us...> - * build.xml: ggc_l might now work again - * translation - -2006-01-05 Reinhold Rumberger <ru...@us...> - * make run.sh work - -2006-01-03 Reinhold Rumberger <ru...@us...> - * new idea in IDEAS - -2006-12-27 (v0.2.2.6) Andy Rozman <and...@us...> - * DailyRowDialog is replaced with older version, since new version is not working - yet - * Added new code for supporting meters - * Added new dialog for meters - * Meters support is in early testing phase, old meters code is disabled for now - -2006-12-26 Reinhold Rumberger <ru...@us...> - * GGCDb: - made connection detail fields protected instead of public since other - packages have no business reading things like password and username - - used constants for loadStatus to make code more readable and future - changes easier - -2006-12-15 Reinhold Rumberger <ru...@us...> - * InitDb, NutritionImport: prevent probably buggy code from being reached - * StatisticInfoPanel: - renamed to StatisticsInfoPanel - - commented out unnecessary if - * added @Override were it was necessary - * removed unnecessary casts - * DataAccess: replaced calls to deprecated methods - -2006-09-07 Reinhold Rumberger <ru...@us...> - * README: removed first preliminary release target date - * GGC_de.properties: some more translation - -2006-09-05 Reinhold Rumberger <ru...@us...> - * I18nControl: minor changes to the code - -2006-08-09 Reinhold Rumberger <ru...@us...> - * Added new strings to GGC_de - * Some general cleanup and java 1.5 niceties - -2006-06-09 Reinhold Rumberger <ru...@us...> - * Added new strings to GGC_de, some translation - * Some rewording in GGC_en - -2006-06-08 (v0.2.2.5) Andy Rozman <and...@us...> - * Added saving of Rendering settings - -2006-05-08 (v0.2.2.4) Andy Rozman <and...@us...> - * Printing Dialog for selection of month and year which to print - * Basic installer script, which be used to create deployment file for Windows - (NSIS). Deployment file for linux will be created at later time (as tar.gz - image). - * Printing report internationalized, keywords added to master file (english). - * Slovenian translation for printing added - * Fixed problem with Daily graph display in Daily Stats Dialog - -2006-05-02 (v0.2.2.3) Andy Rozman <and...@us...> - * MonthlyValues changed to work for simple PDF reports - * Create Simple PDF Reports (works with hardcoded values so far) - we can print only 2006 month 4, and times settings for meals are - hardcoded. Dialog to select date is not ready and times settings - must be done in config (in next release). - -2006-04-28 (v0.2.2.2) Andy Rozman <and...@us...> - * Meter handling. There are new files added for meter handling. I plan to add - support for some of meters in future, and I will change way how to get data. - Old will be used same way as now, but new ones will use new dialog and new - interfaces. - * moved ggc.errors to ggc.data.errors - * moved ggc.event to ggc.data.event - * moved ggc.print to ggc.data.print and renamed and added one file (for simple - and extended printing) - * moved ggc.nutrition to ggc.gui.nutrition - - -2006-04-27 (v0.2.2.1) Andy Rozman <and...@us...> - * moved ggc.datamodels to ggc.data - * moved GGCDb and GGCDbLoader to ggc.db (from ggc.db.datalayer) - * changes to configuration (Colors) - * start working on printing (added PrintingDialog, MonthlyValues) - * looking at meter import tool, trying to fix all exception that are thrown - if no meter present - -2006-04-26 Reinhold Rumberger <ru...@us...> - * README: some spellchecking and rewording - -2006-04-25 (v0.2.1.13) Andy Rozman <and...@us...> - * Removal of DatabaseHandler and HibernateHandler. All classes were changed to - use Db directly trhorugh DataAccess static class - * Fixing of GGCLittle to use new database schema (Hibernate) - * Visual changes to GGCLittle - * Fixed add, editing, deleting and graph display, from functional point of view - GGCLittle is working, but from visual point of view, there is still work to - do (about, meter import, add/edit should be centered). - -2006-04-23 Andy Rozman <and...@us...> - * update of slovene language file - * some of translation done - -2006-04-23 Reinhold Rumberger <ru...@us...> - * GGC_de.properties: - - merged in changes from GGC_en.properties - - sorted in alphabetical order - * moved ggcl.jar form the build directory to the binary directory in ant build task "jar_l" - * more translation... - * GGC_en.properties: removed superfluous "MEALS" - -2006-04-19 Andy Rozman <and...@us...> - * changes to README file - * added two tasks into ant: style_devel, style_deploy, which are used for - style checks (checkstyle-all-4.1.jar needed in lib/devel) - * fixed a lot of code so that is conformant with programming style guide - * updated ggc_db_nutr.zip and test_nutrition.zip with new versions of database - and config files, so that they now also contain config (which is almost finished) - -2006-04-18 (v0.2.1.12) Andy Rozman <and...@us...> - * Color schemes changed, we reference colorscheme by name and not by id. - -2006-04-15 Reinhold Rumberger <ru...@us...> - * had to merge in some conflicts in DataAccess.java; hope I made no mistakes. - It compiles so I can't have broken too much... - * GGC_de.properties: merged in changes from GGC_en.properties - * added NO_DATABASE_FOUND to GGC_en.properties - * README: changed "CVS" to "SVN" - * added run.sh, the bash equivalent of run.cmd -- Note: some classpaths seem to be missing - -2006-04-15 (v0.2.1.11) Andy Rozman <and...@us...> - * fixed Statistics (BG / Insulin) and Hba1c display - * fixed AbstractGraphView problem - * fixed display of daily graphs in day stats - * fixed control panels of daily graph (date selector was displayed very ugly, and - all texts for check and select elements were displayed to close to control - -2006-04-14 (v0.2.1.10) Andy Rozman <and...@us...> - * moved ggc.gui.PropertiesFrame to ggc.gui.cfg.PropertiesDialog, and changed internal - workings, so that after properties are done, we can save all setting and not just the - current as it was till now. - * changed DailyStatsDialog to display graph and ti display error if no row was selected. - * fixed AbstractGraphView - * added methods for set to GGCProperties (for insulins, bg's and general data) - * PropertiesDialog fixed save/apply and cancel - * medical data added new configuration stuff (bg unit, settings for both bg units) and - fixed saving - -2006-04-13 (v0.2.1.9) Andy Rozman <and...@us...> - * continuing work on config in db - * loading of selected language (from config file) - * general setting of properties are working - -2006-04-11 (v0.2.1.8) Andy Rozman <and...@us...> - * added I18nCheck tool to help translators by translation (they display keywords - not available in language file) - * started removing config file. All settings will be stored in database, except database - settings and language settings - * changed GGCProperties, and changed all callings of this class to DataAccess where - GGCProperties is instantiated. - -2006-04-10 (v0.2.1.7) Andy Rozman <and...@us...> - * moved ggc.view.* to ggc.gui.view.* - * Renamed and made as JDialog: CourseGraphFrame, DailyGraphFrame, FrequenceGraphFrame, - SpreadGraphFrame, and fixed. - -2006-04-10 (v0.2.1.6) Andy Rozman <and...@us...> - * Some bug fixes in Graphs. Now graphs are displayed. This code is not finished - yet, but it's now usable without getting any exceptions. - * Configuration of meters now displays meters correctly - * Added Time calculation methods in DataAccess (we got wrong time as - GregorianCalendar and database returned nothing). - -2006-04-10 Reinhold Rumberger <ru...@us...> - * new function getDisplayedBG() in DataAccess, not used yet - -2006-04-08 Reinhold Rumberger <ru...@us...> - * started changing AbstractGraphView to make selection of BG unit type possible - * added unit to BG axis in DailyGraphView, couldn't do others as I can't access them - * DataAccess: "public static void" inf field should've been "public static final" - * corrected html in GGC_en.properties and added articles - * some more translation in GGC_de.properties - * ggc.little.DailyStatsPanel: made changes neccessary due to the deletion of AddRowFrame - * added inherited abstract methods to DummyHandler, they return empty objects - * MainFrame: made version info final, major formatting changes, as my tab width (4 spaces) - and the obviously used tab width (8 spaces) just didn't mix - * changes ... [truncated message content] |