qtbindings 4.6.3.2-x86-mingw32 → 4.6.3.4-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (65) hide show
  1. data/CHANGELOG.txt +7 -0
  2. data/bin/1.8/rbrcc.exe +0 -0
  3. data/bin/1.8/rbuic4.exe +0 -0
  4. data/bin/1.8/smokeapi.exe +0 -0
  5. data/bin/1.8/smokedeptool.exe +0 -0
  6. data/bin/1.9/rbrcc.exe +0 -0
  7. data/bin/1.9/rbuic4.exe +0 -0
  8. data/bin/1.9/smokeapi.exe +0 -0
  9. data/bin/1.9/smokedeptool.exe +0 -0
  10. data/ext/ruby/qtdeclarative/qtdeclarative.cpp +1 -0
  11. data/ext/ruby/qtdeclarative/qtdeclarativehandlers.cpp +1 -0
  12. data/ext/ruby/qtruby/src/Qt.cpp +2 -1
  13. data/ext/ruby/qtscript/qtscript.cpp +1 -0
  14. data/ext/ruby/qtscript/qtscripthandlers.cpp +1 -0
  15. data/ext/ruby/qttest/qttest.cpp +1 -0
  16. data/ext/ruby/qttest/qttesthandlers.cpp +1 -0
  17. data/ext/ruby/qtuitools/qtuitools.cpp +1 -0
  18. data/ext/ruby/qtuitools/qtuitoolshandlers.cpp +1 -0
  19. data/ext/ruby/qtwebkit/qtwebkit.cpp +1 -0
  20. data/ext/ruby/qtwebkit/qtwebkithandlers.cpp +1 -0
  21. data/lib/1.8/libqtruby4shared.dll +0 -0
  22. data/lib/1.8/libsmokebase.dll +0 -0
  23. data/lib/1.8/libsmokeqtcore.dll +0 -0
  24. data/lib/1.8/libsmokeqtgui.dll +0 -0
  25. data/lib/1.8/libsmokeqthelp.dll +0 -0
  26. data/lib/1.8/libsmokeqtmultimedia.dll +0 -0
  27. data/lib/1.8/libsmokeqtnetwork.dll +0 -0
  28. data/lib/1.8/libsmokeqtopengl.dll +0 -0
  29. data/lib/1.8/libsmokeqtscript.dll +0 -0
  30. data/lib/1.8/libsmokeqtsql.dll +0 -0
  31. data/lib/1.8/libsmokeqtsvg.dll +0 -0
  32. data/lib/1.8/libsmokeqttest.dll +0 -0
  33. data/lib/1.8/libsmokeqtuitools.dll +0 -0
  34. data/lib/1.8/libsmokeqtwebkit.dll +0 -0
  35. data/lib/1.8/libsmokeqtxml.dll +0 -0
  36. data/lib/1.8/libsmokeqtxmlpatterns.dll +0 -0
  37. data/lib/1.8/qtruby4.so +0 -0
  38. data/lib/1.8/qtscript.so +0 -0
  39. data/lib/1.8/qttest.so +0 -0
  40. data/lib/1.8/qtuitools.so +0 -0
  41. data/lib/1.8/qtwebkit.so +0 -0
  42. data/lib/1.9/libqtruby4shared.dll +0 -0
  43. data/lib/1.9/libsmokebase.dll +0 -0
  44. data/lib/1.9/libsmokeqtcore.dll +0 -0
  45. data/lib/1.9/libsmokeqtgui.dll +0 -0
  46. data/lib/1.9/libsmokeqthelp.dll +0 -0
  47. data/lib/1.9/libsmokeqtmultimedia.dll +0 -0
  48. data/lib/1.9/libsmokeqtnetwork.dll +0 -0
  49. data/lib/1.9/libsmokeqtopengl.dll +0 -0
  50. data/lib/1.9/libsmokeqtscript.dll +0 -0
  51. data/lib/1.9/libsmokeqtsql.dll +0 -0
  52. data/lib/1.9/libsmokeqtsvg.dll +0 -0
  53. data/lib/1.9/libsmokeqttest.dll +0 -0
  54. data/lib/1.9/libsmokeqtuitools.dll +0 -0
  55. data/lib/1.9/libsmokeqtwebkit.dll +0 -0
  56. data/lib/1.9/libsmokeqtxml.dll +0 -0
  57. data/lib/1.9/libsmokeqtxmlpatterns.dll +0 -0
  58. data/lib/1.9/qtruby4.so +0 -0
  59. data/lib/1.9/qtscript.so +0 -0
  60. data/lib/1.9/qttest.so +0 -0
  61. data/lib/1.9/qtuitools.so +0 -0
  62. data/lib/1.9/qtwebkit.so +0 -0
  63. data/lib/Qt/qtruby4.rb +8 -2
  64. data/lib/qtbindings_version.rb +2 -2
  65. metadata +4 -4
@@ -24,3 +24,10 @@ v4.6.3.2
24
24
  2010/12/05 - Make smokegen not parse stdio.h as a workaround for FreeBSD based systems
25
25
  2010/12/05 - Minor changes to support Qt 4.7 on various platforms including Ubuntu 10.10
26
26
 
27
+ v4.6.3.3
28
+ 2011/08/05 - Handle issues building against Ruby 1.9.2 and running on Windows with 1.9.2
29
+ 2011/08/05 - Handle incompatibility with Rails regarding constants method
30
+
31
+ v4.6.3.4
32
+ 2011/08/06 - Accidently checked in ruby_check_stack instead of ruby_stack_check
33
+
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -3,6 +3,7 @@
3
3
  #undef write
4
4
  #undef connect
5
5
  #undef accept
6
+ #undef truncate
6
7
 
7
8
  #include <QHash>
8
9
  #include <QList>
@@ -20,6 +20,7 @@
20
20
  #undef write
21
21
  #undef connect
22
22
  #undef accept
23
+ #undef truncate
23
24
 
24
25
  #include <qtruby.h>
25
26
  #include <smokeruby.h>
@@ -300,7 +300,8 @@ Binding::callMethod(Smoke::Index method, void *ptr, Smoke::Stack args, bool /*is
300
300
  }
301
301
  // If the virtual method hasn't been overriden, just call the C++ one.
302
302
  // During GC, avoid checking for override and just call the C++ version
303
- if (rb_during_gc() || rb_respond_to(obj, rb_intern(methodName)) == 0) {
303
+ // If not in a ruby thread, just call the C++ version
304
+ if (rb_during_gc() || ruby_stack_check() || rb_respond_to(obj, rb_intern(methodName)) == 0) {
304
305
  return false;
305
306
  }
306
307
  QtRuby::VirtualMethodCall c(smoke, method, args, obj, ALLOCA_N(VALUE, smoke->methods[method].numArgs));
@@ -20,6 +20,7 @@
20
20
  #undef write
21
21
  #undef connect
22
22
  #undef accept
23
+ #undef truncate
23
24
 
24
25
  #include <QHash>
25
26
  #include <QList>
@@ -20,6 +20,7 @@
20
20
  #undef write
21
21
  #undef connect
22
22
  #undef accept
23
+ #undef truncate
23
24
 
24
25
  #include <qtruby.h>
25
26
  #include <smokeruby.h>
@@ -20,6 +20,7 @@
20
20
  #undef write
21
21
  #undef connect
22
22
  #undef accept
23
+ #undef truncate
23
24
 
24
25
  #include <QHash>
25
26
  #include <QList>
@@ -20,6 +20,7 @@
20
20
  #undef write
21
21
  #undef connect
22
22
  #undef accept
23
+ #undef truncate
23
24
 
24
25
  #include <qtruby.h>
25
26
  #include <smokeruby.h>
@@ -20,6 +20,7 @@
20
20
  #undef write
21
21
  #undef connect
22
22
  #undef accept
23
+ #undef truncate
23
24
 
24
25
  #include <QHash>
25
26
  #include <QList>
@@ -21,6 +21,7 @@
21
21
  #undef write
22
22
  #undef connect
23
23
  #undef accept
24
+ #undef truncate
24
25
 
25
26
  #include <qtruby.h>
26
27
  #include <smokeruby.h>
@@ -3,6 +3,7 @@
3
3
  #undef write
4
4
  #undef connect
5
5
  #undef accept
6
+ #undef truncate
6
7
 
7
8
  #include <QHash>
8
9
  #include <QList>
@@ -20,6 +20,7 @@
20
20
  #undef write
21
21
  #undef connect
22
22
  #undef accept
23
+ #undef truncate
23
24
 
24
25
  #include <qtruby.h>
25
26
  #include <smokeruby.h>
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -3161,8 +3161,14 @@ class Module
3161
3161
  private :_constants, :_instance_methods
3162
3162
  private :_protected_instance_methods, :_public_instance_methods
3163
3163
 
3164
- def constants
3165
- qt_methods(_constants, 0x10, true)
3164
+ if RUBY_VERSION < '1.9'
3165
+ def constants
3166
+ qt_methods(_constants, 0x10, true)
3167
+ end
3168
+ else
3169
+ def constants(_arg = true)
3170
+ qt_methods(_constants, 0x10, true)
3171
+ end
3166
3172
  end
3167
3173
 
3168
3174
  def instance_methods(inc_super=true)
@@ -1,2 +1,2 @@
1
- QTBINDINGS_VERSION = '4.6.3.2'
2
- QTBINDINGS_RELEASE_DATE = '2010-12-05 23:33:05 -0700'
1
+ QTBINDINGS_VERSION = '4.6.3.4'
2
+ QTBINDINGS_RELEASE_DATE = 'Sat Aug 06 20:34:10 -0600 2011'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: qtbindings
3
3
  version: !ruby/object:Gem::Version
4
- hash: 55
4
+ hash: 59
5
5
  prerelease: false
6
6
  segments:
7
7
  - 4
8
8
  - 6
9
9
  - 3
10
- - 2
11
- version: 4.6.3.2
10
+ - 4
11
+ version: 4.6.3.4
12
12
  platform: x86-mingw32
13
13
  authors:
14
14
  - Richard Dale
@@ -18,7 +18,7 @@ autorequire:
18
18
  bindir: bin
19
19
  cert_chain: []
20
20
 
21
- date: 2010-12-05 00:00:00 -07:00
21
+ date: 2011-08-06 00:00:00 -06:00
22
22
  default_executable:
23
23
  dependencies: []
24
24