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 7665124 Fix var new 2d230f8 Introduce DialogView to use proper modal view The 1 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 2d230f8e3535de87fa52d5c784836b8d3b854434 Author: Eric Chatellier <chatellier@codelutin.com> Date: Wed Mar 9 17:07:35 2016 +0100 Introduce DialogView to use proper modal view Summary of changes: src/main/java/org/chorem/jtimer/JTimer.java | 3 +- .../java/org/chorem/jtimer/ui/NewTaskView.java | 11 ++-- .../java/org/chorem/jtimer/ui/TimerTaskEditor.java | 63 +++++++------------ .../org/chorem/jtimer/ui/widget/DialogView.java | 72 ++++++++++++++++++++++ .../jtimer/ui/resources/TimerTaskEditor.properties | 3 - .../ui/resources/TimerTaskEditor_fr.properties | 3 - 6 files changed, 101 insertions(+), 54 deletions(-) create mode 100644 src/main/java/org/chorem/jtimer/ui/widget/DialogView.java -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.