[gnome-calendar] (118 commits) Non-fast-forward update to branch wip/mcrha/eds-libical-glib
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-calendar] (118 commits) Non-fast-forward update to branch wip/mcrha/eds-libical-glib
- Date: Fri, 17 May 2019 19:57:06 +0000 (UTC)
The branch 'wip/mcrha/eds-libical-glib' was changed in a way that was not a fast-forward update.
NOTE: This may cause problems for people pulling from the branch. For more information,
please see:
https://wiki.gnome.org/Git/Help/NonFastForward
Commits removed from the branch:
8483862... Port to libecal-2.0
35a4e9c... Adapt to the latest libical-glib API changes
Commits added to the branch:
f9f46a2... 3.32.1 (*)
9fab861... 3.33.0 (*)
1367155... flatpak: Use host EDS (*)
9a13fb5... context: Introduce GcalContext (*)
beeecdf... application: Use the GcalContext internally (*)
b98801a... window: Receive the context (*)
14c6544... night-light-monitor: Receive a context (*)
dc9d1d0... weahter-settings: Receive a context (*)
802c694... manager: Move GSettings to GcalContext (*)
9b7650d... source-dialog: Receive a context (*)
1b8a29e... manager: Move GOA to GcalContext (*)
8366d22... application: Move night light monitor to GcalContext (*)
c175599... view: Replace the manager property by the context (*)
5450697... event-widget: Receive a context (*)
1297ad6... application: Remove gcal_application_get_clock() (*)
01fdf79... Use weather service from GcalContext (*)
0f1de0c... application: Remove gcal_application_get_manager() (*)
fd8e82b... edit-dialog: Receive a GcalContext (*)
ad21581... search-popover: Add "context" property (*)
c5b5023... application: Move time format to GcalContext (*)
ffb6eab... time-zone-monitor: Introduce timezone monitor (*)
506f0c1... manager: Trivial style cleanup (*)
aa82567... application: Use GDateTime instead of icaltime (*)
09cb142... application: Remove unused variable (*)
da3a903... application: Delay context initialization (*)
21e748a... month-view: Don't get weather info before having a date (*)
efaef1b... window: Operate with GDateTime (*)
3bff2b8... utils: Move to utils/ subdir (*)
68943ee... utils: Add GDateTime utils (*)
073fc96... view: Turn 'active-date' into a GDateTime property (*)
501ed25... shell-search-provider: Use GDateTime (*)
b280001... shell-search-provider: Receive a GcalContext (*)
7410f9b... manager: Remove system timezone support (*)
21c74ba... edit-dialog: Fix property name (*)
ab1c0b6... utils: Rename gcal_clear_datetime to gcal_clear_date_time (*)
9216e09... quick-add-popover: Receive a context (*)
527cb6f... quick-add-popover: React to time format changes (*)
c52bacf... utils: Move more API to gcal-date-time-utils.c (*)
360a50a... year-view: Fix sidebar events (*)
c64849a... week-header: Compare week number (*)
c88cf19... week-header: Simplify set_date() (*)
06e07fe... year-view: Cleanup header (*)
1496683... search-popover: Remove date property (*)
6dda744... utils: Remove more unused functions (*)
f67009b... week-header: Use GDateTime to fetch weekday names (*)
eb10d2f... Update POTFILES.in (*)
08eed83... application: Trivial style cleanup (*)
f5741ea... build: Depend on libdazzle 3.33.1 (*)
36f4809... window: Turn search button into a DzlSuggestionButton (*)
907b716... manager: Move threading functions to utils (*)
dfbd7fc... search-button: Add a context property (*)
0c3a16b... application: Turn it into a DzlApplication (*)
133e82f... theme: Allow use circle icon class on random images (*)
b967f04... window: Remove search popover (*)
6ecb746... event: Receive the time_t directly (*)
6994723... search: Introduce a search engine (*)
3baa71f... application: Reorganize file a bit (*)
23c012a... event: Add date formatting function (*)
74af4af... search-button: Remove useless debug message (*)
1aecd10... application: Add 'open-event' action (*)
d6c5bf0... search: Open event from search results (*)
b8c80e0... source-dialog: Don't use g_autolist (*)
696b2f2... Update POTFILES.in (*)
9df7b09... Update Friulian translation (*)
1aee45e... Update Indonesian translation (*)
b99fd53... Updated Spanish translation (*)
b9848e5... Introduce GcalCalendar (*)
5aa0dd9... manager: Use GcalCalendar internally (*)
0acf0b6... utils: Receive const GdkRGBA* (*)
810ef79... manager: Replace gcal_manager_get_sources() (*)
1118c74... event: Receive and operate on GcalCalendar (*)
ea60c95... manager: Rework signals to use GcalCalendar (*)
7297d36... manager: Remove gcal_manager_get_client() (*)
1a5ff54... project: Move a few classes to core/ (*)
64fa11f... calendar: Fix double unref (*)
fd3d2ea... window: Move calendar popover to GcalCalendarPopover (*)
2ef1cbc... manager: Toggle data model sources when changed (*)
e3e19b4... application: Parse CSS more aggressively (*)
560419e... editorconfig: Update tab width (*)
e800bb2... manager: Remove gcal_manager_enable/disable_source() (*)
e617d29... source-dialog: Use more GcalCalendar API (*)
e7c6120... manager: Remove gcal_manager_is_client_writable() (*)
df182d1... manager: Remove "loading" property (*)
02cbfda... calendar: Make it a derivable class (*)
245df51... event: Simplify color handling (*)
5e3eb40... utils: Add gcal_clear_signal_handler (*)
ada9bcc... calendar: Fix signal handler cleanup on finalize() (*)
28c5a41... build: Properly include deps and directories in libgcal_dep (*)
7811b90... tests: Fix test suite (*)
bb8d5b9... manager: Handle default calendars via GcalCalendar (*)
d5fbce1... window: Remove search mode (*)
f55b453... project: Move ui-related classes to gui/ (*)
682e614... Remove developer docs (*)
70cb7c1... build: Make libgcal a static library (*)
c3e1a37... Update POTFILES.in (*)
a2609d6... project: Reorganize much (*)
a88b628... build: Make generated sources a dependency (*)
1f0179c... ci: Simplify CI (*)
72b958f... Update Chinese (China) translation (*)
da31180... view: Let views handle subscription range (*)
0baeaa1... window: Delegate changing dates to GcalView (*)
771c5c3... window: Reorganize a few functions (*)
79eea93... window: Add new event button (*)
6a2ab5e... Update Indonesian translation (*)
7ad0f10... manager: Properly bind default calendar (*)
6e53721... edit-dialog: Don't convert date to timezone if all-day (*)
1c0131a... edit-dialog: Restore time removal of all-day events (*)
f4c4a91... manager: Add 'synchronizing' property (*)
0639b4e... window: Show a spinner while synchronizing (*)
4057873... window: Move synchronize button to the calendar popover (*)
c5ec57f... calendar-popover: Improve calendar settings button (*)
647c9ee... calendar-popover: Adjust UI (*)
117d56a... calendar-popover: Relabel as "Synchronize Calendars" (*)
198180d... manager: Fix typo (*)
ea043ab... calendar-popover: Show success after synchronizing (*)
dcdd3f6... Remove stray g_message()s (*)
9357db6... Updated Spanish translation (*)
a0cae43... Port to libecal-2.0
(*) This commit already existed in another branch; no separate mail sent
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]