[glom] 1.19.12
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glom] 1.19.12
- Date: Mon, 10 Oct 2011 18:02:48 +0000 (UTC)
commit 7ca69354d46fa949b5469a317435747027d1166b
Author: Murray Cumming <murrayc murrayc com>
Date: Mon Oct 10 20:02:20 2011 +0200
1.19.12
ChangeLog | 2 ++
Makefile_glom.am | 8 ++++----
NEWS | 37 +++++++++++++++++++++++++++++++++++++
configure.ac | 2 +-
4 files changed, 44 insertions(+), 5 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 4ff7c96..8569a7b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+1.19.12:
+
2011-10-10 Murray Cumming <murrayc murrayc com>
Really use the goocanvasmm RGBA properties.
diff --git a/Makefile_glom.am b/Makefile_glom.am
index 83dfba0..85c9f68 100644
--- a/Makefile_glom.am
+++ b/Makefile_glom.am
@@ -24,7 +24,7 @@ glom_includes += -I$(top_srcdir)/glom/utility_widgets/gimpruler
-bin_PROGRAMS = glom/glom
+bin_PROGRAMS += glom/glom
glom_glom_CPPFLAGS = $(glom_includes) $(GLOM_CFLAGS) $(PYTHON_CPPFLAGS) $(BOOST_PYTHON_CFLAGS) $(glom_defines)
@@ -201,9 +201,9 @@ glom_source_files = \
glom/print_layout/canvas_print_layout.cc \
glom/print_layout/canvas_print_layout.h \
glom/print_layout/print_layout_utils.cc \
- glom/print_layout/print_layout_utils.h \ \
- glom/print_layout/printoperation_printlayout.cc \
- glom/print_layout/printoperation_printlayout.h \
+ glom/print_layout/print_layout_utils.h \
+ glom/print_layout/printoperation_printlayout.cc \
+ glom/print_layout/printoperation_printlayout.h \
glom/python_embed/glom_python.cc \
glom/python_embed/glom_python.h \
glom/python_embed/python_ui_callbacks.cc \
diff --git a/NEWS b/NEWS
index e408cba..19c2adb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,40 @@
+1.19.12 (unstable):
+
+* Added the glom_create_from_example command-line utility.
+ This has no UI dependencies and might be useful when using Online Glom.
+* Details:
+ - Print: Use a standard print layout instead of HTML.
+ - ID choosing dialog: Work around a crash in GTK+.
+ Bug #660347
+ - Related Records: Fix bug with a blank row when there is only one row.
+ - Related Records: Do not try to navigate to an empty record.
+* Find:
+ - Get criteria even when a field is on the layout twice.
+ - Do not show data in related records.
+* Developer mode:
+ - Fields: Adapt choices fields when changing field names.
+ Bug #661075
+ - Simplify the default layout structure for details.
+ - Details: Do not enable drag-and-drop by default.
+ - Field Formatting window: Make it slightly less tall.
+ See https://bugs.launchpad.net/ubuntu/+source/glom/+bug/863016
+ - Layout window: Correct the vertical order of Add buttons.
+* Print Layout:
+ - Allow multiple pages.
+ - Add experimental Create Standard feature.
+ - Add an Align menu.
+ - Show contents of System Preferences in Fields.
+* Document:
+ - Avoid writing some unnecessary XML nodes.
+ - Use CSS3 formatting for colors, via Gdk::RGBA.
+ (Murray Cumming)
+* Build: Remove glibc-specific function call.
+ (Jasper Lievisse Adriaanse) Bug #660496
+* libglom:
+ - LayoutItem_Portal: Added get_suitable_table_to_view_details().
+ - Added layout_field_should_have_navigation().
+ (Murray Cumming)
+
1.19.11 (unstable):
* Details:
diff --git a/configure.ac b/configure.ac
index e49a095..ba11185 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
## You should have received a copy of the GNU General Public License
## along with this program. If not, see <http://www.gnu.org/licenses/>.
-AC_INIT([Glom],[1.19.11],[http://bugzilla.gnome.org/enter_bug.cgi?product=Glom],[glom])
+AC_INIT([Glom],[1.19.12],[http://bugzilla.gnome.org/enter_bug.cgi?product=Glom],[glom])
AC_PREREQ(2.63)
AC_CONFIG_SRCDIR([glom/main.cc])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]