This is an automated email from the git hooks/post-receive script. New change to branch develop in repository jtimer. See http://git.chorem.org/jtimer.git from 8ea45d4 Improve index page new 5f9877e fixes #1341: Double click on a running should stop it new a06bbaf fixes #1338: Can't start with webstart new a804120 fixes #1337: When creating a new task, focus is not ok fixes #1340: I cancel the creation of a new task, but it is still created new 9cc764a fixes #1339: Check the template directory exists (or create it at launch time ?) The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 9cc764aa5002bfc68a5b0acef579a557b192f859 Author: Eric Chatellier <chatellier@codelutin.com> Date: Wed Mar 9 16:07:05 2016 +0100 fixes #1339: Check the template directory exists (or create it at launch time ?) commit a8041207c6b4321eb5edc0dab98e5ce93f6aa418 Author: Eric Chatellier <chatellier@codelutin.com> Date: Wed Mar 9 16:03:40 2016 +0100 fixes #1337: When creating a new task, focus is not ok fixes #1340: I cancel the creation of a new task, but it is still created commit a06bbaf74e2cdc003190cd47ec70d9f5db48505a Author: Eric Chatellier <chatellier@codelutin.com> Date: Wed Mar 9 10:55:21 2016 +0100 fixes #1338: Can't start with webstart commit 5f9877eef8cad482eff5ec9cf30076701416a1e5 Author: Eric Chatellier <chatellier@codelutin.com> Date: Wed Mar 9 10:54:19 2016 +0100 fixes #1341: Double click on a running should stop it Summary of changes: src/main/java/org/chorem/jtimer/JTimer.java | 38 +---- src/main/java/org/chorem/jtimer/JTimerConfig.java | 29 ++-- .../java/org/chorem/jtimer/ui/NewTaskPanel.java | 105 -------------- .../java/org/chorem/jtimer/ui/NewTaskView.java | 159 +++++++++++++++++++++ .../org/chorem/jtimer/resources/JTimer.properties | 3 - .../chorem/jtimer/resources/JTimer_fr.properties | 3 - .../jtimer/ui/resources/NewTaskView.properties} | 13 +- .../jtimer/ui/resources/NewTaskView_fr.properties} | 12 +- src/site/rst/index.rst.vm | 2 +- 9 files changed, 203 insertions(+), 161 deletions(-) delete mode 100644 src/main/java/org/chorem/jtimer/ui/NewTaskPanel.java create mode 100644 src/main/java/org/chorem/jtimer/ui/NewTaskView.java copy src/main/resources/{jtimer.properties => org/chorem/jtimer/ui/resources/NewTaskView.properties} (67%) copy src/main/resources/{jtimer.properties => org/chorem/jtimer/ui/resources/NewTaskView_fr.properties} (67%) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.