summaryrefslogtreecommitdiffstats
path: root/kexi/doc/dev/TODO-Kexi-js
diff options
context:
space:
mode:
Diffstat (limited to 'kexi/doc/dev/TODO-Kexi-js')
-rw-r--r--kexi/doc/dev/TODO-Kexi-js6
1 files changed, 3 insertions, 3 deletions
diff --git a/kexi/doc/dev/TODO-Kexi-js b/kexi/doc/dev/TODO-Kexi-js
index 98582bfc..d7274acb 100644
--- a/kexi/doc/dev/TODO-Kexi-js
+++ b/kexi/doc/dev/TODO-Kexi-js
@@ -256,7 +256,7 @@ I am using update_kexi_po to recreate kexi.po file. THis will run cd koffice/ &&
- signal on situation when user e.g. pressed alpha key when only numeric chars is allowed
- 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 KStdAccel)
+ - add support for cut, copy & paste of cell's contents (get shortcuts from TDEStdAccel)
HINT: removing Qt::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:
@@ -269,7 +269,7 @@ HINT: removing Qt::WStaticContents from KexiTableView ctor fixed repaint problem
- add more cell types & options:
http://mfc.dundas.com/mfc/grid/index.aspx?section=Grid&body=celltypes.htm
--including: red corner with a note; sliders; radio buttons
-- highlight sorted column's cells slightly darker, like in current KListView's impl.
+- highlight sorted column's cells slightly darker, like in current TDEListView's impl.
- clicking on a header section (to sort), it ensures current cell is visible, but
only y-position should be changed, not x
- add support for crossed out rows - that can be used for results of DELETE queries
@@ -344,7 +344,7 @@ HINT: removing Qt::WStaticContents from KexiTableView ctor fixed repaint problem
- KTextEdit doesn't allow to set custom cursor (also in Qt Designer)
- support for multiple widgets selection in the property editor (requires changes to kexiproperty)
- handle older and newer formats in FormIO::loadFormFromDom()
-- KAcceleratorManager::setNoAccel(QWidget*) - use it in data mode,
+- TDEAcceleratorManager::setNoAccel(QWidget*) - use it in data mode,
define "auto accels" form's property and if it's false
- find a way to create more meaningfull default names for widgets than button1, button2.
Maybe convert widget text (if available) using string2Identifier()?