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
eb8696cc
Commit
eb8696cc
authored
Jul 01, 2020
by
Adrien Plazas
Browse files
Release 0.83.0
parent
5062df0f
Pipeline
#193061
passed with stages
in 15 minutes and 41 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
eb8696cc
==============
Version 0.83.0
==============
- Initialization:
- Add hdy_init() back, with a different prototype. See its
documentation to know how to use it.
- Drop initializing the library via a constructor as it was causing
many issues.
- Drop the now useless Python override.
- Directly update themes on changes.
- Add HdySwipeTracker.
- HdySwipeable:
- Drop the begin_swipe(), update_swipe(), end_swipe() and get_range()
virtual methods
- Add the get_swipe_tracker() and get_swipe_area() virtual methods.
- Add the …_switch_child(), …_emit_child_switched(),
…_get_swipe_tracker(), …_get_distance(), …_get_snap_points(),
…_get_progress(), …_get_cancel_progress(), and …_get_swipe_area()
functions.
- Make implementing get_snap_points() mandatory by dropping its
default implementation, compensating the disparition of get_range().
- Rename the switch-child signal to child-switched to avoid a naming
collision with the switch_child() method.
- HdyDeck and HdyLeaflet:
- Add an outline to shadows to make them slightly more contrasted yet
subtle.
- Make shadows work over OpenGL content.
- Cache shadows for child transitions.
- Stop drawing invisible shadows when no transition is running.
- Rewrite the transition code to give a window to all children, fixing
numerous issues.
- HdyExpanderRow:
- Add hdy_expander_row_add_prefix().
- Add libhandy.syms back to tarballs as it was mistakenly removed.
- Translation updates:
- Polish
- Spanish
==============
Version 0.82.0
==============
...
...
data/packaging/rpm/libhandy.spec
View file @
eb8696cc
%global _vpath_srcdir %{name}
Name: libhandy
Version: 0.8
2
.0
Version: 0.8
3
.0
Release: 1%{?dist}
Summary: A library full of GTK widgets for mobile phones
...
...
debian/changelog
View file @
eb8696cc
libhandy-1 (0.83.0) amber-phone; urgency=medium
* New upstream release
-- Adrien Plazas <adrien.plazas@puri.sm> Thu, 02 Jul 2020 09:37:18 +0200
libhandy-1 (0.82.0) amber-phone; urgency=medium
* New upstream release
...
...
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