Skip to content

Commit

Permalink
updated screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzhaninan committed Mar 9, 2018
1 parent d60bab9 commit 55024fc
Show file tree
Hide file tree
Showing 33 changed files with 43 additions and 30 deletions.
62 changes: 38 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,79 +61,93 @@
</p>

### Required Packages
- curl
- systemd
- curl, systemd

### PPA Repository (for ubuntu)
1. `sudo add-apt-repository ppa:oguzhaninan/stacer`
2. `sudo apt-get update`
3. `sudo apt-get install stacer`

### Debian x64

1. Download `stacer_1.0.8_amd64.deb` from the [Stacer releases page](https://github.com/oguzhaninan/Stacer/releases).
1. Download `stacer_1.0.9_amd64.deb` from the [Stacer releases page](https://github.com/oguzhaninan/Stacer/releases).
2. Run `sudo dpkg -i stacer*.deb` on the downloaded package.
3. Launch Stacer using the installed `stacer` command.

### Fedora x64

1. Download `stacer_1.0.8_x64.rpm` from the [Stacer releases page](https://github.com/oguzhaninan/Stacer/releases).
1. Download `stacer_1.0.9_x64.rpm` from the [Stacer releases page](https://github.com/oguzhaninan/Stacer/releases).
2. Run `sudo rpm --install stacer*.rpm` on the downloaded package.
3. Launch Stacer using the installed `stacer` command.

## Build from source with CMake (Qt Version Qt 5.9)
```
$ mkdir build && cd build
$ cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH=/qt/path/bin -G Ninja ..
$ ninja
$ output/bin/stacer
```
## Build from source with CMake (Qt Version Qt 5.x)
1. mkdir build && cd build
2. cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH=/qt/path/bin ..
3. make -j `nproc`
4. output/bin/stacer

## Screenshots

<p align="center">
<img src="https://raw.githubusercontent.com/oguzhaninan/Stacer/native/screenshots/Screenshot-2.0.0-1.png" width="700">
<img src="https://raw.githubusercontent.com/oguzhaninan/Stacer/native/screenshots/Screenshot-1.0.9-1.png" width="700">
</p>

<p align="center">
<img src="https://raw.githubusercontent.com/oguzhaninan/Stacer/native/screenshots/Screenshot-1.0.9-2.png" width="700">
</p>

<p align="center">
<img src="https://raw.githubusercontent.com/oguzhaninan/Stacer/native/screenshots/Screenshot-1.0.9-3.png" width="700">
</p>

<p align="center">
<img src="https://raw.githubusercontent.com/oguzhaninan/Stacer/native/screenshots/Screenshot-1.0.9-4.png" width="700">
</p>

<p align="center">
<img src="https://raw.githubusercontent.com/oguzhaninan/Stacer/native/screenshots/Screenshot-2.0.0-2.png" width="700">
<img src="https://raw.githubusercontent.com/oguzhaninan/Stacer/native/screenshots/Screenshot-1.0.9-5.png" width="700">
</p>

<p align="center">
<img src="https://raw.githubusercontent.com/oguzhaninan/Stacer/native/screenshots/Screenshot-2.0.0-3.png" width="700">
<img src="https://raw.githubusercontent.com/oguzhaninan/Stacer/native/screenshots/Screenshot-1.0.9-6.png" width="700">
</p>

<p align="center">
<img src="https://raw.githubusercontent.com/oguzhaninan/Stacer/native/screenshots/Screenshot-2.0.0-4.png" width="700">
<img src="https://raw.githubusercontent.com/oguzhaninan/Stacer/native/screenshots/Screenshot-1.0.9-7.png" width="700">
</p>

<p align="center">
<img src="https://raw.githubusercontent.com/oguzhaninan/Stacer/native/screenshots/Screenshot-2.0.0-5.png" width="700">
<img src="https://raw.githubusercontent.com/oguzhaninan/Stacer/native/screenshots/Screenshot-1.0.9-8.png" width="700">
</p>

<p align="center">
<img src="https://raw.githubusercontent.com/oguzhaninan/Stacer/native/screenshots/Screenshot-2.0.0-6.png" width="700">
<img src="https://raw.githubusercontent.com/oguzhaninan/Stacer/native/screenshots/Screenshot-1.0.9-9.png" width="700">
</p>

<p align="center">
<img src="https://raw.githubusercontent.com/oguzhaninan/Stacer/native/screenshots/Screenshot-2.0.0-7.png" width="700">
<img src="https://raw.githubusercontent.com/oguzhaninan/Stacer/native/screenshots/Screenshot-1.0.9-10.png" width="700">
</p>

<p align="center">
<img src="https://raw.githubusercontent.com/oguzhaninan/Stacer/native/screenshots/Screenshot-2.0.0-8.png" width="700">
<img src="https://raw.githubusercontent.com/oguzhaninan/Stacer/native/screenshots/Screenshot-1.0.9-11.png" width="700">
</p>

<p align="center">
<img src="https://raw.githubusercontent.com/oguzhaninan/Stacer/native/screenshots/Screenshot-2.0.0-9.png" width="700">
<img src="https://raw.githubusercontent.com/oguzhaninan/Stacer/native/screenshots/Screenshot-1.0.9-12.png" width="700">
</p>

<p align="center">
<img src="https://raw.githubusercontent.com/oguzhaninan/Stacer/native/screenshots/Screenshot-2.0.0-10.png" width="700">
<img src="https://raw.githubusercontent.com/oguzhaninan/Stacer/native/screenshots/Screenshot-1.0.9-13.png" width="700">
</p>

<p align="center">
<img src="https://raw.githubusercontent.com/oguzhaninan/Stacer/native/screenshots/Screenshot-2.0.0-11.png" width="700">
<img src="https://raw.githubusercontent.com/oguzhaninan/Stacer/native/screenshots/Screenshot-1.0.9-14.png" width="700">
</p>

<p align="center">
<img src="https://raw.githubusercontent.com/oguzhaninan/Stacer/native/screenshots/Screenshot-2.0.0-12.png" width="700">
<img src="https://raw.githubusercontent.com/oguzhaninan/Stacer/native/screenshots/Screenshot-1.0.9-15.png" width="700">
</p>

<p align="center">
<img src="https://raw.githubusercontent.com/oguzhaninan/Stacer/native/screenshots/Screenshot-2.0.0-13.png" width="700">
<img src="https://raw.githubusercontent.com/oguzhaninan/Stacer/native/screenshots/Screenshot-1.0.9-16.png" width="700">
</p>
Binary file added screenshots/Screenshot-1.0.9-1.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 screenshots/Screenshot-1.0.9-10.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 screenshots/Screenshot-1.0.9-11.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 screenshots/Screenshot-1.0.9-12.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 screenshots/Screenshot-1.0.9-13.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 screenshots/Screenshot-1.0.9-14.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 screenshots/Screenshot-1.0.9-15.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 screenshots/Screenshot-1.0.9-16.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 screenshots/Screenshot-1.0.9-2.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 screenshots/Screenshot-1.0.9-3.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 screenshots/Screenshot-1.0.9-4.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 screenshots/Screenshot-1.0.9-5.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 screenshots/Screenshot-1.0.9-6.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 screenshots/Screenshot-1.0.9-7.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 screenshots/Screenshot-1.0.9-8.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 screenshots/Screenshot-1.0.9-9.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 removed screenshots/Screenshot-2.0.0-1.png
Binary file not shown.
Binary file removed screenshots/Screenshot-2.0.0-10.png
Binary file not shown.
Binary file removed screenshots/Screenshot-2.0.0-11.png
Binary file not shown.
Binary file removed screenshots/Screenshot-2.0.0-12.png
Binary file not shown.
Binary file removed screenshots/Screenshot-2.0.0-13.png
Binary file not shown.
Binary file removed screenshots/Screenshot-2.0.0-2.png
Binary file not shown.
Binary file removed screenshots/Screenshot-2.0.0-3.png
Binary file not shown.
Binary file removed screenshots/Screenshot-2.0.0-4.png
Binary file not shown.
Binary file removed screenshots/Screenshot-2.0.0-5.png
Binary file not shown.
Binary file removed screenshots/Screenshot-2.0.0-6.png
Diff not rendered.
Binary file removed screenshots/Screenshot-2.0.0-7.png
Diff not rendered.
Binary file removed screenshots/Screenshot-2.0.0-8.png
Diff not rendered.
Binary file removed screenshots/Screenshot-2.0.0-9.png
Diff not rendered.
7 changes: 3 additions & 4 deletions stacer-sudo.desktop
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
#!/usr/bin/env xdg-open
[Desktop Entry]
Name=Stacer
Exec=gksu -u $USER stacer
Name=Stacer (Sudo)
Exec=gksu stacer
Comment=Linux System Optimizer and Monitoring
Icon=stacer
Type=Application
Terminal=false
Encoding=UTF-8
Categories=Utilities;
Categories=Utility;
3 changes: 1 addition & 2 deletions stacer.desktop
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env xdg-open
[Desktop Entry]
Name=Stacer
Exec=stacer
Expand All @@ -7,4 +6,4 @@ Icon=stacer
Type=Application
Terminal=false
Encoding=UTF-8
Categories=Utilities;
Categories=Utility;
1 change: 1 addition & 0 deletions stacer/app.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ void App::clickSidebarButton(QString pageTitle, bool isShow)
pageClick(mListPages.first());
}
setVisible(isShow);
if (isShow) activateWindow();
}

void App::checkSidebarButtonByTooltip(const QString &text)
Expand Down

0 comments on commit 55024fc

Please sign in to comment.