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 0addfa2 Fix jnlp codebase url
new df3c9e7 Synchronising URL and time of last synchronisation added to Timer Task Display of synchronising URL added to TimerTaskEditor +events to deal with editing of synchronising URL Parsing and saving to [taskname.task].sync file of synchronising information
new 4cea3f8 Adding a check on the parser for empty url strings
new 82d8d45 Added synchronisation date changes (forgotten)
new 8edf5d3 Display of a task after edition of url in prettified json format methods to jsonify and then prettify a task (small typo edit)
The 4 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 8edf5d39f9b221bed0d7af78d88c62bdf79c5acf
Author: servantie <servantie.c(a)gmail.com>
Date: Fri Apr 29 11:19:40 2016 +0200
Display of a task after edition of url in prettified json format
methods to jsonify and then prettify a task (small typo edit)
commit 82d8d45626fedb6f71832cc2a27c918ab2d2d832
Author: servantie <servantie.c(a)gmail.com>
Date: Thu Apr 28 11:11:03 2016 +0200
Added synchronisation date changes (forgotten)
commit 4cea3f8e076494cde58e9ee6d987efbdba551294
Author: servantie <servantie.c(a)gmail.com>
Date: Thu Apr 28 10:57:00 2016 +0200
Adding a check on the parser for empty url strings
commit df3c9e77661a1bb9162076e99fd477eac10aa4be
Author: Freyj <aerandil(a)gmail.com>
Date: Wed Apr 27 15:27:11 2016 +0200
Synchronising URL and time of last synchronisation added to Timer Task
Display of synchronising URL added to TimerTaskEditor
+events to deal with editing of synchronising URL
Parsing and saving to [taskname.task].sync file of synchronising information
Summary of changes:
src/main/java/org/chorem/jtimer/JTimer.java | 8 +-
.../org/chorem/jtimer/data/DataEventListener.java | 21 +++-
.../org/chorem/jtimer/data/TimerDataManager.java | 28 +++++
.../java/org/chorem/jtimer/entities/TimerTask.java | 36 ++++++
.../chorem/jtimer/entities/TimerTaskHelper.java | 134 +++++++++++++++++++--
.../chorem/jtimer/io/GTimerIncrementalSaver.java | 132 +++++++++++++++++++-
src/main/java/org/chorem/jtimer/ui/StatusBar.java | 15 +++
.../org/chorem/jtimer/ui/TaskJsonDisplayer.java | 61 ++++++++++
.../java/org/chorem/jtimer/ui/TimerTaskEditor.java | 83 ++++++++++++-
.../chorem/jtimer/ui/systray/SystrayManager.java | 15 +++
.../jtimer/ui/treetable/ProjectsAndTasksModel.java | 15 +++
.../ProjectsAndTasksRunningCellRenderer.java | 15 +++
.../jtimer/ui/resources/TimerTaskEditor.properties | 2 +
.../ui/resources/TimerTaskEditor_fr.properties | 2 +
14 files changed, 541 insertions(+), 26 deletions(-)
create mode 100644 src/main/java/org/chorem/jtimer/ui/TaskJsonDisplayer.java
--
To stop receiving notification emails like this one, please contact
chorem.org SCM administrator <admin+scm(a)chorem.org>.
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
at 0addfa2 Fix jnlp codebase url
No new revisions were added by this update.
--
To stop receiving notification emails like this one, please contact
chorem.org SCM administrator <admin+scm(a)chorem.org>.