Menu

SVN-temp Commit Log


Commit Date  
[r1132] by knut_f

- Inserted some sanity checks related to bug #2785609 in order to prevent crashes caused by giving
invalid arguments to Table::text() and Table::cell().
- Inserted and improved some sanity checks in Graph in order to catch corrupt data in the first
place. Guaranteeing data integrity is difficult though, due to lack of encapsulation in the Graph
API and code duplication between Graph::insertCurve(), Graph::setLabels*Format() and
DataCurve::loadData().

2009-05-09 11:57:01 Tree
[r1131] by knut_f

- Improved performance of filling large columns with row numbers and random values.

2009-04-28 20:13:47 Tree
[r1130] by knut_f

- Removed unused Table::columnNumericFormat() methods (small code cleanup).

2009-04-27 22:31:34 Tree
[r1129] by knut_f

- Improved performance of column formulas for large tables (fixes part of bug
#2778891).

2009-04-27 22:24:33 Tree
[r1128] by knut_f

- Changed filename of Windows installer to include the platform we're currently building for (win32).

2009-04-26 10:00:13 Tree
[r1127] by knut_f

- Added Brazilian Portuguese translation to Windows installer.
- Fixed run path of shortcuts generated by Windows installer.

2009-04-26 08:28:05 Tree
[r1126] by knut_f

- Added some missing tr()'s, and lupdate'd translations.

2009-04-22 19:50:48 Tree
[r1125] by knut_f

- Fixed crash when trying to acess non-existing column via MuParserScript.
- Improved pasting of cells from OpenOffice.org Calc and KSpread into tables.

2009-04-22 19:38:06 Tree
[r1124] by knut_f

- Brazilian Portuguese translation update; thanks to Fellype.

2009-04-22 17:17:28 Tree
[r1123] by knut_f

- Fixed setting of plot designation in Table.importASCII().
- QPrinter constructor is expensive, particularly on systems where this triggers
a network scan for available printers. We definitely don't want to do this on
every ApplicationWindow initialization (i.e., application start, new project
and open project) just to get a default export resolution. Having this depend
on the settings of the printer that happens to be default /on the first
application start/ (value will be taken from settings subsequently) is insane
anyway, regardless of performance penalty.
=> changed to hard-coded default of 72 dpi

2009-04-22 17:11:41 Tree
Older >