summaryrefslogtreecommitdiffstats
path: root/kexi/doc/dev/CHANGELOG-Kexi-js
diff options
context:
space:
mode:
Diffstat (limited to 'kexi/doc/dev/CHANGELOG-Kexi-js')
-rwxr-xr-xkexi/doc/dev/CHANGELOG-Kexi-js20
1 files changed, 10 insertions, 10 deletions
diff --git a/kexi/doc/dev/CHANGELOG-Kexi-js b/kexi/doc/dev/CHANGELOG-Kexi-js
index c5779c17..6584f5ff 100755
--- a/kexi/doc/dev/CHANGELOG-Kexi-js
+++ b/kexi/doc/dev/CHANGELOG-Kexi-js
@@ -2128,7 +2128,7 @@ Form Designer
- autocaption is set properly for field editor on design time
- field editor's labelCaption is no longer needed
- propeditor: preserve "changed" flags (marked with BOLD) between property set switching
-- KAcceleratorManager::setNoAccel(QWidget*) is used for widgets in design mode
+- TDEAcceleratorManager::setNoAccel(QWidget*) is used for widgets in design mode
to avoid adding accelerators (for FormIO and for new widgets inserting)
- factories: isPropertyVisibleInternal() is now called for superclass when needed
(thus, properties like "iconText" are properly hidden)
@@ -3394,7 +3394,7 @@ Parser
Core
- KexiSharedActionHost::invalidateSharedActions(QObject *o)
if o is not KexiDialogBase or its child,
- only invalidate actions if these come from mainwindow's KActionCollection
+ only invalidate actions if these come from mainwindow's TDEActionCollection
(thus part-actions are untouched when the focus is e.g. in the Property Editor.
- KexiViewBase::setDirty() -do not signal 'dirty' flag's changes if no change
- ObjectStatus now also stores related KexiDB::Obeject's, for more verbose errors
@@ -3776,8 +3776,8 @@ Core
- KexiDialogBase now has activate(), deactivate() handlers,
KexiViewBase::updateActions(bool activated) is called for a current view
- Workaround found for integrating katepart's actions with Kexi's shared actions:
- - katepart KXMLGUIClient's KActions are now pluggable to KexiActionProxy
- - KXMLGUIClient's KAction::enabled(bool) signals are now automatically mapped
+ - katepart KXMLGUIClient's TDEActions are now pluggable to KexiActionProxy
+ - KXMLGUIClient's TDEAction::enabled(bool) signals are now automatically mapped
to KexiActionProxy::setAvailable(bool)
<TODO>: introduce KexiSharedXMLGUIClient class:
ctor: KexiSharedXMLGUIClient(KexiSharedActionHost *host, KXMLGUIClient *client).
@@ -3786,7 +3786,7 @@ Core
(ie. when given KexiViewBase object that is activated asks for this) and detached
when not needed.
showOnlyActions(QCStringList) - declares custom action list that will only be available
- In any time, no KActions will be created if these already are available globally
+ In any time, no TDEActions will be created if these already are available globally
within KexiMainWindow.
</TODO>
SQL View
@@ -4298,7 +4298,7 @@ Main Window : some top level polishing
-'save' action now works int the current dialog context
-message about more not impelmented features added
-proper quitting and project closing
- -KMainWindow::queryExit() and queryClose() impelmented instad of closeEvent()
+ -TDEMainWindow::queryExit() and queryClose() impelmented instad of closeEvent()
-"Create" menu is disabled when no project is loaded
-On last dialog closing, guiclient is removed (so dead toolbar are hidden now)
-Main Window: dock windows are disabled on project closing, for sanity
@@ -5620,7 +5620,7 @@ TODO: add drag from browser
- moving TableViews back from outside of scroll view area automatically shrinks scroll view's
area to smallest possible size
- field that we drag over now is highlighted
-TODO: fix KListView::viewportPaintEvent() like in KexiRelationViewTable::drawItemHighlighter()
+TODO: fix TDEListView::viewportPaintEvent() like in KexiRelationViewTable::drawItemHighlighter()
and commit to cvs (tdeui)
- KexiRelationViewTableContainer got now focus/unfocus/z-order functionality. Colors of table headers
are consistent with focusing and OS settings
@@ -5651,7 +5651,7 @@ TODO: like above: "Print" and "Print to"
2003-07-18
- " " prepended to Project Browsers' list items' texts for better look (maybe add this feature
- to KListView or make its generic subclass?)
+ to TDEListView or make its generic subclass?)
- Some fixes with text positioning in tableview cells: float and date type y-offset,
date type editor frames removed
TODO: maybe optionally use KDateWidget (this needs to extend and improve this class)?
@@ -5683,13 +5683,13 @@ TODO: move this submenu after 'Error report' Entry (requires changes to koffice_
- project browser's groups items (tables, queries,..) are now non-selectable
as these are rather special constant containers
- added convenient hidden(), shown() signals to KexiDialogBase
-- added KexiDialogBase::plugToggleAction(KToggleAction *toggle_action) for syncing window
+- added KexiDialogBase::plugToggleAction(TDEToggleAction *toggle_action) for syncing window
visibility with toggle action's state
2003-07-15
- Kexi/win32 synced with cvs again after plugins/ rearrangement.
- New Kexi icon updated for win32
-- menubar and popupmenu entries in Query Part merged using KexiPartItemAction (new KAction subclass);
+- menubar and popupmenu entries in Query Part merged using KexiPartItemAction (new TDEAction subclass);
The same for Tables Part. KexiPartPopupMenu now collaborates with KexiPartItemAction to reuse its
action's information (avoid redundancy).
TODO: add delete_item action icon (equal "button_cancel" in crystalsvg) to the koffice/actions icons