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

[Lim Zhan Feng] iP #514

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

Commits on Jul 31, 2022

  1. Add Gradle support

    damithc authored and damithc committed Jul 31, 2022
    Configuration menu
    Copy the full SHA
    556af3f View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2022

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

Commits on Sep 1, 2022

  1. Add Level 7

    LolfoollorS committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    ae43f2c View commit details
    Browse the repository at this point in the history
  2. Add Level-8

    LolfoollorS committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    62afe57 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e2dd5b View commit details
    Browse the repository at this point in the history
  4. Merge branch 'branch-Level-8'

    # Conflicts:
    #	src/main/java/Deadline.java
    LolfoollorS committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    5e31a06 View commit details
    Browse the repository at this point in the history
  5. Update AddFunctionDeadLine.java

    Update Deadline.java
    LolfoollorS committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    3c67594 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d98bebb View commit details
    Browse the repository at this point in the history
  7. Add A-MoreOOP

    Update all functions to command.
    Update Handler to Parser
    Update UITextbox to UI
    LolfoollorS committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    69f112c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0677f09 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3b3702f View commit details
    Browse the repository at this point in the history
  10. Add A-Jar

    LolfoollorS committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    de8b34e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    189448e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ecfcad8 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    648ed7e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c418254 View commit details
    Browse the repository at this point in the history
  15. Add Level 9

    LolfoollorS committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    68f3e8d View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    2d9aa6d View commit details
    Browse the repository at this point in the history
  17. Merge branch 'branch-A-CodingStandard'

    # Conflicts:
    #	src/main/java/clevernotbot/AddDeadLineCommand.java
    #	src/main/java/clevernotbot/AddEventCommand.java
    #	src/main/java/clevernotbot/AddToDoCommand.java
    #	src/main/java/clevernotbot/ByeCommand.java
    #	src/main/java/clevernotbot/CleverNotBotException.java
    #	src/main/java/clevernotbot/Deadline.java
    #	src/main/java/clevernotbot/DefaultCommand.java
    #	src/main/java/clevernotbot/DeleteCommand.java
    #	src/main/java/clevernotbot/Event.java
    #	src/main/java/clevernotbot/GreetCommand.java
    #	src/main/java/clevernotbot/ListCommand.java
    #	src/main/java/clevernotbot/MarkCommand.java
    #	src/main/java/clevernotbot/Parser.java
    #	src/main/java/clevernotbot/Storage.java
    #	src/main/java/clevernotbot/Task.java
    #	src/main/java/clevernotbot/TaskList.java
    #	src/main/java/clevernotbot/ToDo.java
    #	src/main/java/clevernotbot/UI.java
    #	src/main/java/clevernotbot/UnmarkCommand.java
    LolfoollorS committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    48e7f50 View commit details
    Browse the repository at this point in the history
  18. Merge branch 'branch-Level-9'

    # Conflicts:
    #	src/main/java/clevernotbot/TaskList.java
    LolfoollorS committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    847dd6c View commit details
    Browse the repository at this point in the history
  19. Update MarkCommand.java

    Update UnmarkCommand.java
    LolfoollorS committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    0ea15bf View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2022

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

Commits on Sep 8, 2022

  1. Refactored Storage.java

    LolfoollorS committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    2beda42 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2022

  1. Add Level-10 Gui

    LolfoollorS committed Sep 18, 2022
    Configuration menu
    Copy the full SHA
    0e7cc9f View commit details
    Browse the repository at this point in the history
  2. no message

    LolfoollorS committed Sep 18, 2022
    Configuration menu
    Copy the full SHA
    2836fea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e09f5f9 View commit details
    Browse the repository at this point in the history
  4. Add A-UserGuide

    LolfoollorS committed Sep 18, 2022
    Configuration menu
    Copy the full SHA
    3b740c3 View commit details
    Browse the repository at this point in the history
  5. Add HelpWindow.fxml

    Add HelpCommand.java
    Adhere to Coding Standards
    
    Change to assist people that requires help.
    Add HelpCommand if user needs help.
    LolfoollorS committed Sep 18, 2022
    Configuration menu
    Copy the full SHA
    6de5831 View commit details
    Browse the repository at this point in the history
  6. Add UI for Docs

    LolfoollorS committed Sep 18, 2022
    Configuration menu
    Copy the full SHA
    6a9948e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8bd2385 View commit details
    Browse the repository at this point in the history
  8. Modify README.md

    LolfoollorS committed Sep 18, 2022
    Configuration menu
    Copy the full SHA
    b5898aa View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2022

  1. Renam UI to Ui.png

    LolfoollorS committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    b66666c View commit details
    Browse the repository at this point in the history
  2. Improve dialog box

    LolfoollorS committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    e974db1 View commit details
    Browse the repository at this point in the history
  3. Update CSS and FXML files

    LolfoollorS committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    9928cd0 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2022

  1. Force Java 11 Compile.

    Update Sprite for bot.
    LolfoollorS committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    c2a27ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a4775f View commit details
    Browse the repository at this point in the history