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
Q
qtruby
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 20 hours
ago. based on code collected
about 20 hours
ago.
Oct 20, 2024 — Oct 20, 2025
Showing page 2 of 50
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
update include directories
Funda Wang
More...
almost 15 years ago
Make sure that kdebindings builds again based on the new structure under smoke
Raymond Wooninck
More...
almost 15 years ago
Split up Smoke into Qt and KDE directories. Move libsmoke stuff into the generator directory Split up Ruby into qtruby and korundum directories
Ian Monroe
More...
almost 15 years ago
Make executable the Type=Application .desktop files we install, so that they can be used even from a KDE running in another prefix (http://markmail.org/message/4p3krovtnzwx35zd)
David Faure
More...
almost 15 years ago
* Replace STR2CSTR macros with StringValuePtr so that the krubypluginfactory.cpp builds with Ruby 1.9
rdale
as Richard Dale
More...
about 15 years ago
Use proper cmake syntax (EQUAL, LESS...) when checking whether to build krossruby
Harald Sitter
More...
about 15 years ago
apply r1161147 properly
Harald Sitter
More...
about 15 years ago
* Add a QtDeclarative ruby extension
rdale
as Richard Dale
More...
about 15 years ago
* Oops the major ruby version check for build krossruby should be for 1, not 9
rdale
as Richard Dale
More...
about 15 years ago
* Only build krossruby if the ruby version is 1.8
rdale
as Richard Dale
More...
about 15 years ago
special case (unsigned) long long, add some informational output if something goes wrong
Arno Rehn
More...
about 15 years ago
Apply a patch from Paolo Capriotti: Add a long long handler.
Arno Rehn
More...
about 15 years ago
Apply a patch from Paolo Capriotti: A special case similar to the others in that function: a QGraphicsItem owns its QGraphicsEffect's, so they must be marked in the mark phase.
Arno Rehn
More...
about 15 years ago
Apply a patch from Paolo Capriotti: The idea (as explained here: http://article.gmane.org/gmane.comp.kde.devel.bindings/5715) is that there is no guarantee that the VALUE associated to an object still contains meaningful information when the object destructor is called. So we cannot use value_obj_info from within Binding::deleted. This patch saves a pointer to the smokeruby_object instance alongside the ruby VALUE in the pointer map.
Arno Rehn
More...
about 15 years ago
Revert "Choose the const/non-const version of a method based on whether the object"
Arno Rehn
More...
about 15 years ago
Choose the const/non-const version of a method based on whether the object is frozen or not. 'Frozen' objects in Ruby roughly translate to const objects in C++, so this should work out fine. Quick testing with the QDBusArgument API (which now doesn't need special casing anymore) worked well.
Arno Rehn
More...
about 15 years ago
* only compare the IDs, not the full type strings. this should be faster. * also check for QDBusVariant and return a proper object in that case.
Arno Rehn
More...
about 15 years ago
don't use a global array - rb_gc_register_address does the job much better.
Arno Rehn
More...
about 15 years ago
Make it possible to store ruby object in QVariants
Arno Rehn
More...
over 15 years ago
don't use inject - scopes mess up the functionality
Arno Rehn
More...
over 15 years ago
use StringValuePtr instead of RString(str)->ptr - fixes compilation against ruby 1.9
Arno Rehn
More...
over 15 years ago
* When loading a Ruby plugin and it has the wrong number of args, don't output an error message about it, just try with 2 args instead of 3 and see if that works.
rdale
as Richard Dale
More...
over 15 years ago
add kio functionality
Arno Rehn
More...
over 15 years ago
add a kate ruby plugin
Arno Rehn
More...
over 15 years ago
set a proper KComponentData object
Arno Rehn
More...
over 15 years ago
explicitly convert to a Proc - should fix problems with storing blocks.
Arno Rehn
More...
over 15 years ago
Also mark qobject children if the parent QObject wasn't created by the bindings. This is needed for Plasmoids for example, where the actual Plasma::Applet is not created by us.
Arno Rehn
More...
over 15 years ago
and check for qgraphicitems
Arno Rehn
More...
over 15 years ago
check for qgraphicslayoutitems
Arno Rehn
More...
over 15 years ago
when mapping a pointer, do the casts across module boundaries
Arno Rehn
More...
over 15 years ago
←
1
2
3
4
5
6
7
8
9
…
49
50
→
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