Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Glade
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ZenWalker
Glade
Commits
4080ba94
Commit
4080ba94
authored
May 12, 2014
by
Juan Pablo Ugarte
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rolling 3.8.5
parent
94890267
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
17 additions
and
5 deletions
+17
-5
NEWS
NEWS
+10
-0
configure.ac
configure.ac
+4
-4
gladeui/Makefile.am
gladeui/Makefile.am
+1
-1
po/POTFILES.in
po/POTFILES.in
+2
-0
No files found.
NEWS
View file @
4080ba94
===========
Glade 3.8.5
===========
- Backported topological sort object dependancy (Thomas Martitz)
- Closes Bug 709609 "[PATCH] Change way of sorting before writing XML output."
- Fixes Bug 711858 "editing glade project results in long CPU usage spikes after upgrading to 3.16 and GTK+3.10"
- Closes Bug 689667 "backport support for GtkComboBoxText" (Rafał Mużyło)
- Backported feature to make GladeProject remember unknown object classes
===========
Glade 3.8.4
===========
...
...
configure.ac
View file @
4080ba94
...
...
@@ -4,7 +4,7 @@ AC_PREREQ(2.52)
m4_define(glade_major_version, 3)
m4_define(glade_minor_version, 8)
m4_define(glade_micro_version,
4
)
m4_define(glade_micro_version,
5
)
m4_define(glade_version, glade_major_version.glade_minor_version.glade_micro_version)
AC_INIT([glade3], [glade_version],
...
...
@@ -52,9 +52,9 @@ AM_PROG_LIBTOOL
# If any interfaces have been added since the last public release, then increment GLADE_AGE.
# If any interfaces have been removed since the last public release, then set GLADE_AGE to 0.
# Reference: http://www.gnu.org/software/libtool/manual.html#Versioning
GLADE_REVISION=
3
GLADE_CURRENT=1
2
GLADE_AGE=
1
GLADE_REVISION=
0
GLADE_CURRENT=1
3
GLADE_AGE=
2
GLADE_CURRENT_MINUS_AGE=`expr $GLADE_CURRENT - $GLADE_AGE`
AC_SUBST(GLADE_REVISION)
AC_SUBST(GLADE_CURRENT)
...
...
gladeui/Makefile.am
View file @
4080ba94
...
...
@@ -124,7 +124,7 @@ noinst_HEADERS = \
glade-design-layout.h
\
glade-object-stub.h
\
glade-popup.h
\
glade-accumulators.h
glade-accumulators.h
\
glade-tsort.h
\
glade-widget-private.h
...
...
po/POTFILES.in
View file @
4080ba94
...
...
@@ -39,6 +39,7 @@ gladeui/glade-widget-action.c
gladeui/glade-named-icon-chooser-dialog.c
gladeui/icon-naming-spec.c
gladeui/glade-custom.c
gladeui/glade-object-stub.c
# gtk plugin backend
plugins/gtk+/glade-convert.c
...
...
@@ -63,6 +64,7 @@ plugins/gtk+/glade-treeview-editor.c
plugins/gtk+/glade-entry-editor.c
plugins/gtk+/glade-activatable-editor.c
plugins/gtk+/glade-tool-item-group-editor.c
plugins/gtk+/glade-string-list.c
# gnome plugin
plugins/gnome/bonobo.xml.in
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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