gnome-todo:gbsneto/background-portal

Last commit made on 2019-09-24
Get this branch:
git clone -b gbsneto/background-portal https://git.launchpad.net/gnome-todo

Branch merges

Branch information

Name:
gbsneto/background-portal
Repository:
lp:gnome-todo

Recent commits

ff7642f... by Georges Basile Stavracas Neto

background: Use the Background portal instead

WIP

f4efb8c... by Georges Basile Stavracas Neto

window: Properly chain up on unmap

Embarassing bug :(

a79ac99... by Georges Basile Stavracas Neto

sidebar: Make stack horizontally homogeneous

Currently, the GtkStack inside the sidebar is completely
non-homogeneous. This is a problem because the width should
be preserved between the archived and the regular pages.

Make it horizontally homogeneous, but not vertically.

https://gitlab.gnome.org/GNOME/gnome-todo/issues/283

5d9736c... by Georges Basile Stavracas Neto

task: Trivial cleanup

470b353... by Georges Basile Stavracas Neto

all-tasks-panel: Fix sorting function

The gtd_task_compare() function checks first
the task position. Every since we added custom
positions and the migration paths, all tasks
have a position. This breaks the All tasks panel.

Fix the sorting function in the All tasks panel
to check for the due date first.

https://gitlab.gnome.org/GNOME/gnome-todo/issues/278

5fc6c51... by Georges Basile Stavracas Neto

log: Replace GTimeVal by GDateTime

GTimeVal is not prepared for the year 2032 overflow,
whereas GDateTime's microseconds is.

Use GDateTime instead.

https://gitlab.gnome.org/GNOME/gnome-todo/issues/282

34788b2... by Georges Basile Stavracas Neto

panels: Fix open task counters

https://gitlab.gnome.org/GNOME/gnome-todo/issues/281

88ac181... by Georges Basile Stavracas Neto

next-week, today: Also show completed tasks

It's useful when one wants to know how much was accomplished
in a day.

https://gitlab.gnome.org/GNOME/gnome-todo/issues/280

8acae0b... by Georges Basile Stavracas Neto

sidebar: Fix wrong string

And add a comment for translators.

9558bc2... by Georges Basile Stavracas Neto

eds/task: Commit sequence before applying changes

ECalComponent now asserts whether the component was committed
when it should, and we were not committing it.

Commit the component's sequence before applying changes.

https://gitlab.gnome.org/GNOME/gnome-todo/issues/279