Skip to content

Commit

Permalink
Hide controls and cursor in fullscreen mode if mouse is idle. Update …
Browse files Browse the repository at this point in the history
…logo. Update readme. Add new logo. Add changelog.
  • Loading branch information
lettier committed Sep 8, 2017
1 parent 059e75b commit 88bedfc
Show file tree
Hide file tree
Showing 9 changed files with 1,927 additions and 170 deletions.
91 changes: 91 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
# Movie Monad

## Changelog

### Version

0.0.2.0

#### Downstreams

- [Hackage](https://hackage.haskell.org/package/movie-monad-0.0.2.0)

#### Added

- Hides the cursor and bottom controls when in fullscreen mode and the mouse is idle
- New Logo
- CHANGELOG

#### Changed

- Logo
- README
- Version number
- Dependencies

#### Removed

- Old logo PNG file

### Version

0.0.1.0

#### Downstreams

- [Hackage](https://hackage.haskell.org/package/movie-monad-0.0.1.0)

#### Added

- Fullscreen mode

#### Changed

- Screenshot
- Main function
- Extracted callback functions into their own functions
- Version number
- Dependencies to match Hackage

#### Removed

- `lib` directory

### Version

0.0.0.0

#### Downstreams

- [Hackage (deprecated)](https://hackage.haskell.org/package/movie-monad-0.0.0.0)

#### Added

- File Loader
- Seek
- Pause
- Play
- Window Width Selector
- About
- Screenshot
- Logo
- README
- LICENSE
- Documentation

#### Changed

-

#### Removed

-

## License

See [LICENSE](LICENSE).

## Copyright

(C) 2017 David Lettier
[lettier.com](http://www.lettier.com/)
24 changes: 19 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![Movie Monad](https://i.imgur.com/Vt9Bipy.png)
![Movie Monad](https://i.imgur.com/d7Hz6Cv.png)

# Movie Monad

Expand All @@ -14,15 +14,29 @@ A desktop video player built with Haskell that uses GStreamer and GTK+.

## Install

### Hackage

```
# Install Cabal (https://www.haskell.org/platform/)
# Install Cabal Install (https://www.haskell.org/platform/)
# Install XQuartz (https://www.xquartz.org/) if using Mac OSX or macOS
# Install Xming X Server (https://sourceforge.net/projects/xming/) if using Microsoft Windows
# Install GTK+ 3.* (https://www.gtk.org/download/index.php)
# Install ExifTool (https://www.sno.phy.queensu.ca/~phil/exiftool/)
cabal install movie-monad
movie-monad
```

### GitHub

```bash
# Install Git
# Install Git (https://git-scm.com/downloads)
# Install XQuartz (https://www.xquartz.org/) if using Mac OSX or macOS
# Install Xming X Server (https://sourceforge.net/projects/xming/) if using Microsoft Windows
# Install GTK+ 3.* (https://www.gtk.org/download/index.php)
# Install Haskell
# Install Haksell Stack
# Install ExifTool
# Install Haskell (https://www.haskell.org/platform/)
# Install Haksell Stack (https://www.haskell.org/platform/)
# Install ExifTool (https://www.sno.phy.queensu.ca/~phil/exiftool/)
git clone https://github.com/lettier/movie-monad.git
cd movie-monad/
stack setup
Expand Down
Binary file removed logo/movie-monad-logo-0.png
Binary file not shown.
7 changes: 5 additions & 2 deletions logo/movie-monad-logo-0.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 88bedfc

Please sign in to comment.