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 12 hours
ago. based on code collected
about 12 hours
ago.
Nov 19, 2024 — Nov 19, 2025
Showing page 17 of 18
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
[perlqt4 @ 130] Translated marshall_QMapIntQVariant function from Ruby.
Fathi Boudra
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.
Fathi Boudra
More...
almost 16 years ago
[perlqt4 @ 128] Begun work on complete handler implementation. Added initial handler function tests.
Fathi Boudra
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.
Fathi Boudra
More...
almost 16 years ago
[perlqt4 @ 126] Merge in changes from Refactor branch.
Fathi Boudra
More...
almost 16 years ago
[perlqt4 @ 125] Moved tutorial directory into the examples dir.
Fathi Boudra
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.
Fathi Boudra
More...
almost 16 years ago
[perlqt4 @ 120] Alphabatized function definition.
Fathi Boudra
More...
almost 16 years ago
[perlqt4 @ 114] Moved existing marshall_basetype handlers to the template code.
Fathi Boudra
More...
almost 16 years ago
[perlqt4 @ 113] Fixed the mainwindows/mdi example so that the close event for MdiChild is correct.
Fathi Boudra
More...
almost 16 years ago
[perlqt4 @ 112] Rough pass at method lookup cache. Compiles and runs ok, but needs more testing.
Fathi Boudra
More...
almost 16 years ago
[perlqt4 @ 111] Added QList<QMdiSubWindow*> handler. Should be easy to add more QList handlers.
Fathi Boudra
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.
Fathi Boudra
More...
almost 16 years ago
[perlqt4 @ 109] Added the mainwindows/dockwidgets example.
Fathi Boudra
More...
almost 16 years ago
[perlqt4 @ 108] Added equal, add, and or operator overloads for enums. Added some more logic to the argmatch function.
Fathi Boudra
More...
almost 16 years ago
[perlqt4 @ 107] Added the examples/mainwindow/application example.
Fathi Boudra
More...
almost 16 years ago
[perlqt4 @ 106] Added tutorial 14.
Fathi Boudra
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.
Fathi Boudra
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.
Fathi Boudra
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.
Fathi Boudra
More...
almost 16 years ago
[perlqt4 @ 102] First pass at ambiguous method resolution that only handles objects. Unconsequential changes to t12.
Fathi Boudra
More...
almost 16 years ago
[perlqt4 @ 101] First implementation of complete InvokeSlot object. Only tested with int signals.
Fathi Boudra
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.
Fathi Boudra
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.
Fathi Boudra
More...
almost 16 years ago
[perlqt4 @ 98] Moved ReturnValue marshallers into a subclass of ReturnValueBase.
Fathi Boudra
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.
Fathi Boudra
More...
almost 16 years ago
[perlqt4 @ 96] Added tutorial #10.
Fathi Boudra
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.
Fathi Boudra
More...
almost 16 years ago
[perlqt4 @ 94] Dynamic signals/slots working, at least for tutorial 7.
Fathi Boudra
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.
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