Skip to content
This repository has been archived by the owner on Mar 31, 2020. It is now read-only.

Flamboyant Flamingos #16

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

Commits on Feb 22, 2019

  1. Update README.md

    Starwort authored Feb 22, 2019
    Configuration menu
    Copy the full SHA
    d193f73 View commit details
    Browse the repository at this point in the history
  2. List project goals

    Starwort committed Feb 22, 2019
    Configuration menu
    Copy the full SHA
    24626ec View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2019

  1. New ideas means new bullets

    Starwort committed Feb 23, 2019
    Configuration menu
    Copy the full SHA
    59a5108 View commit details
    Browse the repository at this point in the history
  2. Skeleton + req.txt

    Alt-F4 saving skeleton proven working
    Starwort committed Feb 23, 2019
    Configuration menu
    Copy the full SHA
    fe4d24f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    78a71a3 View commit details
    Browse the repository at this point in the history
  4. Small fixes (check description)

    - Replaced requirements.txt with Pipfile so that it works with pipenv
    - Moved and renamed the main python file to fit the original project layout
    slushiegoose committed Feb 23, 2019
    Configuration menu
    Copy the full SHA
    20b3572 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b1ce0e2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3ba2a4f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2b23152 View commit details
    Browse the repository at this point in the history
  8. Idk pipenv ok

    Starwort committed Feb 23, 2019
    Configuration menu
    Copy the full SHA
    0916da6 View commit details
    Browse the repository at this point in the history
  9. Lint fixes

    slushiegoose committed Feb 23, 2019
    Configuration menu
    Copy the full SHA
    2adc804 View commit details
    Browse the repository at this point in the history
  10. This is the only change we're allowed to make to the .flake8 but it i…

    …mproves the linting apparently
    Starwort committed Feb 23, 2019
    Configuration menu
    Copy the full SHA
    bff83f3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    46094f4 View commit details
    Browse the repository at this point in the history
  12. updated asynctk

    slushiegoose committed Feb 23, 2019
    Configuration menu
    Copy the full SHA
    2700824 View commit details
    Browse the repository at this point in the history
  13. wtf is 'late binding'

    Fix late binding of callback functions
    Starwort committed Feb 23, 2019
    Configuration menu
    Copy the full SHA
    d9c1cb6 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    23c702d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    38931ee View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    230de83 View commit details
    Browse the repository at this point in the history
  17. Linting errors

    Plus edited .gitignore to omit VS Code settings
    slushiegoose committed Feb 23, 2019
    Configuration menu
    Copy the full SHA
    021fc55 View commit details
    Browse the repository at this point in the history
  18. Subclassed asynctk.AsyncTk

    This does almost nothing at the moment, but will aid in organising the rest of the program
    
    Added a key bind
    slushiegoose committed Feb 23, 2019
    Configuration menu
    Copy the full SHA
    9f300dd View commit details
    Browse the repository at this point in the history
  19. Add locale

    Starwort committed Feb 23, 2019
    Configuration menu
    Copy the full SHA
    64546c1 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    c069ac9 View commit details
    Browse the repository at this point in the history
  21. Linting errors

    Also implemented the kata as references into the main file
    slushiegoose committed Feb 23, 2019
    Configuration menu
    Copy the full SHA
    966e16c View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2019

  1. Huge Update (check description)

    - Added the main base of the program - including the Canvas and the Entry Section.
    
    - Installed Pillow to be used for the Canvas sections since Canvases can't be turned into images
    
    - Added new locale phrases (for Star to translate) to the locale file
    
    - Changed the save function to write to a file instead of just printing out the file path
    slushiegoose committed Feb 24, 2019
    Configuration menu
    Copy the full SHA
    d6a7fda View commit details
    Browse the repository at this point in the history
  2. Transcribed new keys

    Starwort committed Feb 24, 2019
    Configuration menu
    Copy the full SHA
    ebd66ee View commit details
    Browse the repository at this point in the history
  3. Fix mislabelled menu item

    Starwort committed Feb 24, 2019
    Configuration menu
    Copy the full SHA
    6895f46 View commit details
    Browse the repository at this point in the history
  4. Format locale

    Starwort committed Feb 24, 2019
    Configuration menu
    Copy the full SHA
    db0a5eb View commit details
    Browse the repository at this point in the history
  5. Add text to button

    Smh suhail
    Starwort committed Feb 24, 2019
    Configuration menu
    Copy the full SHA
    57e9b11 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0c321ab View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6a70622 View commit details
    Browse the repository at this point in the history
  8. Local import syntax means no module conflicts

    Rename msplocale to locale in all occurences
    Starwort committed Feb 24, 2019
    Configuration menu
    Copy the full SHA
    219a0cd View commit details
    Browse the repository at this point in the history
  9. Make file save windows indestructible

    For the stability of the program, I swear
    Starwort committed Feb 24, 2019
    Configuration menu
    Copy the full SHA
    2b6e0e7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    863a457 View commit details
    Browse the repository at this point in the history
  11. Suhail had an oopsie

    Fix a typo
    Starwort committed Feb 24, 2019
    Configuration menu
    Copy the full SHA
    f54f1a2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    df863f3 View commit details
    Browse the repository at this point in the history
  13. Transformed colour

    - Altered colour to better fit the theme
    
    - Added a classmethod for the canvas to be opened by image (currently out of use)
    
    - Few bug & lint fixes
    slushiegoose committed Feb 24, 2019
    Configuration menu
    Copy the full SHA
    5d89963 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4590d31 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    3dec6a5 View commit details
    Browse the repository at this point in the history
  16. updated asynctk

    slushiegoose committed Feb 24, 2019
    Configuration menu
    Copy the full SHA
    d3f85b2 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    935093c View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    86f6a2f View commit details
    Browse the repository at this point in the history
  19. lint fixes

    slushiegoose committed Feb 24, 2019
    Configuration menu
    Copy the full SHA
    112d872 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    8734f9c View commit details
    Browse the repository at this point in the history
  21. Transcribe new key

    Starwort committed Feb 24, 2019
    Configuration menu
    Copy the full SHA
    9cf3f02 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    614e331 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    67f212a View commit details
    Browse the repository at this point in the history
  24. There are 16777216 options not 16777215 SUHAIL. Also fixed pixel plac…

    …ement rendering a 2x2 square
    Starwort committed Feb 24, 2019
    Configuration menu
    Copy the full SHA
    2e02bc8 View commit details
    Browse the repository at this point in the history
  25. Formatting and new key

    Starwort committed Feb 24, 2019
    Configuration menu
    Copy the full SHA
    8b36ae4 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2019

  1. Fix mistranscription of 'colour'

    I forgot how to transcribe that sound lol
    Starwort committed Feb 25, 2019
    Configuration menu
    Copy the full SHA
    5cb7967 View commit details
    Browse the repository at this point in the history
  2. Docstrings

    Added Docstrings (Colour docstring edited by Starwort)
    
    Small edits here and there
    slushiegoose committed Feb 25, 2019
    Configuration menu
    Copy the full SHA
    30ae090 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1aff4f2 View commit details
    Browse the repository at this point in the history
  4. Comment locale, typehint code, fix transcription errors in locale, ad…

    …d new key, retitle subdialogues
    Starwort committed Feb 25, 2019
    Configuration menu
    Copy the full SHA
    0096516 View commit details
    Browse the repository at this point in the history
  5. Add cancelling save

    Starwort committed Feb 25, 2019
    Configuration menu
    Copy the full SHA
    bfa5968 View commit details
    Browse the repository at this point in the history
  6. Make my last commit work

    Starwort committed Feb 25, 2019
    Configuration menu
    Copy the full SHA
    9b85d8a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4336021 View commit details
    Browse the repository at this point in the history
  8. Lint errors + docstring

    slushiegoose committed Feb 25, 2019
    Configuration menu
    Copy the full SHA
    a2d08b6 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2019

  1. Open image from file

    slushiegoose committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    c0c718b View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2019

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

Commits on Feb 28, 2019

  1. Few small changes (check desc)

    - Added validation for X and Y inputs
    - Added description for missing method in docstring
    - Inserted team bio for self
    - Added a few keys to the locale (for Star to translate)
    slushiegoose committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    e249432 View commit details
    Browse the repository at this point in the history
  2. Undo & Redo

    - Added two new Canvas methods: undo & redo
    - Added two new Canvas attributes: undo_list & redo_list
    - Replaces the transparency in any png image opened with white - this ensures the saved image looks identical to the image on the canvas
    - Added new "Edit" menu
    - Switched the Undo and Redo commands
    - Added a new colour classmethod that makes undoing & redoing easier
    - Added new keys for Star to translate
    slushiegoose committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    98c80f6 View commit details
    Browse the repository at this point in the history
  3. Scrolling

    - Crops the image if larger than 400x400 and adds scrollbars to the right and bottom (if necessary)
    - X and Y directions switched to fit the theme
    - Key Binds for Edit & Undo
    slushiegoose committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    db07b50 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2019

  1. Transcribed new keys

    Well technically their values
    Starwort committed Mar 2, 2019
    Configuration menu
    Copy the full SHA
    28ed480 View commit details
    Browse the repository at this point in the history
  2. Fix my transcription errors

    Minor locale tweaks
    Starwort committed Mar 2, 2019
    Configuration menu
    Copy the full SHA
    ab70b99 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b8e4a9 View commit details
    Browse the repository at this point in the history
  4. New File

    - Added new toplevel for creating a new drawing, where height & width are switched
    - A few locale lint errors
    - Added a key bind to open file
    
    - TODO: Docstring newfile
    slushiegoose committed Mar 2, 2019
    Configuration menu
    Copy the full SHA
    a9740ca View commit details
    Browse the repository at this point in the history
  5. Fix errors I made, add eng locale

    thanks SUHAIL for destroying my commit tree
    Starwort committed Mar 2, 2019
    Configuration menu
    Copy the full SHA
    6cb0515 View commit details
    Browse the repository at this point in the history
  6. Change locale to allow translation

    - Added a few missing typehints
    - Fixed spelling errors
    slushiegoose committed Mar 2, 2019
    Configuration menu
    Copy the full SHA
    5e7b2b2 View commit details
    Browse the repository at this point in the history
  7. atk broke again

    Starwort committed Mar 2, 2019
    Configuration menu
    Copy the full SHA
    ba48a05 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2777f43 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    dee7211 View commit details
    Browse the repository at this point in the history
  10. Open file key

    Starwort committed Mar 2, 2019
    Configuration menu
    Copy the full SHA
    750b5a6 View commit details
    Browse the repository at this point in the history
  11. random open

    - Alter Individual Pixel
    - Alter Block Pixel
    - Alter Colour
    - Do Nothing
    - Pixelate
    slushiegoose committed Mar 2, 2019
    Configuration menu
    Copy the full SHA
    4b6ffce View commit details
    Browse the repository at this point in the history
  12. typo oopsoie

    slushiegoose committed Mar 2, 2019
    Configuration menu
    Copy the full SHA
    0e491c6 View commit details
    Browse the repository at this point in the history
  13. Formatting + visualisation

    visualisation window doesn't quite work though
    Starwort committed Mar 2, 2019
    Configuration menu
    Copy the full SHA
    9fdd834 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    db74b26 View commit details
    Browse the repository at this point in the history
  15. except: cannot be blank

    slushiegoose committed Mar 2, 2019
    Configuration menu
    Copy the full SHA
    47407a1 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2019

  1. Configuration menu
    Copy the full SHA
    95c0c19 View commit details
    Browse the repository at this point in the history
  2. Add myself to README

    Martmists-GH authored Mar 3, 2019
    Configuration menu
    Copy the full SHA
    3cf9d8f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cd23f6f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bd9e2f3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4e37cee View commit details
    Browse the repository at this point in the history
  6. add large test jpg

    Starwort committed Mar 3, 2019
    Configuration menu
    Copy the full SHA
    c9be422 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b4a4cab View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    270efce View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a406c13 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9a4a035 View commit details
    Browse the repository at this point in the history
  11. Icon is itself - how meta

    Starwort committed Mar 3, 2019
    Configuration menu
    Copy the full SHA
    55dc955 View commit details
    Browse the repository at this point in the history
  12. Implement icon.ico

    Starwort committed Mar 3, 2019
    Configuration menu
    Copy the full SHA
    4b9d88c View commit details
    Browse the repository at this point in the history
  13. Add requirement, rework saving, tweak readme

    This does actually work - it's just a royal pain in the ass - which is exactly what it's supposed to be :)
    Starwort committed Mar 3, 2019
    Configuration menu
    Copy the full SHA
    0f7dd9c View commit details
    Browse the repository at this point in the history
  14. PIL starts at 0, suhail

    Starwort committed Mar 3, 2019
    Configuration menu
    Copy the full SHA
    59f34af View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    1c93c32 View commit details
    Browse the repository at this point in the history
  16. FINAL PUSH

    - Added more notes to README.md
    - Added a JUDGEINFO.md to allow the judges to see what we actually have done that isn't troll-based
    - Last minute locale fix
    - Idk the Pipfile.lock hash changed so I thought let's add it just in case
    
    WE'VE BEEN FLAMBOYANT FLAMINGOS AND GOODNIGHT
    slushiegoose committed Mar 3, 2019
    Configuration menu
    Copy the full SHA
    2221f2b View commit details
    Browse the repository at this point in the history
  17. WE'VE BEEN FLAMBOYANT FLAMINGOS, AND GOODNIGHT

    Sorry we noticed spelling mistakes so we couldn't end off like that
    slushiegoose committed Mar 3, 2019
    Configuration menu
    Copy the full SHA
    c0715e4 View commit details
    Browse the repository at this point in the history
  18. GOOD LUCK TO EVERY OTHER TEAM OUT THERE!

    Grammar errors.... oops :D
    slushiegoose committed Mar 3, 2019
    Configuration menu
    Copy the full SHA
    2f7aade View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2019

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