Skip to content

Commit

Permalink
Added Screenshots & Fixed CI
Browse files Browse the repository at this point in the history
  • Loading branch information
GamesTrap committed Mar 22, 2021
1 parent 5975d06 commit d6ec45f
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ matrix:
packages:
- g++-9
- gcc-9
- g++-9-multilib
- gcc-9-multilib
- cmake
install: if [[ "$COMPILER" == "g++-9" ]]; then export CXX="g++-9" CC="gcc-9"; fi
script:
Expand Down
Binary file added Images/OpenFileLinux.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/OpenFileWindows.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/SaveFileLinux.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/SaveFileWindows.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/SelectFolderLinux.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/SelectFolderWindows.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 30 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,36 @@ This README will be updated with more info eventually.

Screenshots for Windows 10 20H2 & Linux (Ubuntu 20.10) TBD...

## Screenshots

Windows 10 20H2:

OpenFile:
<br>
<img alt="OpenFileWindows" src="Images/OpenFileWindows.PNG" width="473px" height="261px">
<br>
SaveFile:
<br>
<img alt="SaveFileWindows" src="Images/SaveFileWindows.PNG" width="473px" height="261px">
<br>
SelectFolder:
<br>
<img alt="SelectFolderWindows" src="Images/SelectFolderWindows.PNG" width="320px" height="396px">

Ubuntu 20.10 X11 Gnome 3:

OpenFile:
<br>
<img alt="OpenFileLinux" src="Images/OpenFileLinux.PNG" width="508px" height="328px">
<br>
SaveFile:
<br>
<img alt="SaveFileLinux" src="Images/SaveFileLinux.PNG" width="508px" height="328px">
<br>
SelectFolder:
<br>
<img alt="SelectFolderLinux" src="Images/SelectFolderLinux.PNG" width="508px" height="328px">

## Setup

First clone the repository with `git clone https://github.com/GamesTrap/ModernFileDialogs`.
Expand Down

0 comments on commit d6ec45f

Please sign in to comment.