0
I Use This!
Inactive

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 12 hours ago.
Nov 19, 2024 — Nov 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[perlqt4 @ 130] Translated marshall_QMapIntQVariant function from Ruby. More... almost 16 years ago
[perlqt4 @ 129] Handler translation from Ruby. No clue how to test some of these... Only 6 left to go in the main handlers.cpp file. More... almost 16 years ago
[perlqt4 @ 128] Begun work on complete handler implementation. Added initial handler function tests. More... almost 16 years ago
[perlqt4 @ 127] Small change to Qt.xs, probably due to a different return value from libsmokeqt. Set up Makefile for my own personal development on my new OS. More... almost 16 years ago
[perlqt4 @ 126] Merge in changes from Refactor branch. More... almost 16 years ago
[perlqt4 @ 125] Moved tutorial directory into the examples dir. More... almost 16 years ago
[perlqt4 @ 121] Removed the PerlQtModule structs, and the perlqt_modules QHash. This is used in QtRuby to support multiple smoke objects, but I'm just going to have one. More... almost 16 years ago
[perlqt4 @ 120] Alphabatized function definition. More... almost 16 years ago
[perlqt4 @ 114] Moved existing marshall_basetype handlers to the template code. More... almost 16 years ago
[perlqt4 @ 113] Fixed the mainwindows/mdi example so that the close event for MdiChild is correct. More... almost 16 years ago
[perlqt4 @ 112] Rough pass at method lookup cache. Compiles and runs ok, but needs more testing. More... almost 16 years ago
[perlqt4 @ 111] Added QList<QMdiSubWindow*> handler. Should be easy to add more QList handlers. More... almost 16 years ago
[perlqt4 @ 110] Added PERL_SET_CONTEXT to virtual method calls, so that if Qt forks, I don't lose the pointer to the interpreter. Only applies when perl has threads. More... almost 16 years ago
[perlqt4 @ 109] Added the mainwindows/dockwidgets example. More... almost 16 years ago
[perlqt4 @ 108] Added equal, add, and or operator overloads for enums. Added some more logic to the argmatch function. More... almost 16 years ago
[perlqt4 @ 107] Added the examples/mainwindow/application example. More... almost 16 years ago
[perlqt4 @ 106] Added tutorial 14. More... almost 16 years ago
[perlqt4 @ 105] Enums are now blessed scalar references. This will help to resolve ambiguous methods. Modified all examples that use enums to dereference where necessary. Added some more debugging functions. Removed all 'use Qt::debug' lines from the example code. More... almost 16 years ago
[perlqt4 @ 104] Moved signal code into EmitSignal object. No baseclass yet. Added/fixed some debugging functions. Added 'signals' and 'slots' debug channels. t1-t13 now fully functional. More... almost 16 years ago
[perlqt4 @ 103] First pass at signal handling. Works, but doesn't pass any values. Added a couple of ambiguous method resolutions that are probably bad. More... almost 16 years ago
[perlqt4 @ 102] First pass at ambiguous method resolution that only handles objects. Unconsequential changes to t12. More... almost 16 years ago
[perlqt4 @ 101] First implementation of complete InvokeSlot object. Only tested with int signals. More... almost 16 years ago
[perlqt4 @ 100] Made InvokeSlot object. It's still ghetto and only handles ints, but it works at this point. Committing this more for reference. More... almost 16 years ago
[perlqt4 @ 99] Made InvokeSlot object. It's still ghetto and only handles ints, but it works at this point. Committing this more for reference. More... almost 16 years ago
[perlqt4 @ 98] Moved ReturnValue marshallers into a subclass of ReturnValueBase. More... almost 16 years ago
[perlqt4 @ 97] Removed specialized Qt::appexec function in favor of Qt::qapp()->exec(). Changed all occurances to the new method. More... almost 16 years ago
[perlqt4 @ 96] Added tutorial #10. More... almost 16 years ago
[perlqt4 @ 95] Better dynamic sig/slots. Slot name no longer hard-coded. Added some hardcoded methodids in Qt.xs, need to remove later. More... almost 16 years ago
[perlqt4 @ 94] Dynamic signals/slots working, at least for tutorial 7. More... almost 16 years ago
[perlqt4 @ 93] Qt.pm now passes the sig/slot data to the XS code. Forgot to check in t7/LCDRange.pm yesterday. More... almost 16 years ago