qtbindings 4.6.3.0-x86-mingw32 → 4.6.3.1-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG.txt +4 -1
- data/KNOWN_ISSUES.txt +11 -20
- data/README.txt +3 -2
- data/TODO.txt +1 -0
- data/bin/1.8/rbrcc.exe +0 -0
- data/bin/1.8/rbuic4.exe +0 -0
- data/bin/1.8/smokeapi.exe +0 -0
- data/bin/1.8/smokedeptool.exe +0 -0
- data/bin/1.9/rbrcc.exe +0 -0
- data/bin/1.9/rbuic4.exe +0 -0
- data/bin/1.9/smokeapi.exe +0 -0
- data/bin/1.9/smokedeptool.exe +0 -0
- data/bin/plugins/{qtaccessiblecompatwidgets4.dll → accessible/qtaccessiblecompatwidgets4.dll} +0 -0
- data/bin/plugins/{qtaccessiblewidgets4.dll → accessible/qtaccessiblewidgets4.dll} +0 -0
- data/bin/plugins/{qcncodecs4.dll → codecs/qcncodecs4.dll} +0 -0
- data/bin/plugins/{qjpcodecs4.dll → codecs/qjpcodecs4.dll} +0 -0
- data/bin/plugins/{qkrcodecs4.dll → codecs/qkrcodecs4.dll} +0 -0
- data/bin/plugins/{qtwcodecs4.dll → codecs/qtwcodecs4.dll} +0 -0
- data/bin/plugins/{arthurplugin.dll → designer/arthurplugin.dll} +0 -0
- data/bin/plugins/{containerextension.dll → designer/containerextension.dll} +0 -0
- data/bin/plugins/{customwidgetplugin.dll → designer/customwidgetplugin.dll} +0 -0
- data/bin/plugins/{phononwidgets.dll → designer/phononwidgets.dll} +0 -0
- data/bin/plugins/{qt3supportwidgets.dll → designer/qt3supportwidgets.dll} +0 -0
- data/bin/plugins/{qwebview.dll → designer/qwebview.dll} +0 -0
- data/bin/plugins/{taskmenuextension.dll → designer/taskmenuextension.dll} +0 -0
- data/bin/plugins/{worldtimeclockplugin.dll → designer/worldtimeclockplugin.dll} +0 -0
- data/bin/plugins/{qglgraphicssystem4.dll → graphicssystems/qglgraphicssystem4.dll} +0 -0
- data/bin/plugins/{qtracegraphicssystem4.dll → graphicssystems/qtracegraphicssystem4.dll} +0 -0
- data/bin/plugins/{qsvgicon4.dll → iconengines/qsvgicon4.dll} +0 -0
- data/bin/plugins/{qgif4.dll → imageformats/qgif4.dll} +0 -0
- data/bin/plugins/{qico4.dll → imageformats/qico4.dll} +0 -0
- data/bin/plugins/{qjpeg4.dll → imageformats/qjpeg4.dll} +0 -0
- data/bin/plugins/{qmng4.dll → imageformats/qmng4.dll} +0 -0
- data/bin/plugins/{qsvg4.dll → imageformats/qsvg4.dll} +0 -0
- data/bin/plugins/{qtiff4.dll → imageformats/qtiff4.dll} +0 -0
- data/bin/plugins/phonon_backend/phonon_ds94.dll +0 -0
- data/bin/plugins/{qsqlite4.dll → sqldrivers/qsqlite4.dll} +0 -0
- data/bin/plugins/{qsqlodbc4.dll → sqldrivers/qsqlodbc4.dll} +0 -0
- data/examples/designer/calculatorbuilder/main.rb +2 -2
- data/examples/designer/calculatorform/calculatorform.rb +1 -1
- data/examples/designer/calculatorform/main.rb +1 -1
- data/examples/desktop/screenshot/main.rb +1 -1
- data/examples/desktop/systray/main.rb +2 -2
- data/examples/dialogs/complexwizard/licensewizard.rb +1 -1
- data/examples/dialogs/complexwizard/main.rb +1 -1
- data/examples/dialogs/configdialog/configdialog.rb +1 -1
- data/examples/dialogs/configdialog/main.rb +1 -1
- data/examples/dialogs/extension/main.rb +1 -1
- data/examples/dialogs/findfiles/main.rb +1 -1
- data/examples/dialogs/simplewizard/classwizard.rb +4 -4
- data/examples/dialogs/simplewizard/main.rb +1 -1
- data/examples/dialogs/standarddialogs/main.rb +1 -1
- data/examples/dialogs/tabdialog/main.rb +1 -1
- data/examples/draganddrop/draggableicons/main.rb +1 -1
- data/examples/draganddrop/draggabletext/dragwidget.rb +1 -1
- data/examples/draganddrop/draggabletext/main.rb +1 -1
- data/examples/draganddrop/dropsite/dropsitewindow.rb +1 -1
- data/examples/draganddrop/dropsite/main.rb +1 -1
- data/examples/draganddrop/fridgemagnets/dragwidget.rb +1 -1
- data/examples/draganddrop/fridgemagnets/main.rb +1 -1
- data/examples/draganddrop/puzzle/main.rb +1 -1
- data/examples/draganddrop/puzzle/mainwindow.rb +2 -2
- data/examples/graphicsview/collidingmice/main.rb +2 -2
- data/examples/graphicsview/dragdroprobot/main.rb +3 -3
- data/examples/itemviews/chart/main.rb +2 -2
- data/examples/itemviews/chart/mainwindow.rb +1 -1
- data/examples/itemviews/chart/pieview.rb +2 -2
- data/examples/itemviews/pixelator/main.rb +2 -2
- data/examples/itemviews/pixelator/mainwindow.rb +2 -2
- data/examples/itemviews/puzzle/main.rb +1 -1
- data/examples/itemviews/puzzle/mainwindow.rb +2 -2
- data/examples/itemviews/simpledommodel/dommodel.rb +7 -7
- data/examples/itemviews/simpledommodel/main.rb +1 -1
- data/examples/itemviews/simpledommodel/mainwindow.rb +1 -1
- data/examples/itemviews/simpletreemodel/main.rb +2 -2
- data/examples/itemviews/simpletreemodel/treemodel.rb +1 -1
- data/examples/itemviews/sortingmodel/main.rb +1 -1
- data/examples/itemviews/sortingmodel/treemodel.rb +1 -1
- data/examples/itemviews/spinboxdelegate/main.rb +1 -1
- data/examples/itemviews/spinboxdelegate/spinboxdelegate.rb +2 -2
- data/examples/layouts/basiclayouts/main.rb +1 -1
- data/examples/layouts/borderlayout/main.rb +1 -1
- data/examples/layouts/borderlayout/window.rb +1 -1
- data/examples/layouts/flowlayouts/main.rb +1 -1
- data/examples/layouts/flowlayouts/window.rb +1 -1
- data/examples/mainwindows/application/main.rb +1 -1
- data/examples/mainwindows/dockwidgets/main.rb +1 -1
- data/examples/mainwindows/dockwidgets/mainwindow.rb +1 -1
- data/examples/mainwindows/mdi/main.rb +1 -1
- data/examples/mainwindows/mdi/mainwindow.rb +1 -1
- data/examples/mainwindows/mdi/mdichild.rb +1 -1
- data/examples/mainwindows/menus/main.rb +1 -1
- data/examples/mainwindows/recentfiles/main.rb +1 -1
- data/examples/mainwindows/sdi/main.rb +1 -1
- data/examples/network/broadcastreceiver/main.rb +1 -1
- data/examples/network/broadcastsender/main.rb +1 -1
- data/examples/network/fortuneclient/client.rb +3 -4
- data/examples/network/fortuneclient/main.rb +1 -1
- data/examples/network/fortuneserver/main.rb +1 -1
- data/examples/network/ftp/main.rb +1 -1
- data/examples/network/http/main.rb +1 -1
- data/examples/network/loopback/main.rb +1 -1
- data/examples/opengl/grabber/main.rb +1 -1
- data/examples/opengl/grabber/mainwindow.rb +1 -1
- data/examples/opengl/hellogl/main.rb +1 -1
- data/examples/opengl/hellogl/window.rb +1 -1
- data/examples/opengl/textures/main.rb +1 -1
- data/examples/opengl/textures/window.rb +1 -1
- data/examples/painting/basicdrawing/main.rb +1 -1
- data/examples/painting/basicdrawing/renderarea.rb +13 -13
- data/examples/painting/basicdrawing/window.rb +1 -1
- data/examples/painting/concentriccircles/main.rb +1 -1
- data/examples/painting/concentriccircles/window.rb +1 -1
- data/examples/painting/fontsampler/main.rb +1 -1
- data/examples/painting/fontsampler/mainwindow.rb +2 -2
- data/examples/painting/fontsampler/previewdialog.rb +2 -2
- data/examples/painting/imagecomposition/main.rb +2 -2
- data/examples/painting/painterpaths/main.rb +1 -1
- data/examples/painting/painterpaths/window.rb +1 -1
- data/examples/painting/svgviewer/main.rb +2 -2
- data/examples/painting/svgviewer/mainwindow.rb +1 -1
- data/examples/painting/svgviewer/svgwindow.rb +1 -1
- data/examples/painting/transformations/main.rb +1 -1
- data/examples/painting/transformations/renderarea.rb +4 -4
- data/examples/painting/transformations/window.rb +1 -1
- data/examples/qdbus/chat/chat.rb +2 -2
- data/examples/qdbus/complexpingpong/complexping.rb +1 -1
- data/examples/qdbus/complexpingpong/complexpong.rb +1 -1
- data/examples/qdbus/pingpong/ping.rb +1 -1
- data/examples/qdbus/pingpong/pong.rb +1 -1
- data/examples/qdbus/remotecontrolledcar/car/main.rb +1 -1
- data/examples/qdbus/remotecontrolledcar/controller/controller.rb +1 -1
- data/examples/qdbus/remotecontrolledcar/controller/main.rb +1 -1
- data/examples/richtext/calendar/main.rb +1 -1
- data/examples/richtext/orderform/main.rb +1 -1
- data/examples/richtext/orderform/mainwindow.rb +1 -1
- data/examples/richtext/syntaxhighlighter/main.rb +1 -1
- data/examples/richtext/syntaxhighlighter/mainwindow.rb +1 -1
- data/examples/ruboids/release.rb +2 -2
- data/examples/ruboids/ruboids/Boid.rb +4 -4
- data/examples/ruboids/ruboids/BoidView.rb +1 -1
- data/examples/ruboids/ruboids/Camera.rb +1 -1
- data/examples/ruboids/ruboids/CameraDialog.rb +2 -2
- data/examples/ruboids/ruboids/Canvas.rb +5 -5
- data/examples/ruboids/ruboids/Cloud.rb +3 -3
- data/examples/ruboids/ruboids/CloudView.rb +5 -5
- data/examples/ruboids/ruboids/Flock.rb +3 -3
- data/examples/ruboids/ruboids/Graphics.rb +1 -1
- data/examples/ruboids/ruboids/Thing.rb +1 -1
- data/examples/ruboids/ruboids/Triangle.rb +1 -1
- data/examples/ruboids/ruboids/World.rb +6 -6
- data/examples/ruboids/ruboids/WorldWindow.rb +2 -2
- data/examples/ruboids/ruboids/ruboids.rb +4 -4
- data/examples/textedit/textedit.rb +1 -1
- data/examples/tutorial/t10/t10.rb +2 -2
- data/examples/tutorial/t11/t11.rb +2 -2
- data/examples/tutorial/t12/t12.rb +2 -2
- data/examples/tutorial/t13/gamebrd.rb +2 -2
- data/examples/tutorial/t13/t13.rb +1 -1
- data/examples/tutorial/t14/cannon.rb +1 -1
- data/examples/tutorial/t14/gamebrd.rb +2 -2
- data/examples/tutorial/t14/t14.rb +1 -1
- data/examples/tutorial/t7/t7.rb +1 -1
- data/examples/tutorial/t8/t8.rb +2 -2
- data/examples/tutorial/t9/t9.rb +2 -2
- data/examples/widgets/analogclock/main.rb +1 -1
- data/examples/widgets/calculator/calculator.rb +1 -1
- data/examples/widgets/calculator/main.rb +1 -1
- data/examples/widgets/charactermap/main.rb +1 -1
- data/examples/widgets/charactermap/mainwindow.rb +2 -2
- data/examples/widgets/digitalclock/main.rb +1 -1
- data/examples/widgets/groupbox/main.rb +1 -1
- data/examples/widgets/icons/main.rb +1 -1
- data/examples/widgets/icons/mainwindow.rb +3 -3
- data/examples/widgets/imageviewer/main.rb +1 -1
- data/examples/widgets/lineedits/main.rb +1 -1
- data/examples/widgets/lineedits/window.rb +2 -2
- data/examples/widgets/movie/main.rb +1 -1
- data/examples/widgets/screenshot/main.rb +1 -1
- data/examples/widgets/scribble/main.rb +1 -1
- data/examples/widgets/scribble/mainwindow.rb +1 -1
- data/examples/widgets/sliders/main.rb +1 -1
- data/examples/widgets/sliders/slidersgroup.rb +1 -1
- data/examples/widgets/sliders/window.rb +3 -3
- data/examples/widgets/spinboxes/main.rb +1 -1
- data/examples/widgets/tetrix/main.rb +1 -1
- data/examples/widgets/tetrix/tetrixboard.rb +7 -7
- data/examples/widgets/tetrix/tetrixwindow.rb +1 -1
- data/examples/widgets/tooltips/main.rb +1 -1
- data/examples/widgets/tooltips/sortingbox.rb +1 -1
- data/examples/widgets/wiggly/dialog.rb +2 -2
- data/examples/widgets/wiggly/main.rb +1 -1
- data/examples/widgets/windowflags/controllerwindow.rb +1 -1
- data/examples/widgets/windowflags/main.rb +1 -1
- data/examples/xml/dombookmarks/main.rb +1 -1
- data/examples/xml/dombookmarks/mainwindow.rb +1 -1
- data/examples/xml/saxbookmarks/main.rb +1 -1
- data/examples/xml/saxbookmarks/mainwindow.rb +1 -1
- data/examples/xml/saxbookmarks/xbelhandler.rb +1 -1
- data/ext/cmake/modules/MacroOptionalAddBindings.cmake +2 -2
- data/ext/generator/generators/smoke/helpers.cpp +4 -3
- data/ext/generator/generators/smoke/writeSmokeDataFile.cpp +1 -1
- data/ext/ruby/CMakeLists.txt +1 -0
- data/ext/ruby/qtdeclarative/CMakeLists.txt +17 -0
- data/ext/ruby/qtdeclarative/qtdeclarative.cpp +66 -0
- data/ext/ruby/qtdeclarative/qtdeclarative.rb +17 -0
- data/ext/ruby/qtdeclarative/qtdeclarativehandlers.cpp +35 -0
- data/ext/ruby/qtruby/src/Qt.cpp +30 -21
- data/ext/ruby/qtruby/src/qtruby.cpp +8 -3
- data/ext/smoke/CMakeLists.txt +1 -0
- data/ext/smoke/qtcore/QtGuess.txt +1 -0
- data/ext/smoke/qtcore/smokeconfig.xml +1 -0
- data/ext/smoke/qtdeclarative/CMakeLists.txt +45 -0
- data/ext/smoke/qtdeclarative/config.xml.cmake +12 -0
- data/ext/smoke/qtdeclarative/qtdeclarative_includes.h +3 -0
- data/ext/smoke/qtdeclarative/smokeconfig.xml +58 -0
- data/ext/smoke/qtdeclarative_smoke.h +16 -0
- data/ext/smoke/qtnetwork/smokeconfig.xml +14 -11
- data/ext/smoke/qtopengl/smokeconfig.xml +1 -0
- data/ext/smoke/qtsql/CMakeLists.txt +4 -0
- data/ext/smoke/qtsql/qtsql_includes.h +1 -0
- data/ext/smoke/qtsql/smokeconfig.xml +3 -0
- data/extconf.rb +64 -18
- data/lib/1.8/libqtruby4shared.dll +0 -0
- data/lib/1.8/libsmokebase.dll +0 -0
- data/lib/1.8/libsmokeqtcore.dll +0 -0
- data/lib/1.8/libsmokeqtgui.dll +0 -0
- data/lib/1.8/libsmokeqtmultimedia.dll +0 -0
- data/lib/1.8/libsmokeqtnetwork.dll +0 -0
- data/lib/1.8/libsmokeqtopengl.dll +0 -0
- data/lib/1.8/libsmokeqtscript.dll +0 -0
- data/lib/1.8/libsmokeqtsql.dll +0 -0
- data/lib/1.8/libsmokeqtsvg.dll +0 -0
- data/lib/1.8/libsmokeqttest.dll +0 -0
- data/lib/1.8/libsmokeqtuitools.dll +0 -0
- data/lib/1.8/libsmokeqtwebkit.dll +0 -0
- data/lib/1.8/libsmokeqtxml.dll +0 -0
- data/lib/1.8/libsmokeqtxmlpatterns.dll +0 -0
- data/lib/1.8/qtruby4.so +0 -0
- data/lib/1.8/qtscript.so +0 -0
- data/lib/1.8/qttest.so +0 -0
- data/lib/1.8/qtuitools.so +0 -0
- data/lib/1.8/qtwebkit.so +0 -0
- data/lib/1.9/libqtruby4shared.dll +0 -0
- data/lib/1.9/libsmokebase.dll +0 -0
- data/lib/1.9/libsmokeqtcore.dll +0 -0
- data/lib/1.9/libsmokeqtgui.dll +0 -0
- data/lib/1.9/libsmokeqtmultimedia.dll +0 -0
- data/lib/1.9/libsmokeqtnetwork.dll +0 -0
- data/lib/1.9/libsmokeqtopengl.dll +0 -0
- data/lib/1.9/libsmokeqtscript.dll +0 -0
- data/lib/1.9/libsmokeqtsql.dll +0 -0
- data/lib/1.9/libsmokeqtsvg.dll +0 -0
- data/lib/1.9/libsmokeqttest.dll +0 -0
- data/lib/1.9/libsmokeqtuitools.dll +0 -0
- data/lib/1.9/libsmokeqtwebkit.dll +0 -0
- data/lib/1.9/libsmokeqtxml.dll +0 -0
- data/lib/1.9/libsmokeqtxmlpatterns.dll +0 -0
- data/lib/1.9/qtruby4.so +0 -0
- data/lib/1.9/qtscript.so +0 -0
- data/lib/1.9/qttest.so +0 -0
- data/lib/1.9/qtuitools.so +0 -0
- data/lib/1.9/qtwebkit.so +0 -0
- data/lib/Qt/qtruby4.rb +3177 -3140
- data/lib/qtbindings_version.rb +2 -2
- metadata +39 -425
- data/examples/qtscribble/scribble.rb +0 -270
- data/ext/ruby/qtruby/examples/base/kicons.rb +0 -54
- data/ext/ruby/qtruby/examples/base/rui.rb +0 -21
- data/ext/ruby/qtruby/examples/designer/calculatorbuilder/calculatorbuilder.qrc +0 -5
- data/ext/ruby/qtruby/examples/designer/calculatorbuilder/calculatorform.rb +0 -60
- data/ext/ruby/qtruby/examples/designer/calculatorbuilder/calculatorform.ui +0 -299
- data/ext/ruby/qtruby/examples/designer/calculatorbuilder/main.rb +0 -33
- data/ext/ruby/qtruby/examples/designer/calculatorbuilder/makefile +0 -2
- data/ext/ruby/qtruby/examples/designer/calculatorform/calculatorform.rb +0 -46
- data/ext/ruby/qtruby/examples/designer/calculatorform/calculatorform.ui +0 -277
- data/ext/ruby/qtruby/examples/designer/calculatorform/main.rb +0 -32
- data/ext/ruby/qtruby/examples/designer/calculatorform/makefile +0 -3
- data/ext/ruby/qtruby/examples/desktop/screenshot/main.rb +0 -32
- data/ext/ruby/qtruby/examples/desktop/screenshot/screenshot.rb +0 -156
- data/ext/ruby/qtruby/examples/desktop/systray/images/bad.svg +0 -64
- data/ext/ruby/qtruby/examples/desktop/systray/images/heart.svg +0 -55
- data/ext/ruby/qtruby/examples/desktop/systray/images/trash.svg +0 -58
- data/ext/ruby/qtruby/examples/desktop/systray/main.rb +0 -41
- data/ext/ruby/qtruby/examples/desktop/systray/makefile +0 -2
- data/ext/ruby/qtruby/examples/desktop/systray/systray.qrc +0 -7
- data/ext/ruby/qtruby/examples/desktop/systray/window.rb +0 -223
- data/ext/ruby/qtruby/examples/dialogs/complexwizard/complexwizard.rb +0 -140
- data/ext/ruby/qtruby/examples/dialogs/complexwizard/licensewizard.rb +0 -294
- data/ext/ruby/qtruby/examples/dialogs/complexwizard/main.rb +0 -31
- data/ext/ruby/qtruby/examples/dialogs/configdialog/configdialog.rb +0 -109
- data/ext/ruby/qtruby/examples/dialogs/configdialog/images/config.png +0 -0
- data/ext/ruby/qtruby/examples/dialogs/configdialog/images/query.png +0 -0
- data/ext/ruby/qtruby/examples/dialogs/configdialog/images/update.png +0 -0
- data/ext/ruby/qtruby/examples/dialogs/configdialog/main.rb +0 -31
- data/ext/ruby/qtruby/examples/dialogs/configdialog/pages.rb +0 -140
- data/ext/ruby/qtruby/examples/dialogs/extension/finddialog.rb +0 -89
- data/ext/ruby/qtruby/examples/dialogs/extension/main.rb +0 -31
- data/ext/ruby/qtruby/examples/dialogs/findfiles/main.rb +0 -32
- data/ext/ruby/qtruby/examples/dialogs/findfiles/window.rb +0 -177
- data/ext/ruby/qtruby/examples/dialogs/simplewizard/classwizard.rb +0 -374
- data/ext/ruby/qtruby/examples/dialogs/simplewizard/main.rb +0 -31
- data/ext/ruby/qtruby/examples/dialogs/simplewizard/simplewizard.rb +0 -110
- data/ext/ruby/qtruby/examples/dialogs/standarddialogs/dialog.rb +0 -340
- data/ext/ruby/qtruby/examples/dialogs/standarddialogs/main.rb +0 -31
- data/ext/ruby/qtruby/examples/dialogs/tabdialog/main.rb +0 -38
- data/ext/ruby/qtruby/examples/dialogs/tabdialog/tabdialog.rb +0 -178
- data/ext/ruby/qtruby/examples/draganddrop/draggableicons/dragwidget.rb +0 -125
- data/ext/ruby/qtruby/examples/draganddrop/draggableicons/images/boat.png +0 -0
- data/ext/ruby/qtruby/examples/draganddrop/draggableicons/images/car.png +0 -0
- data/ext/ruby/qtruby/examples/draganddrop/draggableicons/images/house.png +0 -0
- data/ext/ruby/qtruby/examples/draganddrop/draggableicons/main.rb +0 -41
- data/ext/ruby/qtruby/examples/draganddrop/draggabletext/draglabel.rb +0 -51
- data/ext/ruby/qtruby/examples/draganddrop/draggabletext/dragwidget.rb +0 -94
- data/ext/ruby/qtruby/examples/draganddrop/draggabletext/main.rb +0 -33
- data/ext/ruby/qtruby/examples/draganddrop/draggabletext/words.txt +0 -41
- data/ext/ruby/qtruby/examples/draganddrop/dropsite/dropsitewidget.rb +0 -98
- data/ext/ruby/qtruby/examples/draganddrop/dropsite/dropsitewindow.rb +0 -114
- data/ext/ruby/qtruby/examples/draganddrop/dropsite/main.rb +0 -33
- data/ext/ruby/qtruby/examples/draganddrop/fridgemagnets/draglabel.rb +0 -78
- data/ext/ruby/qtruby/examples/draganddrop/fridgemagnets/dragwidget.rb +0 -130
- data/ext/ruby/qtruby/examples/draganddrop/fridgemagnets/main.rb +0 -33
- data/ext/ruby/qtruby/examples/draganddrop/fridgemagnets/words.txt +0 -48
- data/ext/ruby/qtruby/examples/draganddrop/puzzle/example.jpg +0 -0
- data/ext/ruby/qtruby/examples/draganddrop/puzzle/main.rb +0 -33
- data/ext/ruby/qtruby/examples/draganddrop/puzzle/mainwindow.rb +0 -136
- data/ext/ruby/qtruby/examples/draganddrop/puzzle/pieceslist.rb +0 -95
- data/ext/ruby/qtruby/examples/draganddrop/puzzle/puzzlewidget.rb +0 -190
- data/ext/ruby/qtruby/examples/graphicsview/collidingmice/images/cheese.jpg +0 -0
- data/ext/ruby/qtruby/examples/graphicsview/collidingmice/main.rb +0 -53
- data/ext/ruby/qtruby/examples/graphicsview/collidingmice/makefile +0 -2
- data/ext/ruby/qtruby/examples/graphicsview/collidingmice/mice.qrc +0 -5
- data/ext/ruby/qtruby/examples/graphicsview/collidingmice/mouse.rb +0 -176
- data/ext/ruby/qtruby/examples/graphicsview/dragdroprobot/coloritem.rb +0 -86
- data/ext/ruby/qtruby/examples/graphicsview/dragdroprobot/images/head.png +0 -0
- data/ext/ruby/qtruby/examples/graphicsview/dragdroprobot/main.rb +0 -57
- data/ext/ruby/qtruby/examples/graphicsview/dragdroprobot/makefile +0 -2
- data/ext/ruby/qtruby/examples/graphicsview/dragdroprobot/robot.qrc +0 -5
- data/ext/ruby/qtruby/examples/graphicsview/dragdroprobot/robot.rb +0 -246
- data/ext/ruby/qtruby/examples/itemviews/chart/chart.qrc +0 -5
- data/ext/ruby/qtruby/examples/itemviews/chart/main.rb +0 -33
- data/ext/ruby/qtruby/examples/itemviews/chart/mainwindow.rb +0 -151
- data/ext/ruby/qtruby/examples/itemviews/chart/makefile +0 -2
- data/ext/ruby/qtruby/examples/itemviews/chart/mydata.cht +0 -8
- data/ext/ruby/qtruby/examples/itemviews/chart/pieview.rb +0 -516
- data/ext/ruby/qtruby/examples/itemviews/chart/qtdata.cht +0 -14
- data/ext/ruby/qtruby/examples/itemviews/dirview/main.rb +0 -39
- data/ext/ruby/qtruby/examples/itemviews/pixelator/imagemodel.rb +0 -51
- data/ext/ruby/qtruby/examples/itemviews/pixelator/images.qrc +0 -5
- data/ext/ruby/qtruby/examples/itemviews/pixelator/images/qt.png +0 -0
- data/ext/ruby/qtruby/examples/itemviews/pixelator/main.rb +0 -34
- data/ext/ruby/qtruby/examples/itemviews/pixelator/mainwindow.rb +0 -218
- data/ext/ruby/qtruby/examples/itemviews/pixelator/makefile +0 -3
- data/ext/ruby/qtruby/examples/itemviews/pixelator/pixeldelegate.rb +0 -67
- data/ext/ruby/qtruby/examples/itemviews/puzzle/example.jpg +0 -0
- data/ext/ruby/qtruby/examples/itemviews/puzzle/main.rb +0 -36
- data/ext/ruby/qtruby/examples/itemviews/puzzle/mainwindow.rb +0 -143
- data/ext/ruby/qtruby/examples/itemviews/puzzle/piecesmodel.rb +0 -174
- data/ext/ruby/qtruby/examples/itemviews/puzzle/puzzlewidget.rb +0 -192
- data/ext/ruby/qtruby/examples/itemviews/simpledommodel/domitem.rb +0 -62
- data/ext/ruby/qtruby/examples/itemviews/simpledommodel/dommodel.rb +0 -139
- data/ext/ruby/qtruby/examples/itemviews/simpledommodel/main.rb +0 -33
- data/ext/ruby/qtruby/examples/itemviews/simpledommodel/mainwindow.rb +0 -66
- data/ext/ruby/qtruby/examples/itemviews/simpletreemodel/default.txt +0 -40
- data/ext/ruby/qtruby/examples/itemviews/simpletreemodel/main.rb +0 -41
- data/ext/ruby/qtruby/examples/itemviews/simpletreemodel/makefile +0 -2
- data/ext/ruby/qtruby/examples/itemviews/simpletreemodel/simpletreemodel.qrc +0 -5
- data/ext/ruby/qtruby/examples/itemviews/simpletreemodel/treeitem.rb +0 -67
- data/ext/ruby/qtruby/examples/itemviews/simpletreemodel/treemodel.rb +0 -164
- data/ext/ruby/qtruby/examples/itemviews/sortingmodel/default.txt +0 -40
- data/ext/ruby/qtruby/examples/itemviews/sortingmodel/main.rb +0 -53
- data/ext/ruby/qtruby/examples/itemviews/sortingmodel/treeitem.rb +0 -73
- data/ext/ruby/qtruby/examples/itemviews/sortingmodel/treemodel.rb +0 -166
- data/ext/ruby/qtruby/examples/itemviews/spinboxdelegate/main.rb +0 -47
- data/ext/ruby/qtruby/examples/itemviews/spinboxdelegate/spinboxdelegate.rb +0 -62
- data/ext/ruby/qtruby/examples/killerfilter/killerfilter.rb +0 -55
- data/ext/ruby/qtruby/examples/layouts/basiclayouts/dialog.rb +0 -110
- data/ext/ruby/qtruby/examples/layouts/basiclayouts/main.rb +0 -31
- data/ext/ruby/qtruby/examples/layouts/borderlayout/borderlayout.rb +0 -190
- data/ext/ruby/qtruby/examples/layouts/borderlayout/main.rb +0 -32
- data/ext/ruby/qtruby/examples/layouts/borderlayout/window.rb +0 -52
- data/ext/ruby/qtruby/examples/layouts/flowlayouts/flowlayout.rb +0 -108
- data/ext/ruby/qtruby/examples/layouts/flowlayouts/main.rb +0 -32
- data/ext/ruby/qtruby/examples/layouts/flowlayouts/window.rb +0 -43
- data/ext/ruby/qtruby/examples/mainwindows/application/images/copy.png +0 -0
- data/ext/ruby/qtruby/examples/mainwindows/application/images/cut.png +0 -0
- data/ext/ruby/qtruby/examples/mainwindows/application/images/new.png +0 -0
- data/ext/ruby/qtruby/examples/mainwindows/application/images/open.png +0 -0
- data/ext/ruby/qtruby/examples/mainwindows/application/images/paste.png +0 -0
- data/ext/ruby/qtruby/examples/mainwindows/application/images/save.png +0 -0
- data/ext/ruby/qtruby/examples/mainwindows/application/main.rb +0 -32
- data/ext/ruby/qtruby/examples/mainwindows/application/mainwindow.rb +0 -285
- data/ext/ruby/qtruby/examples/mainwindows/dockwidgets/images/new.png +0 -0
- data/ext/ruby/qtruby/examples/mainwindows/dockwidgets/images/print.png +0 -0
- data/ext/ruby/qtruby/examples/mainwindows/dockwidgets/images/save.png +0 -0
- data/ext/ruby/qtruby/examples/mainwindows/dockwidgets/images/undo.png +0 -0
- data/ext/ruby/qtruby/examples/mainwindows/dockwidgets/main.rb +0 -32
- data/ext/ruby/qtruby/examples/mainwindows/dockwidgets/mainwindow.rb +0 -302
- data/ext/ruby/qtruby/examples/mainwindows/mdi/images/copy.png +0 -0
- data/ext/ruby/qtruby/examples/mainwindows/mdi/images/cut.png +0 -0
- data/ext/ruby/qtruby/examples/mainwindows/mdi/images/new.png +0 -0
- data/ext/ruby/qtruby/examples/mainwindows/mdi/images/open.png +0 -0
- data/ext/ruby/qtruby/examples/mainwindows/mdi/images/paste.png +0 -0
- data/ext/ruby/qtruby/examples/mainwindows/mdi/images/save.png +0 -0
- data/ext/ruby/qtruby/examples/mainwindows/mdi/main.rb +0 -32
- data/ext/ruby/qtruby/examples/mainwindows/mdi/mainwindow.rb +0 -363
- data/ext/ruby/qtruby/examples/mainwindows/mdi/mdichild.rb +0 -152
- data/ext/ruby/qtruby/examples/mainwindows/menus/main.rb +0 -32
- data/ext/ruby/qtruby/examples/mainwindows/menus/mainwindow.rb +0 -327
- data/ext/ruby/qtruby/examples/mainwindows/recentfiles/main.rb +0 -32
- data/ext/ruby/qtruby/examples/mainwindows/recentfiles/mainwindow.rb +0 -258
- data/ext/ruby/qtruby/examples/mainwindows/sdi/images/copy.png +0 -0
- data/ext/ruby/qtruby/examples/mainwindows/sdi/images/cut.png +0 -0
- data/ext/ruby/qtruby/examples/mainwindows/sdi/images/new.png +0 -0
- data/ext/ruby/qtruby/examples/mainwindows/sdi/images/open.png +0 -0
- data/ext/ruby/qtruby/examples/mainwindows/sdi/images/paste.png +0 -0
- data/ext/ruby/qtruby/examples/mainwindows/sdi/images/save.png +0 -0
- data/ext/ruby/qtruby/examples/mainwindows/sdi/main.rb +0 -32
- data/ext/ruby/qtruby/examples/mainwindows/sdi/mainwindow.rb +0 -335
- data/ext/ruby/qtruby/examples/network/broadcastreceiver/main.rb +0 -32
- data/ext/ruby/qtruby/examples/network/broadcastreceiver/receiver.rb +0 -64
- data/ext/ruby/qtruby/examples/network/broadcastsender/main.rb +0 -32
- data/ext/ruby/qtruby/examples/network/broadcastsender/sender.rb +0 -70
- data/ext/ruby/qtruby/examples/network/fortuneclient/client.rb +0 -150
- data/ext/ruby/qtruby/examples/network/fortuneclient/main.rb +0 -32
- data/ext/ruby/qtruby/examples/network/fortuneserver/main.rb +0 -32
- data/ext/ruby/qtruby/examples/network/fortuneserver/server.rb +0 -88
- data/ext/ruby/qtruby/examples/network/ftp/ftpwindow.rb +0 -254
- data/ext/ruby/qtruby/examples/network/ftp/images/cdtoparent.png +0 -0
- data/ext/ruby/qtruby/examples/network/ftp/images/dir.png +0 -0
- data/ext/ruby/qtruby/examples/network/ftp/images/file.png +0 -0
- data/ext/ruby/qtruby/examples/network/ftp/main.rb +0 -32
- data/ext/ruby/qtruby/examples/network/http/httpwindow.rb +0 -187
- data/ext/ruby/qtruby/examples/network/http/main.rb +0 -32
- data/ext/ruby/qtruby/examples/network/loopback/dialog.rb +0 -163
- data/ext/ruby/qtruby/examples/network/loopback/main.rb +0 -32
- data/ext/ruby/qtruby/examples/opengl/grabber/glwidget.rb +0 -265
- data/ext/ruby/qtruby/examples/opengl/grabber/main.rb +0 -32
- data/ext/ruby/qtruby/examples/opengl/grabber/mainwindow.rb +0 -189
- data/ext/ruby/qtruby/examples/opengl/hellogl/glwidget.rb +0 -226
- data/ext/ruby/qtruby/examples/opengl/hellogl/main.rb +0 -32
- data/ext/ruby/qtruby/examples/opengl/hellogl/window.rb +0 -66
- data/ext/ruby/qtruby/examples/opengl/textures/glwidget.rb +0 -151
- data/ext/ruby/qtruby/examples/opengl/textures/images/side1.png +0 -0
- data/ext/ruby/qtruby/examples/opengl/textures/images/side2.png +0 -0
- data/ext/ruby/qtruby/examples/opengl/textures/images/side3.png +0 -0
- data/ext/ruby/qtruby/examples/opengl/textures/images/side4.png +0 -0
- data/ext/ruby/qtruby/examples/opengl/textures/images/side5.png +0 -0
- data/ext/ruby/qtruby/examples/opengl/textures/images/side6.png +0 -0
- data/ext/ruby/qtruby/examples/opengl/textures/main.rb +0 -32
- data/ext/ruby/qtruby/examples/opengl/textures/window.rb +0 -77
- data/ext/ruby/qtruby/examples/painting/basicdrawing/images/brick.png +0 -0
- data/ext/ruby/qtruby/examples/painting/basicdrawing/images/qt-logo.png +0 -0
- data/ext/ruby/qtruby/examples/painting/basicdrawing/main.rb +0 -32
- data/ext/ruby/qtruby/examples/painting/basicdrawing/renderarea.rb +0 -166
- data/ext/ruby/qtruby/examples/painting/basicdrawing/window.rb +0 -215
- data/ext/ruby/qtruby/examples/painting/concentriccircles/circlewidget.rb +0 -88
- data/ext/ruby/qtruby/examples/painting/concentriccircles/main.rb +0 -32
- data/ext/ruby/qtruby/examples/painting/concentriccircles/window.rb +0 -72
- data/ext/ruby/qtruby/examples/painting/fontsampler/main.rb +0 -32
- data/ext/ruby/qtruby/examples/painting/fontsampler/mainwindow.rb +0 -368
- data/ext/ruby/qtruby/examples/painting/fontsampler/mainwindowbase.ui +0 -136
- data/ext/ruby/qtruby/examples/painting/fontsampler/makefile +0 -8
- data/ext/ruby/qtruby/examples/painting/fontsampler/previewdialog.rb +0 -256
- data/ext/ruby/qtruby/examples/painting/fontsampler/previewdialogbase.ui +0 -224
- data/ext/ruby/qtruby/examples/painting/fontsampler/previewlabel.rb +0 -43
- data/ext/ruby/qtruby/examples/painting/imagecomposition/imagecomposer.rb +0 -152
- data/ext/ruby/qtruby/examples/painting/imagecomposition/imagecomposition.qrc +0 -6
- data/ext/ruby/qtruby/examples/painting/imagecomposition/images/background.png +0 -0
- data/ext/ruby/qtruby/examples/painting/imagecomposition/images/blackrectangle.png +0 -0
- data/ext/ruby/qtruby/examples/painting/imagecomposition/images/butterfly.png +0 -0
- data/ext/ruby/qtruby/examples/painting/imagecomposition/images/checker.png +0 -0
- data/ext/ruby/qtruby/examples/painting/imagecomposition/main.rb +0 -33
- data/ext/ruby/qtruby/examples/painting/imagecomposition/makefile +0 -2
- data/ext/ruby/qtruby/examples/painting/painterpaths/main.rb +0 -32
- data/ext/ruby/qtruby/examples/painting/painterpaths/renderarea.rb +0 -97
- data/ext/ruby/qtruby/examples/painting/painterpaths/window.rb +0 -247
- data/ext/ruby/qtruby/examples/painting/svgviewer/files/bubbles.svg +0 -212
- data/ext/ruby/qtruby/examples/painting/svgviewer/files/cubic.svg +0 -77
- data/ext/ruby/qtruby/examples/painting/svgviewer/files/spheres.svg +0 -79
- data/ext/ruby/qtruby/examples/painting/svgviewer/main.rb +0 -38
- data/ext/ruby/qtruby/examples/painting/svgviewer/mainwindow.rb +0 -99
- data/ext/ruby/qtruby/examples/painting/svgviewer/makefile +0 -2
- data/ext/ruby/qtruby/examples/painting/svgviewer/svgview.rb +0 -156
- data/ext/ruby/qtruby/examples/painting/svgviewer/svgviewer.qrc +0 -6
- data/ext/ruby/qtruby/examples/painting/svgviewer/svgwindow.rb +0 -87
- data/ext/ruby/qtruby/examples/painting/transformations/main.rb +0 -32
- data/ext/ruby/qtruby/examples/painting/transformations/renderarea.rb +0 -127
- data/ext/ruby/qtruby/examples/painting/transformations/window.rb +0 -153
- data/ext/ruby/qtruby/examples/passivepopup/passivepopup.rb +0 -38
- data/ext/ruby/qtruby/examples/qdbus/chat/chat.rb +0 -146
- data/ext/ruby/qtruby/examples/qdbus/chat/chat_adaptor.rb +0 -12
- data/ext/ruby/qtruby/examples/qdbus/chat/chat_interface.rb +0 -13
- data/ext/ruby/qtruby/examples/qdbus/chat/chatmainwindow.ui +0 -184
- data/ext/ruby/qtruby/examples/qdbus/chat/chatsetnickname.ui +0 -145
- data/ext/ruby/qtruby/examples/qdbus/chat/makefile +0 -8
- data/ext/ruby/qtruby/examples/qdbus/complexpingpong/complexping.rb +0 -92
- data/ext/ruby/qtruby/examples/qdbus/complexpingpong/complexpong.rb +0 -83
- data/ext/ruby/qtruby/examples/qdbus/complexpingpong/ping-common.rb +0 -1
- data/ext/ruby/qtruby/examples/qdbus/listnames/listnames.rb +0 -69
- data/ext/ruby/qtruby/examples/qdbus/pingpong/ping-common.rb +0 -1
- data/ext/ruby/qtruby/examples/qdbus/pingpong/ping.rb +0 -52
- data/ext/ruby/qtruby/examples/qdbus/pingpong/pong.rb +0 -55
- data/ext/ruby/qtruby/examples/qdbus/remotecontrolledcar/car/car.rb +0 -151
- data/ext/ruby/qtruby/examples/qdbus/remotecontrolledcar/car/main.rb +0 -50
- data/ext/ruby/qtruby/examples/qdbus/remotecontrolledcar/controller/controller.rb +0 -66
- data/ext/ruby/qtruby/examples/qdbus/remotecontrolledcar/controller/controller.ui +0 -61
- data/ext/ruby/qtruby/examples/qdbus/remotecontrolledcar/controller/main.rb +0 -32
- data/ext/ruby/qtruby/examples/qdbus/remotecontrolledcar/controller/makefile +0 -2
- data/ext/ruby/qtruby/examples/qtscribble/scribble.rb +0 -270
- data/ext/ruby/qtruby/examples/richtext/calendar/main.rb +0 -33
- data/ext/ruby/qtruby/examples/richtext/calendar/mainwindow.rb +0 -173
- data/ext/ruby/qtruby/examples/richtext/orderform/detailsdialog.rb +0 -130
- data/ext/ruby/qtruby/examples/richtext/orderform/main.rb +0 -34
- data/ext/ruby/qtruby/examples/richtext/orderform/mainwindow.rb +0 -194
- data/ext/ruby/qtruby/examples/richtext/syntaxhighlighter/examples/example +0 -79
- data/ext/ruby/qtruby/examples/richtext/syntaxhighlighter/highlighter.rb +0 -90
- data/ext/ruby/qtruby/examples/richtext/syntaxhighlighter/main.rb +0 -34
- data/ext/ruby/qtruby/examples/richtext/syntaxhighlighter/mainwindow.rb +0 -105
- data/ext/ruby/qtruby/examples/ruboids/Manifest +0 -26
- data/ext/ruby/qtruby/examples/ruboids/README +0 -53
- data/ext/ruby/qtruby/examples/ruboids/TODO +0 -29
- data/ext/ruby/qtruby/examples/ruboids/boids.properties +0 -33
- data/ext/ruby/qtruby/examples/ruboids/generateManifest.rb +0 -42
- data/ext/ruby/qtruby/examples/ruboids/index.html +0 -147
- data/ext/ruby/qtruby/examples/ruboids/release.rb +0 -152
- data/ext/ruby/qtruby/examples/ruboids/ruboids/Boid.rb +0 -141
- data/ext/ruby/qtruby/examples/ruboids/ruboids/BoidView.rb +0 -159
- data/ext/ruby/qtruby/examples/ruboids/ruboids/Camera.rb +0 -24
- data/ext/ruby/qtruby/examples/ruboids/ruboids/CameraDialog.rb +0 -218
- data/ext/ruby/qtruby/examples/ruboids/ruboids/Canvas.rb +0 -143
- data/ext/ruby/qtruby/examples/ruboids/ruboids/Cloud.rb +0 -61
- data/ext/ruby/qtruby/examples/ruboids/ruboids/CloudView.rb +0 -54
- data/ext/ruby/qtruby/examples/ruboids/ruboids/Flock.rb +0 -47
- data/ext/ruby/qtruby/examples/ruboids/ruboids/Graphics.rb +0 -278
- data/ext/ruby/qtruby/examples/ruboids/ruboids/Params.rb +0 -87
- data/ext/ruby/qtruby/examples/ruboids/ruboids/Point.rb +0 -153
- data/ext/ruby/qtruby/examples/ruboids/ruboids/Thing.rb +0 -34
- data/ext/ruby/qtruby/examples/ruboids/ruboids/Triangle.rb +0 -21
- data/ext/ruby/qtruby/examples/ruboids/ruboids/View.rb +0 -88
- data/ext/ruby/qtruby/examples/ruboids/ruboids/World.rb +0 -82
- data/ext/ruby/qtruby/examples/ruboids/ruboids/WorldWindow.rb +0 -52
- data/ext/ruby/qtruby/examples/ruboids/ruboids/info.rb +0 -12
- data/ext/ruby/qtruby/examples/ruboids/ruboids/ruboids.rb +0 -29
- data/ext/ruby/qtruby/examples/textedit/textedit.rb +0 -150
- data/ext/ruby/qtruby/examples/tutorial/t1/t1.rb +0 -10
- data/ext/ruby/qtruby/examples/tutorial/t10/cannon.rb +0 -72
- data/ext/ruby/qtruby/examples/tutorial/t10/lcdrange.rb +0 -45
- data/ext/ruby/qtruby/examples/tutorial/t10/t10.rb +0 -55
- data/ext/ruby/qtruby/examples/tutorial/t11/cannon.rb +0 -124
- data/ext/ruby/qtruby/examples/tutorial/t11/lcdrange.rb +0 -45
- data/ext/ruby/qtruby/examples/tutorial/t11/t11.rb +0 -65
- data/ext/ruby/qtruby/examples/tutorial/t12/cannon.rb +0 -158
- data/ext/ruby/qtruby/examples/tutorial/t12/lcdrange.rb +0 -59
- data/ext/ruby/qtruby/examples/tutorial/t12/t12.rb +0 -66
- data/ext/ruby/qtruby/examples/tutorial/t13/cannon.rb +0 -208
- data/ext/ruby/qtruby/examples/tutorial/t13/gamebrd.rb +0 -113
- data/ext/ruby/qtruby/examples/tutorial/t13/lcdrange.rb +0 -60
- data/ext/ruby/qtruby/examples/tutorial/t13/t13.rb +0 -11
- data/ext/ruby/qtruby/examples/tutorial/t14/cannon.rb +0 -263
- data/ext/ruby/qtruby/examples/tutorial/t14/gamebrd.rb +0 -123
- data/ext/ruby/qtruby/examples/tutorial/t14/lcdrange.rb +0 -63
- data/ext/ruby/qtruby/examples/tutorial/t14/t14.rb +0 -11
- data/ext/ruby/qtruby/examples/tutorial/t2/t2.rb +0 -16
- data/ext/ruby/qtruby/examples/tutorial/t3/t3.rb +0 -18
- data/ext/ruby/qtruby/examples/tutorial/t4/t4.rb +0 -25
- data/ext/ruby/qtruby/examples/tutorial/t5/t5.rb +0 -37
- data/ext/ruby/qtruby/examples/tutorial/t6/t6.rb +0 -52
- data/ext/ruby/qtruby/examples/tutorial/t7/lcdrange.rb +0 -32
- data/ext/ruby/qtruby/examples/tutorial/t7/t7.rb +0 -42
- data/ext/ruby/qtruby/examples/tutorial/t8/cannon.rb +0 -38
- data/ext/ruby/qtruby/examples/tutorial/t8/lcdrange.rb +0 -45
- data/ext/ruby/qtruby/examples/tutorial/t8/t8.rb +0 -43
- data/ext/ruby/qtruby/examples/tutorial/t9/cannon.rb +0 -45
- data/ext/ruby/qtruby/examples/tutorial/t9/lcdrange.rb +0 -46
- data/ext/ruby/qtruby/examples/tutorial/t9/t9.rb +0 -43
- data/ext/ruby/qtruby/examples/widgets/analogclock/analogclock.rb +0 -94
- data/ext/ruby/qtruby/examples/widgets/analogclock/main.rb +0 -9
- data/ext/ruby/qtruby/examples/widgets/calculator/button.rb +0 -45
- data/ext/ruby/qtruby/examples/widgets/calculator/calculator.rb +0 -382
- data/ext/ruby/qtruby/examples/widgets/calculator/main.rb +0 -32
- data/ext/ruby/qtruby/examples/widgets/charactermap/characterwidget.rb +0 -110
- data/ext/ruby/qtruby/examples/widgets/charactermap/main.rb +0 -32
- data/ext/ruby/qtruby/examples/widgets/charactermap/mainwindow.rb +0 -118
- data/ext/ruby/qtruby/examples/widgets/digitalclock/digitalclock.rb +0 -30
- data/ext/ruby/qtruby/examples/widgets/digitalclock/main.rb +0 -9
- data/ext/ruby/qtruby/examples/widgets/groupbox/main.rb +0 -32
- data/ext/ruby/qtruby/examples/widgets/groupbox/window.rb +0 -134
- data/ext/ruby/qtruby/examples/widgets/icons/iconpreviewarea.rb +0 -111
- data/ext/ruby/qtruby/examples/widgets/icons/iconsizespinbox.rb +0 -39
- data/ext/ruby/qtruby/examples/widgets/icons/imagedelegate.rb +0 -73
- data/ext/ruby/qtruby/examples/widgets/icons/images/designer.png +0 -0
- data/ext/ruby/qtruby/examples/widgets/icons/images/find_disabled.png +0 -0
- data/ext/ruby/qtruby/examples/widgets/icons/images/find_normal.png +0 -0
- data/ext/ruby/qtruby/examples/widgets/icons/images/monkey_off_128x128.png +0 -0
- data/ext/ruby/qtruby/examples/widgets/icons/images/monkey_off_16x16.png +0 -0
- data/ext/ruby/qtruby/examples/widgets/icons/images/monkey_off_32x32.png +0 -0
- data/ext/ruby/qtruby/examples/widgets/icons/images/monkey_off_64x64.png +0 -0
- data/ext/ruby/qtruby/examples/widgets/icons/images/monkey_on_128x128.png +0 -0
- data/ext/ruby/qtruby/examples/widgets/icons/images/monkey_on_16x16.png +0 -0
- data/ext/ruby/qtruby/examples/widgets/icons/images/monkey_on_32x32.png +0 -0
- data/ext/ruby/qtruby/examples/widgets/icons/images/monkey_on_64x64.png +0 -0
- data/ext/ruby/qtruby/examples/widgets/icons/images/qtopia_16x16.png +0 -0
- data/ext/ruby/qtruby/examples/widgets/icons/images/qtopia_32x32.png +0 -0
- data/ext/ruby/qtruby/examples/widgets/icons/images/qtopia_48x48.png +0 -0
- data/ext/ruby/qtruby/examples/widgets/icons/main.rb +0 -32
- data/ext/ruby/qtruby/examples/widgets/icons/mainwindow.rb +0 -351
- data/ext/ruby/qtruby/examples/widgets/imageviewer/imageviewer.rb +0 -219
- data/ext/ruby/qtruby/examples/widgets/imageviewer/main.rb +0 -32
- data/ext/ruby/qtruby/examples/widgets/lineedits/main.rb +0 -32
- data/ext/ruby/qtruby/examples/widgets/lineedits/window.rb +0 -199
- data/ext/ruby/qtruby/examples/widgets/movie/images/open.png +0 -0
- data/ext/ruby/qtruby/examples/widgets/movie/images/pause.png +0 -0
- data/ext/ruby/qtruby/examples/widgets/movie/images/play.png +0 -0
- data/ext/ruby/qtruby/examples/widgets/movie/images/quit.png +0 -0
- data/ext/ruby/qtruby/examples/widgets/movie/images/stop.png +0 -0
- data/ext/ruby/qtruby/examples/widgets/movie/main.rb +0 -32
- data/ext/ruby/qtruby/examples/widgets/movie/movieplayer.rb +0 -201
- data/ext/ruby/qtruby/examples/widgets/movie/movies/fire.mng +0 -0
- data/ext/ruby/qtruby/examples/widgets/screenshot/main.rb +0 -32
- data/ext/ruby/qtruby/examples/widgets/screenshot/screenshot.rb +0 -155
- data/ext/ruby/qtruby/examples/widgets/scribble/main.rb +0 -32
- data/ext/ruby/qtruby/examples/widgets/scribble/mainwindow.rb +0 -202
- data/ext/ruby/qtruby/examples/widgets/scribble/scribblearea.rb +0 -154
- data/ext/ruby/qtruby/examples/widgets/sliders/main.rb +0 -32
- data/ext/ruby/qtruby/examples/widgets/sliders/slidersgroup.rb +0 -97
- data/ext/ruby/qtruby/examples/widgets/sliders/window.rb +0 -124
- data/ext/ruby/qtruby/examples/widgets/spinboxes/main.rb +0 -32
- data/ext/ruby/qtruby/examples/widgets/spinboxes/window.rb +0 -213
- data/ext/ruby/qtruby/examples/widgets/tetrix/main.rb +0 -33
- data/ext/ruby/qtruby/examples/widgets/tetrix/tetrixboard.rb +0 -346
- data/ext/ruby/qtruby/examples/widgets/tetrix/tetrixpiece.rb +0 -135
- data/ext/ruby/qtruby/examples/widgets/tetrix/tetrixwindow.rb +0 -88
- data/ext/ruby/qtruby/examples/widgets/tooltips/images/circle.png +0 -0
- data/ext/ruby/qtruby/examples/widgets/tooltips/images/square.png +0 -0
- data/ext/ruby/qtruby/examples/widgets/tooltips/images/triangle.png +0 -0
- data/ext/ruby/qtruby/examples/widgets/tooltips/main.rb +0 -32
- data/ext/ruby/qtruby/examples/widgets/tooltips/shapeitem.rb +0 -31
- data/ext/ruby/qtruby/examples/widgets/tooltips/sortingbox.rb +0 -222
- data/ext/ruby/qtruby/examples/widgets/wiggly/dialog.rb +0 -48
- data/ext/ruby/qtruby/examples/widgets/wiggly/main.rb +0 -9
- data/ext/ruby/qtruby/examples/widgets/wiggly/wigglywidget.rb +0 -76
- data/ext/ruby/qtruby/examples/widgets/windowflags/controllerwindow.rb +0 -195
- data/ext/ruby/qtruby/examples/widgets/windowflags/main.rb +0 -32
- data/ext/ruby/qtruby/examples/widgets/windowflags/previewwindow.rb +0 -103
- data/ext/ruby/qtruby/examples/xml/dombookmarks/frank.xbel +0 -230
- data/ext/ruby/qtruby/examples/xml/dombookmarks/jennifer.xbel +0 -93
- data/ext/ruby/qtruby/examples/xml/dombookmarks/main.rb +0 -34
- data/ext/ruby/qtruby/examples/xml/dombookmarks/mainwindow.rb +0 -129
- data/ext/ruby/qtruby/examples/xml/dombookmarks/xbeltree.rb +0 -172
- data/ext/ruby/qtruby/examples/xml/saxbookmarks/frank.xbel +0 -230
- data/ext/ruby/qtruby/examples/xml/saxbookmarks/jennifer.xbel +0 -93
- data/ext/ruby/qtruby/examples/xml/saxbookmarks/main.rb +0 -34
- data/ext/ruby/qtruby/examples/xml/saxbookmarks/mainwindow.rb +0 -144
- data/ext/ruby/qtruby/examples/xml/saxbookmarks/xbelgenerator.rb +0 -95
- data/ext/ruby/qtruby/examples/xml/saxbookmarks/xbelhandler.rb +0 -122
- data/ext/ruby/qtruby/src/lib/CMakeLists.txt +0 -16
- data/ext/ruby/qtruby/src/lib/Qt.rb +0 -1
- data/ext/ruby/qtruby/src/lib/Qt/CMakeLists.txt +0 -9
- data/ext/ruby/qtruby/src/lib/Qt/qtruby4.rb +0 -3177
- data/ext/ruby/qtruby/src/lib/Qt3.rb +0 -6
- data/ext/ruby/qtruby/src/lib/Qt4.rb +0 -6
@@ -1,79 +0,0 @@
|
|
1
|
-
TEMPLATE = app
|
2
|
-
LANGUAGE = C++
|
3
|
-
TARGET = assistant
|
4
|
-
|
5
|
-
CONFIG += qt warn_on
|
6
|
-
QT += xml network
|
7
|
-
|
8
|
-
PROJECTNAME = Assistant
|
9
|
-
DESTDIR = ../../bin
|
10
|
-
|
11
|
-
FORMS += finddialog.ui \
|
12
|
-
helpdialog.ui \
|
13
|
-
mainwindow.ui \
|
14
|
-
settingsdialog.ui \
|
15
|
-
tabbedbrowser.ui \
|
16
|
-
topicchooser.ui
|
17
|
-
|
18
|
-
SOURCES += main.cpp \
|
19
|
-
helpwindow.cpp \
|
20
|
-
topicchooser.cpp \
|
21
|
-
docuparser.cpp \
|
22
|
-
settingsdialog.cpp \
|
23
|
-
index.cpp \
|
24
|
-
profile.cpp \
|
25
|
-
config.cpp \
|
26
|
-
finddialog.cpp \
|
27
|
-
helpdialog.cpp \
|
28
|
-
mainwindow.cpp \
|
29
|
-
tabbedbrowser.cpp
|
30
|
-
|
31
|
-
HEADERS += helpwindow.h \
|
32
|
-
topicchooser.h \
|
33
|
-
docuparser.h \
|
34
|
-
settingsdialog.h \
|
35
|
-
index.h \
|
36
|
-
profile.h \
|
37
|
-
finddialog.h \
|
38
|
-
helpdialog.h \
|
39
|
-
mainwindow.h \
|
40
|
-
tabbedbrowser.h \
|
41
|
-
config.h
|
42
|
-
|
43
|
-
RESOURCES += assistant.qrc
|
44
|
-
|
45
|
-
DEFINES += QT_KEYWORDS
|
46
|
-
#DEFINES += QT_PALMTOPCENTER_DOCS
|
47
|
-
!network:DEFINES += QT_INTERNAL_NETWORK
|
48
|
-
else:QT += network
|
49
|
-
!xml: DEFINES += QT_INTERNAL_XML
|
50
|
-
else:QT += xml
|
51
|
-
include( ../../src/qt_professional.pri )
|
52
|
-
|
53
|
-
win32 {
|
54
|
-
LIBS += -lshell32
|
55
|
-
RC_FILE = assistant.rc
|
56
|
-
}
|
57
|
-
|
58
|
-
mac {
|
59
|
-
ICON = assistant.icns
|
60
|
-
TARGET = assistant
|
61
|
-
# QMAKE_INFO_PLIST = Info_mac.plist
|
62
|
-
}
|
63
|
-
|
64
|
-
#target.path = $$[QT_INSTALL_BINS]
|
65
|
-
#INSTALLS += target
|
66
|
-
|
67
|
-
#assistanttranslations.files = *.qm
|
68
|
-
#assistanttranslations.path = $$[QT_INSTALL_TRANSLATIONS]
|
69
|
-
#INSTALLS += assistanttranslations
|
70
|
-
|
71
|
-
TRANSLATIONS = assistant_de.ts \
|
72
|
-
assistant_fr.ts
|
73
|
-
|
74
|
-
|
75
|
-
unix:!contains(QT_CONFIG, zlib):LIBS += -lz
|
76
|
-
|
77
|
-
|
78
|
-
target.path=$$[QT_INSTALL_BINS]
|
79
|
-
INSTALLS += target
|
@@ -1,90 +0,0 @@
|
|
1
|
-
=begin
|
2
|
-
**
|
3
|
-
** Copyright (C) 2004-2005 Trolltech AS. All rights reserved.
|
4
|
-
**
|
5
|
-
** This file is part of the example classes of the Qt Toolkit.
|
6
|
-
**
|
7
|
-
** This file may be used under the terms of the GNU General Public
|
8
|
-
** License version 2.0 as published by the Free Software Foundation
|
9
|
-
** and appearing in the file LICENSE.GPL included in the packaging of
|
10
|
-
** this file. Please review the following information to ensure GNU
|
11
|
-
** General Public Licensing requirements will be met:
|
12
|
-
** http://www.trolltech.com/products/qt/opensource.html
|
13
|
-
**
|
14
|
-
** If you are unsure which license is appropriate for your use, please
|
15
|
-
** review the following information:
|
16
|
-
** http://www.trolltech.com/products/qt/licensing.html or contact the
|
17
|
-
** sales department at sales@trolltech.com.
|
18
|
-
**
|
19
|
-
** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
|
20
|
-
** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
21
|
-
**
|
22
|
-
|
23
|
-
** Translated to QtRuby by Richard Dale
|
24
|
-
=end
|
25
|
-
|
26
|
-
|
27
|
-
class Highlighter < Qt::Object
|
28
|
-
|
29
|
-
slots 'highlight(int, int, int)'
|
30
|
-
|
31
|
-
def initialize(parent = nil)
|
32
|
-
super(parent)
|
33
|
-
@mappings = {}
|
34
|
-
end
|
35
|
-
|
36
|
-
def addToDocument(doc)
|
37
|
-
connect(doc, SIGNAL('contentsChange(int, int, int)'),
|
38
|
-
self, SLOT('highlight(int, int, int)'))
|
39
|
-
end
|
40
|
-
|
41
|
-
def addMapping(pattern, format)
|
42
|
-
@mappings[pattern] = format
|
43
|
-
end
|
44
|
-
|
45
|
-
def highlight(position, removed, added)
|
46
|
-
doc = sender()
|
47
|
-
|
48
|
-
block = doc.findBlock(position)
|
49
|
-
if !block.valid?
|
50
|
-
return
|
51
|
-
end
|
52
|
-
|
53
|
-
if added > removed
|
54
|
-
endBlock = doc.findBlock(position + added)
|
55
|
-
else
|
56
|
-
endBlock = block
|
57
|
-
end
|
58
|
-
|
59
|
-
while block.valid? and !(endBlock < block) do
|
60
|
-
highlightBlock(block)
|
61
|
-
block = block.next
|
62
|
-
end
|
63
|
-
end
|
64
|
-
|
65
|
-
def highlightBlock(block)
|
66
|
-
layout = block.layout
|
67
|
-
text = block.text
|
68
|
-
if text.nil?
|
69
|
-
return
|
70
|
-
end
|
71
|
-
|
72
|
-
overrides = []
|
73
|
-
@mappings.each do |pattern, value|
|
74
|
-
expression = Regexp.new(pattern)
|
75
|
-
i = text.index(expression)
|
76
|
-
while !i.nil?
|
77
|
-
range = Qt::TextLayout::FormatRange.new
|
78
|
-
range.start = i
|
79
|
-
range.length = $&.length
|
80
|
-
range.format = value
|
81
|
-
overrides << range
|
82
|
-
|
83
|
-
i = text.index(expression, i + $&.length)
|
84
|
-
end
|
85
|
-
end
|
86
|
-
|
87
|
-
layout.additionalFormats = overrides
|
88
|
-
block.document.markContentsDirty(block.position, block.length)
|
89
|
-
end
|
90
|
-
end
|
@@ -1,34 +0,0 @@
|
|
1
|
-
=begin
|
2
|
-
**
|
3
|
-
** Copyright (C) 2004-2005 Trolltech AS. All rights reserved.
|
4
|
-
**
|
5
|
-
** This file is part of the example classes of the Qt Toolkit.
|
6
|
-
**
|
7
|
-
** This file may be used under the terms of the GNU General Public
|
8
|
-
** License version 2.0 as published by the Free Software Foundation
|
9
|
-
** and appearing in the file LICENSE.GPL included in the packaging of
|
10
|
-
** this file. Please review the following information to ensure GNU
|
11
|
-
** General Public Licensing requirements will be met:
|
12
|
-
** http://www.trolltech.com/products/qt/opensource.html
|
13
|
-
**
|
14
|
-
** If you are unsure which license is appropriate for your use, please
|
15
|
-
** review the following information:
|
16
|
-
** http://www.trolltech.com/products/qt/licensing.html or contact the
|
17
|
-
** sales department at sales@trolltech.com.
|
18
|
-
**
|
19
|
-
** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
|
20
|
-
** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
21
|
-
**
|
22
|
-
|
23
|
-
** Translated to QtRuby by Richard Dale
|
24
|
-
=end
|
25
|
-
|
26
|
-
require 'Qt'
|
27
|
-
require 'mainwindow.rb'
|
28
|
-
|
29
|
-
app = Qt::Application.new(ARGV)
|
30
|
-
window = MainWindow.new
|
31
|
-
window.resize(640, 512)
|
32
|
-
window.show
|
33
|
-
window.openFile("examples/example")
|
34
|
-
app.exec
|
@@ -1,105 +0,0 @@
|
|
1
|
-
=begin
|
2
|
-
**
|
3
|
-
** Copyright (C) 2004-2005 Trolltech AS. All rights reserved.
|
4
|
-
**
|
5
|
-
** This file is part of the example classes of the Qt Toolkit.
|
6
|
-
**
|
7
|
-
** This file may be used under the terms of the GNU General Public
|
8
|
-
** License version 2.0 as published by the Free Software Foundation
|
9
|
-
** and appearing in the file LICENSE.GPL included in the packaging of
|
10
|
-
** this file. Please review the following information to ensure GNU
|
11
|
-
** General Public Licensing requirements will be met:
|
12
|
-
** http://www.trolltech.com/products/qt/opensource.html
|
13
|
-
**
|
14
|
-
** If you are unsure which license is appropriate for your use, please
|
15
|
-
** review the following information:
|
16
|
-
** http://www.trolltech.com/products/qt/licensing.html or contact the
|
17
|
-
** sales department at sales@trolltech.com.
|
18
|
-
**
|
19
|
-
** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
|
20
|
-
** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
21
|
-
**
|
22
|
-
|
23
|
-
** Translated to QtRuby by Richard Dale
|
24
|
-
=end
|
25
|
-
|
26
|
-
require 'highlighter.rb'
|
27
|
-
|
28
|
-
class MainWindow < Qt::MainWindow
|
29
|
-
|
30
|
-
slots 'newFile()',
|
31
|
-
'openFile()',
|
32
|
-
'openFile(const QString)'
|
33
|
-
|
34
|
-
def initialize(parent = nil)
|
35
|
-
super(parent)
|
36
|
-
@highlighter = Highlighter.new
|
37
|
-
setupFileMenu()
|
38
|
-
setupEditor()
|
39
|
-
|
40
|
-
setCentralWidget(@editor)
|
41
|
-
setWindowTitle(tr("Syntax Highlighter"))
|
42
|
-
end
|
43
|
-
|
44
|
-
def newFile()
|
45
|
-
@editor.clear()
|
46
|
-
end
|
47
|
-
|
48
|
-
def openFile(path = nil)
|
49
|
-
fileName = path
|
50
|
-
|
51
|
-
if fileName.nil?
|
52
|
-
fileName = Qt::FileDialog.getOpenFileName(self,
|
53
|
-
tr("Open File"), "", "qmake Files (*.pro *.prf *.pri)")
|
54
|
-
end
|
55
|
-
|
56
|
-
if !fileName.nil?
|
57
|
-
file = Qt::File.new(fileName)
|
58
|
-
if file.open(Qt::File::ReadOnly | Qt::File::Text)
|
59
|
-
@editor.plainText = file.readAll.to_s
|
60
|
-
end
|
61
|
-
end
|
62
|
-
end
|
63
|
-
|
64
|
-
def setupEditor()
|
65
|
-
variableFormat = Qt::TextCharFormat.new
|
66
|
-
variableFormat.fontWeight = Qt::Font::Bold
|
67
|
-
variableFormat.foreground = Qt::Brush.new(Qt::blue)
|
68
|
-
@highlighter.addMapping('\b[A-Z_]+\b', variableFormat)
|
69
|
-
|
70
|
-
singleLineCommentFormat = Qt::TextCharFormat.new
|
71
|
-
singleLineCommentFormat.background = Qt::Brush.new(Qt::Color.new("#77ff77"))
|
72
|
-
@highlighter.addMapping('#[^\n]*', singleLineCommentFormat)
|
73
|
-
|
74
|
-
quotationFormat = Qt::TextCharFormat.new
|
75
|
-
quotationFormat.background = Qt::Brush.new(Qt::cyan)
|
76
|
-
quotationFormat.foreground = Qt::Brush.new(Qt::blue)
|
77
|
-
@highlighter.addMapping('\".*\"', quotationFormat)
|
78
|
-
|
79
|
-
functionFormat = Qt::TextCharFormat.new
|
80
|
-
functionFormat.fontItalic = true
|
81
|
-
functionFormat.foreground = Qt::Brush.new(Qt::blue)
|
82
|
-
@highlighter.addMapping('\b[a-z0-9_]+\(.*\)', functionFormat)
|
83
|
-
|
84
|
-
font = Qt::Font.new
|
85
|
-
font.family = "Courier"
|
86
|
-
font.fixedPitch = true
|
87
|
-
font.pointSize = 10
|
88
|
-
|
89
|
-
@editor = Qt::TextEdit.new
|
90
|
-
@editor.font = font
|
91
|
-
@highlighter.addToDocument(@editor.document())
|
92
|
-
end
|
93
|
-
|
94
|
-
def setupFileMenu()
|
95
|
-
fileMenu = Qt::Menu.new(tr("&File"), self)
|
96
|
-
menuBar().addMenu(fileMenu)
|
97
|
-
|
98
|
-
fileMenu.addAction(tr("&New..."), self, SLOT('newFile()'),
|
99
|
-
Qt::KeySequence.new(tr("Ctrl+N", "File|New")))
|
100
|
-
fileMenu.addAction(tr("&Open..."), self, SLOT('openFile()'),
|
101
|
-
Qt::KeySequence.new(tr("Ctrl+O", "File|Open")))
|
102
|
-
fileMenu.addAction(tr("E&xit"), $qApp, SLOT('quit()'),
|
103
|
-
Qt::KeySequence.new(tr("Ctrl+Q", "File|Exit")))
|
104
|
-
end
|
105
|
-
end
|
@@ -1,26 +0,0 @@
|
|
1
|
-
Manifest
|
2
|
-
README
|
3
|
-
TODO
|
4
|
-
boids.properties
|
5
|
-
generateManifest.rb
|
6
|
-
index.html
|
7
|
-
release.rb
|
8
|
-
ruboids/
|
9
|
-
Boid.rb
|
10
|
-
BoidView.rb
|
11
|
-
Camera.rb
|
12
|
-
CameraDialog.rb
|
13
|
-
Canvas.rb
|
14
|
-
Cloud.rb
|
15
|
-
CloudView.rb
|
16
|
-
Flock.rb
|
17
|
-
Graphics.rb
|
18
|
-
Params.rb
|
19
|
-
Point.rb
|
20
|
-
Thing.rb
|
21
|
-
Triangle.rb
|
22
|
-
View.rb
|
23
|
-
World.rb
|
24
|
-
WorldWindow.rb
|
25
|
-
info.rb
|
26
|
-
ruboids.rb
|
@@ -1,53 +0,0 @@
|
|
1
|
-
INTRODUCTION
|
2
|
-
============
|
3
|
-
|
4
|
-
RuBoids is a Boids simulation written in Ruby and using OpenGL and Qt. For
|
5
|
-
information on Boids, see http://www.red3d.com/cwr/boids/.
|
6
|
-
|
7
|
-
Ruby is an object-oriented scripting language by Yukihiro Matsumoto. The
|
8
|
-
official Ruby Web site (http://www.ruby-lang.org/) contains information and
|
9
|
-
pointers to resources for this wonderful language.
|
10
|
-
|
11
|
-
RuBoids is developed and maintained by Jim Menard (<jimm@io.com>). The
|
12
|
-
latest version of RuBoids can be found on the Ruby Application Archive or
|
13
|
-
on the official RuBoids Web page
|
14
|
-
(http://www.io.com/~jimm/downloads/ruboids/).
|
15
|
-
|
16
|
-
RUNNING
|
17
|
-
=======
|
18
|
-
|
19
|
-
cd ruboids
|
20
|
-
ruboids.rb
|
21
|
-
|
22
|
-
RuBoids looks for an optional properties file. If none is specified on the
|
23
|
-
command line, it looks for a file named 'boids.properties' in the current
|
24
|
-
directory. For example, to load the example properties file in this
|
25
|
-
directory:
|
26
|
-
|
27
|
-
cd ruboids
|
28
|
-
ruboids.rb ../boids.properties
|
29
|
-
|
30
|
-
DEPENDENCIES
|
31
|
-
============
|
32
|
-
|
33
|
-
RuBoids requires the OpenGL and Qt packages, which can be found on the Ruby
|
34
|
-
Application Archive.
|
35
|
-
|
36
|
-
COPYING
|
37
|
-
=======
|
38
|
-
|
39
|
-
RuBoids is copyrighted free software by Jim Menard and is released under the
|
40
|
-
same license as Ruby. See the Ruby license
|
41
|
-
(http://www.ruby-lang.org/en/LICENSE.txt).
|
42
|
-
|
43
|
-
RuBoids may be freely copied in its entirety providing this notice, all
|
44
|
-
source code, all documentation, and all other files are included.
|
45
|
-
|
46
|
-
RuBoids is copyright (c) 2001 by Jim Menard.
|
47
|
-
|
48
|
-
WARRANTY
|
49
|
-
========
|
50
|
-
|
51
|
-
THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
|
52
|
-
WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
|
53
|
-
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
@@ -1,29 +0,0 @@
|
|
1
|
-
BUGS
|
2
|
-
====
|
3
|
-
|
4
|
-
* Boid rotation.
|
5
|
-
|
6
|
-
* Frustum.
|
7
|
-
|
8
|
-
TO DO
|
9
|
-
=====
|
10
|
-
|
11
|
-
* Comment the code.
|
12
|
-
|
13
|
-
* More documentation.
|
14
|
-
|
15
|
-
* Save/restore params (e.g. camera position).
|
16
|
-
|
17
|
-
POSSIBLE ADDITIONS
|
18
|
-
==================
|
19
|
-
|
20
|
-
* Make sphere output more efficient by using strips or fans.
|
21
|
-
|
22
|
-
* Boids-eye view: camera follows position of a boid. This is not hard, but
|
23
|
-
I have to fix boid rotation first.
|
24
|
-
|
25
|
-
* Velocity and destination influence proportional to distance from other
|
26
|
-
boids. Boids that are farther away have less influence on your velocity
|
27
|
-
and destination.
|
28
|
-
|
29
|
-
* Boids that are behind you don't influence you because you can't see them.
|
@@ -1,33 +0,0 @@
|
|
1
|
-
# This is an example configuration file for RuBoids. It sets all of the
|
2
|
-
# possible properties. The values here are the default values set in
|
3
|
-
# Params.rb.
|
4
|
-
|
5
|
-
world.sleep_millis = 75
|
6
|
-
world.width = 400
|
7
|
-
world.height = 400
|
8
|
-
world.depth = 400
|
9
|
-
window.width = 500
|
10
|
-
window.height = 500
|
11
|
-
flock.boids = 10
|
12
|
-
boid.max_speed = 30
|
13
|
-
boid.bounds_limit_pull = 5
|
14
|
-
boid.bounds_limit_above_ground_level = 5
|
15
|
-
boid.wing_length = 10
|
16
|
-
boid.personal_space_dist = 12
|
17
|
-
boid.square_of_personal_space_dist = 144
|
18
|
-
boid.max_perching_turns = 150
|
19
|
-
boid.perch_wing_flap_percent = 30
|
20
|
-
cloud.count = 10
|
21
|
-
cloud.min_speed = 2
|
22
|
-
cloud.max_speed = 50
|
23
|
-
cloud.min_bubbles = 3
|
24
|
-
cloud.max_bubbles = 10
|
25
|
-
cloud.max_bubble_radius = 10
|
26
|
-
cloud.min_altitude = 250
|
27
|
-
camera.x = 0
|
28
|
-
camera.y = 0
|
29
|
-
camera.z = 60
|
30
|
-
camera.rot_x = 50
|
31
|
-
camera.rot_y = 10
|
32
|
-
camera.rot_z = 0
|
33
|
-
camera.zoom = 1
|