Author: echatellier Date: 2009-09-15 12:37:41 +0200 (Tue, 15 Sep 2009) New Revision: 2662 Modified: trunk/changelog.txt trunk/src/site/en/rst/contribute/i18n.rst trunk/src/site/en/rst/devel/fileformat.rst trunk/src/site/en/rst/devel/index.rst trunk/src/site/en/rst/devel/packaging.rst trunk/src/site/en/rst/devel/roadmap.rst trunk/src/site/en/rst/devel/saf.rst trunk/src/site/en/rst/index.rst trunk/src/site/en/rst/releasenotes.rst trunk/src/site/rst/contribute/i18n.rst trunk/src/site/rst/devel/roadmap.rst trunk/src/site/rst/index.rst trunk/src/site/rst/releasenotes.rst Log: Update site Modified: trunk/changelog.txt =================================================================== --- trunk/changelog.txt 2009-09-14 08:49:05 UTC (rev 2661) +++ trunk/changelog.txt 2009-09-15 10:37:41 UTC (rev 2662) @@ -11,7 +11,7 @@ * Swingx version bump : 1.0 * JNA version bump : 3.2.2 - -- chatellier -- lun. août 17 13:36:58 CEST 2009 + -- chatellier -- mar. sept. 15 12:01:47 CEST 2009 jTimer (1.2.0) stable; urgency=low Modified: trunk/src/site/en/rst/contribute/i18n.rst =================================================================== --- trunk/src/site/en/rst/contribute/i18n.rst 2009-09-14 08:49:05 UTC (rev 2661) +++ trunk/src/site/en/rst/contribute/i18n.rst 2009-09-15 10:37:41 UTC (rev 2662) @@ -1,33 +1,35 @@ I18N ==== -Présentation +Presentation ------------ -L'internationnalisation est basé sur l'utilisation de fichiers de propriétés -utilisé par `Swing Application Framework`_. +Internationalization is build on properties files used by +`Swing Application Framework`_. -Problème --------- -Actuellement, la traduction est dispersée dans plusieurs fichiers -(un par interface) ce qui rend la contribution peut être un peut -plus difficile. +Problem +------- +Actually, translations are dispersed in multiples files (one per interface), +which can make contribution a little bit harder. -Emplacement ------------ -Les fichiers de traduction sont situés dans le dossier -``src/main/resources/org/codelutin/jtimer`` +Place +----- +Translation files are located in followinf folder : +``src/main/resources/org/chorem/jtimer`` +For example, the class ``org.chorem.jtimer.JTimer`` has two resources files : Par exemple, la classe ``org.chorem.jtimer.JTimer`` dispose des fichiers de ressources : -* ``src/main/resources/org/codelutin/jtimer/resources/Jtimer.properties`` (en) -* ``src/main/resources/org/codelutin/jtimer/resources/Jtimer_fr.properties`` (fr) +* ``src/main/resources/org/chorem/jtimer/resources/Jtimer.properties`` (en) +* ``src/main/resources/org/chorem/jtimer/resources/Jtimer_fr.properties`` (fr) * etc... -Listes ------- -La liste des fichiers à traduire est la suivante : +Complete list +------------- +Complete list of file to transalte to add another language is: * ``resources/JTimer.properties`` +* ``ui/tasks/resources/RunTaskJob.properties`` +* ``ui/alert/resources/AlertEditor.properties`` * ``ui/treetable/resources/ProjectsAndTasksTable.properties`` * ``ui/treetable/dnd/resources/TimerTaskTransferHandler.properties`` * ``ui/report/resources/ReportView.properties`` @@ -35,6 +37,6 @@ * ``ui/resources/StatusBar.properties`` * ``ui/resources/HelpFrame.properties`` * ``ui/ws/resources/SwingConnectionInformationHandler.properties`` -* ``ui/systray/resources/AWTSystray.properties`` +* ``ui/systray/resources/SystrayManager.properties`` .. _Swing Application Framework: https://appframework.dev.java.net/ \ No newline at end of file Modified: trunk/src/site/en/rst/devel/fileformat.rst =================================================================== --- trunk/src/site/en/rst/devel/fileformat.rst 2009-09-14 08:49:05 UTC (rev 2661) +++ trunk/src/site/en/rst/devel/fileformat.rst 2009-09-15 10:37:41 UTC (rev 2662) @@ -92,7 +92,7 @@ **Note:** x.alert alert is linked to x.task task. -Alerts are not defined in 1.2 gTimer firle format. +Alerts are not defined in 1.2 gTimer file format. **Example :** 7.alert Modified: trunk/src/site/en/rst/devel/index.rst =================================================================== --- trunk/src/site/en/rst/devel/index.rst 2009-09-14 08:49:05 UTC (rev 2661) +++ trunk/src/site/en/rst/devel/index.rst 2009-09-15 10:37:41 UTC (rev 2662) @@ -1,5 +1,5 @@ -Developpeur -=========== +Developer +========= Technologies ------------ Modified: trunk/src/site/en/rst/devel/packaging.rst =================================================================== --- trunk/src/site/en/rst/devel/packaging.rst 2009-09-14 08:49:05 UTC (rev 2661) +++ trunk/src/site/en/rst/devel/packaging.rst 2009-09-15 10:37:41 UTC (rev 2662) @@ -4,10 +4,10 @@ Windows ------- -Le packaging "bin" contient un executable Windows qui a été réalisé avec -le plugin launch4j_. +"Bin" packaging contains a Windows executable program which has been made with +launch4j_ plugin. -En voici la configuration :: +Here is the configuration :: <plugin> <groupId>org.bluestemsoftware.open.maven.plugin</groupId> @@ -34,8 +34,8 @@ </executions> </plugin> -Cependant, ce plugin n'est pas inclut dans le pom à cause de deux bug rapporté, -mais pas encore corrigé : +Unfortunately, this plugin has not been included in pom due to two unresolved +bugs : * LAUNCHPLUGIN-3_ * LAUNCHPLUGIN-4_ Modified: trunk/src/site/en/rst/devel/roadmap.rst =================================================================== --- trunk/src/site/en/rst/devel/roadmap.rst 2009-09-14 08:49:05 UTC (rev 2661) +++ trunk/src/site/en/rst/devel/roadmap.rst 2009-09-15 10:37:41 UTC (rev 2662) @@ -9,7 +9,6 @@ Version 1.3 ----------- -* *non available* * Add alert on tasks Version 1.2 Modified: trunk/src/site/en/rst/devel/saf.rst =================================================================== --- trunk/src/site/en/rst/devel/saf.rst 2009-09-14 08:49:05 UTC (rev 2661) +++ trunk/src/site/en/rst/devel/saf.rst 2009-09-15 10:37:41 UTC (rev 2662) @@ -1,12 +1,12 @@ Swing application framework =========================== -Voici des exemples de codes Swing basés sur `Swing Application Framework`_. +Here are examples of Swing codes based on `Swing Application Framework`_. Actions ------- -Fichier org.chorem.jtimer.test.SafTest1.java: +File org.chorem.jtimer.test.SafTest1.java: :: @@ -35,7 +35,7 @@ } } -Fichier org/chorem/jtimer/test/resources/SafTest1.properties: +File org/chorem/jtimer/test/resources/SafTest1.properties: :: @@ -49,11 +49,10 @@ I18N ---- -Pour traduire l'exemple précédent en français par exemple, il suffit -de créer un fichier de properties suffixé par la locale contenant les -intitulé traduit. +To translate previous example, in french for example, just create a properties +file suffixed by the locale containing translated strings. -Fichier org/chorem/jtimer/test/resources/SafTest1_fr.properties: +File org/chorem/jtimer/test/resources/SafTest1_fr.properties: :: @@ -64,11 +63,10 @@ Bindings -------- -On peut aussi ajouter des propiétés d'activation des elements swings. -Ces proprietes ce renseigne sur l'action, et concernent tous les -éléments utilisant l'action. +We can how bind some properties to swing elements. This bindings have to be set +in action annotation, this properties concern all element bind on this action. -Fichier org.chorem.jtimer.test.SafTest2.java: +File org.chorem.jtimer.test.SafTest2.java: :: Modified: trunk/src/site/en/rst/index.rst =================================================================== --- trunk/src/site/en/rst/index.rst 2009-09-14 08:49:05 UTC (rev 2661) +++ trunk/src/site/en/rst/index.rst 2009-09-15 10:37:41 UTC (rev 2662) @@ -3,19 +3,28 @@ Presentation ------------ -jTimer is a project monitoring tool. +jTimer is a time tracking tool for projects activities. It also can +generate activities reports. Features -------- - * gTimer compatible * Time spent on projects/tasks * Idle detection * Reports generation + * Add notes on tasks + * Alerts setup * Internationalization (i18n) + * gTimer file format compliant +Environment +----------- +jTimer in Java based. You need to install JRE 6 environment to use it. + +`Download Java`_. + Links ----- * gTimer_. -.. _Launch demo: launch.jnlp +.. _Download Java: http://java.sun.com/javase/downloads/index.jsp .. _gTimer: http://www.k5n.us/gtimer.php Modified: trunk/src/site/en/rst/releasenotes.rst =================================================================== --- trunk/src/site/en/rst/releasenotes.rst 2009-09-14 08:49:05 UTC (rev 2661) +++ trunk/src/site/en/rst/releasenotes.rst 2009-09-15 10:37:41 UTC (rev 2662) @@ -1,11 +1,9 @@ Release notes ============= -Changelog -========= - jTimer (1.3.0) stable; urgency=low + * Fix saving project as task problem (project was appearing in projects subtask) * Improve systray when jtimer is launched before systray become available * Fix data lost when disk is full * Fix menu enable/disable properties @@ -13,7 +11,7 @@ * Swingx version bump : 1.0 * JNA version bump : 3.2.2 - -- chatellier -- lun. août 17 13:36:58 CEST 2009 + -- chatellier -- mar. sept. 15 12:01:47 CEST 2009 jTimer (1.2.0) stable; urgency=low Modified: trunk/src/site/rst/contribute/i18n.rst =================================================================== --- trunk/src/site/rst/contribute/i18n.rst 2009-09-14 08:49:05 UTC (rev 2661) +++ trunk/src/site/rst/contribute/i18n.rst 2009-09-15 10:37:41 UTC (rev 2662) @@ -15,19 +15,21 @@ Emplacement ----------- Les fichiers de traduction sont situés dans le dossier -``src/main/resources/org/codelutin/jtimer`` +``src/main/resources/org/chorem/jtimer`` Par exemple, la classe ``org.chorem.jtimer.JTimer`` dispose des fichiers de ressources : -* ``src/main/resources/org/codelutin/jtimer/resources/Jtimer.properties`` (en) -* ``src/main/resources/org/codelutin/jtimer/resources/Jtimer_fr.properties`` (fr) +* ``src/main/resources/org/chorem/jtimer/resources/Jtimer.properties`` (en) +* ``src/main/resources/org/chorem/jtimer/resources/Jtimer_fr.properties`` (fr) * etc... -Listes ------- +Liste complète +-------------- La liste des fichiers à traduire est la suivante : * ``resources/JTimer.properties`` +* ``ui/tasks/resources/RunTaskJob.properties`` +* ``ui/alert/resources/AlertEditor.properties`` * ``ui/treetable/resources/ProjectsAndTasksTable.properties`` * ``ui/treetable/dnd/resources/TimerTaskTransferHandler.properties`` * ``ui/report/resources/ReportView.properties`` @@ -35,6 +37,6 @@ * ``ui/resources/StatusBar.properties`` * ``ui/resources/HelpFrame.properties`` * ``ui/ws/resources/SwingConnectionInformationHandler.properties`` -* ``ui/systray/resources/AWTSystray.properties`` +* ``ui/systray/resources/SystrayManager.properties`` .. _Swing Application Framework: https://appframework.dev.java.net/ \ No newline at end of file Modified: trunk/src/site/rst/devel/roadmap.rst =================================================================== --- trunk/src/site/rst/devel/roadmap.rst 2009-09-14 08:49:05 UTC (rev 2661) +++ trunk/src/site/rst/devel/roadmap.rst 2009-09-15 10:37:41 UTC (rev 2662) @@ -9,7 +9,6 @@ Version 1.3 ----------- -* *non disponible* * Ajout d'alarme sur les tâches Version 1.2 Modified: trunk/src/site/rst/index.rst =================================================================== --- trunk/src/site/rst/index.rst 2009-09-14 08:49:05 UTC (rev 2661) +++ trunk/src/site/rst/index.rst 2009-09-15 10:37:41 UTC (rev 2662) @@ -3,19 +3,29 @@ Présentation ------------ -jTimer est un outil de monitoring de projets. +jTimer est un outil de suivit de temps passé sur des projets. Il permet +également de générer des rapports d'activité. Fonctionnalités --------------- - * Compatibilité avec gTimer * Gestion du temps passé sur les projets/tâches * Gestion de l'inactivité * Génération de rapports + * Ajout de notes sur les tâches + * Mise en place d'alertes * Internationalisation (i18n) + * Compatibilité avec gTimer +Environnement +------------- +jTimer est developpé dans le language Java. Vous devez disposer d'un +environnement JRE 6 pour l'utiliser. + +`Telecharger Java`_. + Liens ----- * gTimer_. -.. _Lancer la démo: launch.jnlp +.. _Telecharger Java: http://java.sun.com/javase/downloads/index.jsp .. _gTimer: http://www.k5n.us/gtimer.php \ No newline at end of file Modified: trunk/src/site/rst/releasenotes.rst =================================================================== --- trunk/src/site/rst/releasenotes.rst 2009-09-14 08:49:05 UTC (rev 2661) +++ trunk/src/site/rst/releasenotes.rst 2009-09-15 10:37:41 UTC (rev 2662) @@ -3,6 +3,7 @@ jTimer (1.3.0) stable; urgency=low + * Fix saving project as task problem (project was appearing in projects subtask) * Improve systray when jtimer is launched before systray become available * Fix data lost when disk is full * Fix menu enable/disable properties @@ -10,7 +11,7 @@ * Swingx version bump : 1.0 * JNA version bump : 3.2.2 - -- chatellier -- lun. août 17 13:36:58 CEST 2009 + -- chatellier -- mar. sept. 15 12:01:47 CEST 2009 jTimer (1.2.0) stable; urgency=low