gnome-todo:wip/christopherdavis/temp-fix-split-header

Last commit made on 2019-11-12
Get this branch:
git clone -b wip/christopherdavis/temp-fix-split-header https://git.launchpad.net/gnome-todo

Branch merges

Branch information

Name:
wip/christopherdavis/temp-fix-split-header
Repository:
lp:gnome-todo

Recent commits

ad1d945... by Christopher Davis <email address hidden>

theme: Fix unwanted spacing in titlebar

The split headerbar has some unwanted spacing due to
https://gitlab.gnome.org/GNOME/gtk/issues/2233.

This commit provides a temporary fix until this issue is
resolved in GTK.

8861102... by Georges Basile Stavracas Neto

background: Use the Background portal instead

Use the portal D-Bus API to handle it.

9a45979... by Kukuh Syafaat

Update Indonesian translation

919bd06... by Fabio Tomat <email address hidden>

Update Friulian translation

81ca5c5... by Daniel Mustieles

Updated Spanish translation

4a3fa34... by Danial Behzadi

Update Persian translation

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