This is an automated email from the git hooks/post-receive script. New change to branch develop in repository jtimer. See https://gitlab.nuiton.org/chorem/jtimer.git from 537de1f fixes #1347: Enable "Enter" key support on main popups new d72f1f6 Update jna new 66a5144 fixes #1348: After creating a task, set the focus on this new task new 2830943 fixes #1319: Migrate gtimer directory to new jtimer directories structure The 3 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 2830943485813611e3fa0f189ec7cccd93d07a4f Author: Eric Chatellier <chatellier@codelutin.com> Date: Wed Mar 23 10:55:42 2016 +0100 fixes #1319: Migrate gtimer directory to new jtimer directories structure commit 66a5144997928c9f0dd88e782f78d8cb3d761b34 Author: Eric Chatellier <chatellier@codelutin.com> Date: Tue Mar 22 17:45:53 2016 +0100 fixes #1348: After creating a task, set the focus on this new task commit d72f1f660f55ea674c01da10243b9ea58c7d2a11 Author: Eric Chatellier <chatellier@codelutin.com> Date: Tue Mar 22 17:44:52 2016 +0100 Update jna Summary of changes: pom.xml | 12 +--- src/main/java/org/chorem/jtimer/JTimer.java | 30 +++++++--- src/main/java/org/chorem/jtimer/JTimerConfig.java | 60 ++++++++++++++++++-- src/main/java/org/chorem/jtimer/JTimerFactory.java | 5 +- .../java/org/chorem/jtimer/data/TimerCore.java | 53 +++++++++++++++++- .../chorem/jtimer/io/GTimerIncrementalSaver.java | 65 ++++++++-------------- src/main/java/org/chorem/jtimer/io/Saver.java | 7 --- .../java/org/chorem/jtimer/ui/NewTaskView.java | 3 +- .../jtimer/ui/treetable/ProjectsAndTasksTable.java | 41 +++++++++++--- src/main/resources/log4j2.xml | 2 +- src/site/rst/configuration.rst | 4 +- src/site/rst/index.rst.vm | 2 +- .../java/org/chorem/jtimer/AbstractJTimerTest.java | 15 ++--- .../jtimer/io/GTimerIncrementalSaverTest.java | 8 +-- src/test/resources/jtimertest.properties | 5 +- 15 files changed, 206 insertions(+), 106 deletions(-) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.