openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
Qt4 Bindings for Perl
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 22 hours
ago. based on code collected
about 22 hours
ago.
Nov 24, 2024 — Nov 24, 2025
Showing page 14 of 18
Search / Filter on:
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%.
Fathi Boudra
More...
almost 16 years ago
[perlqt4 @ 241] Adding the widgets/spinboxes example.
Fathi Boudra
More...
almost 16 years ago
[perlqt4 @ 240] Adding widgets/sliders example.
Fathi Boudra
More...
almost 16 years ago
[perlqt4 @ 239] Adding the widgets/shapedclock example
Fathi Boudra
More...
almost 16 years ago
[perlqt4 @ 238] A couple fixes to the widgets/scribble example.
Fathi Boudra
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.
Fathi Boudra
More...
almost 16 years ago
[perlqt4 @ 236] Adding widgets/imageviewer example.
Fathi Boudra
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%.
Fathi Boudra
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.
Fathi Boudra
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.
Fathi Boudra
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.
Fathi Boudra
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...)
Fathi Boudra
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.
Fathi Boudra
More...
almost 16 years ago
[perlqt4 @ 229] Copying over util.cpp and util.h to trunk
Fathi Boudra
More...
almost 16 years ago
[perlqt4 @ 228] Modify CMakeLists.txt files to account for new directory structure.
Fathi Boudra
More...
almost 16 years ago
[perlqt4 @ 227] Restructuring in preparation of merging jawsny's branch.
Fathi Boudra
More...
almost 16 years ago
[perlqt4 @ 226] Allow for creation of a QCoreApplication object, in the same way that you create a QApplication object.
Fathi Boudra
More...
almost 16 years ago
[perlqt4 @ 223] Adding itemviews/spinboxdelegate example.
Fathi Boudra
More...
almost 16 years ago
[perlqt4 @ 220] there are 17 tests, not 16 :-)
Fathi Boudra
More...
almost 16 years ago
[perlqt4 @ 219] Add fix for runtime USE_SAFE_PUTENV (via PL_use_safe_putenv)
Fathi Boudra
More...
almost 16 years ago
[perlqt4 @ 218] Adding widgets/lineedits example
Fathi Boudra
More...
almost 16 years ago
[perlqt4 @ 217] Adding widgets/groupbox example.
Fathi Boudra
More...
almost 16 years ago
[perlqt4 @ 216] Added widgets/digitalclock example.
Fathi Boudra
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.
Fathi Boudra
More...
almost 16 years ago
[perlqt4 @ 214] Took out unnecessary code that was put in place while testing.
Fathi Boudra
More...
almost 16 years ago
[perlqt4 @ 213] Allow for an undefined context when doing tr calls.
Fathi Boudra
More...
almost 16 years ago
[perlqt4 @ 212] Adding widgets/charactermap example.
Fathi Boudra
More...
almost 16 years ago
[perlqt4 @ 209] Minor corrections made to copyright statement
Fathi Boudra
More...
almost 16 years ago
[perlqt4 @ 207] Adding Qt::classinfo module.
Fathi Boudra
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.
Fathi Boudra
More...
almost 16 years ago
←
1
2
…
10
11
12
13
14
15
16
17
18
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree