Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: libgladeui-2-13 | Distribution: openSUSE Step 15 |
Version: 3.38.2 | Vendor: openSUSE |
Release: 2.1 | Build date: Fri Jan 21 22:22:27 2022 |
Group: System/Libraries | Build host: obs-arm-6 |
Size: 760624 | Source RPM: glade-3.38.2-2.1.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://glade.gnome.org/ | |
Summary: Core library of the GLADE User Interface Builder |
Glade is a RAD tool to develop user interfaces for the Gtk+ 3 toolkit and the GNOME desktop environment.
GPL-2.0-or-later
* Fri Dec 10 2021 bjorn.lie@gmail.com - Add pkgconfig(gjs-1.0) BuildRequires: Build gjs widgets support, and stop passing gjs=disabled to meson. - Add 9db1fba1fa93905c9169c1e29049e4b2f6337c39.patch: GladeProject: Segfault in gnome-builder when widget doesn't have a name. - Split out new sub package for docs. - Use ldconfig_scriptlets macro for post(un) ldconfig handling. * Fri Nov 20 2020 bjorn.lie@gmail.com - Update to version 3.38.2: + Fix windows compatibility issues. + Fix build against Python 3.9. + Bugs fixed: glgo#GNOME/glade#355, glgo#GNOME/glade#53, glgo#GNOME/glade#371. * Mon Oct 05 2020 dimstar@opensuse.org - Update to version 3.38.1: + Fix issue #471: "XML not updated after adding element". + Fix issue #480: "version field not always updated in XML". + Fix issue #474: "GtkLabel: setup text attribute issues". + Fix issue #479: "Glade 3.36.0 segfaults when opening a file". + Fix issue pasting widget with ctrl+v in GtkGrid. + Updated translations. * Mon Sep 14 2020 dimstar@opensuse.org - Update to version 3.38.0: + Load template files as new GTypes and add them to "User templates" widget group automatically without the need of a catalog. + Added JavaScript widget support. + Use version data from gir to improve deprecation/target tests. + Implement survey using new backend at surveys.gnome.org. + Keep survey state in config file. + Associate with application/x-gtk-builder. + Project properties dialog improvements. + Improve toolkit target version selection in project properties dialog. + Improve treemodel char data type handling. + Updated translations. * Fri Sep 04 2020 dimstar@opensuse.org - Update to version 3.37.0: + Build: Remove autotools. + Plugins: Added GJS plugin for JavaScript objects support. + Issue #433: Implement survey using new backend at surveys.gnome.org. + Ignore locale when saving numeric values. + Associate application/x-gtk-builder with glade's .desktop file. + Plugins: Added GJS plugin for JavaScript objects support. + gtk: Add GtkScrolledWindow propagate-natural-width property. + GladeScrolledWindowEditor: Squeeze width/height properties in two columns. + Webkit2gtk plugin: add missing displayable values and sandbox web view. + dtd: Make init-function an element, not an attribute. - Port to meson build system: + Add meson BuildRequires. + Replace configure/make/make_install with meson/meson_build/meson_install. * Thu May 07 2020 bjorn.lie@gmail.com - Update to version 3.36.0: + Add GDK_VERSION_MIN_REQUIRED + Adding "Glade" to "About" section. + Add initial implementation of Automatic Templates + Add initial support for GFile type properties + Add metadata information about releases + Add OARS tags + Add translator comments to the .desktop file + Allow to specify placeholder to GtkListBox + Allow to use GtkFileChooserNative + Appdata: update app-id + build: - Do not use a system variable only for Windows - Fix OSX support in meson - Port to meson build system - Remove G_CONST_RETURN usage + Bump Gtk required version to 3.22 + Couple of fixes for memory leaks found with valgrind + Create GladeSettings to hold the settings instead of using a Gtk widget for holding it + dnd: Enable Drag&Drop on wayland + doc: - Modernize the documentation - Remove missing xml files - Make some changes to fix warnings with the documentation + dtd: Add several new elements + Fix loading dylibs on OSX + Fix on debug traces after rename GladePropertyClass to GladePropertyDef + Fix several compiler warnings + Fix split sentense in GladeProject + Fix tab/space identation + Fix two memory leaks discovered with valgrind + Fix xgettext string extraction for catalogs + flatpak: Set meson as buildsystem + GladeAdaptorChooser: add missing translation domain + GladeCommand: - Ensure widget name on object properties - Ignore special child types placeholders in add command. + GladeGtkWindow: mark titlebar placeholder as special child type. + GladeEditor: expose signal editor widget as a property + GladeEditorProperty, GladePropertyClass, GladeWidgetAdaptor: + GladeEPropAttrs: use sane adjustment values for size and scale attrs + GladeEPropNumeric: bind precision property to spin button + GladeGtkAdjustment: add digits virtual property + GladeGtkBin: add initial support for GtkBin abstract class + GladeGtkBox: improve children sort function + GladeGtkDialog: chain up post_create() method + GladeGtkHeaderBar: - Improve position packing property handling - Mark title and subtitle as translatable + GladeGtkWidget: save accessible-role atk property + GladeGtkWindow: - Fix regression in csd handling - Remove get_children() method + GladeImageItemEditor: use display name for commands names + GladeIntro: - Fix regresion in find_widget_forall() - Use name and buildable name to find widgets + GladeModelButton: - Enable icon/iconic properties - Improve editor + GladePopup: Clear add item when adding as toplevel + GladeProject: - Add handler signals - Escape markup in parser errors + GladeProperty: - Add precision property - Keep the bind-source, bind-property and bind-flags elements + GladePropertyClass: round floating point values to epsilon + GladeSignalClass: rename glade_signal_class_get_type + GladeSignalDef: fix documentation for glade_signal_def_set_deprecated + gladeui-2.0.pc: Data paths relative to datadir + gladeui: - Change the boolean parsing logic to be the same as Gtk - Ensure that we write the "type-func" property when a get-type-function is defined in the catalog - Fix crash on drag-n-drop - Fix GIR package reference and add c-include - Fix leak of create_type in GladePropertyClass - Fix memory leak in GWActionClass - Fix several memory leaks with GladeWidgetAdaptor - Fix several tiny memory leaks found with valgrind - Fix wrong pointer convertion in GladeDesignView - ignore various GParameter deprecations - Modernize GladeSignalEditor codebase - Modernize GladeWidgetAdaptor definition - Plug tiny leak on Drag & Drop - remove implicit cast in assignment - remove unused type_func variable - Replace the last occurences of GladeWidgetClass with GladeWidgetAdaptor in the comments - Use G_DECLARE_DERIVABLE_TYPE for GladeAdaptorChooserWidget - Use G_DECLARE_DERIVABLE_TYPE for GladeApp - Use G_DECLARE_DERIVABLE_TYPE for GladeBaseEditor - Use G_DECLARE_DERIVABLE_TYPE for GladeCellRendererIcon - Use G_DECLARE_DERIVABLE_TYPE for GladeClipboard - Use G_DECLARE_DERIVABLE_TYPE for GladeCommand - Use G_DECLARE_DERIVABLE_TYPE for GladeDesignLayout - Use G_DECLARE_DERIVABLE_TYPE for GladeDesignView - Use G_DECLARE_DERIVABLE_TYPE for GladeEditor - Use G_DECLARE_DERIVABLE_TYPE for GladeEditorProperty - Use G_DECLARE_DERIVABLE_TYPE for GladeEditorSkeleton - Use G_DECLARE_DERIVABLE_TYPE for GladeEditorTable - Use G_DECLARE_DERIVABLE_TYPE for GladeInspector - Use G_DECLARE_DERIVABLE_TYPE for GladeNamedIconChooserDialog - Use G_DECLARE_FINAL_TYPE for GladeObjectStub - Use G_DECLARE_INTERFACE for GladeDrag - Use G_DECLARE_INTERFACE for GladeEditable + GladeWidgetAdaptor: - added deprecated-since metadata - add glade_widget_adaptor_get_display_name() + GladeWidget: add support for abstract classes + GladeWindow: - move actions to GtkApplication - port to GtkApplication - simplify pointer mode actions + GtkActionable: add action-target property + gtk+: - Add deprecated flag to GtkButton and GtkImage stock properties - Add homogeneous property to GtkStackSwitcher - Add missing 3.22 enum/flag values - Allow to use GtkResponseType with GtkDialog and GtkInfobar buttons - Keep internationalization context in Atk properties - properly cast to avoid warnings - Provide Gtk 3.22 properties for GtkScrolledWindow - workaround truncation warning by being safer + Gtk Catalog: - add back GtkStatusbar - mark GtkImageMenuItem as deprecated since 3.10 + GtkImage: Fix icon size being reset + GtkLinkButton: allow to edit the label + Gtk plugin: add support for GFileIcon + i18n: Do not use input file for not translated files + icon: update app icon + introspection: Add many annotations to sources + Make it easier to track GladeXML elements and be GObject Introspection friendly by registering boxed types + meson: Activate enable-debug variables + Migrate from intltool to gettext + No wide handles in `center_paned` and `left_paned` + Prevent dragging an ancestor inside a child + RDNN appdata & desktop file + Remove GladeInstantiable prefix from UI + Rename GladePropertyClass to GladePropertyDef and declare it as boxed + Rename GladeSignalClass to GladeSignalDef and declare it as boxed + Rename GWActionClass to GladeWidgetActionDef to use the right namespace + Rename *Klass to *Class as there are no name collision anymore + Replace some functions by Gtk 3.22 ones + Respect the Glade namespace for macros and defines + Set the "About Dialogue" as modal + snap: update for icon filename changes + Stop defaulting missing images to deprecated stock icons + tests: Include back GtkTreeViewColumn + ui/widget: Make template ver# warning more useful + Update FSF address + Use autoreconf instead deprecated gnome-common + Utils: get the absolute path but avoid accessing it + widget: canonicalize support-warning property name + widget-editor: Replace margin right/left for end/start - Add define soname libgladeui-2-12, and rename subpackage following upstreams soname bump/change. * Wed Feb 26 2020 bjorn.lie@gmail.com - Update to version 3.22.2: + Canonicalize support-warning property name. + Add snap packaging. + GladeCommand: ignore special child types placeholders in add command. + GladeGtkWindow: mark titlebar placeholder as special child type. + Fix bug "Glade deletes all widgets when adding a Scrolled Window parent, but doesn't show it." * Sat Jan 25 2020 dimstar@opensuse.org - No longer recommend -lang: supplements are in use * Wed Jan 08 2020 dimstar@opensuse.org - Migrate to python3: + Replace python-devel BuildRequires with python3-devel. + Pass PYTHON=python3 to configure. * Thu Apr 05 2018 luc14n0@linuxmail.org - Update to version 3.22.1: + Fixes: - Glade always re-enables the client-side-decoration option (bgo#794492); - Does not write the accessible-role accessibility property (bgo#794518); - Glade does not allow ApplicationWindow's title to be marked as translatable" (bgo#782753); - GtkDialog CSD support. - Drop update-desktop-files BuildRequires and suse_update_desktop_\ file: they are no longer needed. * Mon Mar 12 2018 dimstar@opensuse.org - Update to version 3.22.0: + bgo#774994: "in treeview columns editor contextual menu does nothing" + Simplified GladeBaseEditor + Fix formatting / layout of project verification details. + Widge chooser: activate treeview with single click and enable Drag & Drop. + Fix Design view selected state. + bgo#793036: "GtkCellRenderer Properties not loaded from glade file". + Fix bug in action widgets response-id parsing on 32bits system. + bgo#772485: "File Name property of GtkImage is copied to all other GtkImage" + GladeProject: always treat resource properties as relative. + bgo#793652: "Crash when deleting a list". + bgo#793757: "Gtk-CRITICAL **: _gtk_window_add_popover: assertion '_gtk_widget_get_parent (popover) == NULL' failed". + Add GDK_SUPER_MASK accelerator handling. + bgo#778537: "ActionBar need placeholder". + bgo#794141: Gtk.IconView disappeared from glade. + Updated translations. * Mon Mar 05 2018 dimstar@opensuse.org - Modernize spec-file by calling spec-cleaner * Mon Mar 05 2018 luc14n0@linuxmail.org - Update to version 3.21.0: + Main window UI overhaul. + An enhanced enum integer editor. + Added GtkGLArea object to gtk+ catalog. + Initial support for WebKit2GTK+ library. + Add GtkStackSidebar to control and display widget group. + Bug fixes: - "Please don't list 'Taiwan' as 'Taiwan, Province of China' in the country list" (bgo#767812). - Use correct tag when referring to Palette (bgo#763188). - Fix typo in translatable string; fixing old bgo#746531. - Add pkgconfig(webkit2gtk-4.0) BuildRequires as a new dependency. * Sun Mar 04 2018 bjorn.lie@gmail.com - Update to version 3.20.4: + Fix bgo#772485: File Name property of GtkImage is copied to all other GtkImage. + Fix bgo#793652: Crash when deleting a list. + Fix bgo#793757: Gtk-CRITICAL **: _gtk_window_add_popover: assertion '_gtk_widget_get_parent (popover) == NULL' failed. + Add GDK_SUPER_MASK accelerator handling. * Fri Mar 02 2018 antoine.belvire@opensuse.org - Update to version 3.20.3. + Fix bgo#793036: "GtkCellRenderer Properties not loaded from glade file". + Add GtkStackSidebar to the toolbox. + Fix bgo#774994: "In treeview columns editor contextual menu does nothing". + GladeDesignView: set selected layout state. * Mon Nov 27 2017 luc14n0@linuxmail.org - Update to version 3.20.2: + Install appstream metadata to non-deprecated location. + Bug fixes: - Glade interface designer eating ram & cpu (bgo#763624). - Glade saves invalid GtkBuilder XML (bgo#790452). - GtkLabel xalign and halign appeared in GTK+ 3.16 and are not deprecated (bgo#782645). - Add background class to GladeDesignLayout children (bgo#773669). + Updated translations. - Add gmodule-export-2.0 and gobject-2.0 pkgconfig BuildRequires: they were being pulled and used since the package already had another declared module dependencies upon glib2-devel, the same provider. Note that gobject-2.0 is not mentioned in configure.ac but it is checked by configure and the same goes for glib-2.0 module. - Drop docbook-xsl-stylesheets BuildRequires and add gtk-doc: that's what upstream uses and we don't want deviations to avoid unexpected bugs. - Pass enable-man-pages enable-gtk-doc and to ensure that manuals and documentation will be built. - Remove gnome-common BuildRequires and autogen.sh call, as we no longer carry any patches. - Adopt %make_build macro and drop raw commands following the best practices. * Tue Oct 03 2017 luc14n0@linuxmail.org - Update to version 3.20.1: + Fixes: - Glib g_ptr_array_find() name clash. - Survey css matching error on CSD. - "format not a string literal" warnings. + Bug fixes: - "GLADE 3.20: crash on changing ToolItem type" (bgo#773997). - "Using Spacebar to change menu selction causes crash" (bgo#765562). - "client side decoration, no space to add header bar" (bgo#765885). - Clicking in ... swap order of accelerators (bgo#589306). - "[Wayland] glade previewer is resizing windows until it crashes gnome-shell" (bgo#761651). - Drop %desktop_database_* and %icon_theme_cache_* post/postun: functionality now covered by file triggers. - Drop glade-use-g_ptr_array_find-from-GLib.patch: fixed upstream (bgo#782161). * Sun Sep 10 2017 jengelh@inai.de - Remove redundant %clean section, and the no-op --with-pic. - Ensure neutrality of descriptions. Trim/update descriptions. * Wed May 31 2017 zaitor@opensuse.org - Add glade-use-g_ptr_array_find-from-GLib.patch and add explicit pkgconfig(glib-2.0) BuildRequires: Fix build with new glib, patch from upstream git (bgo#782161). - Following the above, add gnome-common BuildRequires and pass NOCONFIGURE=1 autogen.sh, as the above patch touches the buildsystem. * Thu Apr 14 2016 mgorse@suse.com - Update to GNOME 3.20 Fate#318572 - Drop glade-bgo702314.patch and glade-bgo721098-anjuta-hang.patch: Fixed upstream. * Wed Mar 23 2016 dimstar@opensuse.org - Update to version 3.20.0: + Workspace layout: render frame and selection box with CSS. + GtkWindow: don't set the same titlebar multiple times. + Integrate new properties in editor for GtkLabel, GtkTextView, GtkPopover, GtkStackSwitcher. + Support id-less builder files. + Added missing tags to the AppData file. + Added support for GtkActionBar and GtkFlowBox. + Main UI frontend: Use wide paned handles. + Fixed warning about imbalanced children in GtkNotebook support. + Added support for GtkPopoverMenu and GtkModelButton. + Added support for GtkPopover (bgo#740104). + Added <kudos> section to appdata. + Added missing displayable values (bgo#758290, bgo#758289, bgo#758288, bgo#758287). + Deprecate GtkAction, GtkActivatable, and friends (bgo#757609). + Avoid GTK+ style context warnings (bgo#758296, bgo#758297, bgo#758299, bgo#758300). + Drop deprecated style properties in GladeCloseButton (bgo#758280). + Replace use of deprecated gdk_cursor_new. + Add "Stack" to "Add parent" menu (bgo#754030). + Bugs fixed: bgo#430445, bgo#536840, bgo#741923, bgo#750985, bgo#751234, bgo#754131, bgo#759395, bgo#759455, bgo#759847, bgo#759872, bgo#760610, bgo#761839. + Updated translations. * Sat Jun 20 2015 zaitor@opensuse.org - Update to version 3.19.0: + bgo#732328: "New: add python3 support". + Added new symbolic variant of the app icon (bgo#747024). + bgo#741165: "Previewer crashes when taking PNG screenshot". + Added GtkSidebarWidget support. + Added GtkStack and GtkStackSwitcher support (bgo#738480). + Added GtkHeaderBar support (bgo#700914). + Improved undo/redo command list handling. + Added GtkBox center-widget support (bgo#738473). + Added GtkSearchBar support (bgo#738493). + Support CSD windows (bgo#700914). + Use current gtk-mac-integration API (bgo#738339). + Fixed bgo#732575: "Changed the type hint on the "Edit Separately" window to 'utility'". + Fixed bug "Missing plural form for UI string: emited %d time(s)". + Avoid reading freed data in glade_project_read_requires. + Added class chooser popover to workspace (bgo#708146). + Added GThemedIcon support. + GladePreviewer: show handler information in infobar when a signal is emited. + Migrated UI from stock icons to icon names. + Seal needed deprecated API and replaced deprecared API. + GladeWindow: only show found recent files. + Added GtkLockButton support.
/usr/lib/glade /usr/lib/glade/modules /usr/lib/libgladeui-2.so.13 /usr/lib/libgladeui-2.so.13.0.2 /usr/share/glade /usr/share/glade/catalogs /usr/share/glade/pixmaps /usr/share/glade/pixmaps/hicolor /usr/share/glade/pixmaps/hicolor/16x16 /usr/share/glade/pixmaps/hicolor/16x16/actions /usr/share/glade/pixmaps/hicolor/22x22 /usr/share/glade/pixmaps/hicolor/22x22/actions
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 17:26:31 2024