Initial rebrand

This commit is contained in:
Julian Groß 2021-10-11 06:29:10 +02:00
parent 3dbf5e65b1
commit 726e1a5ea1
20 changed files with 84 additions and 81 deletions

View File

@ -1,6 +1,7 @@
MIT License
Copyright (c) 2018 Scientific Toolworks, Inc.
Copyright (c) 2021 Gittyup contributors
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View File

@ -1,28 +1,30 @@
[![Actions Status](https://github.com/gitahead/gitahead/workflows/GitAhead%20%28master%29/badge.svg)](https://github.com/gitahead/gitahead/actions) [![Actions Status](https://github.com/gitahead/gitahead/workflows/GitAhead%20%28stage%29/badge.svg)](https://github.com/gitahead/gitahead/actions)
[![Actions Status](https://github.com/Murmele/gitahead/workflows/GitAhead%20%28master%29/badge.svg)](https://github.com/Murmele/gitahead/actions) [![Actions Status](https://github.com/Murmele/gitahead/workflows/GitAhead%20%28stage%29/badge.svg)](https://github.com/Murmele/gitahead/actions)
GitAhead - Understand Your History
Gittyup
==================================
GitAhead is a graphical Git client designed to help you understand
Gittyup is a graphical Git client designed to help you understand
and manage your source code history. It's available as a [pre-built
binary for Windows, Linux, and macOS](https://gitahead.github.io/gitahead.com/), or can be built from source by
following the directions below.
Gittyup is a continuation of the [GitAhead](https://github.com/gitahead/gitahead) client.
How to Get Help
---------------
Ask questions about building or using GitAhead on
Ask questions about building or using Gittyup on
[Stack Overflow](http://stackoverflow.com/questions/tagged/gitahead) by
including the `gitahead` tag. Remember to search for existing questions
before creating a new one.
Report bugs in GitAhead by opening an issue in the
[issue tracker](https://github.com/gitahead/gitahead/issues).
Report bugs in Gittyup by opening an issue in the
[issue tracker](https://github.com/Murmele/gitahead/issues).
Remember to search for existing issues before creating a new one.
If you still need help, email us at
[support@gitahead.com](mailto:support@gitahead.com).
If you still need help, check out our Matrix channel
[GitAheadFork:martix.org](https://matrix.to/#/#GitAheadFork:matrix.org).
Build Environment
-----------------
@ -65,7 +67,7 @@ How to Build
**Build OpenSSL**
# Start from root of gitahead repo.
# Start from root of gittyup repo.
cd dep/openssl/openssl
Win:
@ -85,7 +87,7 @@ Linux:
**Configure Build**
# Start from root of gitahead repo.
# Start from root of gittyup repo.
mkdir -p build/release
cd build/release
cmake -G Ninja -DCMAKE_BUILD_TYPE=Release ../..
@ -102,13 +104,13 @@ where `<path-to-qt>` points to the Qt install directory that contains
How to Install
-----------------
**Linux**
The easies way to install GitAhead is by using [Flatpak](https://www.flatpak.org/)
The easies way to install Gittyup is by using [Flatpak](https://www.flatpak.org/)
Ubuntu: apt-get install flatpak flatpak-builder
1) Download flatpak manifest located in the repository at `gitahead/pack/flatpak/io.github.gitahead.gitahead.json`
1) Download flatpak manifest located in the repository at `gittyup/pack/flatpak/io.github.gittyup.gittyup.json`
2) Build and install flatpak package (must be executed as root):
flatpak-builder --force-clean --install ./build io.github.gitahead.gitahead.json
flatpak-builder --force-clean --install ./build io.github.gittyup.gittyup.json
How to Contribute
-----------------
@ -127,4 +129,4 @@ great commit message.
License
-------
GitAhead is licensed under the MIT license. See LICENSE.md for details.
Gittyup and its predecessor GitAhead are licensed under the MIT license. See LICENSE.md for details.

View File

@ -1,44 +0,0 @@
{
"app-id": "io.github.gitahead.gitahead",
"runtime": "org.kde.Platform",
"runtime-version": "5.15",
"sdk": "org.kde.Sdk",
"command": "GitAhead",
"finish-args": [
"--socket=wayland",
"--socket=x11",
"--share=network",
"--filesystem=home"
],
"rename-icon":"gitahead", /*Image will renamed to match the app-id konvention*/
"modules": [
{
"name": "GitAhead",
"buildsystem": "cmake",
"config-opts" : ["-DCMAKE_INSTALL_PREFIX=/app/bin"],
"builddir": true,
"build-commands": [
"desktop-file-install --dir=/app/share/applications ../rsrc/linux/io.github.gitahead.gitahead.desktop",
"install -Dm755 ../rsrc/linux/io.github.gitahead.gitahead.appdata.xml /app/share/appdata/io.github.gitahead.gitahead.appdata.xml", /* one folder up, because of builddir: true */
"install -Dm755 ../rsrc/GitAhead.iconset/icon_16x16.png /app/share/icons/hicolor/16x16/apps/gitahead.png",
"install -Dm755 ../rsrc/GitAhead.iconset/icon_16x16@2x.png /app/share/icons/hicolor/16x16@2x/apps/gitahead.png",
"install -Dm755 ../rsrc/GitAhead.iconset/icon_32x32.png /app/share/icons/hicolor/32x32/apps/gitahead.png",
"install -Dm755 ../rsrc/GitAhead.iconset/icon_32x32@2x.png /app/share/icons/hicolor/32x32@2x/apps/gitahead.png",
"install -Dm755 ../rsrc/GitAhead.iconset/icon_64x64.png /app/share/icons/hicolor/64x64/apps/gitahead.png",
"install -Dm755 ../rsrc/GitAhead.iconset/icon_64x64@2x.png /app/share/icons/hicolor/64x64@2x/apps/gitahead.png",
"install -Dm755 ../rsrc/GitAhead.iconset/icon_128x128.png /app/share/icons/hicolor/128x128/apps/gitahead.png",
"install -Dm755 ../rsrc/GitAhead.iconset/icon_128x128@2x.png /app/share/icons/hicolor/128x128@2x/apps/gitahead.png",
"install -Dm755 ../rsrc/GitAhead.iconset/icon_256x256.png /app/share/icons/hicolor/256x256/apps/gitahead.png",
"install -Dm755 ../rsrc/GitAhead.iconset/icon_256x256@2x.png /app/share/icons/hicolor/256x256@2x/apps/gitahead.png",
"install -Dm755 ../rsrc/GitAhead.iconset/icon_512x512.png /app/share/icons/hicolor/512x512/apps/gitahead.png"
],
"sources": [
{
"type": "git",
"branch": "master",
"url": "https://github.com/Murmele/gitahead"
}
]
}
]
}

View File

@ -0,0 +1,44 @@
{
"app-id": "io.github.gittyup.gittyup",
"runtime": "org.kde.Platform",
"runtime-version": "5.15",
"sdk": "org.kde.Sdk",
"command": "Gittyup",
"finish-args": [
"--socket=wayland",
"--socket=x11",
"--share=network",
"--filesystem=home"
],
"rename-icon":"gittyup", /*Image will renamed to match the app-id konvention*/
"modules": [
{
"name": "Gittyup",
"buildsystem": "cmake",
"config-opts" : ["-DCMAKE_INSTALL_PREFIX=/app/bin"],
"builddir": true,
"build-commands": [
"desktop-file-install --dir=/app/share/applications ../rsrc/linux/io.github.gittyup.gittyup.desktop",
"install -Dm755 ../rsrc/linux/io.github.gittyup.gittyup.appdata.xml /app/share/appdata/io.github.gittyup.gittyup.appdata.xml", /* one folder up, because of builddir: true */
"install -Dm755 ../rsrc/Gittyup.iconset/icon_16x16.png /app/share/icons/hicolor/16x16/apps/gittyup.png",
"install -Dm755 ../rsrc/Gittyup.iconset/icon_16x16@2x.png /app/share/icons/hicolor/16x16@2x/apps/gittyup.png",
"install -Dm755 ../rsrc/Gittyup.iconset/icon_32x32.png /app/share/icons/hicolor/32x32/apps/gittyup.png",
"install -Dm755 ../rsrc/Gittyup.iconset/icon_32x32@2x.png /app/share/icons/hicolor/32x32@2x/apps/gittyup.png",
"install -Dm755 ../rsrc/Gittyup.iconset/icon_64x64.png /app/share/icons/hicolor/64x64/apps/gittyup.png",
"install -Dm755 ../rsrc/Gittyup.iconset/icon_64x64@2x.png /app/share/icons/hicolor/64x64@2x/apps/gittyup.png",
"install -Dm755 ../rsrc/Gittyup.iconset/icon_128x128.png /app/share/icons/hicolor/128x128/apps/gittyup.png",
"install -Dm755 ../rsrc/Gittyup.iconset/icon_128x128@2x.png /app/share/icons/hicolor/128x128@2x/apps/gittyup.png",
"install -Dm755 ../rsrc/Gittyup.iconset/icon_256x256.png /app/share/icons/hicolor/256x256/apps/gittyup.png",
"install -Dm755 ../rsrc/Gittyup.iconset/icon_256x256@2x.png /app/share/icons/hicolor/256x256@2x/apps/gittyup.png",
"install -Dm755 ../rsrc/Gittyup.iconset/icon_512x512.png /app/share/icons/hicolor/512x512/apps/gittyup.png"
],
"sources": [
{
"type": "git",
"branch": "master",
"url": "https://github.com/Murmele/gitahead"
}
]
}
]
}

BIN
rsrc/Gittyup.icns Normal file

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 106 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 106 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 169 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

View File

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>io.github.gitahead.gitahead</id>
<id>io.github.gittyup.gittyup</id>
<metadata_license>FSFAP</metadata_license>
<project_license>MIT License</project_license>
<name>GitAhead</name>
<name>Gittyup</name>
<summary>Graphical Git client designed to help you understand and manage your source code history</summary>
<description>
@ -13,7 +13,7 @@
</ul>
</description>
<launchable type="desktop-id">io.github.gitahead.gitahead.desktop</launchable>
<launchable type="desktop-id">io.github.gittyup.gittyup.desktop</launchable>
<screenshots>
<screenshot type="default">
@ -22,11 +22,11 @@
</screenshot>
</screenshots>
<url type="homepage">https://gitahead.github.io/gitahead.com/</url>
<url type="homepage">https://github.com/Murmele/gitahead</url>
<provides>
<binary>GitAhead</binary>
<id>io.github.gitahead.gitahead</id>
<binary>Gittyup</binary>
<id>io.github.gittyup.gittyup</id>
</provides>
<releases>

View File

@ -1,12 +1,12 @@
[Desktop Entry]
Encoding=UTF-8
Name=GitAhead
Name=Gittyup
Comment=Graphical Git client for Windows, Linux and macOS
Exec=GitAhead
StartupWMClass=gitahead
Icon=gitahead
Exec=Gittyup
StartupWMClass=gittyup
Icon=gittyup
Terminal=false
Type=Application
Categories=Development;
X-Desktop-File-Install-Version=0.1
Name[de_DE]=GitAhead
Name[de_DE]=io.github.gittyup.gittyup.desktop

View File

@ -1,13 +1,13 @@
<!DOCTYPE RCC><RCC version="1.0">
<qresource>
<file>GitAhead.iconset/icon_128x128.png</file>
<file>GitAhead.iconset/icon_128x128@2x.png</file>
<file>GitAhead.iconset/icon_16x16.png</file>
<file>GitAhead.iconset/icon_16x16@2x.png</file>
<file>GitAhead.iconset/icon_32x32.png</file>
<file>GitAhead.iconset/icon_32x32@2x.png</file>
<file>GitAhead.iconset/icon_64x64.png</file>
<file>GitAhead.iconset/icon_64x64@2x.png</file>
<file>Gittyup.iconset/icon_128x128.png</file>
<file>Gittyup.iconset/icon_128x128@2x.png</file>
<file>Gittyup.iconset/icon_16x16.png</file>
<file>Gittyup.iconset/icon_16x16@2x.png</file>
<file>Gittyup.iconset/icon_32x32.png</file>
<file>Gittyup.iconset/icon_32x32@2x.png</file>
<file>Gittyup.iconset/icon_64x64.png</file>
<file>Gittyup.iconset/icon_64x64@2x.png</file>
<file>beanstalk.png</file>
<file>bitbucket.png</file>
<file>branches.png</file>