rhodes 3.2.0.beta.4 → 3.2.0.beta.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (667) hide show
  1. data/CHANGELOG +2 -0
  2. data/Manifest.txt +517 -23
  3. data/Rakefile +52 -7
  4. data/doc/build.txt +7 -1
  5. data/doc/device-caps.txt +1 -1
  6. data/doc/install.txt +12 -0
  7. data/doc/jqt-jqm-transition.txt +121 -0
  8. data/doc/release.txt +6 -1
  9. data/doc/ui.txt +4 -2
  10. data/installer/icon.ico +0 -0
  11. data/lib/extensions/barcode/ext/barcode/shared/src/zbar.c +7 -0
  12. data/lib/extensions/barcode/ext/barcode/shared/zbar/rho_bridge.c +3 -3
  13. data/lib/extensions/barcode/ext/barcode/shared/zbar/zbar/README.TXT +74 -3
  14. data/lib/extensions/fcntl/ext/Rakefile +57 -38
  15. data/lib/extensions/fcntl/ext/build.bat +1 -0
  16. data/lib/extensions/fcntl/ext/fcntl.vcproj +323 -0
  17. data/lib/extensions/fileutils/fileutils.rb +57 -33
  18. data/lib/extensions/net-http/net/ftp.rb +40 -36
  19. data/lib/extensions/net-http/net/http.rb +98 -38
  20. data/lib/extensions/net-http/net/https.rb +3 -13
  21. data/lib/extensions/net-http/net/protocol.rb +20 -4
  22. data/lib/extensions/rexml/rexml/document.rb +11 -9
  23. data/lib/extensions/rexml/rexml/element.rb +1 -1
  24. data/lib/extensions/rexml/rexml/entity.rb +1 -1
  25. data/lib/extensions/rexml/rexml/formatters/default.rb +3 -1
  26. data/lib/extensions/rexml/rexml/formatters/pretty.rb +1 -1
  27. data/lib/extensions/rexml/rexml/light/node.rb +1 -2
  28. data/lib/extensions/rexml/rexml/parent.rb +1 -0
  29. data/lib/extensions/rexml/rexml/parsers/xpathparser.rb +2 -1
  30. data/lib/extensions/rexml/rexml/quickpath.rb +4 -1
  31. data/lib/extensions/rexml/rexml/rexml.rb +1 -1
  32. data/lib/extensions/rexml/rexml/source.rb +25 -14
  33. data/lib/extensions/rexml/rexml/text.rb +20 -21
  34. data/lib/extensions/rexml/rexml/xmldecl.rb +2 -2
  35. data/lib/extensions/rexml/rexml/xmltokens.rb +2 -2
  36. data/lib/extensions/rexml/rexml/xpath_parser.rb +2 -1
  37. data/lib/extensions/set/set.rb +100 -25
  38. data/lib/extensions/uri/uri/common.rb +134 -4
  39. data/lib/extensions/uri/uri/ftp.rb +14 -3
  40. data/lib/extensions/uri/uri/generic.rb +53 -44
  41. data/lib/extensions/uri/uri/http.rb +1 -1
  42. data/lib/extensions/uri/uri/https.rb +1 -1
  43. data/lib/extensions/uri/uri/ldap.rb +1 -1
  44. data/lib/extensions/uri/uri/mailto.rb +9 -9
  45. data/lib/framework/rho/rhoviewhelpers.rb +3 -2
  46. data/lib/framework/rholang/localization_simplified.rb +5 -3
  47. data/platform/android/Rhodes/src/com/rhomobile/rhodes/Logger.java +14 -1
  48. data/platform/android/Rhodes/src/com/rhomobile/rhodes/camera/ImageCapture.java +1 -1
  49. data/platform/android/Rhodes/src/com/rhomobile/rhodes/camera/ImageCaptureCallback.java +0 -1
  50. data/platform/android/Rhodes/src/com/rhomobile/rhodes/file/RhoFileApi.java +12 -5
  51. data/platform/android/build/android.rake +7 -7
  52. data/platform/iphone/Classes/AppManager/AppManager.m +19 -7
  53. data/platform/iphone/rbuild/iphone.rake +1 -1
  54. data/platform/osx/bin/RhoSimulator/RhoSimulator.app/Contents/Frameworks/QtCore.framework/Versions/4/QtCore +0 -0
  55. data/platform/osx/bin/RhoSimulator/RhoSimulator.app/Contents/Frameworks/QtGui.framework/Versions/4/QtGui +0 -0
  56. data/platform/osx/bin/RhoSimulator/RhoSimulator.app/Contents/Frameworks/QtNetwork.framework/Versions/4/QtNetwork +0 -0
  57. data/platform/osx/bin/RhoSimulator/RhoSimulator.app/Contents/Frameworks/QtWebKit.framework/Versions/4/QtWebKit +0 -0
  58. data/platform/osx/bin/RhoSimulator/RhoSimulator.app/Contents/Frameworks/phonon.framework/Versions/4/phonon +0 -0
  59. data/platform/osx/bin/RhoSimulator/RhoSimulator.app/Contents/Info.plist +1 -1
  60. data/platform/osx/bin/RhoSimulator/RhoSimulator.app/Contents/MacOS/RhoSimulator +0 -0
  61. data/platform/osx/bin/RhoSimulator/RhoSimulator.app/Contents/PlugIns/accessible/libqtaccessiblewidgets.dylib +0 -0
  62. data/platform/osx/bin/RhoSimulator/RhoSimulator.app/Contents/PlugIns/bearer/libqgenericbearer.dylib +0 -0
  63. data/platform/osx/bin/RhoSimulator/RhoSimulator.app/Contents/PlugIns/codecs/libqcncodecs.dylib +0 -0
  64. data/platform/osx/bin/RhoSimulator/RhoSimulator.app/Contents/PlugIns/codecs/libqjpcodecs.dylib +0 -0
  65. data/platform/osx/bin/RhoSimulator/RhoSimulator.app/Contents/PlugIns/codecs/libqkrcodecs.dylib +0 -0
  66. data/platform/osx/bin/RhoSimulator/RhoSimulator.app/Contents/PlugIns/codecs/libqtwcodecs.dylib +0 -0
  67. data/platform/osx/bin/RhoSimulator/RhoSimulator.app/Contents/PlugIns/graphicssystems/libqtracegraphicssystem.dylib +0 -0
  68. data/platform/osx/bin/RhoSimulator/RhoSimulator.app/Contents/PlugIns/imageformats/libqgif.dylib +0 -0
  69. data/platform/osx/bin/RhoSimulator/RhoSimulator.app/Contents/PlugIns/imageformats/libqico.dylib +0 -0
  70. data/platform/osx/bin/RhoSimulator/RhoSimulator.app/Contents/PlugIns/imageformats/libqjpeg.dylib +0 -0
  71. data/platform/osx/bin/RhoSimulator/RhoSimulator.app/Contents/PlugIns/imageformats/libqmng.dylib +0 -0
  72. data/platform/osx/bin/RhoSimulator/RhoSimulator.app/Contents/PlugIns/imageformats/libqtiff.dylib +0 -0
  73. data/platform/osx/bin/RhoSimulator/RhoSimulator.app/Contents/PlugIns/phonon_backend/libphonon_qt7.dylib +0 -0
  74. data/platform/osx/bin/RhoSimulator/RhoSimulator.app/Contents/PlugIns/qmltooling/libqmldbg_tcp.dylib +0 -0
  75. data/platform/osx/bin/RhoSimulator/RhoSimulator.app/Contents/Resources/rho.icns +0 -0
  76. data/platform/osx/build/osx.rake +25 -3
  77. data/platform/shared/common/AutoPointer.h +1 -1
  78. data/platform/shared/common/RhoStd.h +10 -10
  79. data/platform/shared/common/RhodesAppBase.cpp +3 -0
  80. data/platform/shared/logging/RhoLogConf.cpp +1 -1
  81. data/platform/shared/qt/rhodes/QtMainWindow.cpp +7 -0
  82. data/platform/shared/qt/rhodes/RhoSimulator.h +3 -1
  83. data/platform/shared/qt/rhodes/main.cpp +3 -0
  84. data/platform/shared/qt/rhodes/resources/rho.icns +0 -0
  85. data/platform/shared/qt/rhodes/resources/rho.ico +0 -0
  86. data/platform/shared/qt/rhodes/resources/rho.png +0 -0
  87. data/platform/shared/qt/rhodes/resources/simulator.qrc +5 -0
  88. data/platform/shared/qt/rhodes/rhodes.pro +2 -0
  89. data/platform/shared/ruby/ext/rho/rhosupport.c +21 -2
  90. data/platform/shared/ruby/ext/socket_192/addrinfo.h +191 -0
  91. data/platform/shared/ruby/ext/socket_192/ancdata.c +1800 -0
  92. data/platform/shared/ruby/ext/socket_192/basicsocket.c +771 -0
  93. data/platform/shared/ruby/ext/socket_192/constants.c +145 -0
  94. data/platform/shared/ruby/ext/socket_192/depend +25 -0
  95. data/platform/shared/ruby/ext/socket_192/extconf.rb +365 -0
  96. data/platform/shared/ruby/ext/socket_192/getaddrinfo.c +674 -0
  97. data/platform/shared/ruby/ext/socket_192/getnameinfo.c +260 -0
  98. data/platform/shared/ruby/ext/socket_192/init.c +575 -0
  99. data/platform/shared/ruby/ext/socket_192/ipsocket.c +308 -0
  100. data/platform/shared/ruby/ext/socket_192/lib/socket.rb +755 -0
  101. data/platform/shared/ruby/ext/socket_192/mkconstants.rb +696 -0
  102. data/platform/shared/ruby/ext/socket_192/option.c +692 -0
  103. data/platform/shared/ruby/ext/socket_192/raddrinfo.c +2211 -0
  104. data/platform/shared/ruby/ext/socket_192/rubysocket.h +306 -0
  105. data/platform/shared/ruby/ext/socket_192/socket.c +1870 -0
  106. data/platform/shared/ruby/ext/socket_192/sockport.h +84 -0
  107. data/platform/shared/ruby/ext/socket_192/sockssocket.c +58 -0
  108. data/platform/shared/ruby/ext/socket_192/tcpserver.c +145 -0
  109. data/platform/shared/ruby/ext/socket_192/tcpsocket.c +69 -0
  110. data/platform/shared/ruby/ext/socket_192/udpsocket.c +264 -0
  111. data/platform/shared/ruby/ext/socket_192/unixserver.c +154 -0
  112. data/platform/shared/ruby/ext/socket_192/unixsocket.c +514 -0
  113. data/platform/shared/ruby/ext/stringio/stringio.c +158 -61
  114. data/platform/shared/ruby/ext/strscan/strscan.c +18 -31
  115. data/platform/shared/ruby/iphone/ruby/config.h +2 -1
  116. data/platform/shared/ruby/linux/ruby/config.h +2 -1
  117. data/platform/shared/ruby/symbian/ruby/config.h +2 -1
  118. data/platform/shared/ruby/win32/ruby/config.h +1 -0
  119. data/platform/shared/ruby/win32/ruby/constdefs.c +5866 -0
  120. data/platform/shared/ruby/win32/ruby/constdefs.h +1788 -0
  121. data/platform/shared/ruby/wince/ruby/config.h +1 -0
  122. data/platform/shared/ruby/wince/ruby/constdefs.c +5866 -0
  123. data/platform/shared/ruby/wince/ruby/constdefs.h +1788 -0
  124. data/platform/symbian/build/symbian.rake +8 -0
  125. data/platform/symbian/rhodes/rhodes.pro +3 -3
  126. data/platform/win32/RhoSimulator/RhoSimulator.exe +0 -0
  127. data/platform/wm/build/wm.rake +1 -1
  128. data/platform/wm/rhodes/Rhodes.cpp +3 -0
  129. data/platform/wm/rhodes/rhodes.vcproj +612 -6
  130. data/platform/wm/rhodes/rhosim.rc +394 -0
  131. data/platform/wm/rhodes/simulator/MainWindowQt.cpp +2 -2
  132. data/platform/wp7/RhoRubyLib/common/RhodesApp.cs +8 -2
  133. data/platform/wp7/RhoRubyLib/net/NetRequest.cs +5 -1
  134. data/platform/wp7/build/wp.rake +1 -1
  135. data/rakefile.rb +52 -7
  136. data/res/generators/templates/application/app/layout.erb +4 -4
  137. data/res/generators/templates/application/public/jqmobile/{jquery.mobile-1.0b3.css → jquery.mobile-1.0rc1.css} +507 -457
  138. data/res/generators/templates/application/public/jqmobile/{jquery.mobile-1.0b3.js → jquery.mobile-1.0rc1.js} +565 -458
  139. data/res/generators/templates/application/public/jqmobile/jquery.mobile-1.0rc1.min.css +12 -0
  140. data/res/generators/templates/application/public/jqmobile/jquery.mobile-1.0rc1.min.js +170 -0
  141. data/res/generators/templates/application/public/jquery/{jquery-1.6.3.js → jquery-1.6.4.js} +10 -8
  142. data/res/generators/templates/application/public/jquery/jquery-1.6.4.min.js +4 -0
  143. data/res/generators/templates/application/public/js/jqmobile-patch.js +47 -1
  144. data/res/icons/rho.icns +0 -0
  145. data/res/icons/rho.ico +0 -0
  146. data/res/icons/rho.png +0 -0
  147. data/res/icons/rho.psd +0 -0
  148. data/res/icons/rhodes.icns +0 -0
  149. data/res/icons/rhodes.ico +0 -0
  150. data/res/icons/rhodes.png +0 -0
  151. data/res/icons/rhodes.psd +0 -0
  152. data/res/icons/rhosim.icns +0 -0
  153. data/res/icons/rhosim.ico +0 -0
  154. data/res/icons/rhosim.png +0 -0
  155. data/res/icons/rhosim.psd +0 -0
  156. data/rhodes.gemspec +1 -1
  157. data/spec/framework_spec/app/spec/core/file/expand_path_spec.rb +4 -4
  158. data/spec/framework_spec/app/spec/library/net/FTPError_spec.rb +8 -0
  159. data/spec/framework_spec/app/spec/library/net/FTPPermError_spec.rb +12 -0
  160. data/spec/framework_spec/app/spec/library/net/FTPProtoError_spec.rb +12 -0
  161. data/spec/framework_spec/app/spec/library/net/FTPReplyError_spec.rb +12 -0
  162. data/spec/framework_spec/app/spec/library/net/FTPTempError_spec.rb +12 -0
  163. data/spec/framework_spec/app/spec/library/net/ftp/abort_spec.rb +62 -0
  164. data/spec/framework_spec/app/spec/library/net/ftp/acct_spec.rb +58 -0
  165. data/spec/framework_spec/app/spec/library/net/ftp/binary_spec.rb +24 -0
  166. data/spec/framework_spec/app/spec/library/net/ftp/chdir_spec.rb +101 -0
  167. data/spec/framework_spec/app/spec/library/net/ftp/close_spec.rb +28 -0
  168. data/spec/framework_spec/app/spec/library/net/ftp/closed_spec.rb +21 -0
  169. data/spec/framework_spec/app/spec/library/net/ftp/connect_spec.rb +49 -0
  170. data/spec/framework_spec/app/spec/library/net/ftp/debug_mode_spec.rb +23 -0
  171. data/spec/framework_spec/app/spec/library/net/ftp/delete_spec.rb +59 -0
  172. data/spec/framework_spec/app/spec/library/net/ftp/dir_spec.rb +8 -0
  173. data/spec/framework_spec/app/spec/library/net/ftp/fixtures/putbinaryfile +3 -0
  174. data/spec/framework_spec/app/spec/library/net/ftp/fixtures/puttextfile +3 -0
  175. data/spec/framework_spec/app/spec/library/net/ftp/fixtures/server.rb +258 -0
  176. data/spec/framework_spec/app/spec/library/net/ftp/get_spec.rb +21 -0
  177. data/spec/framework_spec/app/spec/library/net/ftp/getbinaryfile_spec.rb +8 -0
  178. data/spec/framework_spec/app/spec/library/net/ftp/getdir_spec.rb +7 -0
  179. data/spec/framework_spec/app/spec/library/net/ftp/gettextfile_spec.rb +8 -0
  180. data/spec/framework_spec/app/spec/library/net/ftp/help_spec.rb +66 -0
  181. data/spec/framework_spec/app/spec/library/net/ftp/initialize_spec.rb +87 -0
  182. data/spec/framework_spec/app/spec/library/net/ftp/last_response_code_spec.rb +8 -0
  183. data/spec/framework_spec/app/spec/library/net/ftp/last_response_spec.rb +25 -0
  184. data/spec/framework_spec/app/spec/library/net/ftp/lastresp_spec.rb +8 -0
  185. data/spec/framework_spec/app/spec/library/net/ftp/list_spec.rb +8 -0
  186. data/spec/framework_spec/app/spec/library/net/ftp/login_spec.rb +216 -0
  187. data/spec/framework_spec/app/spec/library/net/ftp/ls_spec.rb +8 -0
  188. data/spec/framework_spec/app/spec/library/net/ftp/mdtm_spec.rb +38 -0
  189. data/spec/framework_spec/app/spec/library/net/ftp/mkdir_spec.rb +61 -0
  190. data/spec/framework_spec/app/spec/library/net/ftp/mtime_spec.rb +50 -0
  191. data/spec/framework_spec/app/spec/library/net/ftp/nlst_spec.rb +122 -0
  192. data/spec/framework_spec/app/spec/library/net/ftp/noop_spec.rb +38 -0
  193. data/spec/framework_spec/app/spec/library/net/ftp/open_spec.rb +55 -0
  194. data/spec/framework_spec/app/spec/library/net/ftp/passive_spec.rb +24 -0
  195. data/spec/framework_spec/app/spec/library/net/ftp/put_spec.rb +21 -0
  196. data/spec/framework_spec/app/spec/library/net/ftp/putbinaryfile_spec.rb +8 -0
  197. data/spec/framework_spec/app/spec/library/net/ftp/puttextfile_spec.rb +8 -0
  198. data/spec/framework_spec/app/spec/library/net/ftp/pwd_spec.rb +53 -0
  199. data/spec/framework_spec/app/spec/library/net/ftp/quit_spec.rb +33 -0
  200. data/spec/framework_spec/app/spec/library/net/ftp/rename_spec.rb +94 -0
  201. data/spec/framework_spec/app/spec/library/net/ftp/resume_spec.rb +23 -0
  202. data/spec/framework_spec/app/spec/library/net/ftp/retrbinary_spec.rb +31 -0
  203. data/spec/framework_spec/app/spec/library/net/ftp/retrlines_spec.rb +35 -0
  204. data/spec/framework_spec/app/spec/library/net/ftp/return_code_spec.rb +24 -0
  205. data/spec/framework_spec/app/spec/library/net/ftp/rmdir_spec.rb +58 -0
  206. data/spec/framework_spec/app/spec/library/net/ftp/sendcmd_spec.rb +54 -0
  207. data/spec/framework_spec/app/spec/library/net/ftp/set_socket_spec.rb +8 -0
  208. data/spec/framework_spec/app/spec/library/net/ftp/shared/getbinaryfile.rb +180 -0
  209. data/spec/framework_spec/app/spec/library/net/ftp/shared/gettextfile.rb +130 -0
  210. data/spec/framework_spec/app/spec/library/net/ftp/shared/last_response_code.rb +25 -0
  211. data/spec/framework_spec/app/spec/library/net/ftp/shared/list.rb +134 -0
  212. data/spec/framework_spec/app/spec/library/net/ftp/shared/putbinaryfile.rb +233 -0
  213. data/spec/framework_spec/app/spec/library/net/ftp/shared/puttextfile.rb +150 -0
  214. data/spec/framework_spec/app/spec/library/net/ftp/shared/pwd.rb +3 -0
  215. data/spec/framework_spec/app/spec/library/net/ftp/site_spec.rb +53 -0
  216. data/spec/framework_spec/app/spec/library/net/ftp/size_spec.rb +48 -0
  217. data/spec/framework_spec/app/spec/library/net/ftp/status_spec.rb +63 -0
  218. data/spec/framework_spec/app/spec/library/net/ftp/storbinary_spec.rb +49 -0
  219. data/spec/framework_spec/app/spec/library/net/ftp/storlines_spec.rb +44 -0
  220. data/spec/framework_spec/app/spec/library/net/ftp/system_spec.rb +48 -0
  221. data/spec/framework_spec/app/spec/library/net/ftp/voidcmd_spec.rb +54 -0
  222. data/spec/framework_spec/app/spec/library/net/ftp/welcome_spec.rb +25 -0
  223. data/spec/framework_spec/app/spec/library/net/http/HTTPBadResponse_spec.rb +8 -0
  224. data/spec/framework_spec/app/spec/library/net/http/HTTPError_spec.rb +12 -0
  225. data/spec/framework_spec/app/spec/library/net/http/HTTPFatalError_spec.rb +12 -0
  226. data/spec/framework_spec/app/spec/library/net/http/HTTPHeaderSyntaxError_spec.rb +8 -0
  227. data/spec/framework_spec/app/spec/library/net/http/HTTPRetriableError_spec.rb +12 -0
  228. data/spec/framework_spec/app/spec/library/net/http/HTTPServerException_spec.rb +12 -0
  229. data/spec/framework_spec/app/spec/library/net/http/http/Proxy_spec.rb +35 -0
  230. data/spec/framework_spec/app/spec/library/net/http/http/active_spec.rb +8 -0
  231. data/spec/framework_spec/app/spec/library/net/http/http/address_spec.rb +9 -0
  232. data/spec/framework_spec/app/spec/library/net/http/http/close_on_empty_response_spec.rb +10 -0
  233. data/spec/framework_spec/app/spec/library/net/http/http/copy_spec.rb +23 -0
  234. data/spec/framework_spec/app/spec/library/net/http/http/default_port_spec.rb +8 -0
  235. data/spec/framework_spec/app/spec/library/net/http/http/delete_spec.rb +23 -0
  236. data/spec/framework_spec/app/spec/library/net/http/http/finish_spec.rb +31 -0
  237. data/spec/framework_spec/app/spec/library/net/http/http/fixtures/http_server.rb +97 -0
  238. data/spec/framework_spec/app/spec/library/net/http/http/get2_spec.rb +8 -0
  239. data/spec/framework_spec/app/spec/library/net/http/http/get_print_spec.rb +29 -0
  240. data/spec/framework_spec/app/spec/library/net/http/http/get_response_spec.rb +29 -0
  241. data/spec/framework_spec/app/spec/library/net/http/http/get_spec.rb +52 -0
  242. data/spec/framework_spec/app/spec/library/net/http/http/head2_spec.rb +9 -0
  243. data/spec/framework_spec/app/spec/library/net/http/http/head_spec.rb +27 -0
  244. data/spec/framework_spec/app/spec/library/net/http/http/http_default_port_spec.rb +8 -0
  245. data/spec/framework_spec/app/spec/library/net/http/http/https_default_port_spec.rb +8 -0
  246. data/spec/framework_spec/app/spec/library/net/http/http/initialize_spec.rb +46 -0
  247. data/spec/framework_spec/app/spec/library/net/http/http/inspect_spec.rb +26 -0
  248. data/spec/framework_spec/app/spec/library/net/http/http/is_version_1_1_spec.rb +7 -0
  249. data/spec/framework_spec/app/spec/library/net/http/http/is_version_1_2_spec.rb +7 -0
  250. data/spec/framework_spec/app/spec/library/net/http/http/lock_spec.rb +23 -0
  251. data/spec/framework_spec/app/spec/library/net/http/http/mkcol_spec.rb +23 -0
  252. data/spec/framework_spec/app/spec/library/net/http/http/move_spec.rb +27 -0
  253. data/spec/framework_spec/app/spec/library/net/http/http/new_spec.rb +86 -0
  254. data/spec/framework_spec/app/spec/library/net/http/http/newobj_spec.rb +48 -0
  255. data/spec/framework_spec/app/spec/library/net/http/http/open_timeout_spec.rb +24 -0
  256. data/spec/framework_spec/app/spec/library/net/http/http/options_spec.rb +27 -0
  257. data/spec/framework_spec/app/spec/library/net/http/http/port_spec.rb +9 -0
  258. data/spec/framework_spec/app/spec/library/net/http/http/post2_spec.rb +8 -0
  259. data/spec/framework_spec/app/spec/library/net/http/http/post_form_spec.rb +21 -0
  260. data/spec/framework_spec/app/spec/library/net/http/http/post_spec.rb +40 -0
  261. data/spec/framework_spec/app/spec/library/net/http/http/propfind_spec.rb +26 -0
  262. data/spec/framework_spec/app/spec/library/net/http/http/proppatch_spec.rb +26 -0
  263. data/spec/framework_spec/app/spec/library/net/http/http/proxy_address_spec.rb +31 -0
  264. data/spec/framework_spec/app/spec/library/net/http/http/proxy_class_spec.rb +9 -0
  265. data/spec/framework_spec/app/spec/library/net/http/http/proxy_pass_spec.rb +39 -0
  266. data/spec/framework_spec/app/spec/library/net/http/http/proxy_port_spec.rb +39 -0
  267. data/spec/framework_spec/app/spec/library/net/http/http/proxy_user_spec.rb +39 -0
  268. data/spec/framework_spec/app/spec/library/net/http/http/put2_spec.rb +8 -0
  269. data/spec/framework_spec/app/spec/library/net/http/http/put_spec.rb +26 -0
  270. data/spec/framework_spec/app/spec/library/net/http/http/read_timeout_spec.rb +24 -0
  271. data/spec/framework_spec/app/spec/library/net/http/http/request_get_spec.rb +8 -0
  272. data/spec/framework_spec/app/spec/library/net/http/http/request_head_spec.rb +8 -0
  273. data/spec/framework_spec/app/spec/library/net/http/http/request_post_spec.rb +8 -0
  274. data/spec/framework_spec/app/spec/library/net/http/http/request_put_spec.rb +8 -0
  275. data/spec/framework_spec/app/spec/library/net/http/http/request_spec.rb +111 -0
  276. data/spec/framework_spec/app/spec/library/net/http/http/request_types_spec.rb +254 -0
  277. data/spec/framework_spec/app/spec/library/net/http/http/send_request_spec.rb +120 -0
  278. data/spec/framework_spec/app/spec/library/net/http/http/set_debug_output_spec.rb +35 -0
  279. data/spec/framework_spec/app/spec/library/net/http/http/shared/request_get.rb +45 -0
  280. data/spec/framework_spec/app/spec/library/net/http/http/shared/request_head.rb +45 -0
  281. data/spec/framework_spec/app/spec/library/net/http/http/shared/request_post.rb +45 -0
  282. data/spec/framework_spec/app/spec/library/net/http/http/shared/request_put.rb +45 -0
  283. data/spec/framework_spec/app/spec/library/net/http/http/shared/started.rb +28 -0
  284. data/spec/framework_spec/app/spec/library/net/http/http/shared/version_1_1.rb +19 -0
  285. data/spec/framework_spec/app/spec/library/net/http/http/shared/version_1_2.rb +6 -0
  286. data/spec/framework_spec/app/spec/library/net/http/http/socket_type_spec.rb +8 -0
  287. data/spec/framework_spec/app/spec/library/net/http/http/start_spec.rb +103 -0
  288. data/spec/framework_spec/app/spec/library/net/http/http/started_spec.rb +8 -0
  289. data/spec/framework_spec/app/spec/library/net/http/http/trace_spec.rb +26 -0
  290. data/spec/framework_spec/app/spec/library/net/http/http/unlock_spec.rb +26 -0
  291. data/spec/framework_spec/app/spec/library/net/http/http/use_ssl_spec.rb +9 -0
  292. data/spec/framework_spec/app/spec/library/net/http/http/version_1_1_spec.rb +22 -0
  293. data/spec/framework_spec/app/spec/library/net/http/http/version_1_2_spec.rb +20 -0
  294. data/spec/framework_spec/app/spec/library/net/http/httpexceptions/fixtures/classes.rb +5 -0
  295. data/spec/framework_spec/app/spec/library/net/http/httpexceptions/initialize_spec.rb +17 -0
  296. data/spec/framework_spec/app/spec/library/net/http/httpexceptions/response_spec.rb +10 -0
  297. data/spec/framework_spec/app/spec/library/net/http/httpgenericrequest/body_exist_spec.rb +27 -0
  298. data/spec/framework_spec/app/spec/library/net/http/httpgenericrequest/body_spec.rb +30 -0
  299. data/spec/framework_spec/app/spec/library/net/http/httpgenericrequest/body_stream_spec.rb +32 -0
  300. data/spec/framework_spec/app/spec/library/net/http/httpgenericrequest/exec_spec.rb +122 -0
  301. data/spec/framework_spec/app/spec/library/net/http/httpgenericrequest/inspect_spec.rb +25 -0
  302. data/spec/framework_spec/app/spec/library/net/http/httpgenericrequest/method_spec.rb +15 -0
  303. data/spec/framework_spec/app/spec/library/net/http/httpgenericrequest/path_spec.rb +12 -0
  304. data/spec/framework_spec/app/spec/library/net/http/httpgenericrequest/request_body_permitted_spec.rb +12 -0
  305. data/spec/framework_spec/app/spec/library/net/http/httpgenericrequest/response_body_permitted_spec.rb +12 -0
  306. data/spec/framework_spec/app/spec/library/net/http/httpgenericrequest/set_body_internal_spec.rb +21 -0
  307. data/spec/framework_spec/app/spec/library/net/http/httpheader/add_field_spec.rb +31 -0
  308. data/spec/framework_spec/app/spec/library/net/http/httpheader/basic_auth_spec.rb +14 -0
  309. data/spec/framework_spec/app/spec/library/net/http/httpheader/canonical_each_spec.rb +8 -0
  310. data/spec/framework_spec/app/spec/library/net/http/httpheader/chunked_spec.rb +22 -0
  311. data/spec/framework_spec/app/spec/library/net/http/httpheader/content_length_spec.rb +54 -0
  312. data/spec/framework_spec/app/spec/library/net/http/httpheader/content_range_spec.rb +34 -0
  313. data/spec/framework_spec/app/spec/library/net/http/httpheader/content_type_spec.rb +26 -0
  314. data/spec/framework_spec/app/spec/library/net/http/httpheader/delete_spec.rb +30 -0
  315. data/spec/framework_spec/app/spec/library/net/http/httpheader/each_capitalized_name_spec.rb +45 -0
  316. data/spec/framework_spec/app/spec/library/net/http/httpheader/each_capitalized_spec.rb +9 -0
  317. data/spec/framework_spec/app/spec/library/net/http/httpheader/each_header_spec.rb +8 -0
  318. data/spec/framework_spec/app/spec/library/net/http/httpheader/each_key_spec.rb +8 -0
  319. data/spec/framework_spec/app/spec/library/net/http/httpheader/each_name_spec.rb +8 -0
  320. data/spec/framework_spec/app/spec/library/net/http/httpheader/each_spec.rb +8 -0
  321. data/spec/framework_spec/app/spec/library/net/http/httpheader/each_value_spec.rb +46 -0
  322. data/spec/framework_spec/app/spec/library/net/http/httpheader/element_reference_spec.rb +39 -0
  323. data/spec/framework_spec/app/spec/library/net/http/httpheader/element_set_spec.rb +41 -0
  324. data/spec/framework_spec/app/spec/library/net/http/httpheader/fetch_spec.rb +69 -0
  325. data/spec/framework_spec/app/spec/library/net/http/httpheader/fixtures/classes.rb +11 -0
  326. data/spec/framework_spec/app/spec/library/net/http/httpheader/form_data_spec.rb +8 -0
  327. data/spec/framework_spec/app/spec/library/net/http/httpheader/get_fields_spec.rb +39 -0
  328. data/spec/framework_spec/app/spec/library/net/http/httpheader/initialize_http_header_spec.rb +29 -0
  329. data/spec/framework_spec/app/spec/library/net/http/httpheader/key_spec.rb +21 -0
  330. data/spec/framework_spec/app/spec/library/net/http/httpheader/length_spec.rb +8 -0
  331. data/spec/framework_spec/app/spec/library/net/http/httpheader/main_type_spec.rb +24 -0
  332. data/spec/framework_spec/app/spec/library/net/http/httpheader/proxy_basic_auth_spec.rb +14 -0
  333. data/spec/framework_spec/app/spec/library/net/http/httpheader/range_length_spec.rb +32 -0
  334. data/spec/framework_spec/app/spec/library/net/http/httpheader/range_spec.rb +48 -0
  335. data/spec/framework_spec/app/spec/library/net/http/httpheader/set_content_type_spec.rb +8 -0
  336. data/spec/framework_spec/app/spec/library/net/http/httpheader/set_form_data_spec.rb +8 -0
  337. data/spec/framework_spec/app/spec/library/net/http/httpheader/set_range_spec.rb +8 -0
  338. data/spec/framework_spec/app/spec/library/net/http/httpheader/shared/each_capitalized.rb +42 -0
  339. data/spec/framework_spec/app/spec/library/net/http/httpheader/shared/each_header.rb +42 -0
  340. data/spec/framework_spec/app/spec/library/net/http/httpheader/shared/each_name.rb +39 -0
  341. data/spec/framework_spec/app/spec/library/net/http/httpheader/shared/set_content_type.rb +18 -0
  342. data/spec/framework_spec/app/spec/library/net/http/httpheader/shared/set_form_data.rb +27 -0
  343. data/spec/framework_spec/app/spec/library/net/http/httpheader/shared/set_range.rb +89 -0
  344. data/spec/framework_spec/app/spec/library/net/http/httpheader/shared/size.rb +18 -0
  345. data/spec/framework_spec/app/spec/library/net/http/httpheader/size_spec.rb +8 -0
  346. data/spec/framework_spec/app/spec/library/net/http/httpheader/sub_type_spec.rb +32 -0
  347. data/spec/framework_spec/app/spec/library/net/http/httpheader/to_hash_spec.rb +25 -0
  348. data/spec/framework_spec/app/spec/library/net/http/httpheader/type_params_spec.rb +24 -0
  349. data/spec/framework_spec/app/spec/library/net/http/httprequest/initialize_spec.rb +45 -0
  350. data/spec/framework_spec/app/spec/library/net/http/httpresponse/body_permitted_spec.rb +13 -0
  351. data/spec/framework_spec/app/spec/library/net/http/httpresponse/body_spec.rb +7 -0
  352. data/spec/framework_spec/app/spec/library/net/http/httpresponse/code_spec.rb +24 -0
  353. data/spec/framework_spec/app/spec/library/net/http/httpresponse/code_type_spec.rb +24 -0
  354. data/spec/framework_spec/app/spec/library/net/http/httpresponse/entity_spec.rb +7 -0
  355. data/spec/framework_spec/app/spec/library/net/http/httpresponse/error_spec.rb +24 -0
  356. data/spec/framework_spec/app/spec/library/net/http/httpresponse/error_type_spec.rb +24 -0
  357. data/spec/framework_spec/app/spec/library/net/http/httpresponse/exception_type_spec.rb +13 -0
  358. data/spec/framework_spec/app/spec/library/net/http/httpresponse/header_spec.rb +9 -0
  359. data/spec/framework_spec/app/spec/library/net/http/httpresponse/http_version_spec.rb +12 -0
  360. data/spec/framework_spec/app/spec/library/net/http/httpresponse/initialize_spec.rb +11 -0
  361. data/spec/framework_spec/app/spec/library/net/http/httpresponse/inspect_spec.rb +15 -0
  362. data/spec/framework_spec/app/spec/library/net/http/httpresponse/message_spec.rb +9 -0
  363. data/spec/framework_spec/app/spec/library/net/http/httpresponse/msg_spec.rb +9 -0
  364. data/spec/framework_spec/app/spec/library/net/http/httpresponse/read_body_spec.rb +86 -0
  365. data/spec/framework_spec/app/spec/library/net/http/httpresponse/read_header_spec.rb +9 -0
  366. data/spec/framework_spec/app/spec/library/net/http/httpresponse/read_new_spec.rb +22 -0
  367. data/spec/framework_spec/app/spec/library/net/http/httpresponse/reading_body_spec.rb +58 -0
  368. data/spec/framework_spec/app/spec/library/net/http/httpresponse/response_spec.rb +9 -0
  369. data/spec/framework_spec/app/spec/library/net/http/httpresponse/shared/body.rb +18 -0
  370. data/spec/framework_spec/app/spec/library/net/http/httpresponse/to_ary_spec.rb +26 -0
  371. data/spec/framework_spec/app/spec/library/net/http/httpresponse/value_spec.rb +24 -0
  372. data/spec/framework_spec/app/spec/library/rexml/attribute/clone_spec.rb +11 -0
  373. data/spec/framework_spec/app/spec/library/rexml/attribute/element_spec.rb +23 -0
  374. data/spec/framework_spec/app/spec/library/rexml/attribute/equal_value_spec.rb +18 -0
  375. data/spec/framework_spec/app/spec/library/rexml/attribute/hash_spec.rb +13 -0
  376. data/spec/framework_spec/app/spec/library/rexml/attribute/initialize_spec.rb +29 -0
  377. data/spec/framework_spec/app/spec/library/rexml/attribute/inspect_spec.rb +20 -0
  378. data/spec/framework_spec/app/spec/library/rexml/attribute/namespace_spec.rb +24 -0
  379. data/spec/framework_spec/app/spec/library/rexml/attribute/node_type_spec.rb +10 -0
  380. data/spec/framework_spec/app/spec/library/rexml/attribute/prefix_spec.rb +18 -0
  381. data/spec/framework_spec/app/spec/library/rexml/attribute/remove_spec.rb +20 -0
  382. data/spec/framework_spec/app/spec/library/rexml/attribute/to_s_spec.rb +14 -0
  383. data/spec/framework_spec/app/spec/library/rexml/attribute/to_string_spec.rb +15 -0
  384. data/spec/framework_spec/app/spec/library/rexml/attribute/value_spec.rb +15 -0
  385. data/spec/framework_spec/app/spec/library/rexml/attribute/write_spec.rb +23 -0
  386. data/spec/framework_spec/app/spec/library/rexml/attribute/xpath_spec.rb +20 -0
  387. data/spec/framework_spec/app/spec/library/rexml/attributes/add_spec.rb +7 -0
  388. data/spec/framework_spec/app/spec/library/rexml/attributes/append_spec.rb +7 -0
  389. data/spec/framework_spec/app/spec/library/rexml/attributes/delete_all_spec.rb +31 -0
  390. data/spec/framework_spec/app/spec/library/rexml/attributes/delete_spec.rb +27 -0
  391. data/spec/framework_spec/app/spec/library/rexml/attributes/each_attribute_spec.rb +24 -0
  392. data/spec/framework_spec/app/spec/library/rexml/attributes/each_spec.rb +24 -0
  393. data/spec/framework_spec/app/spec/library/rexml/attributes/element_reference_spec.rb +19 -0
  394. data/spec/framework_spec/app/spec/library/rexml/attributes/element_set_spec.rb +26 -0
  395. data/spec/framework_spec/app/spec/library/rexml/attributes/get_attribute_ns_spec.rb +14 -0
  396. data/spec/framework_spec/app/spec/library/rexml/attributes/get_attribute_spec.rb +29 -0
  397. data/spec/framework_spec/app/spec/library/rexml/attributes/initialize_spec.rb +19 -0
  398. data/spec/framework_spec/app/spec/library/rexml/attributes/length_spec.rb +7 -0
  399. data/spec/framework_spec/app/spec/library/rexml/attributes/namespaces_spec.rb +6 -0
  400. data/spec/framework_spec/app/spec/library/rexml/attributes/prefixes_spec.rb +24 -0
  401. data/spec/framework_spec/app/spec/library/rexml/attributes/shared/add.rb +17 -0
  402. data/spec/framework_spec/app/spec/library/rexml/attributes/shared/length.rb +13 -0
  403. data/spec/framework_spec/app/spec/library/rexml/attributes/size_spec.rb +7 -0
  404. data/spec/framework_spec/app/spec/library/rexml/attributes/to_a_spec.rb +20 -0
  405. data/spec/framework_spec/app/spec/library/rexml/cdata/clone_spec.rb +10 -0
  406. data/spec/framework_spec/app/spec/library/rexml/cdata/initialize_spec.rb +25 -0
  407. data/spec/framework_spec/app/spec/library/rexml/cdata/shared/to_s.rb +11 -0
  408. data/spec/framework_spec/app/spec/library/rexml/cdata/to_s_spec.rb +7 -0
  409. data/spec/framework_spec/app/spec/library/rexml/cdata/value_spec.rb +7 -0
  410. data/spec/framework_spec/app/spec/library/rexml/document/add_element_spec.rb +31 -0
  411. data/spec/framework_spec/app/spec/library/rexml/document/add_spec.rb +61 -0
  412. data/spec/framework_spec/app/spec/library/rexml/document/clone_spec.rb +20 -0
  413. data/spec/framework_spec/app/spec/library/rexml/document/doctype_spec.rb +15 -0
  414. data/spec/framework_spec/app/spec/library/rexml/document/encoding_spec.rb +22 -0
  415. data/spec/framework_spec/app/spec/library/rexml/document/expanded_name_spec.rb +16 -0
  416. data/spec/framework_spec/app/spec/library/rexml/document/new_spec.rb +38 -0
  417. data/spec/framework_spec/app/spec/library/rexml/document/node_type_spec.rb +8 -0
  418. data/spec/framework_spec/app/spec/library/rexml/document/root_spec.rb +12 -0
  419. data/spec/framework_spec/app/spec/library/rexml/document/stand_alone_spec.rb +19 -0
  420. data/spec/framework_spec/app/spec/library/rexml/document/version_spec.rb +14 -0
  421. data/spec/framework_spec/app/spec/library/rexml/document/write_spec.rb +39 -0
  422. data/spec/framework_spec/app/spec/library/rexml/document/xml_decl_spec.rb +15 -0
  423. data/spec/framework_spec/app/spec/library/rexml/element/add_attribute_spec.rb +41 -0
  424. data/spec/framework_spec/app/spec/library/rexml/element/add_attributes_spec.rb +22 -0
  425. data/spec/framework_spec/app/spec/library/rexml/element/add_element_spec.rb +39 -0
  426. data/spec/framework_spec/app/spec/library/rexml/element/add_namespace_spec.rb +24 -0
  427. data/spec/framework_spec/app/spec/library/rexml/element/add_text_spec.rb +24 -0
  428. data/spec/framework_spec/app/spec/library/rexml/element/attribute_spec.rb +17 -0
  429. data/spec/framework_spec/app/spec/library/rexml/element/attributes_spec.rb +19 -0
  430. data/spec/framework_spec/app/spec/library/rexml/element/cdatas_spec.rb +24 -0
  431. data/spec/framework_spec/app/spec/library/rexml/element/clone_spec.rb +29 -0
  432. data/spec/framework_spec/app/spec/library/rexml/element/comments_spec.rb +21 -0
  433. data/spec/framework_spec/app/spec/library/rexml/element/delete_attribute_spec.rb +39 -0
  434. data/spec/framework_spec/app/spec/library/rexml/element/delete_element_spec.rb +51 -0
  435. data/spec/framework_spec/app/spec/library/rexml/element/delete_namespace_spec.rb +25 -0
  436. data/spec/framework_spec/app/spec/library/rexml/element/document_spec.rb +18 -0
  437. data/spec/framework_spec/app/spec/library/rexml/element/each_element_with_attribute_spec.rb +35 -0
  438. data/spec/framework_spec/app/spec/library/rexml/element/each_element_with_text_spec.rb +31 -0
  439. data/spec/framework_spec/app/spec/library/rexml/element/get_text_spec.rb +18 -0
  440. data/spec/framework_spec/app/spec/library/rexml/element/has_attributes_spec.rb +17 -0
  441. data/spec/framework_spec/app/spec/library/rexml/element/has_elements_spec.rb +18 -0
  442. data/spec/framework_spec/app/spec/library/rexml/element/has_text_spec.rb +16 -0
  443. data/spec/framework_spec/app/spec/library/rexml/element/inspect_spec.rb +27 -0
  444. data/spec/framework_spec/app/spec/library/rexml/element/instructions_spec.rb +21 -0
  445. data/spec/framework_spec/app/spec/library/rexml/element/namespace_spec.rb +27 -0
  446. data/spec/framework_spec/app/spec/library/rexml/element/namespaces_spec.rb +32 -0
  447. data/spec/framework_spec/app/spec/library/rexml/element/new_spec.rb +35 -0
  448. data/spec/framework_spec/app/spec/library/rexml/element/next_element_spec.rb +19 -0
  449. data/spec/framework_spec/app/spec/library/rexml/element/node_type_spec.rb +8 -0
  450. data/spec/framework_spec/app/spec/library/rexml/element/prefixes_spec.rb +23 -0
  451. data/spec/framework_spec/app/spec/library/rexml/element/previous_element_spec.rb +20 -0
  452. data/spec/framework_spec/app/spec/library/rexml/element/raw_spec.rb +24 -0
  453. data/spec/framework_spec/app/spec/library/rexml/element/root_spec.rb +28 -0
  454. data/spec/framework_spec/app/spec/library/rexml/element/text_spec.rb +46 -0
  455. data/spec/framework_spec/app/spec/library/rexml/element/texts_spec.rb +16 -0
  456. data/spec/framework_spec/app/spec/library/rexml/element/whitespace_spec.rb +23 -0
  457. data/spec/framework_spec/app/spec/library/rexml/node/each_recursive_spec.rb +21 -0
  458. data/spec/framework_spec/app/spec/library/rexml/node/find_first_recursive_spec.rb +25 -0
  459. data/spec/framework_spec/app/spec/library/rexml/node/index_in_parent_spec.rb +15 -0
  460. data/spec/framework_spec/app/spec/library/rexml/node/next_sibling_node_spec.rb +21 -0
  461. data/spec/framework_spec/app/spec/library/rexml/node/parent_spec.rb +21 -0
  462. data/spec/framework_spec/app/spec/library/rexml/node/previous_sibling_node_spec.rb +21 -0
  463. data/spec/framework_spec/app/spec/library/rexml/shared/each_element.rb +36 -0
  464. data/spec/framework_spec/app/spec/library/rexml/shared/elements_to_a.rb +36 -0
  465. data/spec/framework_spec/app/spec/library/rexml/text/append_spec.rb +10 -0
  466. data/spec/framework_spec/app/spec/library/rexml/text/clone_spec.rb +10 -0
  467. data/spec/framework_spec/app/spec/library/rexml/text/comparison_spec.rb +25 -0
  468. data/spec/framework_spec/app/spec/library/rexml/text/empty_spec.rb +12 -0
  469. data/spec/framework_spec/app/spec/library/rexml/text/indent_text_spec.rb +24 -0
  470. data/spec/framework_spec/app/spec/library/rexml/text/inspect_spec.rb +8 -0
  471. data/spec/framework_spec/app/spec/library/rexml/text/new_spec.rb +49 -0
  472. data/spec/framework_spec/app/spec/library/rexml/text/node_type_spec.rb +8 -0
  473. data/spec/framework_spec/app/spec/library/rexml/text/normalize_spec.rb +8 -0
  474. data/spec/framework_spec/app/spec/library/rexml/text/read_with_substitution_spec.rb +13 -0
  475. data/spec/framework_spec/app/spec/library/rexml/text/to_s_spec.rb +18 -0
  476. data/spec/framework_spec/app/spec/library/rexml/text/unnormalize_spec.rb +8 -0
  477. data/spec/framework_spec/app/spec/library/rexml/text/value_spec.rb +37 -0
  478. data/spec/framework_spec/app/spec/library/rexml/text/wrap_spec.rb +21 -0
  479. data/spec/framework_spec/app/spec/library/rexml/text/write_with_substitution_spec.rb +33 -0
  480. data/spec/framework_spec/app/spec/library/set/exclusion_spec.rb +2 -2
  481. data/spec/framework_spec/app/spec/library/set/merge_spec.rb +2 -2
  482. data/spec/framework_spec/app/spec/library/set/shared/difference.rb +2 -2
  483. data/spec/framework_spec/app/spec/library/set/shared/intersection.rb +2 -2
  484. data/spec/framework_spec/app/spec/library/set/shared/union.rb +2 -2
  485. data/spec/framework_spec/app/spec/library/set/sortedset/exclusion_spec.rb +2 -2
  486. data/spec/framework_spec/app/spec/library/set/sortedset/merge_spec.rb +2 -2
  487. data/spec/framework_spec/app/spec/library/set/sortedset/shared/difference.rb +2 -2
  488. data/spec/framework_spec/app/spec/library/set/sortedset/shared/intersection.rb +2 -2
  489. data/spec/framework_spec/app/spec/library/set/sortedset/shared/union.rb +2 -2
  490. data/spec/framework_spec/app/spec/library/timeout/timeout_spec.rb +37 -0
  491. data/spec/framework_spec/app/spec/library/uri/eql_spec.rb +12 -0
  492. data/spec/framework_spec/app/spec/library/uri/equality_spec.rb +48 -0
  493. data/spec/framework_spec/app/spec/library/uri/escape/decode_spec.rb +6 -0
  494. data/spec/framework_spec/app/spec/library/uri/escape/encode_spec.rb +6 -0
  495. data/spec/framework_spec/app/spec/library/uri/escape/escape_spec.rb +6 -0
  496. data/spec/framework_spec/app/spec/library/uri/escape/unescape_spec.rb +6 -0
  497. data/spec/framework_spec/app/spec/library/uri/extract_spec.rb +86 -0
  498. data/spec/framework_spec/app/spec/library/uri/fixtures/classes.rb +11 -0
  499. data/spec/framework_spec/app/spec/library/uri/fixtures/normalization.rb +54 -0
  500. data/spec/framework_spec/app/spec/library/uri/ftp/build_spec.rb +6 -0
  501. data/spec/framework_spec/app/spec/library/uri/ftp/merge_spec.rb +6 -0
  502. data/spec/framework_spec/app/spec/library/uri/ftp/new2_spec.rb +6 -0
  503. data/spec/framework_spec/app/spec/library/uri/ftp/path_spec.rb +56 -0
  504. data/spec/framework_spec/app/spec/library/uri/ftp/set_typecode_spec.rb +6 -0
  505. data/spec/framework_spec/app/spec/library/uri/ftp/to_s_spec.rb +25 -0
  506. data/spec/framework_spec/app/spec/library/uri/ftp/typecode_spec.rb +10 -0
  507. data/spec/framework_spec/app/spec/library/uri/generic/absolute_spec.rb +10 -0
  508. data/spec/framework_spec/app/spec/library/uri/generic/build2_spec.rb +6 -0
  509. data/spec/framework_spec/app/spec/library/uri/generic/build_spec.rb +6 -0
  510. data/spec/framework_spec/app/spec/library/uri/generic/coerce_spec.rb +6 -0
  511. data/spec/framework_spec/app/spec/library/uri/generic/component_ary_spec.rb +6 -0
  512. data/spec/framework_spec/app/spec/library/uri/generic/component_spec.rb +10 -0
  513. data/spec/framework_spec/app/spec/library/uri/generic/default_port_spec.rb +10 -0
  514. data/spec/framework_spec/app/spec/library/uri/generic/eql_spec.rb +6 -0
  515. data/spec/framework_spec/app/spec/library/uri/generic/equal_value_spec.rb +6 -0
  516. data/spec/framework_spec/app/spec/library/uri/generic/fragment_spec.rb +10 -0
  517. data/spec/framework_spec/app/spec/library/uri/generic/hash_spec.rb +6 -0
  518. data/spec/framework_spec/app/spec/library/uri/generic/hierarchical_spec.rb +6 -0
  519. data/spec/framework_spec/app/spec/library/uri/generic/host_spec.rb +10 -0
  520. data/spec/framework_spec/app/spec/library/uri/generic/inspect_spec.rb +6 -0
  521. data/spec/framework_spec/app/spec/library/uri/generic/merge_spec.rb +10 -0
  522. data/spec/framework_spec/app/spec/library/uri/generic/minus_spec.rb +6 -0
  523. data/spec/framework_spec/app/spec/library/uri/generic/normalize_spec.rb +10 -0
  524. data/spec/framework_spec/app/spec/library/uri/generic/opaque_spec.rb +10 -0
  525. data/spec/framework_spec/app/spec/library/uri/generic/password_spec.rb +10 -0
  526. data/spec/framework_spec/app/spec/library/uri/generic/path_spec.rb +10 -0
  527. data/spec/framework_spec/app/spec/library/uri/generic/plus_spec.rb +6 -0
  528. data/spec/framework_spec/app/spec/library/uri/generic/port_spec.rb +10 -0
  529. data/spec/framework_spec/app/spec/library/uri/generic/query_spec.rb +10 -0
  530. data/spec/framework_spec/app/spec/library/uri/generic/registry_spec.rb +10 -0
  531. data/spec/framework_spec/app/spec/library/uri/generic/relative_spec.rb +6 -0
  532. data/spec/framework_spec/app/spec/library/uri/generic/route_from_spec.rb +6 -0
  533. data/spec/framework_spec/app/spec/library/uri/generic/route_to_spec.rb +6 -0
  534. data/spec/framework_spec/app/spec/library/uri/generic/scheme_spec.rb +10 -0
  535. data/spec/framework_spec/app/spec/library/uri/generic/select_spec.rb +6 -0
  536. data/spec/framework_spec/app/spec/library/uri/generic/set_fragment_spec.rb +6 -0
  537. data/spec/framework_spec/app/spec/library/uri/generic/set_host_spec.rb +6 -0
  538. data/spec/framework_spec/app/spec/library/uri/generic/set_opaque_spec.rb +6 -0
  539. data/spec/framework_spec/app/spec/library/uri/generic/set_password_spec.rb +6 -0
  540. data/spec/framework_spec/app/spec/library/uri/generic/set_path_spec.rb +6 -0
  541. data/spec/framework_spec/app/spec/library/uri/generic/set_port_spec.rb +6 -0
  542. data/spec/framework_spec/app/spec/library/uri/generic/set_query_spec.rb +6 -0
  543. data/spec/framework_spec/app/spec/library/uri/generic/set_registry_spec.rb +6 -0
  544. data/spec/framework_spec/app/spec/library/uri/generic/set_scheme_spec.rb +6 -0
  545. data/spec/framework_spec/app/spec/library/uri/generic/set_user_spec.rb +6 -0
  546. data/spec/framework_spec/app/spec/library/uri/generic/set_userinfo_spec.rb +6 -0
  547. data/spec/framework_spec/app/spec/library/uri/generic/to_s_spec.rb +6 -0
  548. data/spec/framework_spec/app/spec/library/uri/generic/use_registry_spec.rb +6 -0
  549. data/spec/framework_spec/app/spec/library/uri/generic/user_spec.rb +10 -0
  550. data/spec/framework_spec/app/spec/library/uri/generic/userinfo_spec.rb +10 -0
  551. data/spec/framework_spec/app/spec/library/uri/http/build_spec.rb +6 -0
  552. data/spec/framework_spec/app/spec/library/uri/http/request_uri_spec.rb +16 -0
  553. data/spec/framework_spec/app/spec/library/uri/join_spec.rb +61 -0
  554. data/spec/framework_spec/app/spec/library/uri/ldap/attributes_spec.rb +10 -0
  555. data/spec/framework_spec/app/spec/library/uri/ldap/build_spec.rb +6 -0
  556. data/spec/framework_spec/app/spec/library/uri/ldap/dn_spec.rb +10 -0
  557. data/spec/framework_spec/app/spec/library/uri/ldap/extensions_spec.rb +10 -0
  558. data/spec/framework_spec/app/spec/library/uri/ldap/filter_spec.rb +10 -0
  559. data/spec/framework_spec/app/spec/library/uri/ldap/hierarchical_spec.rb +6 -0
  560. data/spec/framework_spec/app/spec/library/uri/ldap/scope_spec.rb +10 -0
  561. data/spec/framework_spec/app/spec/library/uri/ldap/set_attributes_spec.rb +6 -0
  562. data/spec/framework_spec/app/spec/library/uri/ldap/set_dn_spec.rb +6 -0
  563. data/spec/framework_spec/app/spec/library/uri/ldap/set_extensions_spec.rb +6 -0
  564. data/spec/framework_spec/app/spec/library/uri/ldap/set_filter_spec.rb +6 -0
  565. data/spec/framework_spec/app/spec/library/uri/ldap/set_scope_spec.rb +6 -0
  566. data/spec/framework_spec/app/spec/library/uri/mailto/build_spec.rb +99 -0
  567. data/spec/framework_spec/app/spec/library/uri/mailto/headers_spec.rb +10 -0
  568. data/spec/framework_spec/app/spec/library/uri/mailto/set_headers_spec.rb +6 -0
  569. data/spec/framework_spec/app/spec/library/uri/mailto/set_to_spec.rb +6 -0
  570. data/spec/framework_spec/app/spec/library/uri/mailto/to_mailtext_spec.rb +6 -0
  571. data/spec/framework_spec/app/spec/library/uri/mailto/to_rfc822text_spec.rb +6 -0
  572. data/spec/framework_spec/app/spec/library/uri/mailto/to_s_spec.rb +6 -0
  573. data/spec/framework_spec/app/spec/library/uri/mailto/to_spec.rb +10 -0
  574. data/spec/framework_spec/app/spec/library/uri/merge_spec.rb +22 -0
  575. data/spec/framework_spec/app/spec/library/uri/normalize_spec.rb +35 -0
  576. data/spec/framework_spec/app/spec/library/uri/parse_spec.rb +249 -0
  577. data/spec/framework_spec/app/spec/library/uri/plus_spec.rb +489 -0
  578. data/spec/framework_spec/app/spec/library/uri/regexp_spec.rb +18 -0
  579. data/spec/framework_spec/app/spec/library/uri/route_from_spec.rb +25 -0
  580. data/spec/framework_spec/app/spec/library/uri/route_to_spec.rb +28 -0
  581. data/spec/framework_spec/app/spec/library/uri/select_spec.rb +31 -0
  582. data/spec/framework_spec/app/spec/library/uri/set_component_spec.rb +47 -0
  583. data/spec/framework_spec/app/spec/library/uri/shared/eql.rb +17 -0
  584. data/spec/framework_spec/app/spec/library/uri/split_spec.rb +6 -0
  585. data/spec/framework_spec/app/spec/library/uri/uri_spec.rb +31 -0
  586. data/spec/framework_spec/app/spec/library/uri/util/make_components_hash_spec.rb +6 -0
  587. data/spec/framework_spec/build.yml +2 -2
  588. data/spec/framework_spec/extensions/test-libs/test/unit.rb +328 -0
  589. data/spec/framework_spec/extensions/test-libs/test/unit/assertionfailederror.rb +25 -0
  590. data/spec/framework_spec/extensions/test-libs/test/unit/assertions.rb +1878 -0
  591. data/spec/framework_spec/extensions/test-libs/test/unit/attribute.rb +129 -0
  592. data/spec/framework_spec/extensions/test-libs/test/unit/autorunner.rb +422 -0
  593. data/spec/framework_spec/extensions/test-libs/test/unit/collector.rb +38 -0
  594. data/spec/framework_spec/extensions/test-libs/test/unit/collector/descendant.rb +23 -0
  595. data/spec/framework_spec/extensions/test-libs/test/unit/collector/dir.rb +108 -0
  596. data/spec/framework_spec/extensions/test-libs/test/unit/collector/load.rb +187 -0
  597. data/spec/framework_spec/extensions/test-libs/test/unit/collector/objectspace.rb +34 -0
  598. data/spec/framework_spec/extensions/test-libs/test/unit/collector/xml.rb +250 -0
  599. data/spec/framework_spec/extensions/test-libs/test/unit/color-scheme.rb +153 -0
  600. data/spec/framework_spec/extensions/test-libs/test/unit/color.rb +123 -0
  601. data/spec/framework_spec/extensions/test-libs/test/unit/data.rb +80 -0
  602. data/spec/framework_spec/extensions/test-libs/test/unit/diff.rb +740 -0
  603. data/spec/framework_spec/extensions/test-libs/test/unit/error.rb +151 -0
  604. data/spec/framework_spec/extensions/test-libs/test/unit/exceptionhandler.rb +39 -0
  605. data/spec/framework_spec/extensions/test-libs/test/unit/failure.rb +136 -0
  606. data/spec/framework_spec/extensions/test-libs/test/unit/fixture.rb +214 -0
  607. data/spec/framework_spec/extensions/test-libs/test/unit/notification.rb +133 -0
  608. data/spec/framework_spec/extensions/test-libs/test/unit/omission.rb +191 -0
  609. data/spec/framework_spec/extensions/test-libs/test/unit/pending.rb +150 -0
  610. data/spec/framework_spec/extensions/test-libs/test/unit/priority.rb +182 -0
  611. data/spec/framework_spec/extensions/test-libs/test/unit/runner/console.rb +59 -0
  612. data/spec/framework_spec/extensions/test-libs/test/unit/runner/emacs.rb +8 -0
  613. data/spec/framework_spec/extensions/test-libs/test/unit/runner/tap.rb +8 -0
  614. data/spec/framework_spec/extensions/test-libs/test/unit/runner/xml.rb +15 -0
  615. data/spec/framework_spec/extensions/test-libs/test/unit/testcase.rb +601 -0
  616. data/spec/framework_spec/extensions/test-libs/test/unit/testresult.rb +125 -0
  617. data/spec/framework_spec/extensions/test-libs/test/unit/testsuite.rb +134 -0
  618. data/spec/framework_spec/extensions/test-libs/test/unit/testsuitecreator.rb +79 -0
  619. data/spec/framework_spec/extensions/test-libs/test/unit/ui/console/outputlevel.rb +15 -0
  620. data/spec/framework_spec/extensions/test-libs/test/unit/ui/console/testrunner.rb +561 -0
  621. data/spec/framework_spec/extensions/test-libs/test/unit/ui/emacs/testrunner.rb +63 -0
  622. data/spec/framework_spec/extensions/test-libs/test/unit/ui/tap/testrunner.rb +82 -0
  623. data/spec/framework_spec/extensions/test-libs/test/unit/ui/testrunner.rb +53 -0
  624. data/spec/framework_spec/extensions/test-libs/test/unit/ui/testrunnermediator.rb +86 -0
  625. data/spec/framework_spec/extensions/test-libs/test/unit/ui/testrunnerutilities.rb +41 -0
  626. data/spec/framework_spec/extensions/test-libs/test/unit/ui/xml/testrunner.rb +224 -0
  627. data/spec/framework_spec/extensions/test-libs/test/unit/util/backtracefilter.rb +42 -0
  628. data/spec/framework_spec/extensions/test-libs/test/unit/util/method-owner-finder.rb +28 -0
  629. data/spec/framework_spec/extensions/test-libs/test/unit/util/observable.rb +90 -0
  630. data/spec/framework_spec/extensions/test-libs/test/unit/util/output.rb +31 -0
  631. data/spec/framework_spec/extensions/test-libs/test/unit/util/procwrapper.rb +48 -0
  632. data/spec/framework_spec/extensions/test-libs/test/unit/version.rb +5 -0
  633. data/spec/framework_spec/extensions/test-libs/webrick/accesslog.rb +10 -2
  634. data/spec/framework_spec/extensions/test-libs/webrick/cgi.rb +1 -1
  635. data/spec/framework_spec/extensions/test-libs/webrick/config.rb +1 -1
  636. data/spec/framework_spec/extensions/test-libs/webrick/httpauth/digestauth.rb +1 -1
  637. data/spec/framework_spec/extensions/test-libs/webrick/httpresponse.rb +1 -1
  638. data/spec/framework_spec/extensions/test-libs/webrick/https.rb +2 -2
  639. data/spec/framework_spec/extensions/test-libs/webrick/httpservlet/abstract.rb +1 -2
  640. data/spec/framework_spec/extensions/test-libs/webrick/httpservlet/cgihandler.rb +2 -2
  641. data/spec/framework_spec/extensions/test-libs/webrick/httpservlet/filehandler.rb +9 -5
  642. data/spec/framework_spec/extensions/test-libs/webrick/httpstatus.rb +32 -321
  643. data/spec/framework_spec/extensions/test-libs/webrick/httputils.rb +3 -3
  644. data/spec/framework_spec/extensions/test-libs/webrick/ssl.rb +3 -2
  645. data/spec/phone_spec/build.yml +1 -1
  646. data/version +1 -0
  647. metadata +521 -27
  648. data/lib/extensions/net-http/monitor.rb +0 -265
  649. data/lib/extensions/net-http/thread.rb +0 -367
  650. data/lib/extensions/net-http/timeout.rb +0 -114
  651. data/lib/extensions/net-http/uri.rb +0 -29
  652. data/lib/extensions/net-http/uri/common.rb +0 -727
  653. data/lib/extensions/net-http/uri/ftp.rb +0 -198
  654. data/lib/extensions/net-http/uri/generic.rb +0 -1128
  655. data/lib/extensions/net-http/uri/http.rb +0 -100
  656. data/lib/extensions/net-http/uri/https.rb +0 -20
  657. data/lib/extensions/net-http/uri/ldap.rb +0 -190
  658. data/lib/extensions/net-http/uri/ldaps.rb +0 -12
  659. data/lib/extensions/net-http/uri/mailto.rb +0 -266
  660. data/platform/osx/bin/RhoSimulator/RhoSimulator.app/Contents/Frameworks/QtDBus.framework/Versions/4/QtDBus +0 -0
  661. data/platform/osx/bin/RhoSimulator/RhoSimulator.app/Contents/Frameworks/QtXml.framework/Versions/4/QtXml +0 -0
  662. data/platform/osx/bin/RhoSimulator/RhoSimulator.app/Contents/PlugIns/qmltooling/libtcpserver.dylib +0 -0
  663. data/res/generators/templates/application/public/jqmobile/images/icon-search-black.png +0 -0
  664. data/res/generators/templates/application/public/jqmobile/jquery.mobile-1.0b3.min.css +0 -8
  665. data/res/generators/templates/application/public/jqmobile/jquery.mobile-1.0b3.min.js +0 -169
  666. data/res/generators/templates/application/public/jquery/jquery-1.6.3.min.js +0 -4
  667. data/spec/framework_spec/extensions/test-libs/thread.rb +0 -391
@@ -250,4 +250,12 @@ namespace "run" do
250
250
 
251
251
 
252
252
  end
253
+
254
+ namespace "symbian" do
255
+ task :rhosimulator => ["config:set_sym_platform","config:common"] do
256
+ $rhosim_config = "platform='symbian'\r\n"
257
+ Rake::Task["run:rhosimulator"].invoke
258
+ end
259
+ end
260
+
253
261
  end
@@ -12,8 +12,8 @@ db.source = db
12
12
  lib.source = lib
13
13
  DEPLOYMENTFOLDERS = apps db lib
14
14
 
15
- symbian:TARGET = AgendaSalute
16
- symbian:TARGET.UID3 = 3780829545
15
+ symbian:TARGET = testmy
16
+ symbian:TARGET.UID3 = 3959687259
17
17
  #0xE17AE169
18
18
  #symbian:TARGET.UID3 = 0x20047C9A
19
19
  #0xA00100C8
@@ -64,7 +64,6 @@ SOURCES += ../../shared/qt/rhodes/QtWebInspector.cpp \
64
64
  ../../shared/qt/rhodes/impl/NativeTabbarImpl.cpp \
65
65
  ../../shared/qt/rhodes/impl/MapViewImpl.cpp \
66
66
  ../../shared/qt/rhodes/impl/MainWindowImpl.cpp \
67
- ../../shared/qt/rhodes/impl/SSLImpl.cpp \
68
67
  ../../shared/qt/rhodes/impl/GeoLocationImpl.cpp \
69
68
  ../../shared/qt/rhodes/impl/DateTimePickerImpl.cpp \
70
69
  ../../shared/qt/rhodes/impl/CameraImpl.cpp \
@@ -133,6 +132,7 @@ INCLUDEPATH += /epoc32/include/app
133
132
  INCLUDEPATH += src
134
133
  INCLUDEPATH += ../../shared/ruby/ext/rho
135
134
  SOURCES += ../../shared/common/PosixThreadImpl.cpp\
135
+ ../../shared/qt/rhodes/impl/SSLImpl.cpp \
136
136
  src/qwebviewkineticscroller.cpp \
137
137
  src/phonebook/ruby_phonebook.cpp \
138
138
  src/phonebook/Phonebook.cpp \
@@ -460,7 +460,7 @@ namespace "run" do
460
460
  end
461
461
 
462
462
  namespace "wm" do
463
- task :rhosimulator => "config:common" do
463
+ task :rhosimulator => ["config:set_wm_platform", "config:common"] do
464
464
  $rhosim_config = "platform='wm'\r\n"
465
465
  Rake::Task["run:rhosimulator"].invoke
466
466
  end
@@ -285,6 +285,9 @@ HRESULT CRhodesModule::PreMessageLoop(int nShowCmd) throw()
285
285
  if ( m_strRhodesPath.length() > 0 )
286
286
  RHOSIMCONF().setString("rhodes_path", m_strRhodesPath, false );
287
287
  RHOCONF().setString( "rhosim_platform", RHOSIMCONF().getString( "platform"), false);
288
+ RHOSIMCONF().setString( "ext_path", RHOSIMCONF().getString( "ext_path") + CFilePath::join( m_strRhodesPath, "/lib/extensions/debugger;"), false);
289
+ RHOSIMCONF().setString( "ext_path", RHOSIMCONF().getString( "ext_path") + CFilePath::join( m_strRhodesPath, "/lib/extensions/uri;"), false);
290
+ RHOSIMCONF().setString( "ext_path", RHOSIMCONF().getString( "ext_path") + CFilePath::join( m_strRhodesPath, "/lib/extensions/timeout;"), false);
288
291
  #endif
289
292
 
290
293
  if ( !rho_rhodesapp_canstartapp(g_strCmdLine.c_str(), " /-,") )
@@ -3052,10 +3052,266 @@
3052
3052
  <File
3053
3053
  RelativePath=".\resources\icon.ico"
3054
3054
  >
3055
+ <FileConfiguration
3056
+ Name="SimulatorDebug|Win32"
3057
+ ExcludedFromBuild="true"
3058
+ >
3059
+ <Tool
3060
+ Name="VCCustomBuildTool"
3061
+ />
3062
+ </FileConfiguration>
3063
+ <FileConfiguration
3064
+ Name="SimulatorRelease|Win32"
3065
+ ExcludedFromBuild="true"
3066
+ >
3067
+ <Tool
3068
+ Name="VCCustomBuildTool"
3069
+ />
3070
+ </FileConfiguration>
3055
3071
  </File>
3056
3072
  <File
3057
3073
  RelativePath=".\Rhodes.rc"
3058
3074
  >
3075
+ <FileConfiguration
3076
+ Name="SimulatorDebug|Win32"
3077
+ ExcludedFromBuild="true"
3078
+ >
3079
+ <Tool
3080
+ Name="VCResourceCompilerTool"
3081
+ />
3082
+ </FileConfiguration>
3083
+ <FileConfiguration
3084
+ Name="SimulatorRelease|Win32"
3085
+ ExcludedFromBuild="true"
3086
+ >
3087
+ <Tool
3088
+ Name="VCResourceCompilerTool"
3089
+ />
3090
+ </FileConfiguration>
3091
+ </File>
3092
+ <File
3093
+ RelativePath=".\resources\rhosim.ico"
3094
+ >
3095
+ <FileConfiguration
3096
+ Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)"
3097
+ ExcludedFromBuild="true"
3098
+ >
3099
+ <Tool
3100
+ Name="VCCustomBuildTool"
3101
+ />
3102
+ </FileConfiguration>
3103
+ <FileConfiguration
3104
+ Name="Debug|Win32"
3105
+ ExcludedFromBuild="true"
3106
+ >
3107
+ <Tool
3108
+ Name="VCCustomBuildTool"
3109
+ />
3110
+ </FileConfiguration>
3111
+ <FileConfiguration
3112
+ Name="Debug|Pocket PC 2003 (ARMV4)"
3113
+ ExcludedFromBuild="true"
3114
+ >
3115
+ <Tool
3116
+ Name="VCCustomBuildTool"
3117
+ />
3118
+ </FileConfiguration>
3119
+ <FileConfiguration
3120
+ Name="Debug|Smartphone 2003 (ARMV4)"
3121
+ ExcludedFromBuild="true"
3122
+ >
3123
+ <Tool
3124
+ Name="VCCustomBuildTool"
3125
+ />
3126
+ </FileConfiguration>
3127
+ <FileConfiguration
3128
+ Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)"
3129
+ ExcludedFromBuild="true"
3130
+ >
3131
+ <Tool
3132
+ Name="VCCustomBuildTool"
3133
+ />
3134
+ </FileConfiguration>
3135
+ <FileConfiguration
3136
+ Name="Release|Win32"
3137
+ ExcludedFromBuild="true"
3138
+ >
3139
+ <Tool
3140
+ Name="VCCustomBuildTool"
3141
+ />
3142
+ </FileConfiguration>
3143
+ <FileConfiguration
3144
+ Name="Release|Pocket PC 2003 (ARMV4)"
3145
+ ExcludedFromBuild="true"
3146
+ >
3147
+ <Tool
3148
+ Name="VCCustomBuildTool"
3149
+ />
3150
+ </FileConfiguration>
3151
+ <FileConfiguration
3152
+ Name="Release|Smartphone 2003 (ARMV4)"
3153
+ ExcludedFromBuild="true"
3154
+ >
3155
+ <Tool
3156
+ Name="VCCustomBuildTool"
3157
+ />
3158
+ </FileConfiguration>
3159
+ </File>
3160
+ <File
3161
+ RelativePath=".\rhosim.rc"
3162
+ >
3163
+ <FileConfiguration
3164
+ Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)"
3165
+ ExcludedFromBuild="true"
3166
+ >
3167
+ <Tool
3168
+ Name="VCResourceCompilerTool"
3169
+ />
3170
+ </FileConfiguration>
3171
+ <FileConfiguration
3172
+ Name="Debug|Win32"
3173
+ ExcludedFromBuild="true"
3174
+ >
3175
+ <Tool
3176
+ Name="VCResourceCompilerTool"
3177
+ />
3178
+ </FileConfiguration>
3179
+ <FileConfiguration
3180
+ Name="Debug|Pocket PC 2003 (ARMV4)"
3181
+ ExcludedFromBuild="true"
3182
+ >
3183
+ <Tool
3184
+ Name="VCResourceCompilerTool"
3185
+ />
3186
+ </FileConfiguration>
3187
+ <FileConfiguration
3188
+ Name="Debug|Smartphone 2003 (ARMV4)"
3189
+ ExcludedFromBuild="true"
3190
+ >
3191
+ <Tool
3192
+ Name="VCResourceCompilerTool"
3193
+ />
3194
+ </FileConfiguration>
3195
+ <FileConfiguration
3196
+ Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)"
3197
+ ExcludedFromBuild="true"
3198
+ >
3199
+ <Tool
3200
+ Name="VCResourceCompilerTool"
3201
+ />
3202
+ </FileConfiguration>
3203
+ <FileConfiguration
3204
+ Name="Release|Win32"
3205
+ ExcludedFromBuild="true"
3206
+ >
3207
+ <Tool
3208
+ Name="VCResourceCompilerTool"
3209
+ />
3210
+ </FileConfiguration>
3211
+ <FileConfiguration
3212
+ Name="Release|Pocket PC 2003 (ARMV4)"
3213
+ ExcludedFromBuild="true"
3214
+ >
3215
+ <Tool
3216
+ Name="VCResourceCompilerTool"
3217
+ />
3218
+ </FileConfiguration>
3219
+ <FileConfiguration
3220
+ Name="Release|Smartphone 2003 (ARMV4)"
3221
+ ExcludedFromBuild="true"
3222
+ >
3223
+ <Tool
3224
+ Name="VCResourceCompilerTool"
3225
+ />
3226
+ </FileConfiguration>
3227
+ </File>
3228
+ <File
3229
+ RelativePath="..\..\shared\qt\rhodes\resources\simulator.qrc"
3230
+ >
3231
+ <FileConfiguration
3232
+ Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)"
3233
+ ExcludedFromBuild="true"
3234
+ >
3235
+ <Tool
3236
+ Name="VCCustomBuildTool"
3237
+ />
3238
+ </FileConfiguration>
3239
+ <FileConfiguration
3240
+ Name="Debug|Win32"
3241
+ ExcludedFromBuild="true"
3242
+ >
3243
+ <Tool
3244
+ Name="VCCustomBuildTool"
3245
+ />
3246
+ </FileConfiguration>
3247
+ <FileConfiguration
3248
+ Name="Debug|Pocket PC 2003 (ARMV4)"
3249
+ ExcludedFromBuild="true"
3250
+ >
3251
+ <Tool
3252
+ Name="VCCustomBuildTool"
3253
+ />
3254
+ </FileConfiguration>
3255
+ <FileConfiguration
3256
+ Name="Debug|Smartphone 2003 (ARMV4)"
3257
+ ExcludedFromBuild="true"
3258
+ >
3259
+ <Tool
3260
+ Name="VCCustomBuildTool"
3261
+ />
3262
+ </FileConfiguration>
3263
+ <FileConfiguration
3264
+ Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)"
3265
+ ExcludedFromBuild="true"
3266
+ >
3267
+ <Tool
3268
+ Name="VCCustomBuildTool"
3269
+ />
3270
+ </FileConfiguration>
3271
+ <FileConfiguration
3272
+ Name="Release|Win32"
3273
+ ExcludedFromBuild="true"
3274
+ >
3275
+ <Tool
3276
+ Name="VCCustomBuildTool"
3277
+ />
3278
+ </FileConfiguration>
3279
+ <FileConfiguration
3280
+ Name="Release|Pocket PC 2003 (ARMV4)"
3281
+ ExcludedFromBuild="true"
3282
+ >
3283
+ <Tool
3284
+ Name="VCCustomBuildTool"
3285
+ />
3286
+ </FileConfiguration>
3287
+ <FileConfiguration
3288
+ Name="Release|Smartphone 2003 (ARMV4)"
3289
+ ExcludedFromBuild="true"
3290
+ >
3291
+ <Tool
3292
+ Name="VCCustomBuildTool"
3293
+ />
3294
+ </FileConfiguration>
3295
+ <FileConfiguration
3296
+ Name="SimulatorDebug|Win32"
3297
+ >
3298
+ <Tool
3299
+ Name="VCCustomBuildTool"
3300
+ Description="Rcc&apos;ing $(InputFileName)..."
3301
+ CommandLine="&quot;$(QTDIR)\bin\rcc.exe&quot; -name $(InputName) ..\..\shared\qt\rhodes\resources\simulator.qrc -o &quot;..\..\shared\qt\rhodes\GeneratedFiles\$(ConfigurationName)\qrc_$(InputName).cpp&quot;&#x0D;&#x0A;"
3302
+ Outputs="&quot;..\..\shared\qt\rhodes\GeneratedFiles\$(ConfigurationName)\qrc_$(InputName).cpp&quot;"
3303
+ />
3304
+ </FileConfiguration>
3305
+ <FileConfiguration
3306
+ Name="SimulatorRelease|Win32"
3307
+ >
3308
+ <Tool
3309
+ Name="VCCustomBuildTool"
3310
+ Description="Rcc&apos;ing $(InputFileName)..."
3311
+ CommandLine="&quot;$(QTDIR)\bin\rcc.exe&quot; -name $(InputName) ..\..\shared\qt\rhodes\resources\simulator.qrc -o &quot;..\..\shared\qt\rhodes\GeneratedFiles\$(ConfigurationName)\qrc_$(InputName).cpp&quot;&#x0D;&#x0A;"
3312
+ Outputs="&quot;..\..\shared\qt\rhodes\GeneratedFiles\$(ConfigurationName)\qrc_$(InputName).cpp&quot;"
3313
+ />
3314
+ </FileConfiguration>
3059
3315
  </File>
3060
3316
  </Filter>
3061
3317
  <Filter
@@ -8192,12 +8448,8 @@
8192
8448
  />
8193
8449
  </FileConfiguration>
8194
8450
  </File>
8195
- </Filter>
8196
- <Filter
8197
- Name="Release"
8198
- >
8199
8451
  <File
8200
- RelativePath="..\..\shared\qt\rhodes\GeneratedFiles\SimulatorRelease\moc_DateTimeDialog.cpp"
8452
+ RelativePath="..\..\shared\qt\rhodes\GeneratedFiles\SimulatorDebug\qrc_simulator.cpp"
8201
8453
  >
8202
8454
  <FileConfiguration
8203
8455
  Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)"
@@ -8205,6 +8457,7 @@
8205
8457
  >
8206
8458
  <Tool
8207
8459
  Name="VCCLCompilerTool"
8460
+ ObjectFile="$(IntDir)/$(InputName)1.obj"
8208
8461
  />
8209
8462
  </FileConfiguration>
8210
8463
  <FileConfiguration
@@ -8213,6 +8466,8 @@
8213
8466
  >
8214
8467
  <Tool
8215
8468
  Name="VCCLCompilerTool"
8469
+ ObjectFile="$(IntDir)\$(InputName)1.obj"
8470
+ XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
8216
8471
  />
8217
8472
  </FileConfiguration>
8218
8473
  <FileConfiguration
@@ -8221,6 +8476,7 @@
8221
8476
  >
8222
8477
  <Tool
8223
8478
  Name="VCCLCompilerTool"
8479
+ ObjectFile="$(IntDir)/$(InputName)1.obj"
8224
8480
  />
8225
8481
  </FileConfiguration>
8226
8482
  <FileConfiguration
@@ -8229,6 +8485,7 @@
8229
8485
  >
8230
8486
  <Tool
8231
8487
  Name="VCCLCompilerTool"
8488
+ ObjectFile="$(IntDir)/$(InputName)1.obj"
8232
8489
  />
8233
8490
  </FileConfiguration>
8234
8491
  <FileConfiguration
@@ -8237,6 +8494,7 @@
8237
8494
  >
8238
8495
  <Tool
8239
8496
  Name="VCCLCompilerTool"
8497
+ ObjectFile="$(IntDir)/$(InputName)1.obj"
8240
8498
  />
8241
8499
  </FileConfiguration>
8242
8500
  <FileConfiguration
@@ -8245,6 +8503,8 @@
8245
8503
  >
8246
8504
  <Tool
8247
8505
  Name="VCCLCompilerTool"
8506
+ ObjectFile="$(IntDir)\$(InputName)1.obj"
8507
+ XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
8248
8508
  />
8249
8509
  </FileConfiguration>
8250
8510
  <FileConfiguration
@@ -8253,6 +8513,7 @@
8253
8513
  >
8254
8514
  <Tool
8255
8515
  Name="VCCLCompilerTool"
8516
+ ObjectFile="$(IntDir)/$(InputName)1.obj"
8256
8517
  />
8257
8518
  </FileConfiguration>
8258
8519
  <FileConfiguration
@@ -8261,6 +8522,7 @@
8261
8522
  >
8262
8523
  <Tool
8263
8524
  Name="VCCLCompilerTool"
8525
+ ObjectFile="$(IntDir)/$(InputName)1.obj"
8264
8526
  />
8265
8527
  </FileConfiguration>
8266
8528
  <FileConfiguration
@@ -8269,11 +8531,191 @@
8269
8531
  >
8270
8532
  <Tool
8271
8533
  Name="VCCLCompilerTool"
8534
+ ObjectFile="$(IntDir)/$(InputName)1.obj"
8272
8535
  />
8273
8536
  </FileConfiguration>
8274
8537
  <FileConfiguration
8275
8538
  Name="SimulatorDebug|Win32"
8276
- ExcludedFromBuild="true"
8539
+ >
8540
+ <Tool
8541
+ Name="VCCLCompilerTool"
8542
+ UsePrecompiledHeader="0"
8543
+ />
8544
+ </FileConfiguration>
8545
+ <FileConfiguration
8546
+ Name="SimulatorDebug|Pocket PC 2003 (ARMV4)"
8547
+ ExcludedFromBuild="true"
8548
+ >
8549
+ <Tool
8550
+ Name="VCCLCompilerTool"
8551
+ ObjectFile="$(IntDir)/$(InputName)1.obj"
8552
+ />
8553
+ </FileConfiguration>
8554
+ <FileConfiguration
8555
+ Name="SimulatorDebug|Smartphone 2003 (ARMV4)"
8556
+ ExcludedFromBuild="true"
8557
+ >
8558
+ <Tool
8559
+ Name="VCCLCompilerTool"
8560
+ ObjectFile="$(IntDir)/$(InputName)1.obj"
8561
+ />
8562
+ </FileConfiguration>
8563
+ <FileConfiguration
8564
+ Name="SimulatorRelease|Windows Mobile 6 Professional SDK (ARMV4I)"
8565
+ ExcludedFromBuild="true"
8566
+ >
8567
+ <Tool
8568
+ Name="VCCLCompilerTool"
8569
+ ObjectFile="$(IntDir)/$(InputName)1.obj"
8570
+ />
8571
+ </FileConfiguration>
8572
+ <FileConfiguration
8573
+ Name="SimulatorRelease|Win32"
8574
+ ExcludedFromBuild="true"
8575
+ >
8576
+ <Tool
8577
+ Name="VCCLCompilerTool"
8578
+ ObjectFile="$(IntDir)\$(InputName)1.obj"
8579
+ XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
8580
+ />
8581
+ </FileConfiguration>
8582
+ <FileConfiguration
8583
+ Name="SimulatorRelease|Pocket PC 2003 (ARMV4)"
8584
+ ExcludedFromBuild="true"
8585
+ >
8586
+ <Tool
8587
+ Name="VCCLCompilerTool"
8588
+ ObjectFile="$(IntDir)/$(InputName)1.obj"
8589
+ />
8590
+ </FileConfiguration>
8591
+ <FileConfiguration
8592
+ Name="SimulatorRelease|Smartphone 2003 (ARMV4)"
8593
+ ExcludedFromBuild="true"
8594
+ >
8595
+ <Tool
8596
+ Name="VCCLCompilerTool"
8597
+ ObjectFile="$(IntDir)/$(InputName)1.obj"
8598
+ />
8599
+ </FileConfiguration>
8600
+ <FileConfiguration
8601
+ Name="Debug|MC3000c50b (ARMV4I)"
8602
+ ExcludedFromBuild="true"
8603
+ >
8604
+ <Tool
8605
+ Name="VCCLCompilerTool"
8606
+ ObjectFile="$(IntDir)/$(InputName)1.obj"
8607
+ />
8608
+ </FileConfiguration>
8609
+ <FileConfiguration
8610
+ Name="Release|MC3000c50b (ARMV4I)"
8611
+ ExcludedFromBuild="true"
8612
+ >
8613
+ <Tool
8614
+ Name="VCCLCompilerTool"
8615
+ ObjectFile="$(IntDir)/$(InputName)1.obj"
8616
+ />
8617
+ </FileConfiguration>
8618
+ <FileConfiguration
8619
+ Name="SimulatorDebug|MC3000c50b (ARMV4I)"
8620
+ ExcludedFromBuild="true"
8621
+ >
8622
+ <Tool
8623
+ Name="VCCLCompilerTool"
8624
+ ObjectFile="$(IntDir)/$(InputName)1.obj"
8625
+ />
8626
+ </FileConfiguration>
8627
+ <FileConfiguration
8628
+ Name="SimulatorRelease|MC3000c50b (ARMV4I)"
8629
+ ExcludedFromBuild="true"
8630
+ >
8631
+ <Tool
8632
+ Name="VCCLCompilerTool"
8633
+ ObjectFile="$(IntDir)/$(InputName)1.obj"
8634
+ />
8635
+ </FileConfiguration>
8636
+ </File>
8637
+ </Filter>
8638
+ <Filter
8639
+ Name="Release"
8640
+ >
8641
+ <File
8642
+ RelativePath="..\..\shared\qt\rhodes\GeneratedFiles\SimulatorRelease\moc_DateTimeDialog.cpp"
8643
+ >
8644
+ <FileConfiguration
8645
+ Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)"
8646
+ ExcludedFromBuild="true"
8647
+ >
8648
+ <Tool
8649
+ Name="VCCLCompilerTool"
8650
+ />
8651
+ </FileConfiguration>
8652
+ <FileConfiguration
8653
+ Name="Debug|Win32"
8654
+ ExcludedFromBuild="true"
8655
+ >
8656
+ <Tool
8657
+ Name="VCCLCompilerTool"
8658
+ />
8659
+ </FileConfiguration>
8660
+ <FileConfiguration
8661
+ Name="Debug|Pocket PC 2003 (ARMV4)"
8662
+ ExcludedFromBuild="true"
8663
+ >
8664
+ <Tool
8665
+ Name="VCCLCompilerTool"
8666
+ />
8667
+ </FileConfiguration>
8668
+ <FileConfiguration
8669
+ Name="Debug|Smartphone 2003 (ARMV4)"
8670
+ ExcludedFromBuild="true"
8671
+ >
8672
+ <Tool
8673
+ Name="VCCLCompilerTool"
8674
+ />
8675
+ </FileConfiguration>
8676
+ <FileConfiguration
8677
+ Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)"
8678
+ ExcludedFromBuild="true"
8679
+ >
8680
+ <Tool
8681
+ Name="VCCLCompilerTool"
8682
+ />
8683
+ </FileConfiguration>
8684
+ <FileConfiguration
8685
+ Name="Release|Win32"
8686
+ ExcludedFromBuild="true"
8687
+ >
8688
+ <Tool
8689
+ Name="VCCLCompilerTool"
8690
+ />
8691
+ </FileConfiguration>
8692
+ <FileConfiguration
8693
+ Name="Release|Pocket PC 2003 (ARMV4)"
8694
+ ExcludedFromBuild="true"
8695
+ >
8696
+ <Tool
8697
+ Name="VCCLCompilerTool"
8698
+ />
8699
+ </FileConfiguration>
8700
+ <FileConfiguration
8701
+ Name="Release|Smartphone 2003 (ARMV4)"
8702
+ ExcludedFromBuild="true"
8703
+ >
8704
+ <Tool
8705
+ Name="VCCLCompilerTool"
8706
+ />
8707
+ </FileConfiguration>
8708
+ <FileConfiguration
8709
+ Name="SimulatorDebug|Windows Mobile 6 Professional SDK (ARMV4I)"
8710
+ ExcludedFromBuild="true"
8711
+ >
8712
+ <Tool
8713
+ Name="VCCLCompilerTool"
8714
+ />
8715
+ </FileConfiguration>
8716
+ <FileConfiguration
8717
+ Name="SimulatorDebug|Win32"
8718
+ ExcludedFromBuild="true"
8277
8719
  >
8278
8720
  <Tool
8279
8721
  Name="VCCLCompilerTool"
@@ -8852,6 +9294,170 @@
8852
9294
  />
8853
9295
  </FileConfiguration>
8854
9296
  </File>
9297
+ <File
9298
+ RelativePath="..\..\shared\qt\rhodes\GeneratedFiles\SimulatorRelease\qrc_simulator.cpp"
9299
+ >
9300
+ <FileConfiguration
9301
+ Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)"
9302
+ ExcludedFromBuild="true"
9303
+ >
9304
+ <Tool
9305
+ Name="VCCLCompilerTool"
9306
+ />
9307
+ </FileConfiguration>
9308
+ <FileConfiguration
9309
+ Name="Debug|Win32"
9310
+ ExcludedFromBuild="true"
9311
+ >
9312
+ <Tool
9313
+ Name="VCCLCompilerTool"
9314
+ />
9315
+ </FileConfiguration>
9316
+ <FileConfiguration
9317
+ Name="Debug|Pocket PC 2003 (ARMV4)"
9318
+ ExcludedFromBuild="true"
9319
+ >
9320
+ <Tool
9321
+ Name="VCCLCompilerTool"
9322
+ />
9323
+ </FileConfiguration>
9324
+ <FileConfiguration
9325
+ Name="Debug|Smartphone 2003 (ARMV4)"
9326
+ ExcludedFromBuild="true"
9327
+ >
9328
+ <Tool
9329
+ Name="VCCLCompilerTool"
9330
+ />
9331
+ </FileConfiguration>
9332
+ <FileConfiguration
9333
+ Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)"
9334
+ ExcludedFromBuild="true"
9335
+ >
9336
+ <Tool
9337
+ Name="VCCLCompilerTool"
9338
+ />
9339
+ </FileConfiguration>
9340
+ <FileConfiguration
9341
+ Name="Release|Win32"
9342
+ ExcludedFromBuild="true"
9343
+ >
9344
+ <Tool
9345
+ Name="VCCLCompilerTool"
9346
+ />
9347
+ </FileConfiguration>
9348
+ <FileConfiguration
9349
+ Name="Release|Pocket PC 2003 (ARMV4)"
9350
+ ExcludedFromBuild="true"
9351
+ >
9352
+ <Tool
9353
+ Name="VCCLCompilerTool"
9354
+ />
9355
+ </FileConfiguration>
9356
+ <FileConfiguration
9357
+ Name="Release|Smartphone 2003 (ARMV4)"
9358
+ ExcludedFromBuild="true"
9359
+ >
9360
+ <Tool
9361
+ Name="VCCLCompilerTool"
9362
+ />
9363
+ </FileConfiguration>
9364
+ <FileConfiguration
9365
+ Name="SimulatorDebug|Windows Mobile 6 Professional SDK (ARMV4I)"
9366
+ ExcludedFromBuild="true"
9367
+ >
9368
+ <Tool
9369
+ Name="VCCLCompilerTool"
9370
+ />
9371
+ </FileConfiguration>
9372
+ <FileConfiguration
9373
+ Name="SimulatorDebug|Win32"
9374
+ ExcludedFromBuild="true"
9375
+ >
9376
+ <Tool
9377
+ Name="VCCLCompilerTool"
9378
+ />
9379
+ </FileConfiguration>
9380
+ <FileConfiguration
9381
+ Name="SimulatorDebug|Pocket PC 2003 (ARMV4)"
9382
+ ExcludedFromBuild="true"
9383
+ >
9384
+ <Tool
9385
+ Name="VCCLCompilerTool"
9386
+ />
9387
+ </FileConfiguration>
9388
+ <FileConfiguration
9389
+ Name="SimulatorDebug|Smartphone 2003 (ARMV4)"
9390
+ ExcludedFromBuild="true"
9391
+ >
9392
+ <Tool
9393
+ Name="VCCLCompilerTool"
9394
+ />
9395
+ </FileConfiguration>
9396
+ <FileConfiguration
9397
+ Name="SimulatorRelease|Windows Mobile 6 Professional SDK (ARMV4I)"
9398
+ ExcludedFromBuild="true"
9399
+ >
9400
+ <Tool
9401
+ Name="VCCLCompilerTool"
9402
+ />
9403
+ </FileConfiguration>
9404
+ <FileConfiguration
9405
+ Name="SimulatorRelease|Win32"
9406
+ >
9407
+ <Tool
9408
+ Name="VCCLCompilerTool"
9409
+ UsePrecompiledHeader="0"
9410
+ />
9411
+ </FileConfiguration>
9412
+ <FileConfiguration
9413
+ Name="SimulatorRelease|Pocket PC 2003 (ARMV4)"
9414
+ ExcludedFromBuild="true"
9415
+ >
9416
+ <Tool
9417
+ Name="VCCLCompilerTool"
9418
+ />
9419
+ </FileConfiguration>
9420
+ <FileConfiguration
9421
+ Name="SimulatorRelease|Smartphone 2003 (ARMV4)"
9422
+ ExcludedFromBuild="true"
9423
+ >
9424
+ <Tool
9425
+ Name="VCCLCompilerTool"
9426
+ />
9427
+ </FileConfiguration>
9428
+ <FileConfiguration
9429
+ Name="Debug|MC3000c50b (ARMV4I)"
9430
+ ExcludedFromBuild="true"
9431
+ >
9432
+ <Tool
9433
+ Name="VCCLCompilerTool"
9434
+ />
9435
+ </FileConfiguration>
9436
+ <FileConfiguration
9437
+ Name="Release|MC3000c50b (ARMV4I)"
9438
+ ExcludedFromBuild="true"
9439
+ >
9440
+ <Tool
9441
+ Name="VCCLCompilerTool"
9442
+ />
9443
+ </FileConfiguration>
9444
+ <FileConfiguration
9445
+ Name="SimulatorDebug|MC3000c50b (ARMV4I)"
9446
+ ExcludedFromBuild="true"
9447
+ >
9448
+ <Tool
9449
+ Name="VCCLCompilerTool"
9450
+ />
9451
+ </FileConfiguration>
9452
+ <FileConfiguration
9453
+ Name="SimulatorRelease|MC3000c50b (ARMV4I)"
9454
+ ExcludedFromBuild="true"
9455
+ >
9456
+ <Tool
9457
+ Name="VCCLCompilerTool"
9458
+ />
9459
+ </FileConfiguration>
9460
+ </File>
8855
9461
  </Filter>
8856
9462
  </Filter>
8857
9463
  </Filter>