Commit Graph

16 Commits

Author SHA256 Message Date
c1ba23249a Accepting request 1056683 from GNOME:Next
New stable release

OBS-URL: https://build.opensuse.org/request/show/1056683
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libadwaita?expand=0&rev=25
2023-01-09 11:11:31 +00:00
efac48e2d1 Accepting request 1003887 from GNOME:Next
New stable release

OBS-URL: https://build.opensuse.org/request/show/1003887
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libadwaita?expand=0&rev=23
2022-09-19 16:25:01 +00:00
05fccf42fc Accepting request 1002670 from GNOME:Next
GNOME 43.rc - let's get this into Staging to see what we break (e.g meson:test seems to be an issue already)

OBS-URL: https://build.opensuse.org/request/show/1002670
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libadwaita?expand=0&rev=22
2022-09-13 07:35:41 +00:00
6a4d723c03 Accepting request 1001141 from home:iznogood:branches:GNOME:Factory
- Update to version 1.1.5:
  + AdwCarousel: Fix a crash when removing a child while it's
    animating.
  + AdwSqueezer: Sizing fixes.
  + AdwTabBar:
    - Fix long press handling.
    - Fix a crash when clicking empty space while a tab is
      animating.
  + AdwTabView: Fix set_menu_model() input check.

OBS-URL: https://build.opensuse.org/request/show/1001141
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libadwaita?expand=0&rev=20
2022-09-06 07:04:02 +00:00
4f97ebd9a9 Accepting request 993359 from home:iznogood:branches:GNOME:Factory
New stable release

OBS-URL: https://build.opensuse.org/request/show/993359
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libadwaita?expand=0&rev=18
2022-08-09 08:35:12 +00:00
943a47c0a7 Accepting request 988196 from GNOME:Next
New stable release

OBS-URL: https://build.opensuse.org/request/show/988196
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libadwaita?expand=0&rev=16
2022-07-12 14:00:23 +00:00
bc4f01c85c Accepting request 980349 from GNOME:Next
Scripted push from GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/980349
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libadwaita?expand=0&rev=14
2022-06-08 11:51:29 +00:00
2d24cba1d3 Accepting request 973142 from GNOME:Next
- Update to version 1.1.1:

OBS-URL: https://build.opensuse.org/request/show/973142
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libadwaita?expand=0&rev=12
2022-04-27 12:07:00 +00:00
e24acaeb9b Accepting request 962830 from GNOME:Next
GNOME 42 - here we come

OBS-URL: https://build.opensuse.org/request/show/962830
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libadwaita?expand=0&rev=10
2022-03-21 08:35:27 +00:00
3ce5240113 Accepting request 953744 from GNOME:Next
New upstream release

OBS-URL: https://build.opensuse.org/request/show/953744
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libadwaita?expand=0&rev=9
2022-02-11 15:53:17 +00:00
eb44fbca7f Accepting request 943476 from GNOME:Next
- Update to version 1.0.1:
  + Include pre-built stylesheet and docs into release tarballs.
- Update to version 1.0.0:
  + Rework GtkInspector page to not require a module, remove
    -Dinspector
  + Accessibility fixes in action row, flap, leaflet, preferences
    group, preferences page, status page, view switcher, window
  + Animation:
    - Properly mark AdwAnimation as abstract
    - Make ADW_DURATION_INFINITE introspectable
  + Carousel: Fix reorder(), prepend() and insert() behavior
  + Clamp Layout: Fix measure() behavior
  + Demo:
    - Split every page into separate files
    - Remove .app-notification demo
    - Fix the animation skip button sensitivity
    - Fix capitalization
    - Various cleanups
  + Add a hello world example
  + Documentation:
    - Add a screenshot generator, update all screenshots
    - Add widget screenshots
    - Update build instructions
    - Update visual index
    - New pages:
      . Initialization
      . Adaptive Layouts
      . Boxed Lists
      . Styles and Appearance
      . Named Colors
      . Style Classes
  + Various small updates
  + Leaflet: Fix property notification ordering when starting a
    swipe
  + Stylesheet:
    - Improve emoji chooser styles
    - Add hover style to .activatable GtkGridView children
    - Fix menu checks
    - Fix @warning_fg_color to be legible against @warning_bg_color
  + Tab Bar: Fix various layout warnings
  + Tab View:
    - Implement adding pages from ui files
    - Propagate Alt-[0-9] if selected tab doesn't change
  + Toast Overlay: Implement adding toasts from ui files
  + Updated translations.
- Stop passing inspector=false to meson, no longer needed, nor
  recognized, dropped upstream.
- Add fdupes BuildRequires and macro, remove duplicate files.
- Add explicit pkgconfig BuildRequires.
- Adwaita docs are now generated (with new pkgconfig(gi-docgen)
  BuildRequires) and packaged in a seperate subpackage called
  "libadwaita-docs".
- Update to version 1.0.0~beta.1:
  + Build
    - Depend on GTK 4.5.0.
    - Depend on GLib 2.66.
    - Fix building as a subproject.
    - Remove unused dependencies.
  + Introduce AdwToastOverlay for showing in-app notifications
  + Introduce AdwAnimation - a basic animation API:
    - AdwTimedAnimation provides simple time-based animations.
    - AdwSpringAnimation provides flexible animations based on
      spring physics.
    - Replace adw_ease_out_cubic() with adw_easing_ease().
    - Make adw_lerp() public.
  + adw_init() now automatically calls gtk_init().
  + Use G_DEFINE_FINAL_TYPE if available.
  + Action Row: Increase spacing between title and subtitle.
  + Carousel:
    - Use spring animations for scrolling, replace
      animation-duration with scroll-params.
    - Remove adw_carousel_scroll_to_full(), add 'animate' parameter
      to adw_carousel_scroll_to() instead.
  + Flap: Use spring animations for reveal, replace reveal-duration
    with reveal-params.
  + Leaflet:
    - Rename can-swipe-back/forward to can-navigate-back/forward,
      make them handle mouse back/forward buttons, back/forward
      keys, as well as Alt+arrow shortcuts.
    - Make child transitions use spring animations, replace
      child-transition-duration with child-transition-params.
  + Preferences Page: Remove adaptive margins - they never worked
    properly.
  + Preferences Window:
    - Rename can-swipe-back to can-navigate-back, following the
      equivalent AdwLeaflet change.
    - Add API to show toasts.
  + Swipe Tracker:
    - Move 'begin-swipe' signal to when the swipe actually starts
      instead of when it's detected; add 'prepare' to replace it.
    - Replace duration with velocity in the 'end-swipe' signal.
  + Status Page: Update title label style.
  + Style Manager:
    - Set GtkSettings:gtk-application-prefer-dark-theme=true for
      dark.
    - Properly reset enable-animations.
  + Stylesheet:
    - New style classes:
      * entry.success to match entry.warning and entry.error
      * Generic .success to match .warning and .error.
      * checkbutton.selection-mode
    - Tweak accent color in dark variant, use
      accent_color/accent_bg_color more consistently.
    - Consistently support regular/bg/fg variants for success,
      warning and error colors.
    - Make menu items taller.
    - Make checked buttons more visible.
    - Update entry style.
    - Update GtkTreeView and GtkColumnView header style.
    - Tweak check button style.
    - Update window and popover shadows.
    - Make boxed lists use shadows as well.
    - Use white accent color for .osd.
    - Use tabular figures for GtkCalendar.
    - Support .navigation-sidebar in combination with .background.
    - Remove the GtkButton .outline class.
    - Remove .content-view check buttons.
    - Fix check hover styles in menus.
  + Tab Bar: Fix needs-attention indicators.
  + Tab View: Remove shortcut-widget, use managed shortcuts
    instead.
  + View Stack:
    - Layout fixes
    - Remove crossfade transition.
  + View Switcher:
    - Update styles.
    - Fix measure() criticals.
    - Fix a crash when hiding the visible child.
    - Fix outlines in high contrast mode.
  + View Switcher Title: Always hide switcher in mobile.
  + Various fixes and cleanups.
  + Updated translations.

OBS-URL: https://build.opensuse.org/request/show/943476
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libadwaita?expand=0&rev=8
2022-01-03 10:55:36 +00:00
9ea0bcfd64 Accepting request 928877 from GNOME:Next
New release

OBS-URL: https://build.opensuse.org/request/show/928877
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libadwaita?expand=0&rev=7
2021-11-05 08:45:54 +00:00
8a00c1709f Accepting request 921979 from GNOME:Next
Update to 1.0.0~alpha.3

OBS-URL: https://build.opensuse.org/request/show/921979
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libadwaita?expand=0&rev=6
2021-09-28 12:59:49 +00:00
8f1fc7dd02 Accepting request 920964 from GNOME:Next
Scripted push from GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/920964
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libadwaita?expand=0&rev=5
2021-09-27 06:25:25 +00:00
78722dcc5f Accepting request 897161 from GNOME:Next
- Update to version 1.0.0~alpha.1 (factually a downgrade, but
  upstream is still in prorgress of finalizing their versioning
  scheme):
  + First official libadwaita 1 alpha.
- Enable introspection support:
  + Pass -Dintrospection=enabled to meson.
  + Create new typelib-1_0-Adw-1 sub package.

OBS-URL: https://build.opensuse.org/request/show/897161
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libadwaita?expand=0&rev=3
2021-06-03 10:41:27 +00:00
d71c57d2bd Accepting request 893981 from GNOME:Next
New package

OBS-URL: https://build.opensuse.org/request/show/893981
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libadwaita?expand=0&rev=1
2021-05-18 09:07:39 +00:00