This repository has been archived by the owner on Jul 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #95 from AdwCustomizerTeam/next
UI Rework
- Loading branch information
Showing
40 changed files
with
1,520 additions
and
556 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
name: Build flatpak nightly | ||
on: | ||
push: | ||
branches: [next] | ||
jobs: | ||
flatpak: | ||
name: "Flatpak" | ||
runs-on: ubuntu-latest | ||
container: | ||
image: bilelmoussaoui/flatpak-github-actions:gnome-nightly | ||
options: --privileged | ||
steps: | ||
- name: Checkout | ||
uses: actions/[email protected] | ||
- uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v4 | ||
with: | ||
bundle: com.github.AdwCustomizerTeam.AdwCustomizer.Devel.flatpak | ||
manifest-path: com.github.AdwCustomizerTeam.AdwCustomizer.Devel.json | ||
cache-key: flatpak-builder-${{ github.sha }}-nightly |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
name: Build flatpak | ||
on: | ||
push: | ||
branches: [main] | ||
jobs: | ||
flatpak: | ||
name: "Flatpak" | ||
runs-on: ubuntu-latest | ||
container: | ||
image: bilelmoussaoui/flatpak-github-actions:gnome-nightly | ||
options: --privileged | ||
steps: | ||
- name: Checkout | ||
uses: actions/[email protected] | ||
- uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v4 | ||
with: | ||
bundle: com.github.AdwCustomizerTeam.AdwCustomizer.flatpak | ||
manifest-path: com.github.AdwCustomizerTeam.AdwCustomizer.json | ||
cache-key: flatpak-builder-${{ github.sha }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,82 @@ | ||
{ | ||
"app-id" : "com.github.AdwCustomizerTeam.AdwCustomizer", | ||
"runtime" : "org.gnome.Platform", | ||
"runtime-version" : "master", | ||
"sdk" : "org.gnome.Sdk", | ||
"command" : "adwcustomizer", | ||
"finish-args" : [ | ||
"--share=network", | ||
"--share=ipc", | ||
"--socket=fallback-x11", | ||
"--device=dri", | ||
"--socket=wayland", | ||
"--filesystem=xdg-config/gtk-3.0", | ||
"--filesystem=xdg-config/gtk-4.0" | ||
], | ||
"cleanup" : [ | ||
"/include", | ||
"/lib/pkgconfig", | ||
"/man", | ||
"/share/doc", | ||
"/share/gtk-doc", | ||
"/share/man", | ||
"/share/pkgconfig", | ||
"*.la", | ||
"*.a" | ||
], | ||
"modules" : [ | ||
"pypi-dependencies.json", | ||
{ | ||
"name" : "blueprint-compiler", | ||
"buildsystem" : "meson", | ||
"sources" : [ | ||
{ | ||
"type" : "git", | ||
"url" : "https://gitlab.gnome.org/jwestman/blueprint-compiler", | ||
"branch" : "main" | ||
} | ||
] | ||
}, | ||
{ | ||
"name": "libportal", | ||
"buildsystem": "meson", | ||
"config-opts": ["-Ddocs=false", "-Dvapi=false", "-Dbackends=gtk4"], | ||
"sources": [ | ||
{ | ||
"type": "git", | ||
"url": "https://github.com/flatpak/libportal", | ||
"branch": "main" | ||
} | ||
] | ||
}, | ||
{ | ||
"name": "material-color-utilities-python", | ||
"buildsystem": "simple", | ||
"build-commands": [ | ||
"pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"material_color_utilities_python~=0.1.0\" --no-build-isolation" | ||
], | ||
"sources": [ | ||
{ | ||
"type": "file", | ||
"path": "./monet/material_color_utilities_python-0.1.0-py3-none-any.whl", | ||
"sha256": "735d40c0afae660e319798c697da8fe332cfc7103fbed8a081a187f437ed4523" | ||
} | ||
] | ||
}, | ||
{ | ||
"name" : "adwcustomizer", | ||
"builddir" : true, | ||
"buildsystem" : "meson", | ||
"sources" : [ | ||
{ | ||
"type" : "git", | ||
"path" : ".", | ||
"branch": "next" | ||
} | ||
] | ||
} | ||
], | ||
"build-options" : { | ||
"env" : { } | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -104,13 +104,29 @@ | |
<description> | ||
<p>First release of Adwaita Manager.</p> | ||
</description> | ||
<ul> | ||
<li>Add AdwViewSwitcher in the header bar.</li> | ||
<li>Move CSS to the "Advanced" tab</li> | ||
<li>Move the rest to the "Colours" tab</li> | ||
<li>Add Monet tab which generates a theme from a background</li> | ||
<li>Add disk saved and disk unsaved icon in the header bar</li> | ||
<li>Update about dialog</li> | ||
<li>Change license to GNU GPLv3</li> | ||
<li>Begin plugin support</li> | ||
<li>Move preset selector to a drop-down called palette (icon palette)</li> | ||
<li>Add ability to apply the theme onlyfor dark theme or oy for light theme</li> | ||
<li>Automaticly use Adwaita-dark preset if the user prefered scheme is dark.</li> | ||
<li>Added Flatpak CI build</li> | ||
<li>Added issue template for bug and feature request </li> | ||
<li>`Main` branch is now protected by GitHub branch protection. The development is done on `next` branch </li> | ||
</ul> | ||
</release> | ||
</releases> | ||
|
||
<url type="homepage">https://github.com/AdwCustomizerTeam/AdwCustomizer</url> | ||
<url type="bugtracker">https://github.com/AdwCustomizerTeam/AdwCustomizer/issues</url> | ||
<url type="help">https://github.com/AdwCustomizerTeam/AdwCustomizer/issues</url> | ||
<url type="help">https://github.com/orgs/AdwCustomizerTeam/discussions</url> | ||
<url type="translate">https://www.transifex.com/adwcustomizerteam/adwcustomizer</url> | ||
|
||
<update_contact>add-team-email-here</update_contact> | ||
<update_contact>[email protected]</update_contact> | ||
</component> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Oops, something went wrong.