Wykres commitów

40 Commity (64dbb317105cf914db382f634a75f7f6d310610e)

Autor SHA1 Wiadomość Data
Zwarf 64dbb31710 Merge branch 'main' into 'more_warnings'
# Conflicts:
#   src/time-picker/time-picker.c
2023-11-13 11:23:10 +00:00
Zwarf 3240b50918 Merge branch 'circle' into 'main'
New UI design

See merge request Zwarf/picplanner!8
2023-11-13 10:55:16 +00:00
Zwarf dc7c3df345 Update to Version 0.4.1 2023-11-13 11:50:25 +01:00
Evangelos Ribeiro Tzaras e22102e641 build: Mark private functions as static
Fixes the following error
../src/window/picplanner-window.c:247:1: error: no previous declaration for ‘picplanner_update_date_time’ [-Werror=missing-declarations]
  247 | picplanner_update_date_time (PicplannerWindow *window)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
2023-07-17 19:23:12 +02:00
Evangelos Ribeiro Tzaras d98027988c build: Don't mix code and declarations
Fixes the warnings raised by -Wdeclaration-after-statement
../src/window/picplanner-window.c: In function ‘picplanner_update_date_time’:
../src/window/picplanner-window.c:290:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  290 |   double time_zone = (double) g_date_time_get_utc_offset (window->date_time)/3600/1000/1000;
      |   ^~~~~~
2023-07-17 19:23:12 +02:00
user a6559c76b7 Improve language support 2023-04-25 18:49:32 +02:00
Zwarf 6df7b3151b Update to Version 0.4.0 2023-04-22 22:25:52 +02: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 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 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 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 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 60962e4179 Slight UI improvements and preparation of milky way map icon 2022-06-23 09:39:14 +02:00
Zwarf 8269326d3b Add Email address of artists 2022-06-22 00:18:16 +02:00
Zwarf aaed6b3f62 New center image, add copyright file 2022-06-22 00:16:08 +02:00
Zwarf 4834bd8fea Add lower culmination to the sun page 2022-06-21 18:04:08 +02:00
Zwarf 0dc6550727 Add copyright information 2022-05-16 19:16:50 +02:00
Zwarf 436e9f1ebb Error handling if no sunset, sunset, etc. can be seen during the day 2022-05-08 13:27:07 +02:00
Zwarf 4c8f9ec147 Add automatic timezone selection 2022-05-06 23:22:57 +02:00
Zwarf 0c97e79bcd Show position of moon on the map, add preferences, correct icon errors, add darkmode capability, fix license text issue for small screens 2022-04-02 17:27:26 +02:00
Zwarf d4ef2636de Fix memory leak, add milky-way-symbolic icon to UI 2022-03-07 20:54:18 +01:00
Zwarf abf84cb5fd Use libadwaita for every UI element. Add UI elements to Sun, Moon and Milky Way. Delete wrong search function. Restructure calculation handling and detection of user interactions. 2022-03-06 18:11:42 +01:00
Zwarf 49d5ca1410 Implement libadwaita and test online serach. Will might be replaced with libgweather? 2022-03-03 23:45:14 +01:00
Zwarf b3bffd33b2 Code cleanup and better handling of user input 2022-02-10 22:28:21 +01:00
Zwarf e359a5c083 Restructuring of the project folders 2022-02-10 14:38:22 +01:00
Zwarf 9e932a1871 Bind coordinates to g_settings and prepare calculations for usage with GDateTime, additional sligth code improvements 2022-02-07 10:31:04 +01:00
Zwarf b2e09230c5 Set correct timezone at the first startup 2022-02-05 23:52:30 +01:00
Zwarf 6ec15b87e4 Append testing shumate code 2022-01-25 13:13:06 +01:00
Zwarf 92f4cf2014 add date and time selector 2022-01-21 10:40:20 +01:00
Zwarf 4b6159f2c8 finaly the overview page is now a new GObject subclass! 0 Errors 0 Warnings (Wuhuu) 2022-01-18 11:30:19 +01:00
Zwarf 4e5df2d7b0 adjust about dialog 2022-01-17 15:17:58 +01:00
Zwarf b6c7735e7a Adjust desktop.in file 2022-01-17 10:46:26 +01:00
Zwarf 6e4b6afb91 adjust about dialog, adapt icon to gnome guidelines 2022-01-17 10:10:49 +01:00
Zwarf ffc4a160c1 add icon to about dialog, fixing double gschema.xml files 2022-01-16 23:00:22 +01:00
Zwarf 0264593910 add preferences dialog 2022-01-11 23:34:31 +01:00
Zwarf 850e5d1c74 create overview-view files 2021-11-24 22:51:31 +01:00
Zwarf 781510fab8 Adding additional elements to the new ui 2021-11-21 22:57:58 +01:00
Zwarf 49d467b05a changing to GTK4 and restructuring the application 2021-11-21 00:54:55 +01:00