Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added. #2

Open
wants to merge 27 commits into
base: master
Choose a base branch
from
Open

Added. #2

wants to merge 27 commits into from

Commits on Jan 27, 2011

  1. First commit

    octocat committed Jan 27, 2011
    Configuration menu
    Copy the full SHA
    090cf8d View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2011

  1. Updated the name and readme

    The Octocat committed Feb 24, 2011
    Configuration menu
    Copy the full SHA
    9bb69df View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2011

  1. + Heh.

    The Octocat committed Feb 25, 2011
    Configuration menu
    Copy the full SHA
    7b08a45 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2011

  1. Fix invalid HTML

    dave1010 committed Mar 2, 2011
    Configuration menu
    Copy the full SHA
    ed12290 View commit details
    Browse the repository at this point in the history
  2. doctype html

    The Octocat committed Mar 2, 2011
    Configuration menu
    Copy the full SHA
    f756e52 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2011

  1. lowercase doctype html, uppercase untitled, no width/height on img, s…

    …pace after css
    Alex Xu committed Mar 27, 2011
    Configuration menu
    Copy the full SHA
    fd0a1b2 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2011

  1. Configuration menu
    Copy the full SHA
    79a1dc0 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2011

  1. Merged pull request #9.

    GitHub Merge Button committed Apr 21, 2011
    Configuration menu
    Copy the full SHA
    bdd3996 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2013

  1. Configuration menu
    Copy the full SHA
    1c27c20 View commit details
    Browse the repository at this point in the history
  2. This creates the GUI for the proyect. Used Google Window Builder.

    Buttons are working.However, they still cannot draw.
    Zyoruk committed Oct 17, 2013
    Configuration menu
    Copy the full SHA
    c5ed234 View commit details
    Browse the repository at this point in the history
  3. Removed one file.

    Zyoruk committed Oct 17, 2013
    Configuration menu
    Copy the full SHA
    a88e110 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0c5ee84 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2013

  1. Added images for every logic gate. Class that storages constants. GUI…

    … paints images. Working on drawing lines.
    Zyoruk committed Oct 21, 2013
    Configuration menu
    Copy the full SHA
    c3a303d View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/master'

    Zyoruk committed Oct 21, 2013
    Configuration menu
    Copy the full SHA
    da3697e View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2013

  1. Delete README

    Luis Angel committed Oct 22, 2013
    Configuration menu
    Copy the full SHA
    4b37053 View commit details
    Browse the repository at this point in the history
  2. More changes

    Zyoruk committed Oct 22, 2013
    Configuration menu
    Copy the full SHA
    1658780 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from jeukel/master

    New structure LogicGate;
    Luis Angel committed Oct 22, 2013
    Configuration menu
    Copy the full SHA
    c08aa01 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2013

  1. Lastest Stuff

    Zyoruk committed Oct 30, 2013
    Configuration menu
    Copy the full SHA
    e21f882 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2013

  1. Configuration menu
    Copy the full SHA
    bcfa6f1 View commit details
    Browse the repository at this point in the history
  2. removed "MyPanel". we were not using it.

    Zyoruk committed Nov 2, 2013
    Configuration menu
    Copy the full SHA
    7831dd3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    225153b View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2013

  1. Removed manager, GUI is the real manager. LUI now implements redo , u…

    …ndo. Added a validation for a null pointer at reDo method.
    Zyoruk committed Nov 3, 2013
    Configuration menu
    Copy the full SHA
    00bbd4d View commit details
    Browse the repository at this point in the history
  2. It draw lines now !!

    Zyoruk committed Nov 3, 2013
    Configuration menu
    Copy the full SHA
    327ab01 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2013

  1. Changed the way the logic gate was setting its root. It was crashing …

    …the program. This now creates graphical and logical gates. In addition, it already draws lines.
    
    However, thee is still missing the logical implementation of the connection of two gates. MyPanel is now the one storing the lists of labels instead of MyLabel. Everytime we created a new Label, a new list
    of labels was being created, so we couldnt draw lines between existing labels.
    Zyoruk committed Nov 4, 2013
    Configuration menu
    Copy the full SHA
    411460a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c205f6 View commit details
    Browse the repository at this point in the history
  3. Created methods for certain stuff. Having the issue that when we crea…

    …te a new gate, it changes all the exisiting gate outputs.
    Zyoruk committed Nov 4, 2013
    Configuration menu
    Copy the full SHA
    d4aae1d View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2013

  1. Made some changes. Now it saves into a XML. Changed the way gates wer…

    …e stored. Gates now set their output according to their entries and kind of gate.
    Zyoruk committed Nov 5, 2013
    Configuration menu
    Copy the full SHA
    b226cda View commit details
    Browse the repository at this point in the history