2019-08-28 Fred Gleason <fredg@paravelsystems.com>

* Refactored the 'RDClock::insert()' method to calculate the
	ordinal position of the inserted event automatically.
	* Fixed a bug in rdlogmanager(1) that caused newly added events
	to be incorrectly sorted in the event list in the 'Edit Clock'
	dialog.
This commit is contained in:
Fred Gleason
2019-08-28 15:27:54 -04:00
parent f83ea42a77
commit c47b54720e
11 changed files with 116 additions and 78 deletions

View File

@@ -170,7 +170,7 @@ Vil du lagra?</translation>
</message>
<message>
<source>--- End of clock ---</source>
<translation>--- Slutt klokka ---</translation>
<translation type="obsolete">--- Slutt klokka ---</translation>
</message>
<message>
<source>Invalid Code</source>
@@ -209,6 +209,14 @@ Vil du lagra?</translation>
<source>Are you sure you want to delete</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Error</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>That event does not exist.</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>EditEvent</name>