- Get this repository:
-
git clone
https://git.not.enabled/gnome-calendar
Import details
This repository is an import of the Git repository at https://git.gnome.org/browse/gnome-calendar.
Last successful import was .
Branches
Name | Last Modified | Last Commit |
---|---|---|
main | 2023-10-18 18:51:32 UTC |
gui/event-popover: Show at the top
Author:
Georges Basile Stavracas Neto
gui/event-popover: Show at the top Seems slightly less worse than showing at the sides of the event. Related: https:/ |
gnome-44 | 2023-06-28 18:32:35 UTC |
Update British English translation
Author:
Bruce Cowan
Update British English translation |
gnome-43 | 2023-04-05 19:02:58 UTC |
Update Lithuanian translation
Author:
aurisc4
Update Lithuanian translation |
gbsneto/ |
2023-03-16 12:28:30 UTC |
search-button: Port results to GtkListView
Author:
Georges Basile Stavracas Neto
search-button: Port results to GtkListView Port the search results list to GtkListview. Use bindings to set |
gnome-42 | 2023-01-06 10:04:57 UTC |
Add Abkhazian translation
Author:
Nart Tlisha
Add Abkhazian translation |
903-dragging- |
2022-11-01 23:32:24 UTC |
Update Dutch translation
Author:
Nathan Follens
Update Dutch translation |
fail-in- |
2022-10-24 17:27:09 UTC |
event: Don't assume UTC if timezone can't be read
Author:
Ray Strode
event: Don't assume UTC if timezone can't be read glib currently doesn't read the timezone properly from Toolbx (See https:/ Assuming an arbitrary timezone (even UTC) when the timezone isn't This commit makes it fail in that case. |
gbsneto/ |
2022-10-18 02:37:13 UTC |
core/recurrence: Port to gatomicrefcount
Author:
Georges Basile Stavracas Neto
core/recurrence: Port to gatomicrefcount |
fix-shifting-events | 2022-10-15 14:02:42 UTC |
core: Handle exceptions in event list
Author:
Ray Strode
core: Handle exceptions in event list If a recurrence of events is set up and one of the events gets This commit adds code to manage setting up this exception. |
fix-toast-crash | 2022-10-14 17:38:03 UTC |
window: Fix crash in toast animation
Author:
Ray Strode
window: Fix crash in toast animation Every once in a while when I'm deleting an event gnome-calendar crashes. I dug in a bit, and it seems the reason is This is a little idiosyncratic for something that's not GInitiallyUnowned, GCalWindow assumes it owns the reference. This commit makes both users of the toast happy by adding a ref call. |
force-refresh | 2022-10-11 17:44:14 UTC |
manager: Refresh timeline when events are updated
Author:
Ray Strode
manager: Refresh timeline when events are updated gnome-calendar isn't exactly processing the stream of event Rather than sort that out, for now, just do a full timeline refresh Closes https:/ |
barthalion/ |
2022-08-04 17:02:22 UTC |
Update (or drop) the Docker image used by Flatpak job
Author:
Bartłomiej Piotrowski
Update (or drop) the Docker image used by Flatpak job The gnome-runtime- Please note this MR has been created semi-automatically. If it doesn't make sense, feel free to close it. |
wip/cdavis/ |
2022-07-07 18:09:07 UTC |
event-editor: Make DateSelector an AdwEntryRow
Author:
Christopher Davis
event-editor: Make DateSelector an AdwEntryRow Also adjust placement of it in the editor dialog, |
alatiera/ |
2022-07-02 10:46:47 UTC |
build: depened on the soup3 version of geocode-glib
Author:
Jordan Petridis
build: depened on the soup3 version of geocode-glib |
gnome-41 | 2022-05-06 13:58:51 UTC |
week-grid: Don't emit 'create-event' on invalid selection
Author:
Adrien Plazas
week-grid: Don't emit 'create-event' on invalid selection This avoids the signal to be emitted after a scroll from the |
master | 2022-04-27 00:10:01 UTC |
EOL master
Author:
Georges Basile Stavracas Neto
EOL master |
wip/mcrha/ |
2022-03-07 17:53:52 UTC |
event: Workaround libical-glib bug before 3.0.12 version
Author:
Milan Crha
event: Workaround libical-glib bug before 3.0.12 version Even the is_daylight argument is optional, the libical-glib had a bug Related to https:/ |
gnome-3-38 | 2021-10-06 08:05:47 UTC |
Update Persian translation
Author:
Danial Behzadi
Update Persian translation |
gnome-40 | 2021-10-03 18:00:51 UTC |
Update Russian translation
Author:
Aleksandr Melman
Update Russian translation |
gnome-3-36 | 2021-04-15 12:32:58 UTC |
Update Portuguese translation
Author:
Hugo Carvalho
Update Portuguese translation |
mcatanzaro/typo | 2021-01-12 22:39:47 UTC |
Fix typo because I am hopeless
Author:
Michael Catanzaro
Fix typo because I am hopeless |
mcatanzaro/ |
2020-04-14 20:30:35 UTC |
Add missing blank line
Author:
Michael Catanzaro
Add missing blank line |
gnome-3-34 | 2020-02-27 15:34:53 UTC |
Add Kurdish Sorani translation
Author:
Jwtiyar Nariman
Add Kurdish Sorani translation |
mcatanzaro/ |
2020-02-18 23:32:24 UTC |
Avoid crashing when year view's weather icon is NULL
Author:
Michael Catanzaro
Avoid crashing when year view's weather icon is NULL This is not a proper solution, because I don't see how it could possibly This fixes #299, but I'm not happy with it. |
mcatanzaro/#299 | 2020-02-18 23:32:04 UTC |
Avoid crashing when year view's weather icon is NULL
Author:
Michael Catanzaro
Avoid crashing when year view's weather icon is NULL This is not a proper solution, because I don't see how it could possibly This fixes #299, but I'm not happy with it. |
mcatanzaro/ |
2020-02-18 23:14:19 UTC |
date-time-utils: fall back to UTC when timezone is unrecognized
Author:
Michael Catanzaro
date-time-utils: fall back to UTC when timezone is unrecognized For whatever reason, libical doesn't support the Etc/UTC timezone. Fixes #485 |
abderrahim/ |
2019-09-18 15:53:56 UTC |
.gitlab-ci.yml: update to the current version of the Flatpak CI initiative
Author:
Abderrahim Kitouni
.gitlab-ci.yml: update to the current version of the Flatpak CI initiative |
gnome-3-32 | 2019-09-03 15:00:04 UTC |
Fix crash in GcalSourceDialog on_source_added
Author:
Michael Catanzaro
Fix crash in GcalSourceDialog on_source_added This signal handler can run after the GcalSourceDialog has been Also, since this property is writable post-construction, we should Probably fixes #418 |
gnome-3-30 | 2019-08-22 14:10:35 UTC |
Update Persian translation
Author:
Danial Behzadi
Update Persian translation |
mcatanzaro/ |
2019-07-03 21:09:42 UTC |
Try to fix a crash in update_default_calendar_row()
Author:
Michael Catanzaro
Try to fix a crash in update_ This function is crashing in 3.32 because the manager object is invalid. First, it looks like gcal_quick_ But that shouldn't be enough to crash on its own, since the Now in master, the GcalManager is now owned indirectly by the GcalContext, Fixes #416, fixes #418, fixes #420, and fixes #392. Probably fixes a lot |
gnome-3-28 | 2018-08-17 12:55:45 UTC |
Update Icelandic translation
Author:
Sveinn í Felli
Update Icelandic translation |
gnome-3-26 | 2018-03-19 15:06:59 UTC |
3.26.4
Author:
Georges Basile Stavracas Neto
3.26.4 |
wip/flb/ |
2017-12-12 00:13:16 UTC |
Whitespace changes
Author:
Florian Brosch
Whitespace changes |
gnome-3-24 | 2017-10-25 14:49:23 UTC |
Update zh_CN translation
Author:
wsxy162
Update zh_CN translation |
gnome-3-22 | 2017-07-28 11:59:30 UTC |
Updated Slovenian translation
Author:
Matej Urbančič
Updated Slovenian translation |
wip/gbsneto/sidebar | 2017-06-19 17:46:43 UTC |
window: store sidebar state
Author:
Georges Basile Stavracas Neto
window: store sidebar state |
wip/igaldino/ |
2017-03-01 22:21:10 UTC |
date-chooser: Option to don't show other months
Author:
Isaque Galdino
date-chooser: Option to don't show other months Currently GcalDateChooser shows current month's days and the last days This is fine we are showing only one month, but if you are showing the Therefore, this change GcalDateChooser to have an option to hide other |
gnome-3-20 | 2016-12-01 01:19:56 UTC |
source-dialog: escape string in markup
Author:
Mohammed Sadiq
source-dialog: escape string in markup Calendar name can potentially contain invalid markup texts. |
gnome-3-16 | 2016-10-29 15:16:17 UTC |
Update zh_CN translation
Author:
Cheng Lu
Update zh_CN translation |
gnome-3-18 | 2016-10-29 15:04:51 UTC |
Update zh_CN translation
Author:
Cheng Lu
Update zh_CN translation |
wip/gbsneto/ |
2016-02-18 13:02:38 UTC |
event-widget: add a visual clue of different timezones
Author:
Georges Basile Stavracas Neto
event-widget: add a visual clue of different timezones |
wip/gbsneto/ |
2016-02-16 15:37:54 UTC |
window: use GcalQuickAddPopover internally
Author:
Georges Basile Stavracas Neto
window: use GcalQuickAddPopover internally Saves a lot of code from the window file, and makes |
new-year-view | 2015-01-20 06:11:40 UTC |
year-view: impl GcalView::get_children_by_uuid
Author:
erick2red
year-view: impl GcalView: |
wip/appdata | 2015-01-06 20:48:28 UTC |
appdata: update search view image
Author:
Georges Basile Stavracas Neto
appdata: update search view image Search view was heavily under development, and the UI changed a lot. This image better shows the current status. |
ui-rewrite | 2014-12-04 21:25:59 UTC |
app: active More details button from new event popover
Author:
erick2red
app: active More details button from new event popover GcalWindow got connected to GcalManager, and pass just created component |
1 → 45 of 45 results | First • Previous • Next • Last |
Other repositories
Name | Last Modified |
---|---|
lp:gnome-calendar | 2023-10-19 |
lp:~khurshid-alam/gnome-calendar/+git/3.34 | 2023-05-04 |
lp:~khurshid-alam/gnome-calendar/+git/3.32 | 2020-02-21 |
1 → 3 of 3 results | First • Previous • Next • Last |