-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- This commit adds stuff to build the 2019-08-28 release. - Windows files, Windows layout bugs. - Bump version numbers in Linux and macOS. - Fix building for AppImages on Linux. Squashed commit of the following: commit 1359f44 Author: Aaron Tan <[email protected]> Date: Fri Aug 30 18:43:17 2019 -0400 Bump version number on Linux - Bumps version number for .deb building. commit a54023d Author: Aaron Tan <[email protected]> Date: Fri Aug 30 18:38:25 2019 -0400 Fix Windows layout bug... again - Something changed and the last fix didn't work. Change so that every time the header widget's font is changed, it recalculates the width needed for the JP/PY labels. commit 06675cd Author: Aaron Tan <[email protected]> Date: Fri Aug 30 00:22:43 2019 -0500 Fix analytics PRODUCT_ID - Before, was relying on environment variable, which I didn't realize had to be set on every system that the application was installed on. Now, just define it in a config file. commit c34a875 Author: Aaron Tan <[email protected]> Date: Fri Aug 30 00:19:20 2019 -0500 Add 64-bit versions of build files for Windows commit ac2baf6 Author: Aaron Tan <[email protected]> Date: Thu Aug 29 23:18:53 2019 -0400 Bump version number in macOS Info.plist
- Loading branch information
1 parent
5daa4ba
commit d325e30
Showing
26 changed files
with
1,339 additions
and
168 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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
#ifndef ANALYTICSCONFIG_H | ||
#define ANALYTICSCONFIG_H | ||
|
||
constexpr auto PROPERTY_ID = ""; | ||
|
||
#endif // ANALYTICSCONFIG_H |
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,5 +1,8 @@ | ||
jyut-dict (0.19.0614-1) bionic; urgency=medium | ||
jyut-dict (0.19.0828-1) bionic; urgency=medium | ||
|
||
* Initial release | ||
* New version! | ||
* Add ability to change settings. | ||
* Localized! | ||
* Lots of bug fixes. | ||
|
||
-- Aaron Tan <[email protected]> Fri, 14 Jun 2019 00:48:23 -0400 |
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,3 +1,3 @@ | ||
jyut-dict-dbgsym_0.19.0614-1_amd64.ddeb debug optional | ||
jyut-dict_0.19.0614-1_amd64.buildinfo utils optional | ||
jyut-dict_0.19.0614-1_amd64.deb utils optional | ||
jyut-dict-dbgsym_0.19.0828-1_amd64.ddeb debug optional | ||
jyut-dict_0.19.0828-1_amd64.buildinfo utils optional | ||
jyut-dict_0.19.0828-1_amd64.deb utils optional |
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,5 +1,4 @@ | ||
[Desktop Entry] | ||
Version=0.19.0614 | ||
Type=Application | ||
Name=Jyut Dictionary | ||
Name[fr]=Dictionnaire Jyut | ||
|
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.