commit 9cbb2e3466fa498e67be4c0f85052f782017cbc5 Author: Michael J. Chudobiak Date: Mon Jan 25 11:32:00 2021 -0500 version bump and NEWS update NEWS | 9 +++++++++ configure.ac | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) commit 02481de4e878c15362d4bac71a643bc736db05a4 Author: Piotr Drąg Date: Sun Jan 24 13:37:21 2021 +0100 Update Polish translation po/pl.po | 288 +++++++++++++++++++++++++++++++++++++++------------------------ 1 file changed, 181 insertions(+), 107 deletions(-) commit 61846c46a026fa47c39f028270f1bc3b267825b2 Author: Yuri Chornoivan Date: Fri Jan 22 19:16:37 2021 +0000 Update Ukrainian translation po/uk.po | 105 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 57 insertions(+), 48 deletions(-) commit 74004c593bc6f9b5012bbf55808007e3b5b16b5f Author: Michael J. Chudobiak Date: Fri Jan 22 13:42:31 2021 -0500 make the visibility of the signal indicators optional, for less clutter data/ui/mainwindow.ui | 26 ++++++++++++++++++++++++-- src/MainWindow.vala | 29 +++++++++++++++++++++++++++++ 2 files changed, 53 insertions(+), 2 deletions(-) commit f51e0537043397ddc16cc5a6ada5f6f6f7a4c763 Author: Michael J. Chudobiak Date: Fri Jan 22 12:38:02 2021 -0500 apply the profile (default or not) all at once, not in bits src/MainWindow.vala | 97 +++++++++++++++++++++++++++-------------------------- 1 file changed, 49 insertions(+), 48 deletions(-) commit 36caca0fb088e6bd795bc9681d33cb81bdc397dc Author: Michael J. Chudobiak Date: Fri Jan 22 11:59:16 2021 -0500 make profileChanged flag externally read-only src/MainWindow.vala | 2 -- src/Profile.vala | 6 +++++- 2 files changed, 5 insertions(+), 3 deletions(-) commit a7a8b339c963f63fceb998090aef4d4ae7ee1903 Author: Michael J. Chudobiak Date: Fri Jan 22 09:18:36 2021 -0500 use generic profile variable saving functions instead of special routines src/MainWindow.vala | 23 ++++++++++++----------- src/Profile.vala | 37 ------------------------------------- 2 files changed, 12 insertions(+), 48 deletions(-) commit d5eb3a6db3c781f32ce330836580b3840d436f00 Author: Michael J. Chudobiak Date: Fri Jan 22 09:03:52 2021 -0500 Do not access keyFile directly. Add internal keyFile change detection. src/DefaultPaths.vala | 6 +++--- src/MainWindow.vala | 2 -- src/Preferences.vala | 24 ++++++++++++------------ src/Profile.vala | 47 +++++++++++++++++++++++++++++++++++------------ src/Settings.vala | 16 ++++++++-------- 5 files changed, 58 insertions(+), 37 deletions(-) commit f088b9302e2e5a3bfea665aa16dd39acbd27d671 Author: Michael J. Chudobiak Date: Fri Jan 22 08:43:35 2021 -0500 move profile access methods into the Profile class, not the MoUtils class src/DefaultPaths.vala | 2 +- src/MainWindow.vala | 14 +++++++------- src/MoUtils.vala | 33 --------------------------------- src/Preferences.vala | 24 ++++++++++++------------ src/Profile.vala | 34 ++++++++++++++++++++++++++++++++++ src/Settings.vala | 16 ++++++++-------- 6 files changed, 62 insertions(+), 61 deletions(-) commit 70524034e91866b6475a612cc0d615a41af59427 Author: Michael J. Chudobiak Date: Fri Jan 22 08:20:23 2021 -0500 read profile data via MoUtils routines for consistency and less duplication of code src/DefaultPaths.vala | 10 +++------ src/MainWindow.vala | 14 ++++++------ src/Profile.vala | 62 --------------------------------------------------- 3 files changed, 10 insertions(+), 76 deletions(-) commit badcec29e3d52b60d29a0ef029bcc4a4d62a4c38 Author: Yuri Chornoivan Date: Fri Jan 22 06:32:46 2021 +0000 Update Ukrainian translation po/uk.po | 74 +++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 38 insertions(+), 36 deletions(-) commit 0866e181e93175a5792174a9c79cbd94535a3a28 Author: Michael J. Chudobiak Date: Thu Jan 21 15:51:42 2021 -0500 store "other" settings in a separate section of the profile files src/MainWindow.vala | 11 ++--------- src/Profile.vala | 32 +++++++++++--------------------- 2 files changed, 13 insertions(+), 30 deletions(-) commit 07cd266cdb79a9b32cf176ac323ff050368d28e9 Author: Michael J. Chudobiak Date: Thu Jan 21 14:34:47 2021 -0500 make the profileChanged flag part of the profile class itself src/MainWindow.vala | 12 +++++------- src/Profile.vala | 2 ++ 2 files changed, 7 insertions(+), 7 deletions(-) commit 2a59ece80324dd56f73fab96cdf795e8e38cb756 Author: Michael J. Chudobiak Date: Wed Jan 20 08:04:32 2021 -0500 added a description field to the doap file moserial.doap | 1 + 1 file changed, 1 insertion(+)