diff options
Diffstat (limited to 'kexi/doc/dev/TODO-Kexi-js')
-rw-r--r-- | kexi/doc/dev/TODO-Kexi-js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kexi/doc/dev/TODO-Kexi-js b/kexi/doc/dev/TODO-Kexi-js index 378e6b36..8baabd7b 100644 --- a/kexi/doc/dev/TODO-Kexi-js +++ b/kexi/doc/dev/TODO-Kexi-js @@ -257,7 +257,7 @@ I am using update_kexi_po to recreate kexi.po file. THis will run cd koffice/ && - signal when null/empty value forcell isn't permitted - signal when repeated value isn't permitted - add support for cut, copy & paste of cell's contents (get shortcuts from TDEStdAccel) -HINT: removing Qt::WStaticContents from KexiTableView ctor fixed repaint problem +HINT: removing WStaticContents from KexiTableView ctor fixed repaint problem the problem was with repainting when hscrollbar disapperars.... - KexiTableView loads all data from the table: very slow and consumes a lot of memory: (e.g. for each record with 3 fields: 1 integer, 1 text and 1 float consumed ~350B) |