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 8ad5674 Fix annoying trace log on non linux system new d1055db Fix label for next action step new 558593b Fix gray background bug in report view new 7a504e1 set minimum size for jsplitpane new 2e4c406 fixes #1333: Always display lines new 348b57b Remove unused sync project The 5 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 348b57b83c4f841756efa27ae349647f1a18d094 Author: Eric Chatellier <chatellier@codelutin.com> Date: Mon Mar 7 16:55:01 2016 +0100 Remove unused sync project commit 2e4c406935c6b87c9d027f3f293404defbbc0b51 Author: Eric Chatellier <chatellier@codelutin.com> Date: Mon Mar 7 16:48:46 2016 +0100 fixes #1333: Always display lines commit 7a504e109078ebbe8e5bd7440ce6542eb07f2683 Author: Eric Chatellier <chatellier@codelutin.com> Date: Mon Mar 7 16:40:02 2016 +0100 set minimum size for jsplitpane commit 558593b89a9ffe8fd7169314eede387ebba082a8 Author: Eric Chatellier <chatellier@codelutin.com> Date: Mon Mar 7 16:35:40 2016 +0100 Fix gray background bug in report view commit d1055dbbe4086309320a0b248ff8e33d3d324507 Author: Eric Chatellier <chatellier@codelutin.com> Date: Mon Mar 7 16:16:32 2016 +0100 Fix label for next action step Summary of changes: src/main/java/org/chorem/jtimer/JTimer.java | 31 +--------------------- src/main/java/org/chorem/jtimer/JTimerConfig.java | 20 -------------- .../org/chorem/jtimer/entities/TimerProject.java | 21 +-------------- .../chorem/jtimer/entities/TimerTaskHelper.java | 10 +------ .../org/chorem/jtimer/ui/report/ReportView.java | 3 +++ .../org/chorem/jtimer/ui/tasks/IdleDialog.java | 2 -- .../jtimer/ui/tree/CheckBoxTreeCellComponent.java | 14 ++-------- .../jtimer/ui/tree/CheckBoxTreeCellRenderer.java | 7 ++++- .../ui/treetable/ProjectsAndTasksCellRenderer.java | 21 +-------------- .../org/chorem/jtimer/resources/JTimer.properties | 3 --- .../chorem/jtimer/resources/JTimer_fr.properties | 3 --- .../ui/tasks/resources/IdleDialog.properties | 2 +- .../ui/tasks/resources/IdleDialog_fr.properties | 2 +- .../chorem/jtimer/entities/TimerProjectTest.java | 14 ---------- 14 files changed, 17 insertions(+), 136 deletions(-) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.