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

Imgur upload functionality #311

Open
wants to merge 53 commits into
base: main
Choose a base branch
from
Open

Imgur upload functionality #311

wants to merge 53 commits into from

Commits on Apr 13, 2018

  1. Configuration menu
    Copy the full SHA
    0c4eeb4 View commit details
    Browse the repository at this point in the history
  2. Update CMakeLists.txt

    fix formatting
    gort818 committed Apr 13, 2018
    Configuration menu
    Copy the full SHA
    d962cf3 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2018

  1. Add new files to cmake

    Add files pertaining to imgur upload
    gort818 committed Apr 29, 2018
    Configuration menu
    Copy the full SHA
    c5ba2fb View commit details
    Browse the repository at this point in the history
  2. Add ui for share dialog

    gort818 committed Apr 29, 2018
    Configuration menu
    Copy the full SHA
    ea6c9a9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1328aa4 View commit details
    Browse the repository at this point in the history
  4. Add share dialog instance

    gort818 committed Apr 29, 2018
    Configuration menu
    Copy the full SHA
    83fd79b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1deb39c View commit details
    Browse the repository at this point in the history
  6. Rename share dialog file

    gort818 committed Apr 29, 2018
    Configuration menu
    Copy the full SHA
    9465011 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2018

  1. Configuration menu
    Copy the full SHA
    ea3ee1c View commit details
    Browse the repository at this point in the history
  2. Destroy file chooser dialog after confirming save location

    Destroy file chooser dialog after confirming save location, as it interferes with the share dialog.
    gort818 committed May 1, 2018
    Configuration menu
    Copy the full SHA
    87128ee View commit details
    Browse the repository at this point in the history
  3. Add error handling, code formatting

    Added glib error handling, code formatting and now imgur link opens in browser.
    gort818 committed May 1, 2018
    Configuration menu
    Copy the full SHA
    62d5030 View commit details
    Browse the repository at this point in the history
  4. Small ui changes

    Changed spacing between buttons.
    gort818 committed May 1, 2018
    Configuration menu
    Copy the full SHA
    6e0bba7 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2018

  1. Add preprocesser for gtk 3.22

    Added #if HAS_GTK_SHOW_URI_ON_WINDOW
    for users using gtk 3.22 and above.
    gort818 committed May 2, 2018
    Configuration menu
    Copy the full SHA
    59625f4 View commit details
    Browse the repository at this point in the history
  2. Pass file extention to share dialog

    pass the file extension over to check if we can upload to imgur.
    gort818 committed May 2, 2018
    Configuration menu
    Copy the full SHA
    d5b1bf7 View commit details
    Browse the repository at this point in the history
  3. Check for file format

    Checks for file format and deselects imgur upload option for file extentions mp4 and webm as they are not supported through the imgur upload api.
    gort818 committed May 2, 2018
    Configuration menu
    Copy the full SHA
    c6768e5 View commit details
    Browse the repository at this point in the history
  4. Wrong file

    gort818 committed May 2, 2018
    Configuration menu
    Copy the full SHA
    853d91d View commit details
    Browse the repository at this point in the history
  5. wrong file

    gort818 committed May 2, 2018
    Configuration menu
    Copy the full SHA
    9495360 View commit details
    Browse the repository at this point in the history
  6. Check for file format

    Checks for file format and deselects imgur upload option for file extentions mp4 and webm as they are not supported through the imgur upload api.
    gort818 committed May 2, 2018
    Configuration menu
    Copy the full SHA
    e9576c6 View commit details
    Browse the repository at this point in the history
  7. Check for file format

    Checks for file format and deselects imgur upload option for file extentions mp4 and webm as they are not supported through the imgur upload api.
    gort818 committed May 2, 2018
    Configuration menu
    Copy the full SHA
    5e96ae5 View commit details
    Browse the repository at this point in the history
  8. add debug message.

    If the user used mp4 or webm print a debug message telling them it is not supported for upload to imgur.
    gort818 committed May 2, 2018
    Configuration menu
    Copy the full SHA
    686d640 View commit details
    Browse the repository at this point in the history
  9. Change positon of share dialog window

    It now centers on the parent window.
    gort818 committed May 2, 2018
    Configuration menu
    Copy the full SHA
    465e5ce View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    dd0fee9 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2018

  1. Fix selection boxes

    If an option is unavailable automatically select the other row and display the check image.
    ex. Upload to imgur option is unavailable for mp4 and webm, it automatically select the option for opening in the file manager.
    gort818 committed May 4, 2018
    Configuration menu
    Copy the full SHA
    97c3253 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2018

  1. Imgur upload and share Dialog changes

    Added const variable for client id, passed the file object rather than uri,
    added descriptive names of rows, and hid rows if the option is not
    available, put the imgur upload code in seperate function, change the
    upload to non blocking message via soup.
    gort818 committed Jul 20, 2018
    Configuration menu
    Copy the full SHA
    d07328f View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2018

  1. Configuration menu
    Copy the full SHA
    f790dfd View commit details
    Browse the repository at this point in the history
  2. Update CMakeLists.txt

    fix formatting
    gort818 committed Sep 22, 2018
    Configuration menu
    Copy the full SHA
    0eaa85c View commit details
    Browse the repository at this point in the history
  3. Add new files to cmake

    Add files pertaining to imgur upload
    gort818 committed Sep 22, 2018
    Configuration menu
    Copy the full SHA
    37bbc01 View commit details
    Browse the repository at this point in the history
  4. Add ui for share dialog

    gort818 committed Sep 22, 2018
    Configuration menu
    Copy the full SHA
    c738a54 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f888bca View commit details
    Browse the repository at this point in the history
  6. Add share dialog instance

    gort818 committed Sep 22, 2018
    Configuration menu
    Copy the full SHA
    81ce285 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    74fd725 View commit details
    Browse the repository at this point in the history
  8. Rename share dialog file

    gort818 committed Sep 22, 2018
    Configuration menu
    Copy the full SHA
    c1d169b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3cbbd4e View commit details
    Browse the repository at this point in the history
  10. Destroy file chooser dialog after confirming save location

    Destroy file chooser dialog after confirming save location, as it interferes with the share dialog.
    gort818 committed Sep 22, 2018
    Configuration menu
    Copy the full SHA
    625701b View commit details
    Browse the repository at this point in the history
  11. Add error handling, code formatting

    Added glib error handling, code formatting and now imgur link opens in browser.
    gort818 committed Sep 22, 2018
    Configuration menu
    Copy the full SHA
    e3db2c5 View commit details
    Browse the repository at this point in the history
  12. Small ui changes

    Changed spacing between buttons.
    gort818 committed Sep 22, 2018
    Configuration menu
    Copy the full SHA
    5a63323 View commit details
    Browse the repository at this point in the history
  13. Add preprocesser for gtk 3.22

    Added #if HAS_GTK_SHOW_URI_ON_WINDOW
    for users using gtk 3.22 and above.
    gort818 committed Sep 22, 2018
    Configuration menu
    Copy the full SHA
    f9bf8d2 View commit details
    Browse the repository at this point in the history
  14. Pass file extention to share dialog

    pass the file extension over to check if we can upload to imgur.
    gort818 committed Sep 22, 2018
    Configuration menu
    Copy the full SHA
    2da5d2f View commit details
    Browse the repository at this point in the history
  15. Check for file format

    Checks for file format and deselects imgur upload option for file extentions mp4 and webm as they are not supported through the imgur upload api.
    gort818 committed Sep 22, 2018
    Configuration menu
    Copy the full SHA
    bedf997 View commit details
    Browse the repository at this point in the history
  16. Wrong file

    gort818 committed Sep 22, 2018
    Configuration menu
    Copy the full SHA
    979fb47 View commit details
    Browse the repository at this point in the history
  17. wrong file

    gort818 committed Sep 22, 2018
    Configuration menu
    Copy the full SHA
    d650a43 View commit details
    Browse the repository at this point in the history
  18. Check for file format

    Checks for file format and deselects imgur upload option for file extentions mp4 and webm as they are not supported through the imgur upload api.
    gort818 committed Sep 22, 2018
    Configuration menu
    Copy the full SHA
    4aa0242 View commit details
    Browse the repository at this point in the history
  19. Check for file format

    Checks for file format and deselects imgur upload option for file extentions mp4 and webm as they are not supported through the imgur upload api.
    gort818 committed Sep 22, 2018
    Configuration menu
    Copy the full SHA
    0e0fd6b View commit details
    Browse the repository at this point in the history
  20. add debug message.

    If the user used mp4 or webm print a debug message telling them it is not supported for upload to imgur.
    gort818 committed Sep 22, 2018
    Configuration menu
    Copy the full SHA
    a5ecf1d View commit details
    Browse the repository at this point in the history
  21. Change positon of share dialog window

    It now centers on the parent window.
    gort818 committed Sep 22, 2018
    Configuration menu
    Copy the full SHA
    f2771e3 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    abfc727 View commit details
    Browse the repository at this point in the history
  23. Fix selection boxes

    If an option is unavailable automatically select the other row and display the check image.
    ex. Upload to imgur option is unavailable for mp4 and webm, it automatically select the option for opening in the file manager.
    gort818 committed Sep 22, 2018
    Configuration menu
    Copy the full SHA
    4265d33 View commit details
    Browse the repository at this point in the history
  24. Imgur upload and share Dialog changes

    Added const variable for client id, passed the file object rather than uri,
    added descriptive names of rows, and hid rows if the option is not
    available, put the imgur upload code in seperate function, change the
    upload to non blocking message via soup.
    gort818 committed Sep 22, 2018
    Configuration menu
    Copy the full SHA
    da7f7f5 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    fb49937 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    e5c43b7 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2018

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

Commits on Sep 7, 2019

  1. Configuration menu
    Copy the full SHA
    22908f9 View commit details
    Browse the repository at this point in the history
  2. fix merge conflicts

    gort818 committed Sep 7, 2019
    Configuration menu
    Copy the full SHA
    ef0480e View commit details
    Browse the repository at this point in the history