This is an automated email from the git hooks/post-receive script. New change to branch feature/sync in repository jtimer. See https://gitlab.nuiton.org/chorem/jtimer.git from 3cda6fb fix to display error message when the sync went wrong new 2635e0d edited to change update into synchronization new 8720f1d disables send sync button when sync has been done once new d9b3a17 added possibility to edit a url and adds it to the syncURLList of the task new 47ce041 added url shows up in combobox list new 2524961 changed timestamp to remove milliseconds and standardized timezone to match iso new 7ca1419 changed acceptance new 2ba81c9 corrected sent time (was sending milliseconds instead of seconds) The 7 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 2ba81c9314c261e2c16ddfff53a269a6943c597b Author: servantie <servantie.c@gmail.com> Date: Mon Jun 13 14:56:37 2016 +0200 corrected sent time (was sending milliseconds instead of seconds) commit 7ca141995ce65d6e55b78902c61097d913ee4c5e Author: servantie <servantie.c@gmail.com> Date: Mon Jun 13 14:20:25 2016 +0200 changed acceptance commit 2524961607e75307ad3ba833cd7a06342df803f5 Author: servantie <servantie.c@gmail.com> Date: Mon Jun 13 12:35:15 2016 +0200 changed timestamp to remove milliseconds and standardized timezone to match iso commit 47ce041af4f1e53bf768c71ab6bd619c24eb4385 Author: servantie <servantie.c@gmail.com> Date: Mon Jun 13 10:39:36 2016 +0200 added url shows up in combobox list commit d9b3a1752c01035163bf4779740d141d6d303980 Author: servantie <servantie.c@gmail.com> Date: Fri Jun 10 11:10:54 2016 +0200 added possibility to edit a url and adds it to the syncURLList of the task (not updated in the combobox yet, but saved) commit 8720f1d5bf2abb245d64ac36abcc94025cabe1e1 Author: servantie <servantie.c@gmail.com> Date: Fri Jun 10 10:18:24 2016 +0200 disables send sync button when sync has been done once commit 2635e0d65d6c09224e1c6a337ba5daef6939bd22 Author: servantie <servantie.c@gmail.com> Date: Fri Jun 10 09:54:08 2016 +0200 edited to change update into synchronization Summary of changes: src/main/java/org/chorem/jtimer/JTimerConfig.java | 2 +- .../java/org/chorem/jtimer/entities/TimerTask.java | 11 +++++ .../chorem/jtimer/entities/TimerTaskHelper.java | 12 ++--- .../chorem/jtimer/io/TimerTaskSynchronizer.java | 5 +- .../jtimer/ui/report/TimerTaskUpdaterView.java | 55 ++++++++++++++++++---- .../org/chorem/jtimer/resources/JTimer.properties | 4 +- .../chorem/jtimer/resources/JTimer_fr.properties | 4 +- .../resources/TimerTaskUpdaterView_fr.properties | 2 +- 8 files changed, 72 insertions(+), 23 deletions(-) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.