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 4c3886a display of lastSync new c0ee777 clean up empty methods that were not necessary new 7d0b936 documentation new 81f6802 added a boolean to track syncAtStartUp needed new a6cf316 added a yaml object to save syncInfos new 702848b changed the syncatstartup boolean to be in the SyncInfo and not in the Task new 81724c1 save of syncInfo with json instead of yaml (+ tests adapted) The 6 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 81724c16cfc5a7d15bd6283d96fa0aac9dce176f Author: servantie <servantie.c@gmail.com> Date: Tue Jul 12 14:07:47 2016 +0200 save of syncInfo with json instead of yaml (+ tests adapted) corrected some mistakes (not listening to the checkboxes properly, information wasn't saved unless some other change was made) commit 702848b51ef0a38618eaee2a49ce893f6d5c8e0e Author: servantie <servantie.c@gmail.com> Date: Mon Jul 11 12:04:33 2016 +0200 changed the syncatstartup boolean to be in the SyncInfo and not in the Task commit a6cf316d920379d6d3d2027c23d008f73b1ebb16 Author: servantie <servantie.c@gmail.com> Date: Mon Jul 11 11:14:08 2016 +0200 added a yaml object to save syncInfos commit 81f68029dfa606e0e0fd7c715cb4f7eca6bc7708 Author: servantie <servantie.c@gmail.com> Date: Fri Jul 8 11:55:11 2016 +0200 added a boolean to track syncAtStartUp needed commit 7d0b9363ca46e955fae4f4523e8b8a5ff81a7a7b Author: servantie <servantie.c@gmail.com> Date: Fri Jul 8 10:21:29 2016 +0200 documentation commit c0ee777e7d3a9508ca886b1f5afb3d630abcfc7a Author: servantie <servantie.c@gmail.com> Date: Fri Jul 8 09:51:18 2016 +0200 clean up empty methods that were not necessary Summary of changes: .../org/chorem/jtimer/data/CommonVetoable.java | 8 - .../org/chorem/jtimer/data/DataEventListener.java | 17 +- .../java/org/chorem/jtimer/data/TimerCore.java | 26 +++ .../org/chorem/jtimer/data/TimerDataManager.java | 27 ++- .../jtimer/data/VetoableDataEventListener.java | 9 - .../java/org/chorem/jtimer/entities/SyncInfo.java | 18 ++ .../java/org/chorem/jtimer/entities/TimerTask.java | 32 +++- .../chorem/jtimer/entities/TimerTaskHelper.java | 26 ++- .../chorem/jtimer/io/GTimerIncrementalSaver.java | 75 +++++--- .../chorem/jtimer/io/TimerTaskSynchronizer.java | 188 +++++++++------------ src/main/java/org/chorem/jtimer/ui/StatusBar.java | 3 - .../jtimer/ui/report/TimerTaskSyncInfoEditor.java | 17 +- .../jtimer/entities/TimerTaskHelperTest.java | 8 +- .../jtimer/io/GTimerIncrementalSaverTest.java | 3 +- src/test/resources/testdata/41.task.sync | 15 +- 15 files changed, 295 insertions(+), 177 deletions(-) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.