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

Add files via upload #3

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

Add files via upload #3

wants to merge 9 commits into from

Commits on Sep 22, 2022

  1. Add files via upload

    Hi. Excellent work and idea here, thank youjuh9870. I just molded your code and now it has Drag&Drop capabilities and the ability to go back to previous folder with middle mouse action in directory icon or forward to show child folders. It means that you can go from c:\ to any child folder with left mouse action and return to its parents directories all the way back to c:\ or even to "My Computer" again. You can still use right mouse action to open folder in explorer window or left mouse action to execute a file or program. Now it also shows thumbnail pictures tiles for image files and not its program icon. there is no need now for the user to specifies a path in variables.inc
    A little problem though, there is a bug especially when changing disks when you go back to "My Computer" root directory and pick other disk, but once you go back to %USERPROFILE%, it then behaves normally. It started to happen when I integrated back and forward functionality and only few times when you go all the way back to "My Computer" or going to windows directory. It doesn't happen all the time, just once on a while. At one point or another it will either not show all items in the folder, show too many, or create incrementally more icons than needed.
    It might be the follow path approach or something from the Lua scripts, I'm not sure.
    JmMndz authored Sep 22, 2022
    Configuration menu
    Copy the full SHA
    95bd5b6 View commit details
    Browse the repository at this point in the history
  2. Add files via upload

    You need to install ImageMagic https://imagemagick.org/
    JmMndz authored Sep 22, 2022
    Configuration menu
    Copy the full SHA
    0469157 View commit details
    Browse the repository at this point in the history
  3. Add files via upload

    JmMndz authored Sep 22, 2022
    Configuration menu
    Copy the full SHA
    7d83e51 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2022

  1. Add files via upload

    JmMndz authored Sep 23, 2022
    Configuration menu
    Copy the full SHA
    692e7f2 View commit details
    Browse the repository at this point in the history
  2. Update Readme.md

    JmMndz authored Sep 23, 2022
    Configuration menu
    Copy the full SHA
    3627689 View commit details
    Browse the repository at this point in the history
  3. Update Readme.md

    JmMndz authored Sep 23, 2022
    Configuration menu
    Copy the full SHA
    f4b1078 View commit details
    Browse the repository at this point in the history
  4. Update Readme.md

    JmMndz authored Sep 23, 2022
    Configuration menu
    Copy the full SHA
    89863fa View commit details
    Browse the repository at this point in the history
  5. Update Readme.md

    JmMndz authored Sep 23, 2022
    Configuration menu
    Copy the full SHA
    95cc22b View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

  1. Add files via upload

    It is a merge of two great folder explorer skins developed by
    juh9870 "EXpandable" https://github.com/juh9870/EXpandableFolder and Qwopjoans "RainExplorer" https://www.deviantart.com/qwopjoans
    
    I managed to have them work together.
    
    You will find at first a folder that you can expand its content with a mouse over action and execute a file with left mouse action. You can also navigate back and forward with a middle mouse action.
    
    You'll see a small click box located in the upper left corner of the skin with whom you can show or hide a file explorer by clicking it with. The expandable folder will show the folder name of your last navigation in the file explorer once you hide it.
    
    It has the following capabilities that aren't available in original skins :
    -Drag&Drop functionality
    -Thumbnail pictures and not just the icon file associated in both expandable folder and file explorer
    -EXpandable folder navigation with middle mouse actions
    -And much more!
    
    I hope you enjoy it!
    
    Note: Please install Adobe Song Std for better results
    JmMndz authored Oct 5, 2022
    Configuration menu
    Copy the full SHA
    7db01f9 View commit details
    Browse the repository at this point in the history