Wykres commitów

249 Commity (main)

Autor SHA1 Wiadomość Data
Zwarf f3d598f390 Bug fixes and further speed improvement.
Due to the slow touch screen input, I re-wrote some parts of the input handling. I think it is still very ugly but it is much much faster and looks quite robust in the first tests.
2023-04-21 21:44:17 +02:00
Zwarf 27e26ed6ec Further bugfixes regarding the laggy touch screen input 2023-04-21 16:27:57 +02:00
Zwarf 2dc9ef40d5 Fix stuttery touch screen input
Due to a to high amount of changes which are written into the settings file the input became laggy.
Fixed by reducing the amount of values which are written into settings.
2023-04-21 14:26:01 +02:00
Zwarf a6eecb4fdb Merge branch 'main' of gitlab.com:Zwarf/picplanner 2023-04-20 13:39:51 +02:00
Zwarf b0b9c6f751 Update dependencies, code cleanup 2023-04-20 13:39:25 +02:00
Zwarf 2e53d6cf77 Update README.md 2022-11-07 14:25:18 +00:00
Zwarf b97867b81e Update README.md 2022-11-07 14:17:15 +00:00
Zwarf b44a048644 Update README.md 2022-11-07 14:05:15 +00:00
Zwarf e8f90e4251 Update README.md 2022-11-07 13:57:54 +00:00
Zwarf 4962fe6786 Version 0.3.2 2022-10-01 23:24:07 +02:00
Zwarf bd50ef8eba Switch from the GTK ABOUT DIALOG to the ADW ABOUT DIALOG 2022-09-18 22:21:34 +02:00
Zwarf 18c6c5ebc7 Version 0.3.1 2022-09-14 00:50:04 +02:00
Zwarf 5b3577e12b meson cleanup 2022-09-14 00:41:19 +02:00
Zwarf 3e343deb62 merge meson.build 2022-09-14 00:39:38 +02:00
Zwarf ec40342004 Merge branch 'main' into 'main'
Use geocode-glib-2.0, since geocode-glib-1.0 uses libsoup2

See merge request Zwarf/picplanner!4
2022-09-13 22:37:34 +00:00
Zwarf 1caa4284ce Make a separate widget out of the date/time selector widgets. 2022-09-14 00:15:39 +02:00
Paolo Stivanin 8963c9154d Use geocode-glib-2.0, since geocode-glib-1.0 uses libsoup2 2022-09-13 15:57:26 +00:00
Zwarf 1c713a8888 Version 0.3.0 2022-09-12 11:21:55 +02:00
Zwarf c89a6ebf6d Version 0.3.0 2022-09-12 01:18:08 +02:00
Zwarf 827b730e80 Make location service reliable
Everything related to finding the users location is now in a seperate file to make the code more readable.
Furthermore, the error handling is improved and also a timeout is included now.
2022-09-11 23:13:36 +02:00
Zwarf 4408d1db65 Languages bug fix and adding location services
A bug in the language file caused some random errors during the build process.
By clicking on the location icon on the header bar it is now possible to get the users location (GeoClue).
2022-09-09 22:51:24 +02:00
Zwarf 549cd06253 Add correction for atmospheric refraction
Atmospheric refraction is now taken into consideration with an aproximation formular.
2022-09-08 18:31:55 +02:00
Zwarf 01c0748b60 Restructure German translation 2022-09-08 11:56:55 +02:00
Zwarf 532b8b62a7 Add translation functionality and add German language for testing 2022-09-08 11:37:27 +02:00
Zwarf 9b23b4b206 Merge branch 'appdata_fixes' into 'main'
appdata: Shorten screenshot captions

Closes #7 and #6

See merge request Zwarf/picplanner!2
2022-09-05 13:03:51 +00:00
Zwarf 138826f4d5 Merge branch 'fix-icon-perms' into 'main'
Icons should not be executable

See merge request Zwarf/picplanner!3
2022-09-05 13:03:15 +00:00
Zwarf 226772e0d9 Further UI improvements, switch version to 0.2.0
Preparing Flatpak release 0.2.0
2022-09-05 14:50:20 +02:00
Zwarf f3b1967c34 UI redesign to fit better on mobile devices
Date and time can now be set from every view.
Changing from AdwPreferencesPage to AdwClamp fixes some strange UI behaviour.
UI should now fit on mobile devices.
2022-09-04 11:04:05 +02:00
Evangelos Ribeiro Tzaras 4df2380af3 Icons should not be executable
Ran `chmod 644 data/icons/*.svg`
2022-08-31 12:09:17 +02:00
Evangelos Ribeiro Tzaras be8e660ca8 Rename appdata.xml to metainfo.xml and adjust install directory
Closes: #7
2022-08-31 11:14:05 +02:00
Evangelos Ribeiro Tzaras 5592b0e032 appdata: Shorten screenshot captions
Otherwise appstream-util is unhappy:

$ appstream-util validate data/de.zwarf.picplanner.appdata.xml.in
data/de.zwarf.picplanner.appdata.xml.in: FAILED:
• style-invalid         : <caption> is too long [The overview page with the basic information visible];longest allowed is 50 chars
• style-invalid         : <caption> is too long [The overview page with time and date settings visible];longest allowed is 50 chars
Validation of files failed

Closes: #6
2022-08-31 11:14:00 +02:00
Zwarf d76dc370ce Improve view on mobile devices, change icons for dark theme
Remove some unnecessary code and change some icon related code to behave correcty when switching between light and dark mode.
2022-07-31 07:48:24 +02:00
Zwarf 8cb9fd3d62 Improve user interface for mobile devices
Exchange words "azimuth" and "elevation" with symbolic icons.
Furthermore, the overview page is now a "paned" widget which means, that the size of the map can now be adjusted by the user.
2022-07-30 22:42:07 +02:00
Zwarf 17734a5a2d Change flatpak manifest and appdata to fit the needs of flathub 2022-07-20 00:36:59 +02:00
Zwarf 0a18366e50 Update .desktop file to fix an error where the flatpak is not starting 2022-07-19 18:02:13 +02:00
Zwarf 0cbf31fdd5 Changes in meta data files for gnome-software 2022-07-19 15:21:08 +02:00
Zwarf 4e85538bc7 Changes in appdata for gnome-software 2022-07-19 12:27:03 +02:00
Zwarf 5adee36f75 Changes in appdata and new screenshot 2022-07-19 11:45:27 +02:00
Zwarf 31d86f7f2c Changes in appdata and new screenshot 2022-07-19 11:29:45 +02:00
Zwarf 2d6a7665cd Code cleanup, add comments, new Milky Way icon and other small changes.
A lot of comments were addes to describe all functions better. Furthermore,
some small changes were made e.g. a new milky way icon was added. For the,
hopefully soon happening, Flatpak release I added another Screenshot for the store.
2022-07-18 23:50:44 +02:00
Zwarf 079479b818 Add PicPlanner screenshot for Flatpak support 2022-07-12 00:19:11 +02:00
Zwarf 63639fa636 Necessary changes for Flatpak release 2022-07-12 00:17:31 +02:00
Zwarf db41b95ba9 Prepare Flatpak release
adjust the appdata file and the build json file to be able to receive a working Flatpak.
2022-07-11 23:56:07 +02:00
Zwarf 346bc6c3b2 Update README.md 2022-07-10 21:34:37 +00:00
Zwarf d98e944984 Update README.md 2022-07-10 23:30:34 +02:00
Zwarf 82b67074d5 Add new screenshots 2022-07-10 23:28:04 +02:00
Zwarf 26aac3d9e6 Final addition of the milky way disturbance feature, bug fixes and code cleanup
The disturbance calculation to determine the visibility of the milky way is now only one single function.
Furthermore, the unrefering of an emty GDateTime object led to a crash and was fixed.
Some lines were made easier readable.
The UI of the coordinate entry has now a normal Adwaita style.
2022-07-10 20:17:17 +02:00
Zwarf c7b3d34ac2 UI changes to match the style as intended by libadwaita.
All AdwPreferencesGroups are now inside the AdwPreferencesPage container.
Furthermore, titles of AdwPreferencesGroups are not made by labels anymore. Insted the intended title option of AdwPreferencesGroups are used.
2022-06-27 11:15:37 +02:00
Zwarf 5aa1c98aae Add possible milky way visibility
The milky way is best visible during the dark night. However, under certain circumstances it is also possible to make good milky way pictures earlier or during illumination due to the moon.
Therfore, additional information is shown now.
Furthermore, some slight UI changes and comments were made.
2022-06-24 23:21:15 +02:00
Zwarf 0d3f9ce938 Preferences cleanup and adding new time zone setting
Currently the time zone was selected automatically through the time zone information provided by libgweather.
Now it is also possible to set the time zone manually in the settings.
In the same breath the preferences dialog was rearranged to look more user friendly.
2022-06-23 22:38:28 +02:00