summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan Pablo Ugarte <juanpablougarte@gmail.com>2020-09-12 19:56:45 -0300
committerJuan Pablo Ugarte <juanpablougarte@gmail.com>2020-09-12 20:13:58 -0300
commitb19d006fff9d2b6b56bc000b42ea4b5813f1187e (patch)
tree0e5b7aeb2222c35f4500169aaa5ec26e23233349
parent8258b4fb8fffa0529ffbc842e920cc65ba9d3dbe (diff)
downloadglade-GLADE_3_38_0-master.tar.gz
-rw-r--r--NEWS66
-rw-r--r--data/org.gnome.Glade.appdata.xml.in8
-rw-r--r--meson.build4
3 files changed, 55 insertions, 23 deletions
diff --git a/NEWS b/NEWS
index 41885644..ed9e57d0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,49 +1,77 @@
============
-Glade 3.37.0
+Glade 3.38.0
============
- - Build: Remove autotools (Iñigo Martínez)
- - Plugins: Added GJS plugin for JavaScript objects support (NEW gjs-1.0 dependency)
+ - 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 (Caolán McNamara)
+ - Project properties dialog improvements. (Use headerbar, stack and stach switcher, add warnings textview)
+ - Improve toolkit target version selection in project properties dialog
+ - Improve treemodel char data type handling
+ - Remove autotools (Iñigo Martínez)
+ - New gjs-1.0 1.64 dependency
+ - Bump Gtk dependency to 3.24
+ - Bump webkit2gtk dependency to 2.28
+ - Fixed all compiler/gir warnings
+ - Issue #385: GtkCellRendererText causes deprecated warnings for ghost properties
+ - Issue #444: show-emoji-icon is missing "minimum version"/since constraint
+ - Issue #367: Glade removes double/triple slashes from URLs
+ - Issue #452: GtkComboBox cell renderers editor is too hard to discover
+ - Issue #363: Toplevel windows are leaked when closing a project
+ - Issue #462: Crash when creating a new GtkAssistant and pressing it
+ - Issue #463: Specify file on command line
+ - Issue #461: Glade resets number of rows and columns in GtkGrid
+ - Issue #460: 3.37.0: test suite fails because glade uses incorrectly asserts in test units
+ - Issue #412: Fix inconsistent "top-level", "top level", "toplevel" spelling in translatable strings
+ - Issue #281: GladeProperty: Do not replace - with _
+ - Issue #389: GladeProject: show message on invalid GtkBuilder file
+ - Issue #446: GladeGtkListBox: fix size request issue
+ - Issue #432: GladeStandarStock, GladeStandarStockImage: fix get_type() functions for introspection
+ - Issue #447: GladeGtkWindow: Fix CSD support
+ - Issue #456: Utils: use g_param_spec_uchar() for uchar types
+ - Issue #459: Gtk catalog: add GtkRecentChooserMenu to Display group
- Issue #433: Implement survey using new backend at surveys.gnome.org
- - Bump GTK dependency and toolkit target to 3.24
- - Webkit plugin: bump dependency to 2.28
- Build: use gtk-mac-integration only when creating bundle (Tom Schoonjans)
- Ignore locale when saving numeric values (Alberto Fanjul)
- Remove config for external builds (Alberto Fanjul)
- - Associate application/x-gtk-builder with glade's .desktop file (Caolán McNamara)
- - GladeProjectProperties: improve toolkit target version selection
- Python plugin: fix linking error
- - Plugins: Added GJS plugin for JavaScript objects support
- Tests: add python and javascript test case
- gtk: Add GtkScrolledWindow propagate-natural-width property (Corentin Noël)
- GladeScrolledWindowEditor: Squeeze width/height properties in two columns
- Gtk plugin: add missing displayable values
- Webkit2gtk plugin: add missing displayable values and sandbox web view
- - Issue #412: Fix inconsistent "top-level", "top level", "toplevel" spelling in translatable strings
- - Issue #281: GladeProperty: Do not replace - with _
- - Issue #389: GladeProject: show message on invalid GtkBuilder file
- - Issue #446: GladeGtkListBox: fix size request issue
- - Issue #432: GladeStandarStock, GladeStandarStockImage: fix get_type() functions for introspection
- dtd: Make init-function an element, not an attribute (Adrien Plazas)
- - Issue #447: GladeGtkWindow: Fix CSD support
- - Issue #456: Utils: use g_param_spec_uchar() for uchar types
- - Gtk plugin / GladeDataModel: Improve treemodel char data type handling
- - Issue #459: Gtk catalog: add GtkRecentChooserMenu to Display group
- - Fixed all compiler/gir warnings
Added/updated translations
+ - ca, courtesy of Gil Forcada
+ - ca, courtesy of Miquel-Àngel Burgos i Fradeja
+ - cs, courtesy of Marek Černocký
+ - da, courtesy of Ask Hjorth Larsen
+ - da, courtesy of Last-Translator: scootergrisen
- de, courtesy of Tim Sabsch
+ - en_GB, courtesy of Bruce Cowan
- es, courtesy of Daniel Mustieles
- - fr, courtesy of Charles Monzat
+ - eu, courtesy of Asier Sarasua Garmendia
+ - fr, courtesy of Thibault Martin
+ - gl, courtesy of Fran Dieguez
+ - hi, courtesy of Last-Translator:Sunny Sharma
+ - hu, courtesy of Balázs Úr
- id, courtesy of Kukuh Syafaat
- kk, courtesy of Baurzhan Muftakhidinov
+ - ko, courtesy of Changwoo Ryu
- lt, courtesy of Aurimas Černius
- pl, courtesy of Piotr Drąg
- pt_BR, courtesy of Rafael Fontenelle
- ro, courtesy of Florentina Mușat
+ - sl, courtesy of Matej Urbančič
+ - sv, courtesy of Anders Jonsson
- tr, courtesy of Emin Tufan Çetin
- uk, courtesy of Yuri Chornoivan
+ - zh_CN, courtesy of Mandy Wang
============
Glade 3.36.0
diff --git a/data/org.gnome.Glade.appdata.xml.in b/data/org.gnome.Glade.appdata.xml.in
index 6c9862fb..7c46f6e6 100644
--- a/data/org.gnome.Glade.appdata.xml.in
+++ b/data/org.gnome.Glade.appdata.xml.in
@@ -49,12 +49,13 @@
<project_group>GNOME</project_group>
<translation type="gettext">glade</translation>
<releases>
- <release version="3.37.0" date="2020-07-13" type="development">
+ <release version="3.38.0" date="2020-09-12">
<description>
- <p>Glade 3.37.0 Development release!</p>
+ <p>Glade 3.38.0 release!</p>
<ul>
<li>Load template files as new GTypes and add them to "User templates" widget group automatically without the need of a catalog</li>
<li>Added JavaScript widget support</li>
+ <li>Use version data from gir to improve deprecation/target tests</li>
<li>Implement survey using new backend at surveys.gnome.org</li>
<li>Keep survey state in config file</li>
<li>Associate with application/x-gtk-builder (Caolán McNamara)</li>
@@ -69,6 +70,9 @@
</ul>
</description>
<issues>
+ <issue url="https://gitlab.gnome.org/GNOME/glade/-/issues/385">Issue #385: GtkCellRendererText causes deprecated warnings for ghost properties</issue>
+ <issue url="https://gitlab.gnome.org/GNOME/glade/-/issues/444">Issue #444: show-emoji-icon is missing "minimum version"/since constraint</issue>
+ <issue url="https://gitlab.gnome.org/GNOME/glade/-/issues/367">Issue #367: Glade removes double/triple slashes from URLs</issue>
<issue url="https://gitlab.gnome.org/GNOME/glade/-/issues/452">Issue #452: GtkComboBox cell renderers editor is too hard to discover</issue>
<issue url="https://gitlab.gnome.org/GNOME/glade/-/issues/363">Issue #363: Toplevel windows are leaked when closing a project</issue>
<issue url="https://gitlab.gnome.org/GNOME/glade/-/issues/462">Issue #462: Crash when creating a new GtkAssistant and pressing it</issue>
diff --git a/meson.build b/meson.build
index da215e36..2aeb240e 100644
--- a/meson.build
+++ b/meson.build
@@ -8,7 +8,7 @@
# version will always know they are on a development release.
project(
'glade', 'c',
- version: '3.37.0',
+ version: '3.38.0',
license: 'GPL2',
default_options: 'buildtype=debugoptimized',
meson_version: '>= 0.49.0',
@@ -49,7 +49,7 @@ gladeui_libname = '@0@-@1@'.format(gladeui_name, gladeui_version)
# Reference: http://www.gnu.org/software/libtool/manual/libtool.html#Versioning
gladeui_revision = 0
-gladeui_current = 12
+gladeui_current = 13
gladeui_age = 0
gladeui_current_minus_age = gladeui_current - gladeui_age
gladeui_libversion = '@0@.@1@.@2@'.format(gladeui_current_minus_age, gladeui_age, gladeui_revision)