Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
libhandy
Commits
4c9153ab
Commit
4c9153ab
authored
Jun 04, 2020
by
Adrien Plazas
Browse files
Version 0.81.0
parent
0d60b332
Pipeline
#185964
passed with stages
in 15 minutes and 44 seconds
Changes
5
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
NEWS
0 → 100644
View file @
4c9153ab
==============
Version 0.81.0
==============
- Migrated the project to https://gitlab.gnome.org/GNOME/libhandy/.
- Archived the project at https://source.puri.sm/Librem5/libhandy/.
- Updated URLs and email addresses across the project.
- Switch the CI to use GNOME's.
- Build and publish the nightly reference manual via GitLab Pages at
https://gnome.pages.gitlab.gnome.org/libhandy/.
- Make the reference manual and the Glade catalog parallel-installable
with libhandy 0.0.
- Add a Python override to ensure the library is initialized on import.
- Themes:
- Add the HighContrast theme.
- Split the shared theme into the fallback theme whose style can be
overridden by other themes, and the shared theme whose style
overrides the themes.
- Move window corners from the shared theme to Adwaita, so elementary
can do what they want.
- Make the leaflet and deck drop shadows darker for dark variants and
HighContrast, to ensure it's visible.
- Drop the .h4 fallback to avoid conflicts with .heading. Themes are
now expected to implement .heading, or optionally .h4.
- Fix list.preferences nested list bottom corner rounding issues.
- CSS support:
- Account for the CSS box-shadow property when clipping in HdyAvatar,
HdyHeaderBar, and HdyTitleBar.
- Support the CSS min-width and min-height properties in HdyHeaderBar,
and HdyTitleBar.
- HdyDeck and HdyLeaflet:
- Add *_get_adjacent_child() to get the child a swipe or a call to
*_navigate() would present.
- Don't skip the swipes with a 0 (child for leaflet) transition
duration.
- Correctly cancel transitions when the duration is 0 or the
transition is NONE.
- HdyCarousel:
- Allow mouse drag by default.
- Add the 'reveal-duration' property.
- Animate child addition and deletion.
- HdyExpanderRow:
- Move switch to the left of the arrow.
- Add hdy_expander_row_add_action_widget() and the 'action' child type
to allow adding widgets before the arrow and the switch.
- HdyHeaderBar:
- Add the .titlebar style class by default.
- HdyKeypad:
- Make it inherit from GtkBin instead of GtkGrid, contain one instead.
- Add spacing properties to set the grid's spacing.
- Don't make it visible by default.
- HdyPreferencesGroup:
- Use the .heading style class for the title in addition to .h4.
- HdyPreferencesWindow:
- Make clicking search rows work again.
- HdySwipeable:
- Add the get_distance(), get_range(), get_snap_points(),
get_progress(), and get_cancel_progress() virtual methods.
- HdyViewSwitcherTitle:
- Remove the useless has-subtitle property.
- Prevent gtk_widget_show_all() from modifying its internal state.
- Make dispose() reentrant.
data/packaging/rpm/libhandy.spec
View file @
4c9153ab
%global _vpath_srcdir %{name}
Name: libhandy
Version: 0.8
0
.0
Version: 0.8
1
.0
Release: 1%{?dist}
Summary: A library full of GTK widgets for mobile phones
...
...
debian/changelog
View file @
4c9153ab
libhandy-1 (0.81.0) amber-phone; urgency=medium
* New upstream release
-- Adrien Plazas <adrien.plazas@puri.sm> Fri, 05 Jun 2020 13:08:25 +0200
libhandy-1 (0.80.0) amber-phone; urgency=medium
[ Guido Günther ]
...
...
debian/docs
0 → 100644
View file @
4c9153ab
NEWS
meson.build
View file @
4c9153ab
project
(
'libhandy'
,
'c'
,
version
:
'0.8
0
.0'
,
version
:
'0.8
1
.0'
,
license
:
'LGPL-2.1+'
,
meson_version
:
'>= 0.49.0'
,
default_options
:
[
'warning_level=1'
,
'buildtype=debugoptimized'
,
'c_std=gnu11'
],
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment