0
I Use This!
Inactive

Commits : Listings

Analyzed about 22 hours ago. based on code collected about 22 hours ago.
Nov 24, 2024 — Nov 24, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[perlqt4 @ 242] Adding widgets/styles example. Unfortunately Smoke doesn't include the QMotifStyle header, so this example won't work 100%. More... almost 16 years ago
[perlqt4 @ 241] Adding the widgets/spinboxes example. More... almost 16 years ago
[perlqt4 @ 240] Adding widgets/sliders example. More... almost 16 years ago
[perlqt4 @ 239] Adding the widgets/shapedclock example More... almost 16 years ago
[perlqt4 @ 238] A couple fixes to the widgets/scribble example. More... almost 16 years ago
[perlqt4 @ 237] Don't call Perl subs from XS_AUTOLOAD in eval context. This fix causes those subroutines that die to actually die. Add widgets/scribble example. More... almost 16 years ago
[perlqt4 @ 236] Adding widgets/imageviewer example. More... almost 16 years ago
[perlqt4 @ 235] Revert to using die() when method lookup fails, to correctly set $@. Fix XS_AUTOLOAD to check for $@ before checking for number of arguments returned by do_autoload. Let the QString handler dereference the perl sv, don't do it in the ambiguous method resolution code, because that's not always going to be called. Use the new Qt::String method to silence ambiguous method warnings. With that, widgets/icons example is 100%. More... almost 16 years ago
[perlqt4 @ 234] Add the ability to define a Qt::String "object". This is merely a blessed scalar reference, labeling it as a Qt::String. You cannot run methods on it. What it gives us is something to test against in ambiguous method resolution. This is an example of how other types could be added to avoid the ambiguous method problem. More... almost 16 years ago
[perlqt4 @ 233] Due to the way method lookups were cached, a program would be unable to call both/all versions of an ambiguous method. This change prevents ambiguous method lookups from being cached. More... almost 16 years ago
[perlqt4 @ 232] Add "direct" binding code for a number of methods in QAbstractItemModel. This is necessary because these methods are pure virtual methods, and calling the methods directly is the only way to ensure the correct one is called. These additional methods allow for the widgets/icons example to begin to function. More... almost 16 years ago
[perlqt4 @ 231] Fix #include order in Qt.xs to bring in Qt headers before Perl ones. Required for older compilers (gcc 3.3.5). Replaced call to dAXMARK with a regular dXSARGS, since dAXMARK is not in the api for 5.8.6. Added double include protection for util.h (#ifndef PERLQT_UTIL_H #define...) More... almost 16 years ago
[perlqt4 @ 230] Committing jawnsy's Qt.xs. Move to jawnsy's Build.PL, instead of Makefile.PL. Fixed some problems with CMake build method. "make" now generates a good blib directory, and there's a "make test" target to run the test suite. Also moved CMakeLists.txt files around for new directory structure. More... almost 16 years ago
[perlqt4 @ 229] Copying over util.cpp and util.h to trunk More... almost 16 years ago
[perlqt4 @ 228] Modify CMakeLists.txt files to account for new directory structure. More... almost 16 years ago
[perlqt4 @ 227] Restructuring in preparation of merging jawsny's branch. More... almost 16 years ago
[perlqt4 @ 226] Allow for creation of a QCoreApplication object, in the same way that you create a QApplication object. More... almost 16 years ago
[perlqt4 @ 223] Adding itemviews/spinboxdelegate example. More... almost 16 years ago
[perlqt4 @ 220] there are 17 tests, not 16 :-) More... almost 16 years ago
[perlqt4 @ 219] Add fix for runtime USE_SAFE_PUTENV (via PL_use_safe_putenv) More... almost 16 years ago
[perlqt4 @ 218] Adding widgets/lineedits example More... almost 16 years ago
[perlqt4 @ 217] Adding widgets/groupbox example. More... almost 16 years ago
[perlqt4 @ 216] Added widgets/digitalclock example. More... almost 16 years ago
[perlqt4 @ 215] Add the ability to specify explicitly which method to call when methods are ambiguous. Added widgets/codeeditor example. More... almost 16 years ago
[perlqt4 @ 214] Took out unnecessary code that was put in place while testing. More... almost 16 years ago
[perlqt4 @ 213] Allow for an undefined context when doing tr calls. More... almost 16 years ago
[perlqt4 @ 212] Adding widgets/charactermap example. More... almost 16 years ago
[perlqt4 @ 209] Minor corrections made to copyright statement More... almost 16 years ago
[perlqt4 @ 207] Adding Qt::classinfo module. More... almost 16 years ago
[perlqt4 @ 206] Enabled QDBusVariant handler. Added code to Qt.xs to define a class with inheritance that doesn't exist in the Smoke lib. QDBusVariant is an example of this. More work on dbus/complexpingpong example. Qt::debug::dumpMetaMethods now supports showing any existing classInfo. More... almost 16 years ago