Bug 1266799 [Bugzilla]

/rachota/src/org/cesilko/rachota/core/Task.java: 1.2 [ViewVC]

Message: It is important to replace all XML reserved characters by appropriate XML entities e.g. use & instead of & when writing task to diary file. This is a fix of issue #1266799.
Origin: 1.1
TA: 1.1
DA: 1.1

Bug 1327612 [Bugzilla]

/rachota/src/org/cesilko/rachota/gui/HistoryView.form: 1.8 [ViewVC]

Message: Dates in HTML report contain year now. If bad working hours are specified to filter certain tasks in the chart, user is warned and value is corrected immediatelly. Order of update changed - tasks are filtered first then charts are painted. This is a fix of issue #1327612.
Origin: Unrelated
TA: 1.1
DA: Nothing

/rachota/src/org/cesilko/rachota/gui/HistoryView.java: 1.12 [ViewVC]

Message: Dates in HTML report contain year now. If bad working hours are specified to filter certain tasks in the chart, user is warned and value is corrected immediatelly. Order of update changed - tasks are filtered first then charts are painted. This is a fix of issue #1327612.
Origin: 1.2
TA: 1.2,1.3,1.8
DA: 1.8

/rachota/src/org/cesilko/rachota/gui/Tools.java: 1.6 [ViewVC]

Message: Method getTime(String) now throws NumberFormatException when time does not comply with hh:mm or hh:mm:ss format. This is a fix of issue #1327612.
Origin: 1.1
TA: 1.1,1.5
DA: 1.1

Bug 1356348 [Bugzilla]

/rachota/src/org/cesilko/rachota/gui/HistoryView.java: 1.15 [ViewVC]

Message: HTML files filter now accepts directories. When Duration filter is selected no exception is thrown. Besides, filter of highlighted tasks is mentioned in the HTML report. This is a fix of issues #1356348, #1356346 and enhancement #1356352.
Origin: 1.12
TA: 1.12,1.14
DA: 1.14

Bug 1522751 [Bugzilla]

/rachota/src/org/cesilko/rachota/gui/DayView.java: 1.20 [ViewVC]

Message: Task with higher priority is not started when "No" is pressed if middle priority task is double clicked.This is a fix of issue #1522751.
Origin: 1.1
TA: 1.1
DA: 1.1

Bug 1548327 [Bugzilla]

/rachota/src/org/cesilko/rachota/core/Day.java: 1.9 [ViewVC]

Message: Added customization of day format in history chart. This is a fix of issue #1548327.
Origin: 1.2
TA: 1.2
DA: 1.2

/rachota/src/org/cesilko/rachota/core/Dictionary_cs_CZ.properties: 1.22 [ViewVC]

Message: Added customization of day format in history chart. This is a fix of issue #1548327.
Origin: Related
TA: Nothing
DA: Nothing

/rachota/src/org/cesilko/rachota/core/Dictionary_de_DE.properties: 1.10 [ViewVC]

Message: Added customization of day format in history chart. This is a fix of issue #1548327.
Origin: Related
TA: Nothing
DA: Nothing

/rachota/src/org/cesilko/rachota/core/Dictionary_en_US.properties: 1.21 [ViewVC]

Message: Added customization of day format in history chart. This is a fix of issue #1548327.
Origin: Related
TA: Nothing
DA: Nothing

/rachota/src/org/cesilko/rachota/core/Dictionary_es_MX.properties: 1.10 [ViewVC]

Message: Added customization of day format in history chart. This is a fix of issue #1548327.
Origin: Related
TA: Nothing
DA: Nothing

/rachota/src/org/cesilko/rachota/core/Dictionary_hu_HU.properties: 1.1 [ViewVC]

Message: Added customization of day format in history chart. This is a fix of issue #1548327.
Origin: Related
TA: Nothing
DA: Nothing

/rachota/src/org/cesilko/rachota/core/Dictionary_ja_JP.properties: 1.10 [ViewVC]

Message: Added customization of day format in history chart. This is a fix of issue #1548327.
Origin: Related
TA: Nothing
DA: Nothing

/rachota/src/org/cesilko/rachota/core/Dictionary_pt_BR.properties: 1.11 [ViewVC]

Message: Added customization of day format in history chart. This is a fix of issue #1548327.
Origin: Related
TA: Nothing
DA: Nothing

/rachota/src/org/cesilko/rachota/core/Dictionary_ru_RU.properties: 1.12 [ViewVC]

Message: Added customization of day format in history chart. This is a fix of issue #1548327.
Origin: Related
TA: Nothing
DA: Nothing

Bug 1551008 [Bugzilla]

/rachota/src/org/cesilko/rachota/gui/MainWindow.java: 1.48 [ViewVC]

Message: Catching of exceptions when loading size and location of the main window added. This is a fix of issue #1551008.
Origin: 1.23
TA: Nothing
DA: 1.23

Bug 1600636 [Bugzilla]

/rachota/src/org/cesilko/rachota/gui/RegularTasksTableModel.java: 1.5 [ViewVC]

Message: The mentioned exception is caught and only error message gets printed into the standard output. This is a fix of issue #1600636.
Origin: 1.2
TA: 1.2
DA: 1.2

Bug 1678056 [Bugzilla]

/rachota/src/org/cesilko/rachota/core/Day.java: 1.14 [ViewVC]

Message: If day is preset with vector of loaded tasks it needs to set them one by one in order to listen to their events. This is a fix of bug #1678056.
Origin: 1.1
TA: 1.1
DA: 1.1

/rachota/src/org/cesilko/rachota/gui/DayPlanTable.java: 1.2 [ViewVC]

Message: If day is preset with vector of loaded tasks it needs to set them one by one in order to listen to their events. This is a fix of bug #1678056.
Origin: Unrelated
TA: 1.1
DA: Nothing

Bug 1728513 [Bugzilla]

/rachota/src/org/cesilko/rachota/gui/MainWindow.form: 1.7 [ViewVC]

Message: Main window is hidden only if Rachota is launched using JDK 1.6 and operating system supports system tray. This is a fix of issue #1728513.
Origin: Unrelated
TA: 1.4
DA: Nothing

/rachota/src/org/cesilko/rachota/gui/MainWindow.java: 1.77 [ViewVC]

Message: Main window is hidden only if Rachota is launched using JDK 1.6 and operating system supports system tray. This is a fix of issue #1728513.
Origin: 1.76
TA: 1.62
DA: 1.76

Bug 1734799 [Bugzilla]

/rachota/src/org/cesilko/rachota/core/Dictionary_cs_CZ.properties: 1.35 [ViewVC]

Message: New startup window created which loads diary files directly and displays progress in another thread. This is a fix of feature request #1734799.
Origin: Related
TA: 1.1,1.14,1.15,1.19,1.20,1.21, 1.22,1.23,1.24,1.25,1.27,1.28,1.29,1.31,1.32,1.33,1.34
DA: Nothing

/rachota/src/org/cesilko/rachota/core/Dictionary_de_DE.properties: 1.23 [ViewVC]

Message: New startup window created which loads diary files directly and displays progress in another thread. This is a fix of feature request #1734799.
Origin: Related
TA: Nothing
DA: Nothing

/rachota/src/org/cesilko/rachota/core/Dictionary_en_US.properties: 1.32 [ViewVC]

Message: New startup window created which loads diary files directly and displays progress in another thread. This is a fix of feature request #1734799.
Origin: Related
TA: Nothing
DA: Nothing

/rachota/src/org/cesilko/rachota/core/Dictionary_es_ES.properties: 1.3 [ViewVC]

Message: New startup window created which loads diary files directly and displays progress in another thread. This is a fix of feature request #1734799.
Origin: Related
TA: 1.1
DA: Nothing

/rachota/src/org/cesilko/rachota/core/Dictionary_es_MX.properties: 1.23 [ViewVC]

Message: New startup window created which loads diary files directly and displays progress in another thread. This is a fix of feature request #1734799.
Origin: Related
TA: Nothing
DA: Nothing

/rachota/src/org/cesilko/rachota/core/Dictionary_hu_HU.properties: 1.16 [ViewVC]

Message: New startup window created which loads diary files directly and displays progress in another thread. This is a fix of feature request #1734799.
Origin: Related
TA: 1.1,1.4,1.7,1.8,1.9,1.14
DA: Nothing

/rachota/src/org/cesilko/rachota/core/Dictionary_ja_JP.properties: 1.24 [ViewVC]

Message: New startup window created which loads diary files directly and displays progress in another thread. This is a fix of feature request #1734799.
Origin: Related
TA: Nothing
DA: Nothing

/rachota/src/org/cesilko/rachota/core/Dictionary_pt_BR.properties: 1.23 [ViewVC]

Message: New startup window created which loads diary files directly and displays progress in another thread. This is a fix of feature request #1734799.
Origin: Related
TA: Nothing
DA: Nothing

/rachota/src/org/cesilko/rachota/core/Dictionary_ro_RO.properties: 1.8 [ViewVC]

Message: New startup window created which loads diary files directly and displays progress in another thread. This is a fix of feature request #1734799.
Origin: Related
TA: 1.1,1.6
DA: Nothing

/rachota/src/org/cesilko/rachota/core/Dictionary_ru_RU.properties: 1.25 [ViewVC]

Message: New startup window created which loads diary files directly and displays progress in another thread. This is a fix of feature request #1734799.
Origin: Related
TA: Nothing
DA: Nothing

/rachota/src/org/cesilko/rachota/core/Plan.java: 1.16 [ViewVC]

Message: New startup window created which loads diary files directly and displays progress in another thread. This is a fix of feature request #1734799.
Origin: 1.1
TA: 1.1, 1.3 & 1.15
DA: 1.15

/rachota/src/org/cesilko/rachota/gui/MainWindow.java: 1.80 [ViewVC]

Message: New startup window created which loads diary files directly and displays progress in another thread. This is a fix of feature request #1734799.
Origin: Related
TA: 1.79
DA: 1.1

/rachota/src/org/cesilko/rachota/gui/StartupWindow.form: 1.1 [ViewVC]

Message: New startup window created which loads diary files directly and displays progress in another thread. This is a fix of feature request #1734799.
Origin: Related
TA: Nothing
DA: Nothing

/rachota/src/org/cesilko/rachota/gui/StartupWindow.java: 1.1 [ViewVC]

Message: New startup window created which loads diary files directly and displays progress in another thread. This is a fix of feature request #1734799.
Origin: Related
TA: Nothing
DA: Nothing

Bug 1816388 [Bugzilla]

/rachota/src/org/cesilko/rachota/gui/HistoryChart.java: 1.15 [ViewVC]

Message: Idle time now does not contain private tasks if there is no idle task in the old plan. This is a fix of issue #1816388.
Origin: 1.14
TA: 1.14
DA: 1.14

Bug 1877218 [Bugzilla]

/rachota/src/org/cesilko/rachota/gui/TaskDialog.java: 1.18 [ViewVC]

Message: Disabling automatic start for other days than today. This is a fix of issue #1877218.
Origin: 1.14
TA: Nothing
DA: 1.16

/rachota/src/org/cesilko/rachota/gui/Tools.java: 1.18 [ViewVC]

Message: Disabling automatic start for other days than today. This is a fix of issue #1877218.
Origin: Unrelated
TA: 1.17
DA: Nothing