Sun, 25 Apr 2021 17:30:29 +0200
Prepared new release.
--- a/TimeTracker/Documentation/source/Plugin_Time_Tracker.PluginTimeTracker.html Sun Apr 25 17:29:38 2021 +0200 +++ b/TimeTracker/Documentation/source/Plugin_Time_Tracker.PluginTimeTracker.html Sun Apr 25 17:30:29 2021 +0200 @@ -151,7 +151,7 @@ Public method to activate this plugin. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of None and activation status (boolean) </dd> @@ -178,7 +178,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the requested setting </dd> @@ -219,7 +219,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the configuration page </dd> @@ -235,7 +235,7 @@ Module function returning data as required by the configuration dialog. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary containing the relevant data </dd>
--- a/TimeTracker/Documentation/source/Plugin_Time_Tracker.TimeTracker.TimeTrackEntry.html Sun Apr 25 17:29:38 2021 +0200 +++ b/TimeTracker/Documentation/source/Plugin_Time_Tracker.TimeTracker.TimeTrackEntry.html Sun Apr 25 17:30:29 2021 +0200 @@ -53,7 +53,7 @@ Class implementing the time track entry. </p> <h3>Derived from</h3> -object +None <h3>Class Attributes</h3> <table> @@ -204,7 +204,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> duration in minutes (int) </dd> @@ -217,7 +217,7 @@ Private method to get the current date and time without milliseconds. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> current date and time (QDateTime) </dd> @@ -237,7 +237,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating that self is less than other (boolean) </dd> @@ -279,7 +279,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> ID of the tracker entry; -1 indicates an error (integer) </dd> @@ -292,7 +292,7 @@ Public method to get the comment. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> comment (string) </dd> @@ -305,7 +305,7 @@ Public slot to get the duration. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> duration (integer) </dd> @@ -318,7 +318,7 @@ Public method to get the entry data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> entry data as a tuple of start date (string), start time (string), duration (integer), task (string), comment (string) @@ -333,7 +333,7 @@ Public method to get the ID of the entry. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> ID of the entry (integer) </dd> @@ -346,7 +346,7 @@ Public method to get the start date and time. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> start date and time (QDateTime) </dd> @@ -359,7 +359,7 @@ Public method to get the task description. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> task description (string) </dd> @@ -372,7 +372,7 @@ Public method to check for a paused state. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a paused state (boolean) </dd> @@ -385,7 +385,7 @@ Public method to check the validity of the entry. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> validity of the entry (boolean) </dd> @@ -489,7 +489,7 @@ Public method to get a string representation of the entry. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> string representation of the entry (string) </dd>
--- a/TimeTracker/Documentation/source/Plugin_Time_Tracker.TimeTracker.TimeTracker.html Sun Apr 25 17:29:38 2021 +0200 +++ b/TimeTracker/Documentation/source/Plugin_Time_Tracker.TimeTracker.TimeTracker.html Sun Apr 25 17:30:29 2021 +0200 @@ -282,7 +282,7 @@ Public method to get a reference to the current tracker entry. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the current entry (TimeTrackEntry) </dd> @@ -302,7 +302,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> entry for the given ID (TimeTrackEntry) or None </dd> @@ -322,7 +322,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the requested setting </dd> @@ -418,7 +418,7 @@ Public method to stop the current tracker entry. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of the ID assigned to the stopped tracker entry and the duration (integer, integer)
--- a/TimeTracker/Documentation/source/Plugin_Time_Tracker.TimeTracker.TimeTrackerEntryDialog.html Sun Apr 25 17:29:38 2021 +0200 +++ b/TimeTracker/Documentation/source/Plugin_Time_Tracker.TimeTracker.TimeTrackerEntryDialog.html Sun Apr 25 17:30:29 2021 +0200 @@ -142,7 +142,7 @@ Public method to get the data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple with start date and time, duration, task description and comment (QDateTime, integer, string, string)