Skip to content
  • Xavier de Blas's avatar
    jumpTypes: Tables jumpType and jumpRjType. New concept of jumps The · a9947659
    Xavier de Blas authored
    jumpTypes:
    	Tables jumpType and jumpRjType. New concept of jumps
    	The features of each jump should be known by checking jumpType
    	and jumpRjType tables, not it's name
    	added JumpType class in jumpType.cs
    	added SqliteJumpType class in new file sqlite/jumpType.cs
    	added JumpTypeAddWindow in new file gui/jumpType.cs
    	Buttons "more" and "more_rj" for executing lots of jumps(more_jumps widget)
    	Hability of create new jump types (simple and reactive)
    	Added CMJ+ and ABK+
    	database version 0.2
    bugs:
    	fixed bug in changing to serial port when starting new database
    	fixed minor bugs
    other:
    	added util.cs with "Util" class suitable for methods that were in different classes
    	user interface get's hidden by it's frames when program starts
    	cleaned some code
    a9947659