Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Librem5
libhandy
Commits
6aa4813e
Commit
6aa4813e
authored
Sep 12, 2018
by
Guido Gunther
💤
Browse files
Bump version to 0.0.3
parent
0b25f6d2
Pipeline
#978
passed with stage
in 2 minutes and 9 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
data/packaging/rpm/libhandy.spec
View file @
6aa4813e
%global _vpath_srcdir %{name}
Name: libhandy
Version: 0.0.
2
Version: 0.0.
3
Release: 1%{?dist}
Summary: A library full of GTK+ widgets for mobile phones
...
...
debian/changelog
View file @
6aa4813e
libhandy (0.0.3) experimental; urgency=medium
[ Adrien Plazas ]
* New HdyTitleBar widget. This coupled with a transparent headerbar
background can work around graphical glitches when animation header bars
in a leaflet.
* column: Add the linear-growth-width property
* glade: Fix the generic name of HdyArrows
* flatpak: Switch the runtime of the example to master.
* column: Add a missing break statement.
* leaflet: Hide children on transition end only when folded.
* leaflet: Init mode transition positions to the final values.
* example: Always show a close button.
* example: Load custom style from CSS resource
* example: Draw the right color for sidebar separators.
* example: Use separators to separate the panels.
* leaflet: Start the child transition only when folded.
[ Christopher Davis ]
* Add HdyColumn to libhandy.xml for glade.
[ Heather Ellsworth ]
* Add issue template
[ Jordan Petridis ]
* leaflet: initialize a variable.
[ Guido Günther ]
* HdyButton: Chain up to parent on finalize
* gitlab-ci: Fail on compile warnings
* meson: Warn about possible uninitialized variables
* HdyLeaflet: Fix two uninitialized variables
* Update list of compiler warnings from phosh
and fix the fallout.
-- Guido Günther <agx@sigxcpu.org> Wed, 12 Sep 2018 12:03:54 +0200
libhandy (0.0.2) experimental; urgency=medium
[ Guido Günther ]
...
...
meson.build
View file @
6aa4813e
project
(
'libhandy'
,
'c'
,
version
:
'0.0.
2
'
,
version
:
'0.0.
3
'
,
license
:
'LGPL-2.1+'
,
meson_version
:
'>= 0.40.1'
,
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