-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deploy: add install script to create shortcuts after installation
- Loading branch information
1 parent
6d35fed
commit cc78922
Showing
18 changed files
with
188 additions
and
174 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
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
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 |
---|---|---|
@@ -1,4 +1,29 @@ | ||
pireal (3.1.0) unstable; urgency=low | ||
pireal (3.1.0) unstable; urgency=medium | ||
|
||
* feature: new Makefile | ||
* feature: new CI | ||
* refactor: new Start Page (no QML) | ||
* fix: translations and menu actions | ||
* feat: replace QML ListView by QListView with custom delegate | ||
* feat: settings dialog | ||
* feat: new settings manager | ||
* refactor: rename src by package name | ||
* feature: add thread to check updates | ||
* fix: set Qt.AA_EnableHighDpiScaling before QApplication is created | ||
* feature: dark mode | ||
* fix: font for platform | ||
* feat: add Font Awesome icon/font application | ||
* refactor: better and more tests | ||
* refactor: module names and better fs | ||
* feat: add own ordered set implementation | ||
* feat: custom status bar | ||
* fix: use QInputDialog in custom header | ||
* feature: add translations eng/es | ||
* fix color in null items | ||
* fix: now ordered set has __setitem__ for updates | ||
* fix: encoding when open file | ||
* fix: add pireal.spec for PyInstaller | ||
* feature: add script to build binary and generate installer | ||
* deploy: add install script to create shortcuts after installation | ||
|
||
-- Gabriel Acosta <[email protected]> Thu, 24 May 2018 12:41:00 -0300 | ||
-- Gabriel Acosta <[email protected]> Sun, 11 Apr 2021 11:36:06 -0300 |
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,2 @@ | ||
pireal.desktop /usr/share/applications/ | ||
pireal/resources/images/pireal_icon.png /usr/share/icons/ |
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
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
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
Oops, something went wrong.