diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-16 09:06:37 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-16 09:06:37 +0000 |
commit | 39d98386f72c65826e162e3e8fd36752ec469252 (patch) | |
tree | 5cec746207c4c892d064beafca1de94568a3aeb9 /ChangeLog.2001-4 | |
download | pytde-39d98386f72c65826e162e3e8fd36752ec469252.tar.gz pytde-39d98386f72c65826e162e3e8fd36752ec469252.zip |
Move python-kde3 to the more correct python-trinity
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/libraries/python-trinity@1247483 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'ChangeLog.2001-4')
-rw-r--r-- | ChangeLog.2001-4 | 185 |
1 files changed, 185 insertions, 0 deletions
diff --git a/ChangeLog.2001-4 b/ChangeLog.2001-4 new file mode 100644 index 0000000..7eb8682 --- /dev/null +++ b/ChangeLog.2001-4 @@ -0,0 +1,185 @@ +2004/08/25 16:44:00 jim +Released 3.11.3; added post-processing for WId args +in KWinModule signals; fixed enum in khtml_part (for +KDE >= 3.3); updated version numbers + +2004/08/16 17:57:00 jim +Updated to KDE3.3.0beta2; minor fixes for earlier +KDE versions using sip4; fixed KUniqueApplication +(was missing); added kutils module (kspell2 missing +from beta2); docs; removed event %ConvertToSubClassCode +from kparts - was causing problems; other fixes; +snapshot released + +2003/11/22 12:19:00 jim +Fixed -c switch (was always True); install +pythonize.h in Python incl dir + +2003/11/20 21:11:00 jim +Fixed -v, -i switches; fixed testPythonize.pro -L + +2003/10/13 14:32:00 jim +added version methods for KDE, PyKDE; revised +all docs; added class ref docs and viewer; +revised build.py; bug fixes; libpythonize +threading fixed (can now have kicker reload +multiple applets) + +2003/9/4 13:05:00 jim +PyKDE-3.8-rc; finished up pykpanelapplet fix +from yesterday; removed qxembed from kdeui-kde*.sip + +2003/9/3 23:20:00 jim +No release; removed circular ref between +libpykpanelapplet and libkdeuicmodule; adjusted +kpanelapplet.sip, pykpanelapplet.h and build.py +to implement; moved nullGUIItem to top of +kmessagebox.sip; considering removing qxembed.sip + +2003/9/1 10:52:00 jim +No release; Revised handling of global.sip and +kzip.sip for Python 2.3 in build.py + +2003/8/31 18:37:00 jim +No release; Revised generation of rm's in +pykdepanelapplet Makefile install target to use wild +cards instead of one per lib link; finished applet +installer handling of existing .desktop files; +improved installer validation; updated docs. + +2003/8/30 23:05:00 jim +PyKDE-3.8rc1; finished panel applet support and +installer; revised docs; + +2003/8/25 11:33:00 jim +No release; %ConvertToSubClassCode for +KParts::Event subclasses + +2003/8/24 11:32:00 jim +No release. added pythonize, pykpanelapplet +libs to enable panel applets; revised build.py +for same; lowered version on KService copy ctor +to 3.1.0 for Mdk 9.1 compatibility + +2003/8/20 23:52:00 jim +No release. cleaned up operator addition (no +docs for those yet); add ConvertToSubClassCode +for all QObject subclasses; deleted obsolete +files + +2003/8/14 11:17:00 jim +No release; added -u switch to allow disable of +strict version checking (sip and PyQt snapshot +version names may be out of sync) + +2003/8/13 15:07:00 jim +PyKDE-3.8-4 bug fixes (also -2 and -3); new build.py +(no root, SMP, version checks) now builds with +KDE3.1.3 and/or Qt3.2.0; hack for Python 2.3 + +2003/8/6 15:23:00 jim +PyKDE-3.7-1 changes for sip 3.6/3.7 compatibility; +drop KDE2 support; upgrade through KDE 3.1.3; build.py +revised - -lqt-mt and -c defaults. added -c- +switch + +2003/4/8 22:12:00 jim +PyKDE-3.5-2 bug fixes to build.py (PYQT_VERSION +converted to string, kdeDir fixed); QList instances +versioned out/replaced by QPtrList for KDE >= 3.0.0; +changed 'python' invocation to 'sys.executable' in +examples and build.py postproc calls; changed build.py +error msg to point to PyKDE list instead of Phil + +2003/3/27 12:34:00 jim +PyKDE-3.5-1 Upgrade through KDE 3.1.1, removed +kdepyuic.py and README.pyuic; complete rebuild +using new version of presip; changed license to +GPL + +2002/8/21 11:03:00 jim +PyKDE-3.3.2-3: Upgrade to KDE 3.0.3; added +kdepyuic.py and README.pyuic + +2002/8/10 09:33:00 jim +PyKDE-3.3.2-2: fix Qt versioning change +(build.py) + +2002/8/9 13:00:00 jim +PyKDE-3.3.2-1: handle Qt versioning change in +Qt 3.0.5 (build.py); add '-I usr/X11R6/include' +in sip/kde30.kdecore.sip + +2002/8/8 13:10:00 jim +Cleaned up top-level sip files for all versions; +fixed bug with KIconThemeDir (never released); +cleaned up docs (released as 3.3.2) + +2002/7/22 13:29:00 jim +(PyKDE-3.3.2 pre release) +Added -z option to build.py; fixed missing +'/TransferThis/' in all KListViewItem ctors; +(not released) + +2002/7/19 10:07:00 jim +PyKDE-3.3.2 pre release: fixed KLineEditDlg bug; fixed +QValueList bug in MappedTypes (sipMapNewToSelf); +ugraded to sip/PyQt3.3.2; build system switched +to PyQt system (t/qmake, concat cpp);sip-in files +revised, changed to '.sip' in sip/kde* directories; +added %PrePythonCode for lib loading as req'd (not +released) + +2002/5/15 22:51:00 jim +PyKDE-3.2.4: namechange back to PyKDE; versioning +to KDE3.0.0; dropped KDE3.0beta2 support; upgraded +to sip 3.2.4;build system completely revised;docs +revised; kapp variable dropped from kdecore; other +fixes for gcc2.96 compatiblility + +2002/3/11 11:01:00 jim +3.0beta1: versioning to KDE3.0beta2; mapped types +for KSharedPtr descendants; KParts modified - now +works; KTrader added; support for long long added; +created PyKDE2generic and revised build system; +new examples; removed inaccessible member classes; +added kdesu (all), kdeprint (>= 2.2.0), kdefx (3.0); +code cleanup for mapped types, member code, added +virtual code; general cleanup + + +2002/2/13 09:15:00 jim +3.0alpha6: versioning to KDE2.2.2; repaired SLOT +assignment code in KStdAction, KAction,K*Action, +KAccelMenu, KToolBar, and KGlobalAccel with +"SIP_RXOBJ_CON, SIP_SLOT_CON(...)"; + + +2002/2/11 13:50:00 jim +3.0alpha5: versioning to KDE2.2.1; fixed bug in +KCmdLineArgs.init1 (Henrik Motakef) Modified +examples/pykless.py so KAboutData is used instead +of KMainWindow.helpMenu (3.0alpha5 was not +released) + +2002/2/7 14:25:00 jim +3.0alpha4: changed postproc to run from $PYTHONINTERP from +configure; removed unnecessary links to libdcop (from +kdebindings) -- only libDCOP is req'd (bug reports from +Henrik Motakef) + +2001/11/25 13:19:00 jim +3.0alpha3:versioning to KDE2.2.0 (new classes/methods); +dropped KSocket::initSockaddr (deprecated); KURLComboItem +to struct (no longer mapped type); + + +2001/11/19 22:12:00 jim +3.0alpha2:Added kparts, khtml, kjs, kspell; converted some +structs from mapped types to classes; revised all docs; revised +autoconf to look for top level KDE include dir; added some +missing classes and methods;bugs fixed;versioning to KDE2.1.2 +(minor changes); added add'l doc text;ready for release + + +Initial release |