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

[Wang Qin] iP #54

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

[Wang Qin] iP #54

wants to merge 93 commits into from

Commits on Aug 6, 2019

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

Commits on Aug 12, 2019

  1. Add sample checkstyle configuration

    Add toolVersion block in to Gradle code sample to prevent errors.
    j-lum committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    0112efe View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2019

  1. Configuration menu
    Copy the full SHA
    cfd6da7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #12 from j-lum/gradle+x

    Change file mode on `gradle` to be executable (#9)
    j-lum authored Aug 18, 2019
    Configuration menu
    Copy the full SHA
    6e6ace1 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2019

  1. Add configuration for console applications

    Gradle defaults to an empty stdin which results in runtime exceptions
    when attempting to read from `System.in`. Let's add some sensible
    defaults for students who may still need to work with the standard
    input stream.
    j-lum committed Aug 20, 2019
    Configuration menu
    Copy the full SHA
    a3ca5a4 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2019

  1. Merge pull request #13 from j-lum/javaexec

    Add configuration for console applications
    j-lum authored Aug 21, 2019
    Configuration menu
    Copy the full SHA
    7b60e81 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2019

  1. JavaFX tutorial: Support cross-platform JARs

    The OpenJFX plugin expects applications to be modular and bundled
    with jlink, resulting in fat jars that are not cross-platform. Let's
    manually include the required dependencies so that shadow can package
    them properly.
    j-lum committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    c4678f7 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2019

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

Commits on Jan 17, 2020

  1. v1.0 add echo

    wangqinNick committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    a98cf99 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2020

  1. Extract TextUi class

    wangqinNick committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    f028311 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d67bb1 View commit details
    Browse the repository at this point in the history
  3. Add add function

    wangqinNick committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    587ae62 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    49ef42a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d795532 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2020

  1. Add Todo Task

    wangqinNick committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    226493b View commit details
    Browse the repository at this point in the history
  2. Add class Deadline Task

    wangqinNick committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    4af20dd View commit details
    Browse the repository at this point in the history
  3. Add class EventTask

    wangqinNick committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    d9f4039 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5ccd523 View commit details
    Browse the repository at this point in the history
  5. Add package commands.add

    wangqinNick committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    d89e3ea View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2020

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

Commits on Jan 26, 2020

  1. Configuration menu
    Copy the full SHA
    761daa8 View commit details
    Browse the repository at this point in the history
  2. Add Help function

    wangqinNick committed Jan 26, 2020
    Configuration menu
    Copy the full SHA
    bb6ad8a View commit details
    Browse the repository at this point in the history
  3. Add Clear Command

    wangqinNick committed Jan 26, 2020
    Configuration menu
    Copy the full SHA
    1934726 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2020

  1. Configuration menu
    Copy the full SHA
    d9075cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b880add View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2020

  1. clean up code

    wangqinNick committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    42fcc41 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2020

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

Commits on Feb 1, 2020

  1. Configuration menu
    Copy the full SHA
    023f9de View commit details
    Browse the repository at this point in the history
  2. Improve Find function

    wangqinNick committed Feb 1, 2020
    Configuration menu
    Copy the full SHA
    d12b5ae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a1d643 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1ebb042 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2020

  1. abstract more methods

    wangqinNick committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    3df331f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21ae69e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    31521de View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2020

  1. Merge branch 'gradle'

    * gradle:
      JavaFX tutorial: Support cross-platform JARs
      Add configuration for console applications
      Change file mode on `gradle` to be executable
      Add sample checkstyle configuration
      Add support for Gradle workflow
    wangqinNick committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    b70463e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    393ce9a View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2020

  1. Configuration menu
    Copy the full SHA
    52a9177 View commit details
    Browse the repository at this point in the history
  2. implement gradle

    wangqinNick committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    984f0ce View commit details
    Browse the repository at this point in the history
  3. Add echo v1.0

    wangqinNick committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    ae1c499 View commit details
    Browse the repository at this point in the history
  4. add echo v1.1

    wangqinNick committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    82fb76e View commit details
    Browse the repository at this point in the history
  5. Add Echo javaFX v1.5

    wangqinNick committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    1040e6e View commit details
    Browse the repository at this point in the history
  6. clean up code

    wangqinNick committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    84a81ca View commit details
    Browse the repository at this point in the history
  7. refactor javaFX methods

    wangqinNick committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    8ea0311 View commit details
    Browse the repository at this point in the history
  8. clean up code

    wangqinNick committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    42e31b7 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2020

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

Commits on Feb 7, 2020

  1. clean up

    wangqinNick committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    f345eee View commit details
    Browse the repository at this point in the history
  2. Merge branch 'branch-Level-8'

    * branch-Level-8:
      Improve Date Parse for Deadline Tasks
      Add Date Parse Only for Deadline Tasks [Level 8 Minimal]
    wangqinNick committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    1302922 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'branch-Level-9'

    * branch-Level-9:
      Debug find function (fix auto-clear issue)
      Improve Find function
      Add Find function (have not edited the format)
    
    # Conflicts:
    #	duke.txt
    #	src/main/java/commands/ListCommand.java
    #	src/main/java/common/Messages.java
    #	src/main/java/data/Duke.java
    wangqinNick committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    b03f6a6 View commit details
    Browse the repository at this point in the history
  4. Add further text-ui

    wangqinNick committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    4a2578d View commit details
    Browse the repository at this point in the history
  5. Update test ui file

    wangqinNick committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    4a79188 View commit details
    Browse the repository at this point in the history
  6. clean up

    wangqinNick committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    c5796c1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    be00e66 View commit details
    Browse the repository at this point in the history
  8. clean up print functions

    wangqinNick committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    c14c810 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4b5c6ce View commit details
    Browse the repository at this point in the history
  10. Merge branch 'branch-javaFX'

    * branch-javaFX:
      Update List function to be compatible with javaFX
      clean up print functions
      move print functions to message
      clean up
      clean up
      Integrate GUI with Duke (still have bugs) v2.0
      clean up code
      refactor javaFX methods
      clean up code
      Add Echo javaFX v1.5
      add echo v1.1
      Add echo v1.0
    
    # Conflicts:
    #	duke.txt
    #	src/main/java/commands/ListCommand.java
    #	src/main/java/common/Messages.java
    #	text-ui-test/runtest.sh
    wangqinNick committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    8eb6c95 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    219a22f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d0b0db4 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2020

  1. Add taskID

    wangqinNick committed Feb 8, 2020
    Configuration menu
    Copy the full SHA
    8319b6b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52e8c83 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2020

  1. Add save_json command

    wangqinNick committed Feb 17, 2020
    Configuration menu
    Copy the full SHA
    8221f37 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32ff89d View commit details
    Browse the repository at this point in the history
  3. clean up code

    wangqinNick committed Feb 17, 2020
    Configuration menu
    Copy the full SHA
    548acb3 View commit details
    Browse the repository at this point in the history
  4. Able to build shadow jar

    wangqinNick committed Feb 17, 2020
    Configuration menu
    Copy the full SHA
    3b1aeda View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2020

  1. Configuration menu
    Copy the full SHA
    66fff65 View commit details
    Browse the repository at this point in the history
  2. Add mux for GUI and CLI

    wangqinNick committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    8d17754 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2020

  1. clean up

    wangqinNick committed Feb 22, 2020
    Configuration menu
    Copy the full SHA
    0240dac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    474cc1b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a133f34 View commit details
    Browse the repository at this point in the history
  4. minor changes

    wangqinNick committed Feb 22, 2020
    Configuration menu
    Copy the full SHA
    2576d5b View commit details
    Browse the repository at this point in the history
  5. Add color font

    wangqinNick committed Feb 22, 2020
    Configuration menu
    Copy the full SHA
    74f10b8 View commit details
    Browse the repository at this point in the history
  6. add more advanced display

    wangqinNick committed Feb 22, 2020
    Configuration menu
    Copy the full SHA
    8ea2766 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b5c89dc View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2020

  1. clean up

    wangqinNick committed Feb 23, 2020
    Configuration menu
    Copy the full SHA
    ef546f3 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2020

  1. clean up CLI

    wangqinNick committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    b403940 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75fe1d7 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2020

  1. refactor the structure

    wangqinNick committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    b0cd83b View commit details
    Browse the repository at this point in the history
  2. ui design

    wangqinNick committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    8cb50da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    49c8065 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2020

  1. add user guide v0.1

    wangqinNick committed Mar 1, 2020
    Configuration menu
    Copy the full SHA
    fcba7be View commit details
    Browse the repository at this point in the history
  2. fix output bug for gui

    wangqinNick committed Mar 1, 2020
    Configuration menu
    Copy the full SHA
    103230c View commit details
    Browse the repository at this point in the history
  3. fix bugs for gui output

    wangqinNick committed Mar 1, 2020
    Configuration menu
    Copy the full SHA
    b08601e View commit details
    Browse the repository at this point in the history
  4. update output source

    wangqinNick committed Mar 1, 2020
    Configuration menu
    Copy the full SHA
    c42b4a8 View commit details
    Browse the repository at this point in the history
  5. add image v1.0

    wangqinNick committed Mar 1, 2020
    Configuration menu
    Copy the full SHA
    653183d View commit details
    Browse the repository at this point in the history
  6. clean up

    wangqinNick committed Mar 1, 2020
    Configuration menu
    Copy the full SHA
    763b336 View commit details
    Browse the repository at this point in the history
  7. v2.0 clean up

    wangqinNick committed Mar 1, 2020
    Configuration menu
    Copy the full SHA
    b316034 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2020

  1. Configuration menu
    Copy the full SHA
    700f419 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2aefeae View commit details
    Browse the repository at this point in the history
  3. Merge commit '700f419af78c477f71d4f5dc1f44820f8bc0c6d7'

    * commit '700f419af78c477f71d4f5dc1f44820f8bc0c6d7':
      Set theme jekyll-theme-time-machine
    wangqinNick committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    dffa9ec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2c4b046 View commit details
    Browse the repository at this point in the history
  5. add more picture

    wangqinNick committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    63bfbfb View commit details
    Browse the repository at this point in the history
  6. update picture

    wangqinNick committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    ec733fa View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2020

  1. relife

    wangqinNick committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    304be96 View commit details
    Browse the repository at this point in the history
  2. relife 2.0

    wangqinNick committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    a77f1c4 View commit details
    Browse the repository at this point in the history