Menu

SVN-temp Commit Log


Commit Date  
[r1244] by knut_f

Several improvements related to handling of date/time data:

- Implemented more sophisticated conversion from numbers to date/time values.
Julian days are seldom a good choice because QDate only supports
days with JDN greater or equal to 1, and using noon as reference time probably
isn't always what one wants. Additionally, only numbers above 0.5 yield a
valid QDate, which is somewhat counter-intuitive; especially when one uses
times given as fractional days.

- Plotting of date/time columns essentially works, but could do with more
testing. Changing the axis label type to date/time after plotting numeric
columns at least doesn't crash or display error messages any more, but is
considerably less useful than converting the columns before plotting; interpreting
numbers as times, dates or date/times always assumes milliseconds since midnight
or Julian day numbers, respectively. However, simply changing these conventions
would make importing legacy project files a nightmare.

- Empty reference date specifications allowed in some places, meaning Julian day
epoch (January 1, 4713 BC). This is necessary because JD must continue to be
supported for backwards-compatibility, but its reference date
(QDate::fromJulianDay(0)) is outside the range QDate can handle.

2009-09-06 20:25:26 Tree
[r1243] by knut_f

- Fixed two-sided comparison in assert.

2009-09-06 18:38:42 Tree
[r1242] by knut_f

- Made importing of ASCII data as numeric values the default (on new
installations). Experience has shown that many users don't notice that the
data is being marked as "text" and complain about everything being plotted
as a straight line. If the new default leads to problems with importing
non-numeric data, at least it should be more obvious *where* things have
gone wrong.

2009-09-06 14:16:35 Tree
[r1241] by thzs

- ported editable column date-time format from LabPlot svn rev. 172
(closes bug #2820102: There is no way to use custom date-time formats)

2009-09-06 13:28:17 Tree
[r1240] by knut_f

- More updates to Czech translation by Pavel Fric.

2009-09-06 08:57:59 Tree
[r1239] by knut_f

- Improved Czech translation by Pavel Fric.
- Lupdate of all translations.

2009-09-05 13:09:37 Tree
[r1238] by rgadiou

update and completed reference chapter up to menu "plot"

2009-09-03 07:47:17 Tree
[r1237] by rgadiou

update and completed reference chapter up to menu "plot"

2009-09-03 07:35:20 Tree
[r1236] by knut_f

- Applied patch #2849492 (Add close button to About Box).

2009-09-03 05:04:45 Tree
[r1235] by rgadiou

html version more close to scidavis website look

2009-09-02 21:33:30 Tree
Older >