[X] The "/vmpk/vmpk-0.2.5-setup.exe" file could not be found or is not available. Please select another file.

Creates activities that can be done on the computer or printed for later use. Original ran on old Mac using Hypercard. See files/examples in Wiki area. Install miniVmac emulator & download prototype at http://reason2learn.ca/hfs30M.DSK.zip


http://spellinator.sourceforge.net





Separate each tag with a space.

Release Date:

2008-12-01

Topics:

License:

Ratings and Reviews

Be the first to post a text review of Spellinator. Rate and review a project by clicking thumbs up or thumbs down in the right column.

Project Feed

  • Forum thread added

    Anonymous created the Latest.. forum thread

    posted by nobody 124 days ago

  • File released: /spellinator/Spellinator 0.0.4.0/spellinator-0.0.4.0.tar.gz

    posted 342 days ago

  • spellinator Spellinator 0.0.4.0 file released: spellinator-0.0.4.0.tar.gz

    2008-12-01 13:12 roboticlod * src/WordEntry.h: changed formatting for setSentecne and setSyllableCount 2008-12-01 13:11 roboticlod * src/MainWindow.cpp: Minor formatting tweaks 2008-12-01 13:09 roboticlod * src/: EditWordList.cpp, EditWordList.h: Reworked to move list edit functions to the main form . Added button for Adding, editing and deleting a word from the list and removed the Edit menu. 2008-12-01 13:05 roboticlod * src/: EditWord.cpp, EditWord.h: Made EditWord a pop up dialog. Added code to make sure that word is in the sentence. 2008-11-05 12:33 roboticlod * res/icons/: add.png, delete.png, pencil.png: Added icons for add word, remove word and edit word. 2008-11-05 06:41 roboticlod * src/: EditWordList.cpp, EditWordList.h: Added wordList parameter to constructor. Removed acceptWordList slot. Added editWordClicked slot (has not been impemented. Made initDisplay public. Replaced text on buttons with icons. 2008-11-05 06:37 roboticlod * src/: MainWindow.cpp, MainWindow.h: Removed Edit menu. Moved edit word list form to the main window (will become a tab). 2008-11-05 06:34 roboticlod * src/spellinator.qrc: Alphabetized resource file by alias. 2008-10-24 16:35 roboticlod * makefile: delete of .kdbgrc.* files from src directory. 2008-10-24 16:33 roboticlod * ChangeLog, releases.txt: Updated for 0.0.3.0 release 2008-10-24 15:59 roboticlod * src/MainWindow.cpp: Changed alias for program icon from spellinator.png to icon.png 2008-10-24 14:50 roboticlod * src/spellinator.pro: Added INCLUDEPATH and removed define of TEMP. 2008-10-24 14:44 roboticlod * src/spellinator.rc: Added resource file for Windows build icon (work in progress) 2008-10-24 14:42 roboticlod * src/spellinator.qrc: Changed alias for program icon from spellinator.png to icon.png 2008-10-24 09:03 roboticlod * res/: logo.png, spellinator.ico, spellinator.png, icons/information.png: Added resource for a spellinator logo (work in progress), program icon (work in progress), and an icon for the about form. 2008-10-24 08:55 roboticlod * tests/makefile: Added removedal of .kdbgrc.TestRunner and temp files to clean. 2008-10-24 08:41 roboticlod * makefile, src/About.cpp, src/About.h, src/Constants.h, src/EditWord.cpp, src/EditWord.h, src/EditWordList.cpp, src/EditWordList.h, src/License.cpp, src/License.h, src/MainWindow.cpp, src/MainWindow.h, src/spellinator.pro, src/spellinator.qrc: Added make all to make both spellinator and TestRunner. Added delete of temp files in project root directory to clean. Added flag to src delete to prevent stopping if one of the deletes fails. 2008-10-24 08:37 roboticlod * spellinator.xsd: Reworked to get to validate with namespaces. Separated definition of the wordEntryType and wordListType complexTypes from the definition of the wordEntry and wordList elements. 2008-10-24 06:05 roboticlod * sample.xml: Added namespace to xml data file. 2008-10-23 15:55 roboticlod * src/Constants.h: Added file for program constants. Presently only contains xml strings. 2008-10-23 06:55 roboticlod * src/: WordEntry.cpp, WordEntry.h: Changed internal variable syllableCount from int to unsigned, and changed getSyllableCount correspondingly. 2008-10-23 06:53 roboticlod * src/: WordList.cpp, WordList.h: Change getNextWord to getNextWordEntry. 2008-10-23 06:32 roboticlod * tests/TestRunner.cpp: Cleaned up some formatting. 2008-10-23 06:31 roboticlod * tests/makefile: Added run of tests after default build. 2008-10-23 06:30 roboticlod * tests/WordListTest.h: Changed WordList::getNextWord to WordList::getNextWordEntry. 2008-10-15 11:43 roboticlod * src/EditWord.cpp: Minor formatting change. 2008-10-15 11:43 roboticlod * src/EditWordList.h: Fixed a comment. 2008-10-15 11:41 roboticlod * src/: About.cpp, About.h, License.cpp, License.h: Initial check in of files. 2008-10-15 11:37 roboticlod * src/spellinator.pro: Added About.cpp About.h License.cpp and License.h to the project file for the Help->About menu item. 2008-10-15 11:36 roboticlod * src/spellinator.qrc: Added license.txt, logo.png and about.png for Help->About menu item 2008-10-13 14:48 roboticlod * ChangeLog, sample.xml, spellinator.xsd: Added cvs2cl generated changelog. 2008-10-13 14:47 roboticlod * releases.txt: Updated release notes for the current release. 2008-10-13 14:11 roboticlod * res/icons/: cross.png, disk.png, disk_multiple.png, door_in.png, famfamfam_silk_iconset_readme.txt, folder_page_white.png, page_white_add.png, page_white_gear.png, page_white_magnify.png, page_white_swoosh.png, printer.png, table_edit.png: Added icons for menubar. 2008-10-13 14:06 roboticlod * src/spellinator.qrc: Changed file names to match source file names. 2008-10-13 13:49 roboticlod * makefile: Added *~ to the remove list in the src directory under clean. 2008-10-13 13:46 roboticlod * src/: EditWord.cpp, EditWord.h, EditWordList.cpp, EditWordList.h: Added more comments. 2008-10-13 13:40 roboticlod * src/spellinator.qrc: Spellinator resource file. 2008-10-13 13:39 roboticlod * src/: MainWindow.cpp, MainWindow.h: New application main window. 2008-10-13 13:36 roboticlod * src/: WordList.cpp, WordList.h, WordEntry.cpp, WordEntry.h: Added copy constructor and assignment operator. 2008-10-13 13:34 roboticlod * src/main.cpp: Made MainWindow the main form rather than EditWordList. 2008-10-13 13:33 roboticlod * src/spellinator.pro: Added MainWindow.cpp to the sources list. Added spellinator.qrc for menu icons. 2008-10-13 13:29 roboticlod * tests/: WordEntryTest.h, WordListTest.h: Added tests for assignment operator and copy constructor 2008-09-30 06:50 roboticlod * src/: EditWordList.cpp, EditWordList.h: Made it so that word list remains sorted when new words are added 2008-09-25 09:38 roboticlod * license.txt, makefile, releases.txt, src/EditWord.cpp, src/EditWord.h, src/EditWordList.cpp, src/EditWordList.h, src/WordEntry.cpp, src/WordEntry.h, src/WordList.cpp, src/WordList.h, src/main.cpp, src/spellinator.pro, tests/TestRunner.cpp, tests/WordEntryTest.h, tests/WordListTest.h, tests/makefile: Initial check in DAG 20080925 Runnable word list edit form with related unit tests. Build has been developed and tested on a Linux platform, but should be buildable on other platforms with minor modifications to the makefiles. 2008-09-25 09:38 roboticlod * license.txt, makefile, releases.txt, src/EditWord.cpp, src/EditWord.h, src/EditWordList.cpp, src/EditWordList.h, src/WordEntry.cpp, src/WordEntry.h, src/WordList.cpp, src/WordList.h, src/main.cpp, src/spellinator.pro, tests/TestRunner.cpp, tests/WordEntryTest.h, tests/WordListTest.h, tests/makefile: Initial revision

    posted 343 days ago

  • spellinator spellinator-0.0.3.0 file released: spellinator-0.0.3.0.tar.gz

    2008-10-24 15:59 roboticlod * src/MainWindow.cpp: Changed alias for program icon from spellinator.png to icon.png 2008-10-24 14:50 roboticlod * src/spellinator.pro: Added INCLUDEPATH and removed define of TEMP. 2008-10-24 14:44 roboticlod * src/spellinator.rc: Added resource file for Windows build icon (work in progress) 2008-10-24 14:42 roboticlod * src/spellinator.qrc: Changed alias for program icon from spellinator.png to icon.png 2008-10-24 09:03 roboticlod * res/: logo.png, spellinator.ico, spellinator.png, icons/information.png: Added resource for a spellinator logo (work in progress), program icon (work in progress), and an icon for the about form. 2008-10-24 08:55 roboticlod * tests/makefile: Added removedal of .kdbgrc.TestRunner and temp files to clean. 2008-10-24 08:41 roboticlod * makefile, src/About.cpp, src/About.h, src/Constants.h, src/EditWord.cpp, src/EditWord.h, src/EditWordList.cpp, src/EditWordList.h, src/License.cpp, src/License.h, src/MainWindow.cpp, src/MainWindow.h, src/spellinator.pro, src/spellinator.qrc: Added make all to make both spellinator and TestRunner. Added delete of temp files in project root directory to clean. Added flag to src delete to prevent stopping if one of the deletes fails. 2008-10-24 08:37 roboticlod * spellinator.xsd: Reworked to get to validate with namespaces. Separated definition of the wordEntryType and wordListType complexTypes from the definition of the wordEntry and wordList elements. 2008-10-24 06:05 roboticlod * sample.xml: Added namespace to xml data file. 2008-10-23 15:55 roboticlod * src/Constants.h: Added file for program constants. Presently only contains xml strings. 2008-10-23 06:55 roboticlod * src/: WordEntry.cpp, WordEntry.h: Changed internal variable syllableCount from int to unsigned, and changed getSyllableCount correspondingly. 2008-10-23 06:53 roboticlod * src/: WordList.cpp, WordList.h: Change getNextWord to getNextWordEntry. 2008-10-23 06:32 roboticlod * tests/TestRunner.cpp: Cleaned up some formatting. 2008-10-23 06:31 roboticlod * tests/makefile: Added run of tests after default build. 2008-10-23 06:30 roboticlod * tests/WordListTest.h: Changed WordList::getNextWord to WordList::getNextWordEntry. 2008-10-15 11:43 roboticlod * src/EditWord.cpp: Minor formatting change. 2008-10-15 11:43 roboticlod * src/EditWordList.h: Fixed a comment. 2008-10-15 11:41 roboticlod * src/: About.cpp, About.h, License.cpp, License.h: Initial check in of files. 2008-10-15 11:37 roboticlod * src/spellinator.pro: Added About.cpp About.h License.cpp and License.h to the project file for the Help->About menu item. 2008-10-15 11:36 roboticlod * src/spellinator.qrc: Added license.txt, logo.png and about.png for Help->About menu item 2008-10-13 14:48 roboticlod * ChangeLog, sample.xml, spellinator.xsd: Added cvs2cl generated changelog. 2008-10-13 14:47 roboticlod * releases.txt: Updated release notes for the current release. 2008-10-13 14:11 roboticlod * res/icons/: cross.png, disk.png, disk_multiple.png, door_in.png, famfamfam_silk_iconset_readme.txt, folder_page_white.png, page_white_add.png, page_white_gear.png, page_white_magnify.png, page_white_swoosh.png, printer.png, table_edit.png: Added icons for menubar. 2008-10-13 14:06 roboticlod * src/spellinator.qrc: Changed file names to match source file names. 2008-10-13 13:49 roboticlod * makefile: Added *~ to the remove list in the src directory under clean. 2008-10-13 13:46 roboticlod * src/: EditWord.cpp, EditWord.h, EditWordList.cpp, EditWordList.h: Added more comments. 2008-10-13 13:40 roboticlod * src/spellinator.qrc: Spellinator resource file. 2008-10-13 13:39 roboticlod * src/: MainWindow.cpp, MainWindow.h: New application main window. 2008-10-13 13:36 roboticlod * src/: WordList.cpp, WordList.h, WordEntry.cpp, WordEntry.h: Added copy constructor and assignment operator. 2008-10-13 13:34 roboticlod * src/main.cpp: Made MainWindow the main form rather than EditWordList. 2008-10-13 13:33 roboticlod * src/spellinator.pro: Added MainWindow.cpp to the sources list. Added spellinator.qrc for menu icons. 2008-10-13 13:29 roboticlod * tests/: WordEntryTest.h, WordListTest.h: Added tests for assignment operator and copy constructor 2008-09-30 06:50 roboticlod * src/: EditWordList.cpp, EditWordList.h: Made it so that word list remains sorted when new words are added 2008-09-25 09:38 roboticlod * license.txt, makefile, releases.txt, src/EditWord.cpp, src/EditWord.h, src/EditWordList.cpp, src/EditWordList.h, src/WordEntry.cpp, src/WordEntry.h, src/WordList.cpp, src/WordList.h, src/main.cpp, src/spellinator.pro, tests/TestRunner.cpp, tests/WordEntryTest.h, tests/WordListTest.h, tests/makefile: Initial check in DAG 20080925 Runnable word list edit form with related unit tests. Build has been developed and tested on a Linux platform, but should be buildable on other platforms with minor modifications to the makefiles. 2008-09-25 09:38 roboticlod * license.txt, makefile, releases.txt, src/EditWord.cpp, src/EditWord.h, src/EditWordList.cpp, src/EditWordList.h, src/WordEntry.cpp, src/WordEntry.h, src/WordList.cpp, src/WordList.h, src/main.cpp, src/spellinator.pro, tests/TestRunner.cpp, tests/WordEntryTest.h, tests/WordListTest.h, tests/makefile: Initial revision

    posted 380 days ago

  • File released: /spellinator/spellinator-0.0.3.0/spellinator-0.0.3.0.tar.gz

    posted 380 days ago

  • File released: /spellinator/spellinator-0.0.2.0/spellinator-0.0.2.0.tar.gz

    posted 391 days ago

  • spellinator spellinator-0.0.2.0 file released: spellinator-0.0.2.0.tar.gz

    2008-10-13 14:11 roboticlod * res/icons/: cross.png, disk.png, disk_multiple.png, door_in.png, famfamfam_silk_iconset_readme.txt, folder_page_white.png, page_white_add.png, page_white_gear.png, page_white_magnify.png, page_white_swoosh.png, printer.png, table_edit.png: Added icons for menubar. 2008-10-13 14:06 roboticlod * src/spellinator.qrc: Changed file names to match source file names. 2008-10-13 13:49 roboticlod * makefile: Added *~ to the remove list in the src directory under clean. 2008-10-13 13:46 roboticlod * src/: EditWord.cpp, EditWord.h, EditWordList.cpp, EditWordList.h: Added more comments. 2008-10-13 13:40 roboticlod * src/spellinator.qrc: Spellinator resource file. 2008-10-13 13:39 roboticlod * src/: MainWindow.cpp, MainWindow.h: New application main window. 2008-10-13 13:36 roboticlod * src/: WordList.cpp, WordList.h, WordEntry.cpp, WordEntry.h: Added copy constructor and assignment operator. 2008-10-13 13:34 roboticlod * src/main.cpp: Made MainWindow the main form rather than EditWordList. 2008-10-13 13:33 roboticlod * src/spellinator.pro: Added MainWindow.cpp to the sources list. Added spellinator.qrc for menu icons. 2008-10-13 13:29 roboticlod * tests/: WordEntryTest.h, WordListTest.h: Added tests for assignment operator and copy constructor 2008-09-30 06:50 roboticlod * src/: EditWordList.cpp, EditWordList.h: Made it so that word list remains sorted when new words are added 2008-09-25 09:38 roboticlod * license.txt, makefile, releases.txt, src/EditWord.cpp, src/EditWord.h, src/EditWordList.cpp, src/EditWordList.h, src/WordEntry.cpp, src/WordEntry.h, src/WordList.cpp, src/WordList.h, src/main.cpp, src/spellinator.pro, tests/TestRunner.cpp, tests/WordEntryTest.h, tests/WordListTest.h, tests/makefile: Initial check in DAG 20080925 Runnable word list edit form with related unit tests. Build has been developed and tested on a Linux platform, but should be buildable on other platforms with minor modifications to the makefiles. 2008-09-25 09:38 roboticlod * license.txt, makefile, releases.txt, src/EditWord.cpp, src/EditWord.h, src/EditWordList.cpp, src/EditWordList.h, src/WordEntry.cpp, src/WordEntry.h, src/WordList.cpp, src/WordList.h, src/main.cpp, src/spellinator.pro, tests/TestRunner.cpp, tests/WordEntryTest.h, tests/WordListTest.h, tests/makefile: Initial revision

    posted 392 days ago

  • File released: /spellinator/spellinator-0.0.1.0/spellinator-0.0.1.0.zip

    posted 409 days ago

  • spellinator spellinator-0.0.1.0 file released: spellinator-0.0.1.0.zip

    Initial alpha release.

    posted 409 days ago

  • File released: /spellinator/spellinator-0.0.1.0/spellinator-0.0.1.0.tar.gz

    posted 410 days ago

Rate and Review

Be the first person to add a text review.

Would you recommend this project?






<

Related Projects

Spellinator Actions

Thanks for your rating!

Would you also like to write a review?





Skip Review