Skip to content

Commit

Permalink
Create a CHANGELOG, update the README, and update copyright years
Browse files Browse the repository at this point in the history
  • Loading branch information
iBelieve committed Jan 19, 2016
1 parent 0bf3871 commit 6683c0b
Show file tree
Hide file tree
Showing 10 changed files with 60 additions and 10 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Papyros Settings CHANGELOG
==========================

### Version 0.1.0 (January 18, 2016)

First release of the app.

**Features**
* Basic app structure (sidebar with module names and a module details view)
* Initial settings modules:
* About
* Appearance
* Developer
* Display
* Network
* Sound
* User
* Remember which module was selected last when opening the app
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
Papyros Settings
================

The system settings app for Papyros.
[![Join the chat at https://gitter.im/papyros/core-apps](https://badges.gitter.im/papyros/core-apps.svg)](https://gitter.im/papyros/core-apps?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

The system settings app for Papyros. This is mostly a proof-of-concept right now, with very few settings modules. Feel free to contribute new ones or improve the existing ones!

Brought to you by the [Papyros development team](https://github.com/papyros/settings-app/graphs/contributors).

### Module Architecture ###

Expand All @@ -11,6 +15,9 @@ Modules are installed under `/usr/share/papyros-settings/modules` in a directory

* Qt 5.4 or higher
* [Papyros Shell](https://github.com/papyros/papyros-shell)
* [libpapyros](https://github.com/papyros/libpapyros)
* [QtAccountsService](https://github.com/hawaii-desktop/qtaccountsservice)
* [Extra CMake Modules](https://projects.kde.org/projects/kdesupport/extra-cmake-modules)

### Installation ###

Expand All @@ -23,3 +30,7 @@ Once the necessary dependencies are installed, you can build and install the Set
And then run the settings app:

papyros-settings

### Licensing

Papyros terminal is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.
25 changes: 23 additions & 2 deletions data/io.papyros.Settings.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,32 @@
Validate with `appstream-util validate *.appdata.xml`
-->
<releases>
<!-- TODO: Add a release here -->
</releases>
<release version="0.1" timestamp="1453168063">
<description>
First release of the app. Features include:

<ul>
<li>Basic app structure (sidebar with module names and a module details view)</li>
<li>Initial settings modules:
<ul>
<li>About</li>
<li>Appearance</li>
<li>Developer</li>
<li>Display</li>
<li>Network</li>
<li>Sound</li>
<li>User</li>
</ul>
</li>
<li>Remember which module was selected last when opening the app</li>
</ul>
</description>
​ </release>
​</releases>
<kudos>
<!-- TODO: Figure out kudos for Papyros -->
</kudos>
<url type="homepage">http://papyros.io</url>
<update_contact>[email protected]</update_contact>
<project_group>Papyros</project_group>
</component>
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* System Settings - Settings app for Papyros
* Copyright (C) 2015 Michael Spencer <[email protected]>
* Copyright (C) 2015-2016 Michael Spencer <[email protected]>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/module.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* System Settings - Settings app for Papyros
* Copyright (C) 2015 Michael Spencer <[email protected]>
* Copyright (C) 2015-2016 Michael Spencer <[email protected]>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/module.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* System Settings - Settings app for Papyros
* Copyright (C) 2015 Michael Spencer <[email protected]>
* Copyright (C) 2015-2016 Michael Spencer <[email protected]>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/modulemanager.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* System Settings - Settings app for Papyros
* Copyright (C) 2015 Michael Spencer <[email protected]>
* Copyright (C) 2015-2016 Michael Spencer <[email protected]>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/modulemanager.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* System Settings - Settings app for Papyros
* Copyright (C) 2015 Michael Spencer <[email protected]>
* Copyright (C) 2015-2016 Michael Spencer <[email protected]>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/qml/ModuleContainer.qml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* System Settings - Settings app for Papyros
* Copyright (C) 2015 Michael Spencer <[email protected]>
* Copyright (C) 2015-2016 Michael Spencer <[email protected]>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/qml/main.qml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* System Settings - Settings app for Papyros
* Copyright (C) 2015 Michael Spencer <[email protected]>
* Copyright (C) 2015-2016 Michael Spencer <[email protected]>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down

0 comments on commit 6683c0b

Please sign in to comment.