summaryrefslogtreecommitdiffstats
path: root/kjsembed/docs/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'kjsembed/docs/ChangeLog')
-rw-r--r--kjsembed/docs/ChangeLog36
1 files changed, 18 insertions, 18 deletions
diff --git a/kjsembed/docs/ChangeLog b/kjsembed/docs/ChangeLog
index 3169a625..c95e6d0c 100644
--- a/kjsembed/docs/ChangeLog
+++ b/kjsembed/docs/ChangeLog
@@ -50,7 +50,7 @@
2004-12-10 Friday 13:10 geiseri
- Make sure the KActionCollection is native, it seems that
+ Make sure the TDEActionCollection is native, it seems that
it has no parent so the GC will happily collect it.
2004-12-10 Friday 13:09 geiseri
@@ -1447,9 +1447,9 @@
It's not nice, for each proxy implementation one TQGuardedPtr. :( I hope Qt's next generation smart pointer will be more lightweight. Why a qguardedptr?
If you do the following in kjscmd it would crash without guardedptr
- var k=new KMainWindow();
+ var k=new TDEMainWindow();
k.show();
- var k1=new KMainWindow();
+ var k1=new TDEMainWindow();
k1.show8);
---> close k1 with the mouse
k1.hide(); or k1.show();
@@ -2410,7 +2410,7 @@
2003-11-16 Sunday 02:23 geiseri
- yay we can now populate a KListView from an SQL query... maby we need to put in a better demo app ;)
+ yay we can now populate a TDEListView from an SQL query... maby we need to put in a better demo app ;)
2003-11-16 Sunday 02:04 geiseri
@@ -2892,7 +2892,7 @@
- Added a new example that creates a complete KDE mainwindow with all the
standard menus and toolbar using the KStdAction bindings and XMLGUI. This
- example also shows how you can wire a KAction to a JS function using the
+ example also shows how you can wire a TDEAction to a JS function using the
slot support by adding proper support for the file open action.
2003-09-18 Thursday 18:36 mueller
@@ -3038,7 +3038,7 @@
globalX()
globalY()
- - Fixed some of the KMainWindow method bindings which were totally
+ - Fixed some of the TDEMainWindow method bindings which were totally
broken. These bugs explain why a number of things I was trying to
write never worked.
@@ -3107,7 +3107,7 @@
- Added support for creating TQScrollView and TQCanvasView widgets.
- - Added support for KMainWindow::createGUI().
+ - Added support for TDEMainWindow::createGUI().
2003-08-27 Wednesday 18:37 rich
@@ -3215,7 +3215,7 @@
drawRoundRect().
- - Added a new example that illustrates support for KListView.
+ - Added a new example that illustrates support for TDEListView.
- JSValueProxy instances that contain a TQVariant can now be converted
back to TQVariant.
@@ -3442,9 +3442,9 @@
2003-08-12 Tuesday 16:24 rich
- - Factory can now create KMainWindow.
+ - Factory can now create TDEMainWindow.
- - Added binding methods to KMainWindow.
+ - Added binding methods to TDEMainWindow.
- setCentralWidget()
- actionCollection()
@@ -3619,9 +3619,9 @@
added are:
TQListBox::addItem()
- KListView::addColumn()
+ TDEListView::addColumn()
TQListView::addColumn()
- KListView::insertItem()
+ TDEListView::insertItem()
TQListView::insertItem()
- Started writing a new example that provides a documentation browser
@@ -3985,7 +3985,7 @@
- Renamed JSObjectProxy::jscript() to interpreter() (for consistency).
- - KJSCmd can now create a KMainWindow (dunno how useful this is
+ - KJSCmd can now create a TDEMainWindow (dunno how useful this is
without the other additions I'm planning though).
2003-01-31 Friday 22:19 rich
@@ -4094,8 +4094,8 @@
KActiveLabel, KCharSelect, KColorButton, KColorCombo,
KComboBox, TDECModule, KDateWidget, KDatePicker, KDialog,
- KDualColorButton, KEditListBox, KFontCombo, KGradientSelector,
- KHistoryCombo, KHSSelector, KLed, KListBox, KListView,
+ KDualColorButton, KEditListBox, TDEFontCombo, KGradientSelector,
+ KHistoryCombo, KHSSelector, KLed, TDEListBox, TDEListView,
KLineEdit, KPasswordEdit, KProgress, KPushButton,
KRestrictedLine, KIconButton, KIntSpinBox, KRuler,
KSqueezedTextLabel, KTextBrowser, KTextEdit,
@@ -4187,15 +4187,15 @@
- Extended factory class to create the following types:
- Any TQWidget sub-class
- - KAction
- - KToggleAction
+ - TDEAction
+ - TDEToggleAction
- Added a command line tool for invoking js scripts
- Improved JSObjectProxy Massively
- Create child widgets from a script
- - Create KActions and KToggleActions from a script
+ - Create TDEActions and TDEToggleActions from a script
- Call slots from scripts
- Added support for additional property types